body {
  font-family: 'Source Sans Pro', sans-serif;
  font-display: swap;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  background: #fafafa;
  background: #fff;
}
@media (max-width: 575px) {
  body {
    font-size: 15px;
  }
}
sub {
  bottom: 0;
  font-size: 50%;
}
@media (max-width: 990px) {
  .md-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}
.head1 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  background-image: url(../image/head1_line.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  line-height: 1.1em;
}
@media (max-width: 767px) {
  .head1 {
    font-size: 22px;
  }
}
.head2 {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.head3 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: left;
  background-image: url(../image/head1_line.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.filters {
  background: #fff;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  margin-top: -43px;
  padding: 10px 0px;
  margin-bottom: 40px;
}
.filters a {
  display: inline-block;
  background: #fff;
  padding: 3px 10px;
  color: #666;
  border: 2px solid #eee;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
}
.filters a:hover {
  background: #b8f500;
  border-color: #b8f500;
  color: #000;
}
.filters .sorter {
  color: #333;
  font-size: 12px;
  text-align: right;
}
.filters .sorter span {
  margin-left: 10px;
  border-left: 1px solid #eee;
  padding-left: 10px;
}
.filters .sorter span:first-child {
  margin-left: 0;
  border-left: 0;
}
.filters .sorter select {
  border: 1px solid #ddd;
  padding: 3px 3px;
  margin: 0 5px;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .filters .sorter {
    text-align: center;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .filters .pager {
    text-align: center;
  }
}
.btn {
  padding: 5px 10px;
  border-radius: 4px;
}
.btn i.fa {
  margin-right: 7px;
}
.btn-primary {
  border: 1px solid #c4f7c5;
  background: linear-gradient(90deg, #3be82e, #0ac051);
  background: #b8f500;
  border-color: #b8f500;
  color: #000000 !important;
  font-weight: 700;
  text-transform: uppercase;
  transition: none;
  position: relative;
  transition: 0.02s all linear;
}
.btn-primary:hover {
  border-color: #ffffff;
  background: #c0ff00;
  color: #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  top: -1px;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem transparent;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #c0ff00;
  border-color: #fff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c0ff00;
  border-color: #fff;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem transparent;
}
.btn-primary2 {
  border: 2px solid #dc1f24;
  background: #fff;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
}
.btn-primary2:hover {
  background: #dc1f24;
  color: #fff;
}
.btn-back {
  display: inline-block;
  border: 2px solid #dc1f24;
  background: #fff;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 10px;
  margin-bottom: 10px;
  display: none;
}
@media (max-width: 767px) {
  .btn-back {
    display: inline-block;
  }
}
.btn-back:hover {
  background: #dc1f24;
  color: #fff;
}
.btn-secondary {
  border: 2px solid #0000ff;
  background: transparent;
  border-radius: 0;
  color: #0000ff;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.2s all ease-in-out;
  text-shadow: none;
  border-radius: 40px;
}
.btn-secondary:hover {
  color: #fff;
  background: #0000ff;
  border: 2px solid #0000ff;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem transparent;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #f38111;
  border-color: #f38111;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0000ff;
  border-color: #0000ff;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem transparent;
}
a {
  color: inherit;
  text-decoration: inherit;
}
a:hover {
  color: inherit;
  text-decoration: inherit;
}
.section-pad {
  padding: 70px 0;
}
@media (max-width: 768px) {
  .section-pad {
    padding: 30px 0;
  }
}
header {
  background: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  header {
    z-index: 11;
    padding: 10px 0;
  }
  header .container {
    position: relative;
  }
}
header .mobileMenuSwitch {
  position: absolute;
  top: 0;
  left: 15px;
  display: none;
  font-size: 30px;
}
@media (max-width: 991px) {
  header .mobileMenuSwitch {
    display: block;
  }
}
header .flex {
  display: flex;
  align-items: center;
}
header .flex .logo {
  width: 200px;
}
header .flex .logo img {
  width: 100%;
}
@media (max-width: 1200px) {
  header .flex .logo {
    width: 150px;
  }
}
@media (max-width: 991px) {
  header .flex .logo {
    flex: 1;
    margin-left: 40px;
    width: 200px;
  }
  header .flex .logo img {
    width: 200px;
  }
}
header .flex .phone {
  width: 145px;
}
header .flex .phone a {
  display: block;
  background: url(../image/phone-icon.svg) no-repeat left center;
  background-size: 30px 30px;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}
@media (max-width: 1200px) {
  header .flex .phone {
    width: 145px;
  }
  header .flex .phone a {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  header .flex .phone {
    width: 50px;
    height: 50px;
    padding: 0;
  }
  header .flex .phone a {
    background-position: center center;
    width: 50px;
    height: 50px;
  }
  header .flex .phone a span {
    display: none;
  }
}
header .flex nav {
  flex: 1;
}
header .flex nav ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
header .flex nav ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
header .flex nav ul li a {
  display: block;
  font-size: 18px;
  padding: 25px 10px;
}
header .flex nav ul li a:hover {
  color: #dc1f24;
}
@media (max-width: 1200px) {
  header .flex nav ul li a {
    padding: 25px 6px;
  }
}
@media (max-width: 1199px) {
  header .flex nav ul li a {
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: -1px;
  }
}
@media (max-width: 991px) {
  header .flex nav {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 200;
    background: rgba(255, 255, 255, 0.99);
    border-bottom: 5px solid #dc1f24;
    width: 100%;
  }
  header .flex nav ul li {
    display: block;
  }
  header .flex nav ul li a {
    padding: 15px 0;
  }
}
header.active nav {
  display: block;
}
.rotator {
  padding: 60px 0 0 0;
  background: #fff url(../image/rotatorBg.jpg) no-repeat top right;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .rotator {
    padding: 30px 0;
  }
}
.rotator .item {
  padding: 0 1px;
  position: relative;
}
.rotator .thumb {
  margin-bottom: 20px;
}
.rotator .thumb img {
  aspect-ratio: 1.6021978;
}
@media (max-width: 768px) {
  .rotator .thumb {
    margin-bottom: 15px;
  }
}
.rotator .rotator-text {
  position: absolute;
  padding: 20px;
  max-width: 60%;
}
.rotator .rotator-text.topleft {
  top: 20px;
  left: 0;
}
.rotator .rotator-text.topright {
  top: 20px;
  right: 0;
  text-align: right;
}
.rotator .rotator-text.bottomleft {
  bottom: 20px;
  left: 0;
}
.rotator .rotator-text.bottomright {
  bottom: 20px;
  right: 0;
  text-align: right;
}
.rotator .rotator-text .title {
  font-size: 1.6em;
  font-weight: 600;
}
.rotator .rotator-text .title span {
  padding: 15px;
  display: inline-block;
}
.rotator .rotator-text .subtitle {
  font-size: 1.2em;
  margin-top: 10px;
}
.rotator .rotator-text .subtitle span {
  padding: 15px;
  display: inline-block;
}
.rotator .rotator-text .href {
  margin-top: 20px;
}
.rotator .rotator-text .href a {
  display: inline-block;
  background: #dc1f24;
  padding: 10px 30px;
  font-weight: 600;
}
.rotator .background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 767px) {
  .rotator .background {
    margin-bottom: 20px;
  }
}
.rotator .rotator-body {
  text-align: right;
}
.rotator .rotator-body .title {
  font-size: 2em;
  line-height: 1em;
  font-weight: 400;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.rotator .rotator-body .subtitle {
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 400;
}
.rotator .rotator-body .href {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .rotator .rotator-body .title {
    font-size: 1.6em;
  }
  .rotator .rotator-body .subtitle {
    font-size: 1.2em;
  }
}
.rotator .bx-wrapper {
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  background: transparent;
}
.rotator .bx-wrapper .bx-prev {
  left: -20px;
  background-image: url(../image/arrow-left.png);
  display: none;
}
.rotator .bx-wrapper .bx-next {
  right: -20px;
  background-image: url(../image/arrow-right.png);
  display: none;
}
.rotator .bx-wrapper .bx-controls-direction a {
  display: none;
  height: 64px;
  margin-top: -32px;
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: center center;
  opacity: 0.1;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 767px) {
  .rotator .bx-wrapper .bx-controls-direction a {
    display: none;
  }
}
.rotator .bx-wrapper:hover .bx-controls-direction a {
  opacity: 0.5;
}
.rotator .bx-wrapper .bx-pager.bx-default-pager a:hover,
.rotator .bx-wrapper .bx-wrapper .bx-pager.bx-default-pager a.active,
.rotator .bx-wrapper .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: rgba(201, 48, 44, 0.5);
}
.rotator .bx-wrapper .bx-pager.bx-default-pager a {
  background: #aaa;
}
.rotator .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #c9302c;
}
.search-flat-switch {
  display: none;
  background: #b8f500;
  color: #000 !important;
  padding: 7px 15px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
  margin: 0 10px;
}
@media (max-width: 991px) {
  .search-flat-switch {
    display: block;
  }
}
.search-panel {
  background: url(../image/dropdown-left-bg.png) no-repeat left center, url(../image/dropdown-right-bg.png) no-repeat right center, linear-gradient(90deg, #00133f, #106acf);
  padding: 10px 0;
  position: relative;
  z-index: 10;
}
.search-panel .btn {
  padding: 8px 20px;
}
.search-panel .dev_select {
  width: 100%;
  cursor: pointer;
  position: relative;
}
.search-panel .dev_select .placeholder {
  background: url(../image/triangle-dropdown.svg);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px;
  font-weight: 400;
  overflow: hidden;
  color: #ccc;
}
.search-panel .dev_select .placeholder.active {
  color: #000;
}
.search-panel .dev_select.active .placeholder {
  background-image: url(../image/triangle-dropdown-a.svg);
}
.search-panel .dev_select .options {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  background: #fff;
  padding: 20px 20px 20px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-panel .dev_select .options .label {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 700;
}
.search-panel .dev_select .options .option {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 5px 8px;
  font-size: 14px;
}
.search-panel .dev_select .options .option:hover {
  background: #ddd;
}
.search-panel .dev_select.active .options {
  display: block;
}
.search-panel .dev_select .input {
  white-space: nowrap;
  padding: 5px 0;
}
.search-panel .dev_select .input label {
  margin-left: 10px;
  cursor: pointer;
  white-space: nowrap;
}
.search-panel .dev_select .input [type="number"] {
  width: 103px;
  border: 1px solid #ddd;
  padding: 3px 11px;
  text-align: center;
}
.search-panel .dev_select .buttons {
  white-space: nowrap;
  margin-top: 10px;
  text-align: center;
}
.search-panel .dev_select .buttons .btn {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 20px;
}
@media (max-width: 991px) {
  .search-panel {
    display: none;
    width: 100%;
  }
  .search-panel .dev_select {
    margin-bottom: 10px;
  }
  .search-panel .dev_select .options {
    top: 0;
    margin-top: 10px;
    position: relative;
  }
}
.search-panel.active {
  display: block;
}
.search-panel-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
}
.search-panel-filters {
  text-align: center;
  padding-bottom: 10px;
}
.search-panel-filters span {
  display: inline-block;
  background: #eee;
  border-radius: 10px;
  padding: 3px 10px;
  cursor: pointer;
  margin: 10px 5px 0 5px;
}
.search-panel-filters span:hover {
  background: #00133f;
  color: #fff;
}
.search-panel-filters span i {
  font-size: 0.8em;
}
footer {
  background: linear-gradient(90deg, #292929, #292929, #d1d0d0);
  background: linear-gradient(90deg, #00133f, #106acf, #9BD6F6);
  background-size: auto 100%, auto 100%, auto auto;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 70px;
  position: relative;
  padding: 50px 0;
}
@media (max-width: 991px) {
  footer {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  footer {
    text-align: center;
    background: linear-gradient(90deg, #00133f, #106acf);
  }
}
@media (max-width: 767px) {
  footer .office {
    margin: 30px 0;
  }
}
footer .logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  margin-bottom: 20px;
  width: 200px;
}
@media (max-width: 767px) {
  footer .logo {
    width: auto;
  }
}
footer .logo img {
  display: inline-block;
  width: 200px;
}
footer .phone a {
  font-size: 30px;
  display: block;
  background: url(../image/phone-footer-icon.svg) no-repeat left center;
  background-size: 25px auto;
  padding-left: 35px;
}
footer .phone a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  footer .phone a {
    background-position: center top;
    padding-left: 0;
    padding-top: 20px;
    margin-bottom: 30px;
  }
}
footer .email a {
  font-size: 17px;
  display: block;
  background: url(../image/mail-footer-icon.svg) no-repeat left center;
  background-size: 25px auto;
  padding-left: 35px;
}
footer .email a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  footer .email a {
    background-position: center top;
    padding-left: 0;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
footer .fHead {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #fff;
}
footer .sub {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  padding-top: 10px;
}
footer .sub a:hover {
  text-decoration: underline;
  color: #fff;
}
footer .social {
  font-size: 30px;
}
footer .social a {
  margin-right: 10px;
}
footer .social a:hover {
  color: #fff;
}
footer .footerBuilding {
  position: absolute;
  bottom: 0;
  right: 0px;
  background: url(../image/tlo-stopka.png) no-repeat center center;
  width: 595px;
  height: 367px;
  background-size: 100% 100%;
  z-index: 3;
}
@media (max-width: 1450px) {
  footer .footerBuilding {
    width: 500px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  footer .footerBuilding {
    display: none;
  }
}
.contact-panel {
  background: url(../image/dropdown-left-bg.png) no-repeat left center, url(../image/dropdown-right-bg.png) no-repeat right center, linear-gradient(90deg, #00133f, #106acf);
  height: 70px;
  box-sizing: border-box;
  position: fixed;
  bottom: -70px;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  color: #fff;
  transition: 0.2s all ease-in-out;
}
.contact-panel.active {
  bottom: 0;
}
.contact-panel .contact-panel-body {
  padding-top: 16px;
}
.contact-panel .contact-panel-body p {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 21px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin-right: 20px;
  line-height: 1em;
  vertical-align: baseline;
  letter-spacing: -1px;
}
@media (max-width: 1200px) {
  .contact-panel .contact-panel-body p {
    font-size: 18px;
  }
}
.contact-panel .contact-panel-body button {
  vertical-align: baseline;
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
}
@media (max-width: 991px) {
  .contact-panel {
    height: 50px;
    bottom: 0;
  }
  .contact-panel .contact-panel-body {
    padding-top: 7px;
  }
  .contact-panel .contact-panel-body p {
    display: none;
  }
}
@media (max-width: 480px) {
  .contact-panel button.btn {
    font-size: 12px;
    letter-spacing: -0.5px;
    margin-left: 5px;
  }
}
.investment-index-home {
  background-size: 100% auto;
}
.investment-index-home .item {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  transition: 0.5s all ease-in-out;
  position: relative;
  background: #fff;
}
.investment-index-home .item:hover {
  transform: scale(1.03);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.investment-index-home .item .infobar {
  position: absolute;
  background: rgba(220, 31, 36, 0.9);
  color: #fff;
  top: 20px;
  left: 0;
  padding: 5px 20px;
  font-size: 13px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.investment-index-home .item .thumb {
  background: #eee;
}
.investment-index-home .item .thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 2;
}
.investment-index-home .item .body {
  padding: 20px;
}
.investment-index-home .item .title {
  float: left;
  width: 70%;
  font-size: 22px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .investment-index-home .item .title {
    font-size: 18px;
  }
}
.investment-index-home .item .details {
  float: left;
  width: 70%;
  color: #dc1f24;
  font-weight: 600;
}
.investment-index-home .item .details a:hover {
  text-decoration: underline;
}
.investment-index-home .item .logotype {
  float: right;
  width: 25%;
}
.investment-index-home .item .logotype img {
  width: 100%;
  aspect-ratio: 1.56097561;
}
.investment-rotator {
  padding: 40px 0;
}
.investment-rotator .investment-rotator-carousel {
  margin: 0 60px;
}
.investment-rotator .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
  transition: 0.3s all ease-in-out;
  position: relative;
}
.investment-rotator .item:hover {
  transform: scale(1.05);
}
.investment-rotator .item .infobar {
  position: absolute;
  background: rgba(220, 31, 36, 0.9);
  color: #fff;
  top: 20px;
  left: 0;
  padding: 5px 20px;
  font-size: 13px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.investment-rotator .body {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #fff;
}
.investment-rotator .body .title {
  flex: 1;
  background: url(../image/location.svg) no-repeat left center;
  background-size: auto 20px;
  padding-left: 20px;
  line-height: 1.1em;
}
.investment-rotator .body .logotype {
  width: 100px;
}
.investment-rotator .body .logotype img {
  display: block;
  width: 100%;
}
@media (max-width: 575px) {
  .investment-rotator .body {
    display: block;
  }
  .investment-rotator .body .title {
    font-size: 15px;
  }
}
.investment-rotator .owl-carousel-investments {
  position: relative;
}
.investment-rotator .owl-carousel-investments .owl-nav button.owl-next,
.investment-rotator .owl-carousel-investments .owl-nav button.owl-prev {
  width: 32px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  margin-top: -44px;
  opacity: 0.1;
  transition: 0.2s all ease-in-out;
}
.investment-rotator .owl-carousel-investments .owl-nav button.owl-prev {
  background-image: url(../image/arrow-left.png);
  left: -46px;
}
.investment-rotator .owl-carousel-investments .owl-nav button.owl-next {
  background-image: url(../image/arrow-right.png);
  right: -46px;
}
@media (max-width: 767px) {
  .investment-rotator .owl-carousel-investments .owl-nav {
    display: none;
  }
}
.investment-rotator .owl-carousel-investments:hover .owl-nav button.owl-next,
.investment-rotator .owl-carousel-investments:hover button.owl-prev {
  opacity: 0.5;
}
.investment-header {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .investment-header {
    padding-top: 25px;
  }
}
.investment-header .investment-title {
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 10px;
  /*
    span {
      float: right;
      background: url(../image/location.svg) no-repeat left top;
      background-size: auto 32px;
      padding-left: 25px;
      font-weight: 600;
    }
    */
}
.investment-header .investment-title span.flattitle {
  float: left;
  width: 55%;
}
.investment-header .investment-title span.location {
  float: right;
  background: url(../image/location.svg) no-repeat left top;
  background-size: auto 30px;
  padding-left: 25px;
  font-weight: 600;
  line-height: 1.1em;
  max-width: 40%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .investment-header .investment-title {
    margin-bottom: 30px;
  }
  .investment-header .investment-title span {
    float: none;
    display: block;
  }
}
.investment-header .investment-photo {
  display: none;
}
@media (max-width: 991px) {
  .investment-header .investment-photo {
    display: block;
  }
}
.investment-header .investment-search3d {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .investment-header .investment-search3d {
    display: none;
  }
}
.investment-header .investment-search3d .features {
  padding-top: 30px;
}
.investment-header .investment-search3d .features .colour {
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0;
  margin-right: 10px;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
}
.investment-header .investment-search3d .features .colour.green {
  background: #0ac051;
}
.investment-header .investment-search3d .features .colour.red {
  background: #c02300;
}
.investment-header .investment-search3d .features .colour.yellow {
  background: #ffe00b;
}
.investment-header .investment-search3d .features .colour.blue {
  background: #3c3ed3;
}
.investment-info {
  margin-bottom: 30px;
}
.investment-info .investment-info-box {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .investment-info .investment-info-box-left {
    margin-bottom: 15px;
  }
}
.investment-info .developres_investment_deadline {
  color: #dc1f24;
  font-weight: 800;
  text-align: left;
  font-size: 1.4em;
  margin-bottom: 30px;
}
.investment-info .developres_investment_features {
  border: 1px solid #eee;
  padding: 20px;
  background: #fafafa;
  margin-bottom: 30px;
}
.investment-info .developres_investment_features ul,
.investment-info .developres_investment_features ol {
  margin-bottom: 0;
}
.investment-info .investment-name {
  background: url(../image/location.svg) no-repeat left top 5px;
  background-size: auto 50px;
  padding-left: 40px;
}
.investment-info .investment-name .localization {
  font-size: 22px;
  font-weight: 600;
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.investment-info .logotype {
  border-left: 1px solid #ddd;
  padding-left: 10px;
}
.investment-info .logotype img {
  height: 90px;
}
@media (max-width: 767px) {
  .investment-info .logotype {
    border-left: none;
  }
}
.investment-info .investment-info-text {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 20px;
  text-align: justify;
  position: relative;
}
.investment-info .investment-info-text .investment-info-text-switch {
  display: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff, #ffffff);
  padding: 40px 0 0px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .investment-info .investment-info-text {
    height: 180px;
    overflow: hidden;
  }
  .investment-info .investment-info-text .investment-info-text-switch {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.investment-info .investment-gallery .item {
  margin-bottom: 30px;
}
.investment-plan .investment-plan-box {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.article-category-nav {
  text-align: center;
  margin: 0 0 40px 0;
  padding: 0;
}
.article-category-nav li {
  display: inline-block;
  margin: 5px;
}
.article-category-nav li a {
  display: inline-block;
  border: 2px solid #eee;
  padding: 10px 30px;
  min-width: 300px;
  border-radius: 4px;
  color: #ddd;
}
.article-category-nav li:hover a {
  color: #666;
  border-color: #666;
}
.article-category-nav li.active a {
  background: #fafafa;
  color: #666;
  border-color: #666;
}
@media (max-width: 767px) {
  .article-category-nav li a {
    padding: 10px;
    min-width: 150px;
  }
}
.article-category-nav h1,
.article-category-nav h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.article-index {
  background: #fff url(../image/articleIndexBg.jpg) no-repeat center center;
  background-size: 100% auto;
  padding: 50px 0;
}
.article-index.article-index-home {
  padding: 13% 0;
}
.article-index .articleItem {
  margin-bottom: 40px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 5px;
  transition: 0.2s all ease-in-out;
}
.article-index .articleItem:hover {
  transform: scale(1.05);
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
.article-index .articleItem .thumb {
  background: linear-gradient(45deg, #eee, #fafafa, #eee);
}
.article-index .articleItem .thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1.50214592;
}
.article-index .articleItem .body {
  padding: 20px;
}
.article-index .articleItem .body .date {
  opacity: 0.5;
  margin-bottom: 5px;
}
.article-index .articleItem .body .title {
  font-size: 1.4em;
  text-transform: uppercase;
  line-height: 1.1em;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.article-index .link {
  text-align: center;
}
.article-show {
  background: #fff;
  padding: 50px 0 0 0;
}
.article-show .thumb {
  margin: auto;
  max-width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .article-show .thumb {
    max-width: 100%;
  }
}
.article-show .thumb img {
  width: 100%;
  display: block;
}
.modal-header {
  background: url(../image/dropdown-left-bg.png) no-repeat left center, url(../image/dropdown-right-bg.png) no-repeat right center, linear-gradient(90deg, #2a2929, #811920, #c80e1b, #ae121e);
  color: #fff;
}
.modal-header .close {
  color: #fff;
}
.modal-title {
  font-weight: 600;
  font-size: 1.4em;
}
.modal .close:not(:disabled):not(.disabled):focus,
.modal .close:not(:disabled):not(.disabled):hover {
  color: #fff;
}
.form .form-item {
  margin-bottom: 30px;
}
.form .form-rule {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-bottom: 0;
  font-size: 12px;
}
.form .form-rule a {
  text-decoration: underline;
}
.form .form-rule a:hover {
  text-decoration: underline;
}
.form .form-rule p {
  margin: 0;
}
.form .form-rule [type="checkbox"] {
  position: absolute;
  top: 5px;
  left: 0;
}
.form .form-rule label {
  color: #aaa;
  cursor: pointer;
}
.form .form-rule label span {
  color: #dc1f24;
  position: absolute;
  top: 0;
  left: 20px;
}
.form .form-rule label a {
  color: #dc1f24;
}
.form .form-rule label a:hover {
  text-decoration: underline;
}
.form .error-label {
  color: #ff0000;
  font-size: 0.8em;
  padding: 5px 0;
  display: none;
}
.form .form-rule-hidden {
  margin-top: 10px;
  color: #aaa;
  display: none;
}
.form .form-rule-hidden ol {
  margin: 0;
  padding: 0 0 0 10px;
}
.form .form-rule-hidden ol li {
  margin: 5px 0 0 0;
  padding: 0;
}
.form [type="email"],
.form [type="text"],
.form [type="password"],
.form textarea,
.form select {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}
.form .form-item.error textarea {
  border-color: #c9302c;
  border-width: 2px;
}
.form .form-item.error [type="text"] {
  border-color: #c9302c;
  border-width: 2px;
}
.form .form-item.error .error-label {
  display: block;
}
.form .form-rule.error p {
  color: #c9302c;
}
.rotator .form {
  padding: 15px;
  background: linear-gradient(90deg, #00133f, #106acf);
}
.rotator .form .title {
  color: #ffffff;
  font-size: 1.4em;
  margin-bottom: 10px;
}
.rotator .form .form-rule {
  font-size: 0.7em;
  line-height: 1em;
  color: #fff;
}
.rotator .form .form-rule p {
  color: #ffffff;
  opacity: 0.6;
}
.rotator .form .form-rule.error p {
  color: #ff2222;
}
.rotator .form .form-content-response {
  color: #fff;
  padding: 50px 0;
  display: none;
}
.rotator .form .submit {
  margin-top: 20px;
  text-align: center;
}
.search3dArea {
  position: relative;
}
.search3dArea img {
  opacity: 0.2;
}
.search3dArea svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.flat-item {
  border: 1px solid #ddd;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .flat-item {
    padding: 10px;
    margin-bottom: 20px;
  }
}
.flat-item .flat-name {
  line-height: 1.1em;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .flat-item .flat-name {
    font-size: 17px;
  }
}
.flat-item .flat-name span {
  background: #eee;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 10px;
}
.flat-item .flat-location {
  background: url(../image/location.svg) no-repeat left top;
  background-size: 15px auto;
  padding-left: 25px;
  line-height: 1.2em;
}
@media (max-width: 575px) {
  .flat-item .flat-location {
    font-size: 14px;
  }
}
.flat-item .investment-logo {
  position: absolute;
  top: 1px;
  right: 10px;
}
.flat-item .investment-logo img {
  height: 60px;
}
@media (max-width: 575px) {
  .flat-item .investment-logo img {
    height: 40px;
  }
}
.flat-item .flat-thumb {
  width: 100%;
  padding: 10px 0;
}
.flat-item .flat-thumb img {
  width: 100%;
  transition: 0.2s all ease-in-out;
}
.flat-item:hover .flat-thumb img {
  transform: scale(1.05);
}
.flat-item .flat-summary {
  display: flex;
  margin-bottom: 20px;
}
.flat-item .flat-summary .flat-summary-item {
  flex: 1;
  border-left: 1px solid #eee;
  padding-left: 20px;
}
.flat-item .flat-summary .flat-summary-item:first-child {
  padding-left: 0;
  border-left: 0;
}
.flat-item .flat-summary .flat-summary-item .label {
  color: #aaa;
}
.flat-item .flat-summary .flat-summary-item .value {
  color: #000;
  font-weight: 800;
}
@media (max-width: 575px) {
  .flat-item .flat-summary {
    display: block;
    margin-bottom: 5px;
  }
  .flat-item .flat-summary .flat-summary-item {
    display: inline-block;
    min-width: 47%;
    margin-bottom: 5px;
    border-left: none;
    padding-left: 0;
  }
}
.flat-item .buttons {
  text-align: right;
}
.flat-show {
  padding: 50px 0;
}
@media (max-width: 575px) {
  .flat-show {
    padding: 25px 0;
  }
}
.flat-show .flat-title {
  font-weight: 800;
  font-size: 25px;
  line-height: 1.2em;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .flat-show .flat-title {
    font-size: 20px;
  }
}
.flat-show .flat-title span.investment {
  font-weight: 600;
  font-size: 0.8em;
  margin-left: 10px;
  white-space: nowrap;
}
.flat-show .flat-title span.number {
  background: #405c92;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 0.8em;
  margin-left: 10px;
  white-space: nowrap;
}
.flat-show .flat-title span.flattitle {
  float: left;
  width: 55%;
}
.flat-show .flat-title span.location {
  float: right;
  background: url(../image/location.svg) no-repeat left top;
  background-size: auto 30px;
  padding-left: 25px;
  font-weight: 600;
  line-height: 1.1em;
  max-width: 40%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .flat-show .flat-title span.flattitle {
    float: none;
    width: 100%;
  }
  .flat-show .flat-title span.location {
    float: none;
    width: 100%;
    max-width: none;
    display: block;
    margin: 20px 0;
    background-size: auto 25px;
  }
}
.flat-show .flat-box {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.flat-show .flat-box .flat-status-name {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  font-size: 12px;
  background: #dddddd;
  z-index: 2;
}
.flat-show .flat-box .flat-status-name.warning {
  background: #dc1f24;
  color: #fff;
}
@media (max-width: 991px) {
  .flat-show .btn-3dbuilding {
    display: none;
  }
}
.flat-show .flat-standard {
  background: #ecf0f4;
  color: #000;
  border-radius: 4px;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.flat-show .flat-receipt {
  text-align: right;
  color: #666;
  margin-bottom: 10px;
}
.flat-show .flat-receipt span {
  font-weight: 800;
  color: #000;
}
.flat-show .person-box {
  background: url(../image/dropdown-left-bg.png) no-repeat left center, url(../image/dropdown-right-bg.png) no-repeat right center, linear-gradient(90deg, #00133f, #106acf);
  border-radius: 5px;
  padding: 20px;
}
.flat-show .person-box .person-info {
  color: #fff;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.flat-show .person-box .person-info .thumb {
  width: 90px;
}
.flat-show .person-box .person-info .thumb img {
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #eee;
}
.flat-show .person-box .person-info .name {
  flat: 1;
  font-size: 1.8em;
  line-height: 1em;
  font-weight: 600;
}
.flat-show .person-box .person-info .name .title {
  font-size: 0.6em;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 3px;
}
@media (max-width: 575px) {
  .flat-show .person-box .person-info {
    display: block;
  }
  .flat-show .person-box .person-info .thumb {
    margin-bottom: 10px;
  }
}
.flat-show .person-box .btn {
  width: 100%;
}
.flat-show .person-box button {
  margin-bottom: 10px;
}
.flat-show .person-box .skype {
  text-align: center;
  margin-top: 15px;
}
.flat-show .person-box .skype img {
  width: 20px;
  position: relative;
  top: -3px;
}
.flat-show .flat-summary {
  display: flex;
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
}
.flat-show .flat-summary .item {
  flex: 1;
  padding: 20px 0;
  text-align: center;
}
.flat-show .flat-summary .item .label {
  color: #888;
  text-transform: uppercase;
  font-size: 0.9em;
}
.flat-show .flat-summary .item .value {
  color: #000;
  font-weight: 600;
  font-size: 1.3em;
}
.flat-show .flat-room-summary {
  border-bottom: 2px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.flat-show .flat-room-summary .title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.flat-show .flat-room-summary .item {
  margin-bottom: 10px;
}
.flat-show .flat-room-summary .label {
  color: #888;
  line-height: 1.1em;
}
.flat-show .flat-room-summary .value {
  color: #000;
  font-weight: 600;
  font-size: 1.2em;
}
.flat-show .flat-floors-available {
  margin-top: 20px;
}
.flat-show .flat-floors-available .title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.flat-show .flat-floors-available .floors {
  display: flex;
  margin: 0 -10px;
}
.flat-show .flat-floors-available .floors a {
  display: block;
  flex: 1;
  border: 2px solid #dc1f24;
  text-align: center;
  padding: 20px 0;
  margin: 0 10px;
  color: #dc1f24;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  border-radius: 5px;
  background-image: url(../image/floorNotAvailable.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.flat-show .flat-floors-available .floors a:hover,
.flat-show .flat-floors-available .floors a.active {
  background: #dc1f24;
  color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.flat-show .flat-floors-available .floors a.active {
  top: -5px;
}
.flat-show .flat-floors-available .floors a.available {
  border-color: #28d644;
  color: #28d644;
  background-image: none;
}
.flat-show .flat-floors-available .floors a.available:hover,
.flat-show .flat-floors-available .floors a.available.active {
  background-color: #28d644;
  color: #fff;
}
@media (max-width: 991px) {
  .flat-show .flat-floors-available .floors {
    display: block;
  }
  .flat-show .flat-floors-available .floors a {
    display: inline-block;
    padding: 2%;
    width: 18%;
    margin-bottom: 15px;
  }
}
.flat-3d {
  text-align: center;
}
.flat-3d .widget3dEstate {
  border: 2px solid #dc1f24 !important;
  border-radius: 3px;
  background: white;
  display: inline-block;
  text-align: center;
  width: auto !important;
}
.flat-3d .widget3dEstate:hover {
  background: #dc1f24;
  color: #fff;
}
.flat-3d .widget3dEstate::before {
  content: "Wirtualny Spacer 3D";
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 10px 50px;
}
.flat-3d .widget3dEstate div {
  opacity: 0;
  display: none !important;
  width: 0;
  height: 0;
}
.flat-gallery {
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.01);
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .flat-gallery {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .flat-gallery {
    margin-bottom: 5px;
  }
}
.flat-gallery .gallery-images {
  text-align: center;
  position: relative;
  margin: -20px 0 0 -20px;
}
.flat-gallery .gallery-images .gallery-item {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  text-align: center;
}
@media (max-width: 991px) {
  .flat-gallery .gallery-images .gallery-item {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .flat-gallery .gallery-images .gallery-item {
    height: 350px;
  }
}
.flat-gallery .gallery-images .gallery-item a {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.flat-gallery .gallery-images .gallery-item img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 500px;
}
@media (max-width: 991px) {
  .flat-gallery .gallery-images .gallery-item img {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .flat-gallery .gallery-images .gallery-item img {
    max-height: 350px;
  }
}
.flat-gallery .gallery-images .owl-carousel .owl-prev,
.flat-gallery .gallery-images .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 30px;
  height: 60px;
  background: transparent;
  opacity: 0.5;
  font-size: 30px;
}
.flat-gallery .gallery-images .owl-carousel .owl-prev:hover,
.flat-gallery .gallery-images .owl-carousel .owl-next:hover {
  opacity: 1;
}
.flat-gallery .gallery-images .owl-carousel .owl-prev span,
.flat-gallery .gallery-images .owl-carousel .owl-next span {
  position: relative;
  top: -3px;
}
.flat-gallery .gallery-images .owl-carousel .owl-prev {
  left: 10px;
  background-image: url(../image/arrow-left.png);
  background-size: cover;
  background-position: center center;
}
.flat-gallery .gallery-images .owl-carousel .owl-next {
  right: 10px;
  background-image: url(../image/arrow-right.png);
  background-size: cover;
  background-position: center center;
}
.flat-gallery .gallery-thumbs {
  text-align: center;
  position: relative;
  margin: 0 0 0 -20px;
  margin: 0 40px 0 20px;
}
.flat-gallery .gallery-thumbs .item {
  padding: 5px;
}
.flat-gallery .gallery-thumbs .owl-carousel-thumbs .owl-prev,
.flat-gallery .gallery-thumbs .owl-carousel-thumbs .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  width: 30px;
  height: 65px;
  background: #fff;
  font-size: 30px;
  opacity: 0.5;
}
.flat-gallery .gallery-thumbs .owl-carousel-thumbs .owl-prev:hover,
.flat-gallery .gallery-thumbs .owl-carousel-thumbs .owl-next:hover {
  opacity: 1;
}
.flat-gallery .gallery-thumbs .owl-carousel-thumbs .owl-prev span,
.flat-gallery .gallery-thumbs .owl-carousel-thumbs .owl-next span {
  position: relative;
  top: -3px;
}
.flat-gallery .gallery-thumbs .owl-carousel-thumbs .owl-prev {
  left: -30px;
  background-image: url(../image/arrow-left.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.flat-gallery .gallery-thumbs .owl-carousel-thumbs .owl-next {
  right: -30px;
  background-image: url(../image/arrow-right.png);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.flat-standard-index .item {
  margin-bottom: 10px;
}
.flat-standard-index .standard-name {
  background: #eee;
  padding: 15px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  background-image: url(../image/triangle-dropdown.svg);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.flat-standard-index .standard-name.active {
  background-image: url(../image/triangle-dropdown-a.svg);
}
.flat-standard-index .standard-description {
  background: #fafafa;
  padding: 15px;
  display: none;
  text-align: justify;
}
.flat-standard-index .item.active .standard-description {
  display: block;
}
.search3d-sides {
  position: relative;
}
.search3d-sides .search3d-sides-building {
  text-align: center;
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.7);
  background: linear-gradient(90deg, #00133f, #106acf);
  font-weight: 600;
  text-transform: uppercase;
}
.search3d-sides .search3d-sides-building span {
  font-size: 1.3em;
  color: #fff;
}
.search3d-sides .search3d-sides-building a {
  border: 1px solid #fff;
  text-transform: none;
  padding: 3px 10px;
  margin-left: 30px;
  color: #fff;
  opacity: 0.5;
  font-weight: 400;
  border-radius: 5px;
  font-size: 14px;
}
.search3d-sides .search3d-sides-building a:hover {
  background: #fff;
  color: #00133f;
}
.search3d-sides .search3d-side {
  display: none;
}
.search3d-sides .search3d-side.active {
  display: block;
}
.search3d-sides .search3d-side .search-side-image {
  position: relative;
  text-align: center;
}
.search3d-sides .search3d-side .search-side-image img {
  width: 100%;
}
.search3d-sides .search3d-side .side-prev,
.search3d-sides .search3d-side .side-next {
  width: 60px;
  height: 45px;
  background: #eee;
  position: absolute;
  top: 10px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
.search3d-sides .search3d-side .side-prev:hover,
.search3d-sides .search3d-side .side-next:hover {
  transform: scale(1.05);
}
.search3d-sides .search3d-side .side-prev {
  left: 10px;
  background-image: url(../image/rotateBuildingLeft.png);
}
.search3d-sides .search3d-side .side-next {
  right: 10px;
  background-image: url(../image/rotateBuildingRight.png);
}
.flatIndex {
  background: #fff;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .flatIndex {
    padding: 25px 0;
  }
}
.pages {
  text-align: center;
  margin: 50px 0 0 0;
}
.pages a {
  display: inline-block;
  border: 1px solid #ddd;
  width: 30px;
  height: 30px;
  line-height: 29px;
  text-align: center;
  color: #999;
  border-radius: 5px;
}
.pages a:hover {
  border-color: #b8f500;
  color: #b8f500;
}
.pages a.active {
  background: #b8f500;
  border-color: #b8f500;
  color: #000;
}
.googleMap {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.googleMap #googleMap {
  height: 70vh;
  width: 100vw;
  transition: 0.2s all linear;
}
.googleMap.active #googleMap {
  width: 70vw;
}
.googleMap .locationMapDesc {
  width: 30vw;
  display: none;
  background: #fff;
  border-left: 2px solid #aaa;
}
.googleMap .locationMapDesc .item {
  padding: 30px;
  display: none;
}
.googleMap .locationMapDesc .item.active {
  display: block;
}
.googleMap .locationMapDesc .location {
  background: url(../image/location.svg) no-repeat left center;
  background-size: auto 40px;
  padding-left: 40px;
}
.googleMap .locationMapDesc .desc {
  margin-top: 20px;
}
.googleMap .locationMapDesc .title {
  font-size: 22px;
  margin: 0;
  padding: 0;
}
.googleMap .locationMapDesc .details {
  margin-top: 30px;
}
.googleMap .locationMapDesc .logotype {
  width: 50%;
  margin-bottom: 10px;
}
.googleMap .locationMapDesc .logotype img {
  width: 100%;
}
.googleMap.active .locationMapDesc {
  display: block;
}
@media (max-width: 767px) {
  .googleMap {
    display: block;
  }
  .googleMap #googleMap {
    height: 50vh;
    width: 100%;
    transition: 0.2s all linear;
  }
  .googleMap.active #googleMap {
    width: 100%;
  }
  .googleMap .locationMapDesc {
    width: 100%;
    border-left: none;
  }
  .googleMap .locationMapDesc .item {
    padding: 15px;
  }
  .googleMap .locationMapDesc .item .logotype {
    width: 30%;
  }
}
.sponsoring {
  margin: 0;
  background: #00133f url(../image/sponsoringBg.jpg) no-repeat top center;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
  border-bottom: 10px solid #fff;
  position: relative;
}
@media (max-width: 575px) {
  .sponsoring {
    margin-top: 50px;
  }
}
.sponsoring p {
  color: #fff;
}
.sponsoring .head1 {
  color: #fff;
}
.sponsoring .text {
  margin: 0 15%;
}
.sponsoring .girl {
  position: absolute;
  top: -120px;
  left: 0px;
  width: 500px;
}
.sponsoring .girl img {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .sponsoring .girl {
    display: none;
  }
}
.sponsoring .btn-sponsoring {
  white-space: normal;
}
.sponsoring .logo {
  position: absolute;
  top: -65px;
  left: 50%;
  margin-left: -80px;
}
.sponsoring .logo img {
  display: block;
  width: 160px;
}
.contact-index {
  background: #00133f;
  background: url(../image/dropdown-left-bg.png) no-repeat left center, url(../image/dropdown-right-bg.png) no-repeat right center, linear-gradient(90deg, #00133f, #106acf);
  background-size: auto 100%, auto 100%, auto auto;
  padding: 50px 0;
  text-align: center;
  color: #fff;
}
.contact-index .phoneno {
  margin-bottom: 20px;
}
.contact-index .phoneno a {
  font-size: 3em;
  background: url(../image/phone-footer-icon.svg) top center no-repeat;
  background-size: 50px auto;
  padding-top: 40px;
  display: inline-block;
}
.contact-index .email a {
  font-size: 1.3em;
  background: url(../image/mail-footer-icon.svg) top center no-repeat;
  background-size: 50px auto;
  padding-top: 55px;
  display: inline-block;
}
@media (max-width: 767px) {
  .contact-index .phoneno a {
    font-size: 2em;
    background-size: 40px auto;
  }
  .contact-index .email a {
    font-size: 1.2em;
    background-size: 40px auto;
    padding-top: 40px;
    margin-bottom: 30px;
  }
}
.contact-index button {
  margin-bottom: 20px;
}
.contact-details {
  background: linear-gradient(0deg, #eee, #fff);
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #eee;
}
.contact-details h1 {
  font-size: 2em;
  font-weight: 600;
}
.department-index {
  text-align: center;
  background: #fff;
  padding: 50px 0 0 0;
}
.department-index .panel {
  margin-bottom: 50px;
}
[data-target="#modalSkype"] {
  position: relative;
}
[data-target="#modalSkype"] img {
  position: absolute;
  width: 24px;
  top: -10px;
  right: -10px;
}
.person-index-skype .item {
  cursor: pointer;
  padding: 10px 15px;
  margin: 0 -15px;
}
.person-index-skype .item:hover {
  background: rgba(0, 216, 229, 0.4);
}
.person-index-skype .item .thumb {
  position: relative;
}
.person-index-skype .item .thumb > img {
  width: 100%;
  display: block;
  background: #fafafa;
  border-radius: 50%;
}
.person-index-skype .item .thumb .skype {
  position: absolute;
  bottom: -5px;
  right: -5px;
}
.person-index-skype .item .thumb .skype img {
  width: 26px;
  display: block;
}
.person-index-skype .item .name {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1em;
  padding: 0;
  margin: 0 0 5px 0;
}
.person-index-skype .item .title {
  font-size: 1em;
  line-height: 1em;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.person-index {
  padding: 50px 0;
  background: #fff;
}
.person-index .item {
  margin-bottom: 40px;
  text-align: center;
}
.person-index .item .online {
  margin-top: 5px;
  background: #0ac051;
  display: inline-block;
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 3px;
}
.person-index .item .thumb {
  margin-bottom: 10px;
}
.person-index .item .thumb img {
  display: inline-block;
  width: 150px;
  border: 2px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.person-index .item .name {
  font-size: 1.3em;
  font-weight: 600;
  padding: 0;
  margin: 0 0 0 0;
}
.person-index .item .title {
  font-size: 1em;
}
.person-index .item .skype {
  margin-top: 15px;
}
.person-index .item .skype img {
  width: 32px;
}
.gm-style img[src*="mapmarkerD"] {
  animation-name: dots;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes dots {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.timeline-index {
  padding: 0 0 100px 0;
}
.timeline-index .item {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .timeline-index .item {
    width: 100%;
  }
}
.timeline-index .item .point {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #aaa;
  position: absolute;
  top: 13px;
  background: #fff;
}
.timeline-index .item:nth-child(even) {
  border-left: 3px solid #aaa;
  margin-left: 50%;
  left: -3px;
  text-align: left;
}
.timeline-index .item:nth-child(even) .point {
  left: -12px;
}
@media (max-width: 767px) {
  .timeline-index .item:nth-child(even) {
    margin-left: 0;
    left: 0;
  }
}
.timeline-index .item:nth-child(odd) {
  border-right: 3px solid #aaa;
  text-align: right;
}
.timeline-index .item:nth-child(odd) .point {
  right: -12px;
}
@media (max-width: 767px) {
  .timeline-index .item:nth-child(odd) {
    text-align: left;
    right: auto;
    border-left: 3px solid #aaa;
    border-right: none;
  }
  .timeline-index .item:nth-child(odd) .point {
    left: -12px;
    right: auto;
  }
}
.timeline-index .item .date {
  font-style: italic;
  opacity: 0.5;
}
.timeline-index .item .date span {
  border-bottom: 1px solid #ddd;
}
.timeline-index .item .title {
  font-weight: 600;
  font-size: 1.2em;
  color: #dc1f24;
}
.about-home {
  margin-top: 30px;
  text-align: center;
  font-size: 0.9em;
  background: linear-gradient(0, #eee, #ffffff);
}
.about-home .head1,
.about-home .head2 {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
}
.about-home .btn {
  margin-top: 25px;
}
.gcomment {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}
.mfp-arrow-left {
  background-image: url(../image/arrow-left-w.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.mfp-arrow-left:before,
.mfp-arrow-left:after {
  border: none;
}
.mfp-arrow-right {
  background-image: url(../image/arrow-right-w.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.mfp-arrow-right:before,
.mfp-arrow-right:after {
  border: none;
}
@keyframes download-notification-panel {
  0% {
    background-position: bottom 15px center;
  }
  50% {
    background-position: bottom 3px center;
  }
  100% {
    background-position: bottom 15px center;
  }
}
.download-notification-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #dc1f24 url(../image/arrow-down-w.png) no-repeat bottom 10px center;
  background-size: 30px auto;
  padding: 20px 20px 60px 20px;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  z-index: 100;
  animation: download-notification-panel 1s infinite;
  border-top-right-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  display: none;
}
.fb_dialog {
  bottom: 80px !important;
}
@media (max-width: 767px) {
  .fb_dialog {
    bottom: 70px !important;
  }
}
.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.99);
  padding: 30px 0;
  border-top: 2px solid #eee;
  z-index: 100000;
}
.customContent img {
  height: auto !important;
  max-width: 100% !important;
}
/*# sourceMappingURL=style.css.map */