/*
Theme Name: flex_theme
Theme URI: http:/www.brandless.pl
Author: Brandless
Author URI: http:/www.brandless.pl

*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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'); 


:root {
    --primary-color: #8D7267;
    --secondary-color: #491C16;
    --primary-font: 'Montserrat', 'Arial', sans-serif;
    --primary-font-color: #151515;
    --primary-font-size: 15px;
    --primary-line-height: 1.7em;
    --secondary-font: 'Montserrat', 'Arial', sans-serif;
    --secondary-font-color: #491C16;
    --additional-font: 'Montserrat', 'Arial', sans-serif;
    --additional-font-color: #3C3C3C;
    --dots: url(svg/dots.svg) no-repeat;
}

@font-face {
    font-family: 'fontello';
    src: url('fonts/fontello.eot?16019969');
    src: url('fonts/fontello.eot?16019969#iefix') format('embedded-opentype'), url('fonts/fontello.woff2?16019969') format('woff2'), url('fonts/fontello.woff?16019969') format('woff'), url('fonts/fontello.ttf?16019969') format('truetype'), url('fonts/fontello.svg?16019969#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
}

select {
   background-image: url(...);
    /* Add custom arrow */
   border: 2px solid #e3e3e3;
   padding: 14px;
   border-radius: 2px;
}

body {
    font-family: var(--primary-font);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--primary-font-color);
}

img {
    max-width: 100%;
    height: auto;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

h1, h2, h3, h4 {
    font-family: var(--secondary-font);
    /* color: var(--secondary-font-color); */
    /* letter-spacing: 0.06rem; */
}

h1 {
    color: var(--secondary-font-color);
    font-size: 2.5rem;
    line-height: auto;
    font-weight: 800;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
}

h2 {
    color: var(--secondary-font-color);
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 800;
    /* text-transform: uppercase; */
    margin-bottom: 15px;
}

h3 {
    /* color: var(--secondary-font-color); */
    font-size: 1.7rem;
    line-height: 1.7rem;
    margin-bottom: 17px;
}

h4 {
    font-size: 1.4rem;
    
}

h4, h5 {
    color: var(--secondary-font-color);
    font-family: var(--secondary-font);
}

p {
    font-family: var(--primary-font);
    font-size: var(--primary-font-size);
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    /* color: var(--primary-font-color); */
    line-height: var(--primary-line-height);
}


a {
    color: var(--secondary-font-color);
    
}

li {
    /* list-style-type: none; */
}

li::marker {
   color:var(--secondary-color);
    font-weight:600;
  
}

a:hover {color: #4f4f4f;}

.ease, .ease, .ease > a  {
    -webkit-transition: all 0.400s cubic-bezier(.10, .10, .25, .90);
    -moz-transition: all 0.400s cubic-bezier(.10, .10, .25, .90);
    transition: all 0.400s cubic-bezier(.10, .10, .25, .90);
}




.hide {
    display: none;
}

.show {
    display: block;
}

a:hover {
    text-decoration: none;
}


.big-header {font-size:3rem; font-weight:700}
.adv-header {position:relative;}
.adv-header:after {background-color: var(--primary-color);background-size: contain;background-position: center;height: 5px;width: 55%;content: "";/* margin-top: 1px; */display: inline-block;justify-items: center;position: absolute;z-index:-1;margin-left: 10%;top: 10px;max-width: 280px;}

.adv-header h1 {background:#fff; }

.basic-button {
    background-color: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 13px;
    font-weight: bold;
    line-height: 2.0;
    letter-spacing: 2.5px;
    text-align: center;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    text-transform: uppercase;
    border: 3px solid var(--primary-color);
}


.simple-address {font-size:1.2rem;font-weight:600; position:relative; padding-left:45px;}
.simple-address:before {
    background: url(svg/icon-address-pin-red.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 27px;
    width: 27px;
    content: "";
    /* float:left; */
    left: 6px;
    margin-right: 13px;
    top:3px;
    display: inline-block;
    justify-items: center;
    position: absolute; 
}
}


.basic-button:hover, .basic-button:active, .basic-button:focus {
    background-color: var(--primary-color);
    text-decoration: none;
    color: white;
}

.slider .basic-button {
    background-color: #e80000;
    /* color: #fff; */
    /* text-shadow: 0px 1px 6px #3e3e3e; */
}

.slider .basic-button:hover, .slider .basic-button:active, .slider .basic-button:focus {
    background-color: transparent;
    text-decoration: none;
    color: #ffffff;
    border-color: #DA1E1E;
    text-shadow: none;
}


.slider-header {color: #2F2F2F;font-size: 4rem;line-height: 4rem;}

.read-more {
    width: 330px;
    text-align: center;
    margin: 150px 0px 30px 0px;
}

.read-more a {
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: bold;
    line-height: 2.0;
    letter-spacing: 2.5px;
    color: var(--primary-font);
    text-transform: uppercase;
    list-style-image: none;
}

.read-more a:hover {
    text-decoration: none;
    color: #463420;
}

b, strong {
    font-weight: 600;
}

p strong {
     color: var(--secondary-color);
}

.page-wrap {
    position: relative;
}


.front-boxes ul {display: flex;flex-wrap:wrap;margin-top:50px;margin-bottom:50px;padding: 0px;justify-content: center;align-items: center;}

.front-boxes ul li {list-style:none;padding:5px;text-align:center;height: 100%;width: 25%;}
.front-boxes ul li a {transition:0.3s;z-index:1;background-size:cover;background-position:center;position: relative;border-radius:10px;padding: 65px 16px;border:1px solid #ccc;width: 100%;font-weight: 500;justify-content: center;align-items: center;font-size: 1.2rem;color: #fff;background-color: var(--secondary-font-color);overflow: hidden;display: flex;flex-wrap: wrap;flex-direction: column-reverse;min-height: 246px;}
.front-boxes ul li a:hover {transform: scale(1.05); background-color:#351f1f;}


.front-boxes ul li a:after {content: "";width: 100%;height: 59px; background-repeat:no-repeat;background-position: center;padding: 20px;margin-bottom: 0px;}
.front-boxes ul li a:before {content: ""; z-index:-1; top:0px; left:0px; width:100%; position:absolute; height:100%; background:#00000063; }



.front-boxes ul li.icon-tv a:after {background-image: url('svg/icons/icon-tv.svg');}
.front-boxes ul li.icon-satisfaction a:after {background-image: url('svg/icons/icon-stars.svg');}
.front-boxes ul li.icon-doc a:after {background-image: url('svg/icons/icon-docs.svg');background-repeat: }
.front-boxes ul li.icon-attractions a:after {background-image: url('svg/icons/icon-attraction.svg');background-repeat: }
.front-boxes ul li.icon-prices a:after {background-image: url('svg/icons/icon-price.svg'); background-repeat: }
.front-boxes ul li.icon-contacts a:after {background-image: url('svg/icons/icon-phone.svg'); background-repeat: }
.front-boxes ul li.icon-food a:after {background-image: url('svg/icons/icon-food.svg'); background-repeat: }
.front-boxes ul li.icon-gdpr a:after {background-image: url('svg/icons/icon-gdpr.svg'); background-repeat: }




.front-boxes ul li.icon-contacts a {background-image: url('https://pk.hotelmilo.pl/wp-content/uploads/2024/02/hotel-bell-e1708532703450.jpeg'); }
.front-boxes ul li.icon-tv a {background-image: url('https://pk.hotelmilo.pl/wp-content/uploads/2024/02/hospitality-accommodation-smart-display-digital-signage-e1708532726259.jpg'); }
.front-boxes ul li.icon-doc a {background-image: url('https://pk.hotelmilo.pl/wp-content/uploads/2024/02/img-e1708532716213.jpeg'); }
.front-boxes ul li.icon-contacts a {background-image: url('https://pk.hotelmilo.pl/wp-content/uploads/2024/02/hotel-bell.jpeg'); }
.front-boxes ul li.icon-attractions a {background-image: url('https://pk.hotelmilo.pl/wp-content/uploads/2024/02/Poland_Gdansk_Houses_Evening_Rivers_Waterfront_576750_2560x1440-e1708532692644.jpeg'); }
.front-boxes ul li.icon-prices a {background-image: url('https://pk.hotelmilo.pl/wp-content/uploads/2024/02/a1-e1708532982448.webp'); }
.front-boxes ul li.icon-food a {background-image: url('https://pk.hotelmilo.pl/wp-content/uploads/2024/02/food-e1708699849197.webp'); }
.front-boxes ul li.icon-gdpr a {background-image: url('https://pk.hotelmilo.pl/wp-content/uploads/2024/02/image-e1708701080228.jpeg'); }




.just-page table {
    margin-left: -20px;
    margin-right: -20px;
}

.just-page table td {padding:10px 20px;}
.just-page table tr:nth-child(odd) {background-color:#f4f4f4;}
.just-page table tr:nth-child(1) {background-color:transparent;color:#351f1f;}
/*HEADER*/
#header {
    position: absolute;
    width: 100%;
    background-image: url(https://pk.hotelmilo.pl/wp-content/uploads/2023/12/bg.jpg);
    z-index: 100;
    padding-top: 15px;
    padding-bottom: 15px;
    background-size: cover;
}

#header .logotype-top {
    width: 100px;
    /* height: 94px; */
    padding: 10px 0px;
    /* margin-bottom: -70px; */
    /* margin-top: -17px; */
}

#header .logotype-top:hover {
    transform:scale(1.05);
}

#header .fixed .logotype-top {
    /* width: 177px; */
    height: 115px;
    padding: 5px;
    margin: -17px 0px;
}

#header .fixed .relativer{padding: 0px 66px 0px 66px;max-width: 1500px;margin: 0 auto;position: relative;}
#header .fixed .relativer .burger {right:100px;}
#header .top-bar {
    min-height: 20px;
    background: #181d22
}

#header .top-bar ul {
    margin: 0px;
    padding: 0px;
    float: right;
}

#header .top-bar ul li {
    display: inline-block;
    padding: 4px 9px;
}

#header .top-bar ul li a {
    color: #757a80;
    line-height: 1.4em;
    cursor: pointer;
}

#header .top-bar ul li a:hover {
    text-decoration: none;
    color: #b18d67;
}

#header .navbar-brand {
    height: auto;
    padding: 6px 5px;
    /* margin-left: 18px; */
    /* margin: 11px; */
    margin-right: 0px;
}

.fadeindown {
    -moz-animation: fadeInDown 1.0s ease-in;
    -webkit-animation: fadeInDown 1.0s ease-in;
    animation: fadeInDown 1.0s ease-in;
}

.menu-container {
    display: block;
}

#header .navbar {
    top: -100px;
    margin-bottom: 0px;
    z-index: 100;
    width: 100%;
    position: initial;
    padding: 0px;
    /* background: #fff; */
}

#header .navbar-nav {
    padding: 12px;
    float: right;
    /* margin-top: 15px; */
    z-index: 2;
    margin-right: 15px;
    display: block;
    /* height: 50px; */
}

#header .navbar-nav ul {
    margin: 0px;
    padding: 0px;
}

#header .navbar-nav li {
    display: inline-block;
    z-index: 1;
    padding: 10px 0px;
}

#header .navbar-nav li.call a {
    border: 3px solid #DA1E1E;
    font-weight: 700;
    margin-right: 20px
}

#header .navbar-nav li>a {
    position: relative;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 2.0;
    /* letter-spacing: 1px; */
    text-align: left;
    color: #fff;
    /* margin: 13px 24px; */
    padding: 0px;
    /* text-transform: uppercase; */
    padding: 5px 28px;
}

#header .navbar-nav li>a:after {
    /* content:""; */
    transition: 1s;
    width: 0;
    background: var(--primary-color);
    position: absolute;
    bottom: -7px;
    height: 4px;
    left: 0px;
}

#header .navbar-nav li>a:hover:after {
    width: 100%;
}

#header .navbar-nav li>a:hover {
    color: var(--primary-color);
    background-color: transparent;
    text-decoration: none;
}

#header .navbar-nav li>a:focus {
    background: transparent;
}

#header .navbar .current-menu-item a {
   color: var(--primary-color);
    text-shadow: none;
}

#header .navbar-nav li.menu-item-has-children:hover {
    background: #f2f2f2;
    border-radius: 20px 20px 0px 0px;
}

#header .navbar-nav li.menu-item-has-children:hover a {
    color: #333;
}

#header .navbar-nav li .sub-menu {
    padding: 8px 0px;
    background: #fff;
    border-radius: 0px 10px 10px 10px;
    position: absolute;
    display: none;
    min-width: 320px;
    /* max-width:450px; */
    box-shadow: 10px 10px 40px #81878a85;
}

#header .navbar-nav li .sub-menu a {
    font-weight: 400;
    /* padding: 23px 0px; */
}

#header .navbar-nav li .sub-menu li {
    display: inline-block;
    padding-right: 10px;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

#header .navbar-nav li:hover .sub-menu {
    display: flex;
    flex-wrap: wrap;
}

#header .navbar-nav li.menu-item-has-children:hover .sub-menu a {
    color: #333;
    padding: 10px 30px;
    margin: 0px;
    white-space: nowrap;
    display: block;
}

#header .navbar-nav li.menu-item-has-children:hover .sub-menu a:hover {
    color: var(--primary-color);
}

#header .fixed {
    position: fixed;
    z-index: 1100;
    width: 100%;
    border-radius: initial;
    top: 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0), 0px 0px 35px rgba(0, 0, 0, 0.07);
    left: 0px;
    width: 100%;
    background-image: url(https://pk.hotelmilo.pl/wp-content/uploads/2023/12/bg.jpg);
    z-index: 100;
    padding-top: 15px;
    padding-bottom: 15px;
    background-size: cover;
}

#header .fixed  .lang-switcher {
 right:170px;
  
}

#header .navbar-nav li:last-child {
    /* padding-left: 100px; */
    /* visibility: hidden; */
}

#header .navbar-nav .lang-item {}
#header .navbar-nav .lang-item  a {/* padding:10px; */color: transparent;/* border: 1px solid; */display: flex;justify-content: center;align-items: center;}
#header .navbar-nav .lang-item-en a:before {content:"";width:46px;height: 46px;display: inline-block;background-image:url(img/flag-en.png;);background-size:cover;background-position:center;position: absolute;} 
#header .navbar-nav .lang-item-pl a:before {content:"";width:46px;height: 46px;display: inline-block;background-image:url(img/flag-pl.png;);background-size:cover;background-position:center;position: absolute;} 
#header .navbar-nav .lang-item  a:hover {transform:scale(1.1);}


#header .navbar-nav li.redme a {
    color: var(--secondary-font-color);
    border: 2px solid;
    padding: 12px 14px;
    margin-left: 18px;
}

#header .navbar-nav li.redme a:hover {
    color: #fff;
    /* padding: 8px 10px; */
    background: var(--secondary-font-color);
    border: 2px solid var(--secondary-font-color);
}

#header .navbar-nav .social-icon {
}

#header .navbar-nav .social-icon a {
    color: transparent;
    width: 0px;
    padding: 5px 5px;
    margin: 0px 8px;
    /* border: 2px solid #ccc; */
}

#header .navbar-nav .social-icon a:before {
    position: absolute;
    font-family: "fontello";
    width: 35px;
    height: 35px;
    margin-top: -15px;
    font-size: 22px;
    top: 5px;
    left: 20px;
    z-index: 2;
    color: #DA1E1E;
    margin-left: -17px;
    line-height: 18px;
    border: 2px solid;
    padding: 8px;
    margin-top: -9px;
}

#header .navbar-nav .fb {
    margin-left: 15px;
}

#header .navbar-nav .fb a:before {
    content: '\F09A';
}

#header .navbar-nav .in a:before {
    content: '\f16d';
}

#header .navbar-nav .social-icon a:hover:before {
    color: #fff;
}

#header .navbar-nav .social-icon a:hover {
    color: transparent;
}

#header .navbar-nav li:last-child::before {
    content: url(img/flag-en.png);
    width: 8px;
    height: 8px;
    position: absolute;
    top: 15px;
    left: 70px;
    display: none;
}

#header .navbar-nav .mob-lang {
    display: none;
}

.page-standard {
    padding-top: 200px;
    display: block;
}

.slider {
    /* height: 500px; */
    /* width:100%; */
}
}

.hide {
    display: none;
}

.lineme {
    position: relative;
    margin-bottom: 40px;
}

.lineme:after {
    width: 100px;
    height: 8px;
    content: "";
    bottom: -24px;
    position: absolute;
    display: block;
    background: #d8d8d8;
    left: 0px;
}

.box {
    padding: 20px 40px;
}

.grayform p {
    /* text-align:center; */
}

.grayform label {
    /* max-width: 100%; */
    /* width: 100%; */
}

.grayform input, form textarea {
    font-size: 15px;
    font-weight: 400;
    background: #fff;
    padding: 14px 20px;
    border: 0px;
    border-radius: 2px;
    /* width: 100%; */
    border: 2px solid #e3e3e3;
}

.grayform input {
    max-width: 100%;
    /* width: 100%; */
    /* margin-bottom: 10px; */
    background: #fff;
}


[type=radio] {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
}
[type=radio] + .radio {
  margin-top: 12px;
}
[type=radio]{
  display: none;
}
[type=radio] + span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 0px;
}
[type=radio] + span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  margin-right: 5px;
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  background: #fff;
}
[type=radio] + span:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: #795548;
  position: absolute;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  opacity: 0;
  transform: scale(0, 0);
  transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}
[type=radio]:checked + span:after {
  opacity: 1;
  transform: scale(1, 1);
}


input[type=file]::file-selector-button, input::-webkit-file-upload-button {
  border: 2px solid transparent;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: transparent;
  transition: 0.4s;
    color:#da1e1e;
    font-weight:500;
}

input[type=file]::file-selector-button:hover {
  background-color: transparent;
    border: 2px solid transparent;

}
input[type=file]:hover {border-color:var(--primary-color);}

.grayform textarea {
    max-width: 100%;
    min-height: 140px;
}

.grayform input[type=submit] {
    font-size: 0.9em;
    letter-spacing: 2px;
    color: var(--primary-color);
    padding: 9px 45px 8px;
    border: 0px;
    text-transform: uppercase;
    border-radius: 0px;
    line-height: 1.6em;
    border: var(--primary-color) solid 2px;
    font-weight: 700;
    margin-top: 15px;
    width: auto;
    display: inline-block;
    /* margin-left: 15px; */
    float: none;
    /* box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.16); */
}

.grayform input[type=submit]:visited, button-rounded:focus {
    color: #fff;
    text-decoration: none!important;
}

.grayform input[type=submit]:hover {
    color: #ffffff;
    background: var(--primary-color);
    border-color: var(--primary-color);
    text-decoration: none;
}

/*FOOTER*/
footer {
    min-height: 400px;
    background: #F9F7F7;
    display: flex;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.footer-widgets {display:flex;width:100%;flex-wrap: wrap;padding-bottom: 40px;}

.footer-widgets .widget_block h2 {color:#5e5c5c; font-weight:600;}

footer .footer-content {
    width: 100%;
    padding: 110px 0px 20px;
    /* z-index: 1; */
    text-align: center;
}

footer .logotype-footer {
    display: block;
    margin-bottom: 43px;
    text-align: center;
}

footer .logotype-footer img {
    width: 150px;
    margin-bottom: 16px;
    /* opacity: 1; */
}

footer .logotype-footer:hover  img{
    transform:scale(1.05);
}

footer .contact-small-box {
    text-align: left;
    padding: 0px 20px 10px;
    /* font-size: 14px; */
}

footer .contact-small-box p {
    /* font-size: 13px; */
    color: var(--primary-font-color);
    font-weight: 500;
}

footer .contact-small-box h5 {
    /* font-weight: 500; */
    font-size: 1.6rem;
}

footer .footer-content h3 {
    font-size: 23px;
    margin-bottom: 41px;
}

footer .footer-content h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 5px solid var(--primary-color);
    padding-left: 15px;
    margin-bottom: 20px;
}

footer .footer-content .footer-boxes {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    padding: 0px 40px;
}

footer .footer-content .footer-boxes .footer-box {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    text-align: center;
}

footer .footer-content .footer-boxes .footer-box-right {
    /* margin-left: 30px; */
}

footer .footer-content .footer-boxes .footer-box ul {
    margin: 0px;
    padding: 0px;
}

footer .footer-content .footer-boxes .footer-box ul li {
}

footer .footer-content .footer-boxes .footer-box ul li a {
    color: var(--primary-font-color);
}

footer .footer-content .footer-info {
    /* padding-left: 28px; */
    /* border-left: 6px solid #dfdbd5; */
    /* color: #8a857e; */
    font-weight: 500;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

footer .family {
    position: absolute;
    width: 445px;
    right: -200px;
    bottom: 0;
    background: url('svg/dots.svg');
    height: 324px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.12;
}

footer .footer-link {
    position: relative;
    padding-left: 36px; 
 
    display: block;
    margin-bottom: 8px;
    /* font-size: 13px; */
    color: var(--primary-font-color);
    font-weight: 500;
}

footer .footer-phone {
    position:relative;
}

footer .footer-phone:before {
    background: url(svg/icon-phone-red.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 18px;
    width: 18px;
    content: "";
    /* float:left; */
    left: 6px;
    margin-right: 13px;
    margin-top: 3px;
    display: inline-block;
    justify-items: center;
    position: absolute; 
}

footer .footer-mail:before {
    background: url(svg/icon-mail-red.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 18px;
    width: 18px;
    content: ""; 
    /* float:left; */
    left: 5px;
    margin-right: 13px;
    margin-top: 3px;
    display: inline-block;
    justify-items: center;
    position: absolute;
}

footer .footer-link:hover {
    color: var(--primary-color);
}
}

footer .contact-small-box h5 {
    font-weight: 800;
    color: #4f4f4f;
}

footer .footer-add-onfo {
    text-align: left;
    font-size: 12px;
    color: var(--primary-font-color);
    margin-bottom: 40px;
}

footer .footer-side-info {
    text-align: right;
    font-size: 12px;
    color: var(--primary-font-color);
}

footer .footer-menu ul {
    text-align: center;
    margin: 0px;
    padding: 15px 0px 15px 0px;
}

footer .footer-menu ul li {
    display: inline-block;
    padding-right: 20px;
}

footer .footer-menu ul li a {
    font-size: 0.85rem;
    font-weight: 700;
    color: #666;
}

footer .footer-menu ul li a:hover {
    color: var(--primary-color);
}

footer .footer-bottom-menu ul {
    text-align: center;
    margin: 0px;
    padding: 15px 0px 15px 0px;
}

footer .footer-bottom-menu ul li {
    display: block;
    padding-right: 20px;
    padding-bottom: 8px;
    text-align: left;
}

footer .footer-bottom-menu ul li a {
    /* font-size: 0.85rem; */
    font-weight: 500;
    color: var(--secondary-font-color);
    /* padding-bottom: 27px; */
}

footer .footer-bottom-menu .social-icon {
    position: relative;
    padding: 0px;
}

footer .footer-bottom-menu .social-icon a {
    color: transparent;
    width: 0px;
    padding: 5px 5px;
    margin: 0px 8px;
}

footer .footer-bottom-menu .social-icon a:before {
    position: absolute;
    font-family: "fontello";
    width: 30px;
    height: 30px;
    margin-top: -13px;
    font-size: 19px;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: var(--secondary-font-color);
    margin-left: -17px;
    text-align: center;
}

footer .footer-bottom-menu .fb {
    /* margin-left:15px; */
}

footer .footer-bottom-menu .fb a:before {
    content: '\F09A';
}

footer .footer-bottom-menu .in a:before {
    content: '\f16d';
}

footer .footer-bottom-menu .social-icon a:hover:before {
    color: var(--primary-color);
}

footer .footer-bottom-menu .social-icon a:hover {
    color: transparent;
}



footer .footer-mini-years {
    margin: 0px;
    position: absolute;
    right: 62px;
    top: -16px;
    ;}

footer .footer-mini-years img {
    width: 90px;
    padding: 20px;
}

/* Burger Menu */
.burger {
    /* display:none; */
}

.burger {
    padding: 20px;
    font-size: 20px;
    margin-top: 18px;
    opacity: 0;
    position: absolute;
    cursor: pointer;
    right: 30px;
    /* z-index: 1000; */
}

.burger span {
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    position: absolute;
    left: 0;
}

.burger span > span {
    width: 28px;
    display: block;
    height: 4px;
    background: #fff;
    margin: 5px;
    border-radius: 1px;
    margin: 0px;
}

.burger span > span:nth-child(1) {
    top: -9px;
    width:20px;
  
}

.burger span > span:nth-child(3) {
    top: 9px;
}

.burger span > span:nth-child(2) {
}

.burger:hover span > span:nth-child(1) {
    /* transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
    -o-transform: rotate(43deg); */
    top: -11px;
  
}

.burger:hover span > span:nth-child(3) {
    /* transform: rotate(-43deg);
     -ms-transform: rotate(-43deg);
     -webkit-transform: rotate(-43deg);
     -o-transform: rotate(-43deg); */
    top: 11px;
}

.cross span > span:nth-child(1) {
    transform: rotate(43deg)!important;
    -ms-transform: rotate(43deg)!important;
    -webkit-transform: rotate(43deg)!important;
    -o-transform: rotate(43deg)!important;
    top: 0px!important;
       width:28px;
}

.cross span > span:nth-child(3) {
    transform: rotate(-43deg)!important;
    -ms-transform: rotate(-43deg)!important;
    -webkit-transform: rotate(-43deg)!important;
    -o-transform: rotate(-43deg)!important;
    top: 0px!important;
}

.cross span > span:nth-child(2) {
    width: 0px!important;
}

.cross:hover span > span:nth-child(1) {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    top: -8px;
}

.cross:hover span > span:nth-child(3) {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    top: 9px;
}

.cross:hover span > span:nth-child(2) {
    width: 23px;
}

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

.lang-switcher {
    /* background: url(img/flag-en.png); */
    /* width: 30px; */
    /* height: 30px; */
    /* top: 29px; */
    right: 89px;
    /* display: none; */
    /* z-index: 2000; */
    position: absolute;
}

.person {
}

.person .person-name {
    font-weight: 300;
    font-size: 35px;
    color: #444;
}

.contacts a {
    position: relative;
    display: inline-block;
    padding: 10px;
    color: #19294c;
    font-size: 16px;
}

.contacts .contact-phone:before {
    background: url(svg/phone.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 22px;
    width: 22px;
    content: "";
    float: left;
    left: 0px;
    margin-right: 6px;
}

.contacts .contact-mail:before {
    background: url(svg/mail.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 22px;
    width: 22px;
    content: "";
    float: left;
    left: 0px;
    margin-right: 10px;
}

.copyright {
    display: block;
    padding: 12px 0px;
    /* font-size: 12px; */
    color: #A4A4A4;
    /* background: #f0ede8; */
    margin-bottom: 0px;
    font-weight: 500;
    text-align: center;
    font-size: 1rem;
}

.copyright span {
    font-weight: 500;
}

body #lang_sel {
    padding: 16px 0px;
    float: right;
    display: inline-block;
    height: auto;
    background: transparent;
}

body #lang_sel a {
    border: none;
    font-family: var(--primary-font);
    font-size: 17px;
    font-weight: 500;
    line-height: 2.0;
    /* padding-right: 18px; */
    padding: 5px 10px;
}

body #lang_sel a.lang_sel_sel, body #lang_sel a.lang_sel_sel:visited {
    background: transparent;
}

body #lang_sel ul ul {
    top: 50px;
    background: #fff;
}

body #lang_sel ul li {
    height: auto;
    width: 175px;
}

body #lang_sel .lang_sel_sel img.iclflag {
    margin-right: -5px;
}

body #lang_sel ul ul {
    border: none;
}

body #lang_sel img.iclflag {
    width: 40px!important;
    height: 40px!important;
    top: 0px;
}

body #lang_sel ul ul a:visited {
    padding: initial;
}

#bow1 {
    right: -25%;
    position: absolute;
    margin: auto;
    top: -131px;
    /* z-index: -1; */
}

#bow2 {
}

.flexme {
    display: flex;
}

.slider {
    /* height:100%; */
    position: relative;
}

.relativer {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.intro-container {
    vertical-align: middle;
    align-self: center;
    text-align: center;
    width: 100%;
    /* padding-right:60px; */
}

.intro-container h1 {
    font-size: 1.5em;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0px;
    text-shadow: 0px 0px 5px #000;
}

.intro-container h2 {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 4.2em;
    line-height: 1.3em;
    text-transform: uppercase;
    /* text-align: right; */
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 0px 0px 10px #14152e;
}

.intro-container span {
    width: 100px;
    background-color: var(--primary-color);
    border: none;
    height: 9px;
    display: block;
    float: right;
}

.slider-item_text {
    /* text-align:center; */
    position: absolute;
    top: 50%;
    /* left:0; */
    /* width:100%; */
    /* height:100%; */
    /* display:-webkit-box; */
    display: -ms-flexbox;
    /* display:flex; */
    /* -webkit-box-align:center; */
    -ms-flex-align: center;
    /* align-items:center; */
    /* -webkit-box-orient:vertical; */
    /* -webkit-box-direction:normal; */
    -ms-flex-direction: column;
    /* flex-direction:column; */
    /* padding-top:2.1vw; */
    /* -webkit-box-pack:center; */
    -ms-flex-pack: center;
    /* justify-content:center; */
    /* z-index:3; */
    transform: translateY(-50%);
    margin-top: 30px;
    margin-left: 5%;
}

.slider-item_text h2 {
    line-height: 6rem;
    font-size: 5rem;
    color: #fff;
    text-transform: initial;
    /* text-shadow: 0px 2px 20px #151111; */
    font-weight: 400;
    /* letter-spacing: 9px; */
}

.slider-item_text h2 span {
    color: var(--primary-color);
    font-weight: 800;
}

.slider-item_text .slogan {
    font-weight: 800;
    font-size: 1.2rem;
    color: #fff;
    text-shadow: 0px 2px 20px #151111;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: var(--primary-font);
    letter-spacing: 0.2rem;
}

.slider-button {
    /* border: 2px solid; */
    padding: 12px 20px 12px 80px;
    color: #ffffff;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-size: 1.3em;
    /* margin-top: 10px; */
    display: inline-block;
    /* text-shadow: 0px 0px 10px #000; */
    color: var(--primary-color);
    position:relative;
}


.slider-button:before {
    background: url(svg/arrow-right.svg);
    background-size: contain;
    width: 65px;
    height: 65px;
    position: absolute;
    left: 0px;
    top: 10px;
    background-repeat: no-repeat;
    opacity: 1;
    content:"";
}

.slider-button:hover {
   padding: 12px 20px 12px 90px;
}

.full-height {
    height: 100%;
}

.wide-content {
    display: block;
    /* overflow: hidden; */
    /* max-width: 1480px; */
    margin-right: auto;
    margin-left: auto;
    /* padding-right: 20px; */
    /* padding-left: 20px; */
    margin-top: 60px;
    margin-bottom: 60px;
}

.gallery-flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 20px;
    justify-content: center;
}

.gallery-flex a {
    width: 25%;
    height: 267px;
    padding: 10px;
    position: relative;
    display: flex;
}

.gallery-flex a img {
    object-fit: cover;
    /* position: absolute; */
    /* left: 0px; */
    /* top: 0px; */
    width: 100%;
    height: 100%;
    /* box-shadow: 0px 0px 20px #dbdbdb; */
}

.content {
    display: block;
    width: 100%;
    /* max-width: 1170px; */
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.content.flex {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.good-photo {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 70%;
    height: 82%;
    margin-left: -20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: url(../images/nowe3.jpg);
    background-position: 0px 0px;
    background-size: cover;
}

.virtual-button {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.hero-more-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-decoration: none;
}

.button-text {
    margin-left: 20px;
    font-family: var(--primary-font);
    color: #222;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.place-text-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 60%;
    padding-top: 60px;
    padding-right: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.good-paraghaph {
    margin-bottom: 40px;
    /* font-family: proxima-nova, sans-serif; */
    text-align: right;
}

.good-paraghaph p {
    color: #0e2a44;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
}

.good-paraghaph.to-left {
    line-height: 2;
    text-align: left;
    margin-bottom: 20px;
}

.button-img {
    width: 30px;
}

.hero-heading {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0px;
    font-family: hgs;
    color: #222;
    font-size: 65px;
    line-height: 70px;
    font-weight: 700;
}

.hero-heading.right {
    width: 80%;
    /* font-size: 65px; */
    /* line-height: 90px; */
    text-align: right;
}

.content.flex-opposite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.photo-gc-wrapper {
    position: relative;
    z-index: 1;
    margin-right: -20%;
    margin-bottom: 150px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: url('../images/nowe2.jpg');
    background-position: 0px 50%;
    background-size: cover;
}

.map-wrapper {
    position: relative;
    z-index: 1;
    margin-right: 0%;
    margin-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: 0px 50%;
    background-size: cover;
}

.div_icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.button-text.opposite {
    margin-right: 20px;
    letter-spacing: 4px;
    margin-left: 0px;
}

.button-text:hover {
    color: var(--primary-color);
}

.place-text-wrapper2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 60%;
    padding-top: 60px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 60px;
}

#thatplace {
    padding: 0px 15px;
}

.thatplace-box {
    max-width: 500px;
    border: 2px solid;
    margin: 0 auto;
    padding: 32px 41px;
}

.thatplace-box p {
    border-left: 6px solid #DA1E1E;
    color: #222;
    padding-left: 10px;
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
}

#map {
    height: 550px;
    background: #efefef;
    position: relative;
}

#contact-page {
    
}

#contact-page .contact-info {
    padding: 40px 0px;
}

#liner {
    /* display:flex; */
}

.liner-content p {
    margin-bottom: 0px;
}

.liner-container {
    display: block;
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
}

.liner-wide {
    position: relative;
    /* padding-right: 20px; */
    /* padding-left: 20px; */
    /* margin-top: -40px; */
    width: 100%;
    display: flex;
}

.liner-wide > div {
    padding: 30px 20px;
}

.liner-wide p {
    font-size: 1.5rem;
    font-weight: 500;
    font-family: 'Montserrat','Montserrat', 'Arial', sans-serif;
    color: #080808;
}

.liner-wide p span, .liner-wide p span {
    border-bottom: 4px solid #DA1E1E;
    font-weight: 800;
    padding-bottom: 8px;
}

.liner-wide .liner-text-left-container {
    width: 50%;
    /* text-align: center; */
    display: flex;
    justify-content: flex-start;
}

.liner-wide .liner-text-left-container p {
}

.liner-wide .liner-text-right-container {
    width: 50%;
    justify-content: flex-end;
    display: flex;
}

.liner-content {
    /* display:flex; */
    /* justify-content: center; */
    /* margin-bottom: 10px; */
}

.liner-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 29px;
    /* box-shadow: 0px 0px 20px #9e9e9e4d; */
    background: #fff;
    cursor: pointer;
    color: #1a294c;
}

.liner-box img {
    transition: 0.4s;
    width: 50px;
    transform-style: preserve-3d;
}

.liner-box:hover {
    color: #DA1E1E;
}

.liner-box:hover img {
    transform: rotateY(180deg);
}

.separator {
    height: 8px;
    /* background: var(--primary-color); */
    width: 100px;
    float: right;
    margin-bottom: 14px;
}

.liner-text {
    margin-top: 10px;
    /* font-size: 13px; */
    /* line-height: 16px; */
    /* font-weight: 600; */
    /* text-align: center; */
    /* width: 70%; */
    /* line-height: 25px; */
}

.liner-text p {
    color: #676767;
}

.liner-phone {
    padding: 18px 18px 18px 36px;
    font-weight: 500;
    color: #14152D;
    font-size: 20px;
    position: relative;
}

.liner-phone:hover {
    color: #DA1E1E
}

.liner-phone:before {
    background: url(svg/phone.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 22px;
    width: 22px;
    content: "";
    /* float:left; */
    left: 6px;
    margin-right: 13px;
    margin-top: 1px;
    display: inline-block;
    justify-items: center;
    position: absolute;
}

.page-about {
    padding-top: 80px;
}

.page-offers {
    /* padding-top:100px; */
    /* overflow:hidden; */
    position: relative;
}

.page-offers:before {
    content: "";
    background: url(svg/house-vector.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 1022px;
    width: 800px;
    position: absolute;
    right: -300px;
    top: -200px;
    z-index: -1;
}

.page-single-offer {
    /* padding: 146px 20px 0px 20px; */
}

.page-localisation {
    padding-top: 160px;
}

.page-localisation .hero-heading {
    margin-bottom: 20px;
}

.clr {
    clear: both;
}

.local-info {
    padding-top: 40px;
}

.other-offer-list {
    position: relative;
    margin: 50px 0px;
}

#other-offer-list:before {
    content: "";
    background: url(svg/house-vector.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 1022px;
    width: 800px;
    position: absolute;
    right: -300px;
    top: -400px;
    z-index: -1;
    display: none;
}



#ready-realisation-list {
    margin: 50px 0px;
}

#ready-realisation-list .ready-realisation-title {
    width: 100%;
    text-align: center;
    margin: 20px 0px;
}

#ready-realisation-list .ready-realisation-title span {
    font-weight: 300;
}

#ready-realisation-list .ready-realisation-box {
    position: relative;
    cursor: pointer;
    transition: 0.7s;
    max-width: 25%;
    margin: 20px;
    width: 100%;
    box-shadow: 0px 0px 40px #ccc;
    /* transform: scale(1); */
}

#ready-realisation-list .ready-realisation-box:hover {
    transform: scale(1.05);
}

#ready-realisation-list .ready-realisation-box-inner {
    padding: 0px
}

#ready-realisation-list .ready-realisation-box h4 {
    padding: 20px 20px 20px;
    margin: 0px;
    font-size: 17px;
    color: #1a294c;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

#ready-realisation-list .content.flex {
    /* flex-wrap:nowrap; */
    justify-content: center;
    flex-direction: row;
    padding-bottom: 20px;
}

#ready-realisation-list .ready-realisation-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    display: block;
}

.map-icons-list {
}

.map-icons-list .map-icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    /* border: 1px solid #ccc; */
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #e0e0e0ab;
}

.map-icons-list .map-icon-box .map-icon {
    padding: 10px;
}

.map-icons-list .map-icon-box .map-icon svg {
    width: 37px;
    height: 37px;
}

.map-icons-list .map-icon-box .map-icon * {
    fill: #0e2a44;
}

.map-icons-list .map-icon-box:nth-child(even) .map-icon * {
    fill: #DA1E1E;
}

.map-icons-list .map-icon-box .map-text {
    padding: 10px;
}

.map-list-title {
    font-weight: 600;
    /* text-transform: uppercase; */
    font-size: 1.4em;
    color: #0e2a44;
    padding-bottom: 10px;
}

.localisation-info {
    margin-bottom: 20px;
    margin-top: 20px;
}

.localisation-list-big-title {
    font-size: 38px;
    text-align: center;
    padding: 20px;
    margin: 10px 0px 0px;
    display: block;
    font-weight: 300;
    color: #0e2a44;
}

.list-wrapper {
    width: 49%;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.offer-heading-image {
    height: 500px;
    overflow: hidden;
    display: flex;
    position: relative;
}

.single-offer-content {
    line-height: 25px;
    display: flex;
    padding: 7% 14%;
}

.single-offer-content-inner {
    padding-left: 40px;
    border-left: 16px solid #f3f3f3;
    margin-left: 30px;
    /* padding-right: 20px; */
    width: 100%;
    /* background: #f3f3f3; */
    /* padding: 7% 14%; */
}

single-offer-content-inner2 {
    width: 50%;
}

.offer-heading-image img {
    object-fit: cover;
}

.single-offer-gallery {
    width: 100%;
}

.single-offer-gallery ul {
    display: flex;
    margin: 0px;
    padding: 10px
}

.single-offer-gallery ul li {
    padding: 10px;
}

.single-offer-gallery ul li img {
    transition: 0.3s;
}

.single-offer-gallery ul li img:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.local-map-sec {
    overflow: hidden;
}

.local-map {
    position: relative;
    margin: 50px 0px 20px;
}

.local-map:before {
    width: 300%;
    height: 60%;
    content: "";
    background: #e5fff2;
    left: -396px;
    top: 191px;
    display: block;
    position: absolute;
    z-index: -1;
}

.local-map-content {
    max-width: 1073px;
    margin: 0 auto;
}

.local-map img {
    /* box-shadow: 2px 2px 10px #ccc; */
    margin-top: 20px;
}

.view-button-container {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-button-inner {
    display: block;
}

.view-button {
    position: relative;
    padding: 25px 20px 24px 133px;
    color: #1a284a;
    background: #fff;
    display: block;
    transition: 0.4s;
}

.view-button:before {
    position: absolute;
    content: "";
    background: url('svg/360.svg');
    width: 94px;
    height: 80px;
    display: block;
    object-fit: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 18px;
    top: 0px;
    transition: 0.4s;
    transform-style: preserve-3d;
}

.view-button:hover {
    color: #DA1E1E
}

.view-button:hover:before {
    transform: scale(1.2);
}

.not-found {
    padding: 230px 20px;
}

.not-found h1 {
    color: #DA1E1E;
    font-size: 80px;
    margin-bottom: 40px;
}

.not-found h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.not-found .link-back {
    color: #DA1E1E;
}

.not-found .link-back:hover {
    color: #0e8637;
}

.table-block {
    padding: 60px;
    /* background: #f5f5f5; */
}

.table {
    text-align: center;
    /* margin-bottom: 40px; */
}

body .table-content {
    /* overflow-x: scroll; */
    /* padding-top:30px; */
    /* padding-bottom:30px; */
    /* padding: 40px 40px; */
    /* background: #fff; */
    /* box-shadow: 2px 2px 30px #d8d7d7; */
    width: 100%!important;
}

body .table-content h2 {
    text-align: center;
    margin-bottom: 20px
}

body .table-content tr td , .table-content tr th {
    padding: 13px 5px;
    font-size: 14px;
    /* background: #e0e0e0; */
    /* text-align: center; */
}

body .table-content td {
}

body .table-content tr th {
    border-top: none;
    vertical-align: middle;
    color: #080808;
    font-weight: 600;
    font-size: 16px;
    /* white-space: break-spaces; */
    word-break: break-all;
    text-align: center;
    background: transparent;
    font-size: 0.9rem;
    /* border: 1px solid; */
}

body .table-content tr th:last-child:after {
    display: none;
}

.dataTables_wrapper label input, .dataTables_wrapper label select {
    border: 1px solid #ccc;
    padding: 6px 6px;
}

.dataTables_wrapper .dataTables_filter input {
    padding: 6px 10px;
    border: 1px solid #ccc;
}

.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc {
    background: transparent;
    color: #DA1E1E;
}

body .container-table {
    max-width: 1300px;
    margin: 0 auto;
}

.container-table h2 {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.container-table h2:after {
    width: 120px;
    height: 6px;
    background: var(--primary-color);
    display: block;
    content: "";
    margin: 20px auto 40px;
    ;}

body .table-content tr {
    cursor: pointer;
}

body .table-content tr td {
    color:#19284b;
    font-weight: 400;
    font-size: 16px;
    word-break: break-all;
    text-align: center;
    font-size: 0.9rem;
    border: 0px;
    background: transparent;
}

.tablepress>:where(tbody)>.odd>* {background:initial;}

body .table-content tr td a {
    color: var(--primary-color);
}

body .table-content tr td a:hover {
    color: #080808;
}

body .table-content .booked td {
    /* color:#ce965b; */
}

body .table-content .sold td {
    color: #adb5bd;
}

body .table-content tr:hover {
    /* transform:scale(1.03); */
    /* background:#ffffff; */
    /* box-shadow:1px 1px 20px #d6d6d6; */
}

body .table-content tr:first-child:hover {
    transform: none;
    box-shadow: none;
}

.tablepress thead th {
    border-bottom: 0px;
}

.tablepress .odd {
    background: #f4f4f4;
}

.tablepress .even td {
    background: transparent;
}

.tablepress .row-hover tr:hover td {
    background: #fff;
}

.content.flex-center {
    justify-content: center;
}

.table-content .row-hover tr:hover {
    /* background: #ffffff; */
    box-shadow: 1px 1px 20px #d6d6d6;
}

.contact-block {
    padding: 72px 50px;
}

.contact-block h4 {
    font-size: 18px;
}

.contact-block a {
    font-weight: 400;
    color: #666;
    line-height: 1.8em;
}

.contact-block a:hover {
    color: #3bb976;
}

.phone-office {
    font-weight: 400;
    color: #222222;
}

.phone-office:hover {
    color: #3bb976;
}

.wrap-spacer {
    /* padding: 0px 49px 49px 49px; */
    overflow: hidden;
}

.white-line {
    padding: 46px;
    background: #ececec;
}

.suptitle {
    display: block;
    padding-bottom: 3px;
    font-size: 12px;
    color: #DA1E1E;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 0px;
}

.featured {
    position: relative;
}

.featured:before {
    content: "";
    background: url(svg/dots.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 622px;
    width: 500px;
    position: absolute;
    right: -400px;
    top: 0px;
    opacity: 0.12;
}

.featured-left {
    width: 50%;
    padding: 5% 5%;
    /* background: #ffffff; */
}

.featured-left h3 {
    display: block;
    /* padding-bottom:15px; */
    font-size: 32px;
    line-height: 2.6rem;
    margin-bottom: 10px;
    /* font-weight: 800; */
    /* text-transform: uppercase; */
    /* letter-spacing: -0.05rem; */
}

.featured-left h3:after {
    background: url('svg/skews.svg');
    margin-top: 15px;
    content: "";
    display: block;
    /* width:100px; */
    height: 19px;
    color: #DA1E1E;
    font-weight: 800;
    letter-spacing: 6px;
    font-size: 0.9rem;
    background-repeat: no-repeat;
}

.featured-title {
    font-size: 20px;
    color: #14152D;
}

.featured-subtitle {
    font-size: 13px;
    color: #DA1E1E;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 0px;
}

.featured-text {
    position: relative;
    /* padding-left: 37px; */
    margin-bottom: 30px;
    /* color: #333333; */
}

.featured-text:before {
    left: 2px;
    content: "";
    width: 5px;
    height: 60px;
    /* background: var(--primary-color); */
    position: absolute;
}

.featured-right {
    width: 50%;
    background: #ececec;
    position: relative;
    /* margin-bottom:30px; */
    display: flex;
    flex-wrap: wrap;
    /* overflow: visible; */
    /* margin-bottom: 65px; */
    z-index: 1;
}

.featured-right .owl-featured {
    width: 100%;
    /* padding-bottom: 64px; */
    /* margin-bottom: 64px; */
}

.featured-right-navigation {
    width: 50%;
    position: absolute;
    bottom: 0px;
    display: flex;
    z-index: 100;
    /* background: #ccc; */
    height: 65px;
    right: 0;
}

.featured-right-navigation > div {
    padding: 20px;
    background: #afafaf;
    text-align: center;
    width: 50%;
}

.featured-right-navigation a {
    text-align: center;
    width: 100%;
    padding: 20px;
    cursor: pointer;
}

.featured-right-navigation a.featured-right-navigation-left {
    background: #f9f9f9;
    visibility: hidden;
    display: none;
}

.featured-right-navigation a.featured-right-navigation-left:hover {
    background: var(--primary-color);
}

.featured-right-navigation a.featured-right-navigation-left:hover span {
    color: #fff;
}

.featured-right-navigation a.featured-right-navigation-right {
    background: #14152e;
    display: none;
}

.featured-right-navigation a.featured-right-navigation-right span {
    color: #fff;
    font-weight: 500;
}

.featured-right-navigation a.featured-right-navigation-right:hover {
    background: var(--primary-color);
}

.featured-button {
    font-size: 0.8rem;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border: 2px solid;
    padding: 9px 16px;
}

.featured-button:hover {
    color: #14162f;
}

#form {
    text-align: center;
    margin-bottom: 60px;
}

.featured {
    width: 100%;
    position: relative;
    /* overflow:hidden; */
    margin-bottom: 90px;
}

.featured .owl-featured {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    /* overflow: hidden; */
    /* padding-bottom: 65px; */
}

.featured .owl-featured .slides {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 10;
    background-size: cover !important;
    background-position: center;
    min-height: 350px;
}

.featured .owl-featured .slides .box {
    float: left;
    width: 80%;
    margin: 0vw 0px 0px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.featured .owl-featured .slides .box .nag {
    float: left;
    width: 100%;
    position: relative;
    color: #a1a1a1;
    font-family: AvenirL, Arial;
    font-size: 2vw;
    font-weight: 400;
    line-height: 2vw;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2.7px;
}

.featured .owl-featured .slides .box .text {
    float: left;
    width: 100%;
    margin: 2vw 0px 2.5vw 0px;
    position: relative;
    color: #ffffff;
    font-family: AvenirB, Arial;
    font-size: 3vw;
    font-weight: 700;
    line-height: 4.3vw;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.87px;
}

.featured .owl-featured .slides .box .more {
    float: left;
    margin: 0px 0px 0px -8.2vw;
    padding: 0px 2vw 0px 2vw;
    position: absolute;
    left: 50%;
    bottom: -20vw;
    color: #000000;
    font-family: AvenirM, Arial;
    font-size: 1.6vw;
    font-weight: 700;
    line-height: 5vw;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.41px;
    background-color: #ffed00;
}

.featured .owl-featured .owl-nav {
    display: block;
    float: left;
    width: 100%;
    margin: -1.1vw 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    left: 0;
    top: 50%;
    position: absolute;
    z-index: 5;
}

.featured .owl-featured .owl-nav .owl-next {
    float: left;
    width: 41px;
    height: 40px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 0;
    font-weight: 700;
    line-height: 0;
    background: url(img/right.png) center no-repeat;
    border: none;
    outline: none;
}

.featured .owl-featured .owl-nav .owl-prev {
    float: left;
    width: 41px;
    height: 40px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 0;
    font-weight: 700;
    line-height: 0;
    background: url(img/left.png) center no-repeat;
    border: none;
    outline: none;
}

.featured .owl-featured .owl-dots {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5%;
    z-index: 50;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 4;
}

.featured .owl-featured .owl-dots .owl-dot {
    float: left;
    width: 3vw;
    height: 7px;
    margin: 0px 0.2vw 0px 0.2vw;
    background-color: #ffffff4a;
    opacity: 1;
    border: 0px;
}

.featured .owl-featured .owl-dots .owl-dot.active {
    background: var(--primary-color);
    opacity: 1;
}

.real-slider {
    width: 100%;
    position: relative;
    /* overflow:hidden; */
    /* margin-bottom: 90px; */
}

.real-slider .owl-real {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    /* overflow: hidden; */
    /* padding-bottom: 65px; */
}

.real-slider .owl-real .slides {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 10;
    background-size: cover !important;
    background-position: center;
    min-height: 350px;
}

.real-slider .owl-real .slides .box {
    float: left;
    width: 80%;
    margin: 0vw 0px 0px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.real-slider .owl-real .slides .box .nag {
    float: left;
    width: 100%;
    position: relative;
    color: #a1a1a1;
    font-family: AvenirL, Arial;
    font-size: 2vw;
    font-weight: 400;
    line-height: 2vw;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2.7px;
}

.real-slider .owl-real .slides .box .text {
    float: left;
    width: 100%;
    margin: 2vw 0px 2.5vw 0px;
    position: relative;
    color: #ffffff;
    font-family: AvenirB, Arial;
    font-size: 3vw;
    font-weight: 700;
    line-height: 4.3vw;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.87px;
}

.real-slider .owl-real .slides .box .more {
    float: left;
    margin: 0px 0px 0px -8.2vw;
    padding: 0px 2vw 0px 2vw;
    position: absolute;
    left: 50%;
    bottom: -20vw;
    color: #000000;
    font-family: AvenirM, Arial;
    font-size: 1.6vw;
    font-weight: 700;
    line-height: 5vw;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.41px;
    background-color: #ffed00;
}

.real-slider .owl-real .owl-nav {
    display: block;
    float: left;
    width: 100%;
    margin: -1.1vw 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    left: 0;
    top: 50%;
    position: absolute;
    z-index: 5;
}

.real-slider .owl-real .owl-nav .owl-next {
    float: left;
    width: 41px;
    height: 40px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 0;
    font-weight: 700;
    line-height: 0;
    background: url(img/right.png) center no-repeat;
    border: none;
}

.real-slider .owl-real .owl-nav .owl-prev {
    float: left;
    width: 41px;
    height: 40px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 0;
    font-weight: 700;
    line-height: 0;
    background: url(img/left.png) center no-repeat;
    border: none;
}

.real-slider .owl-real .owl-dots {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5%;
    z-index: 50;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 4;
}

.real-slider .owl-real .owl-dots .owl-dot {
    float: left;
    width: 3vw;
    height: 7px;
    margin: 0px 0.2vw 0px 0.2vw;
    background-color: #ffffff4a;
    opacity: 1;
    border: 0px;
}

.real-slider .owl-real .owl-dots .owl-dot.active {
    background: var(--primary-color);
    opacity: 1;
}

.investment-slider {
    width: 100%;
    position: relative;
    /* overflow: hidden; */
    margin-bottom: 20px;
    display: inline-block;
}

.investment-slider:before {
        content: "";
    background: url(svg/dots.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 622px;
    width: 500px;
    position: absolute;
    right: -400px;
    bottom: -300px;
    opacity: 0.12;
}
.investment-slider:after{
    content: "";
    background: url(svg/dots.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 622px;
    width: 500px;
    position: absolute;
    left: -536px;
    top: -230px;
    z-index: -3;
    opacity: 0.12;
}
.investment-slider .owl-investment {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    /* overflow: hidden; */
    /* padding-bottom: 65px; */
}

.investment-slider .owl-investment .slides {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 10;
    background-size: cover !important;
    background-position: center;
    min-height: 525px;
}

.investment-slider .owl-investment .slides .box {
    float: left;
    width: 80%;
    margin: 0vw 0px 0px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.investment-slider .owl-investment .slides .box .nag {
    float: left;
    width: 100%;
    position: relative;
    color: #a1a1a1;
    font-family: AvenirL, Arial;
    font-size: 2vw;
    font-weight: 400;
    line-height: 2vw;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2.7px;
}

.investment-slider .owl-investment .slides .box .text {
    float: left;
    width: 100%;
    margin: 2vw 0px 2.5vw 0px;
    position: relative;
    color: #ffffff;
    font-family: AvenirB, Arial;
    font-size: 3vw;
    font-weight: 700;
    line-height: 4.3vw;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.87px;
}

.investment-slider .owl-investment .slides .box .more {
    float: left;
    margin: 0px 0px 0px -8.2vw;
    padding: 0px 2vw 0px 2vw;
    position: absolute;
    left: 50%;
    bottom: -20vw;
    color: #000000;
    font-family: AvenirM, Arial;
    font-size: 1.6vw;
    font-weight: 700;
    line-height: 5vw;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.41px;
    background-color: #ffed00;
}

.investment-slider .owl-investment .owl-nav {
    display: block;
    float: left;
    width: 100%;
    margin: -1.1vw 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    left: 0;
    top: 50%;
    position: absolute;
    z-index: 5;
}

.investment-slider .owl-investment .owl-nav .owl-next {
    float: left;
    width: 41px;
    height: 40px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 0;
    font-weight: 700;
    line-height: 0;
    background: url(img/right.png) center no-repeat;
    border: none;
}

.investment-slider .owl-investment .owl-nav .owl-prev {
    float: left;
    width: 41px;
    height: 40px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 0;
    font-weight: 700;
    line-height: 0;
    background: url(img/left.png) center no-repeat;
    border: none;
}

.investment-slider .owl-investment .owl-dots {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5%;
    z-index: 50;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 4;
}

.investment-slider .owl-investment .owl-dots .owl-dot {
    float: left;
    width: 3vw;
    height: 7px;
    margin: 0px 0.2vw 0px 0.2vw;
    background-color: #ffffff4a;
    opacity: 1;
    border: 0px;
}

.investment-slider .owl-investment .owl-dots .owl-dot.active {
    background: var(--primary-color);
    opacity: 1;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.slider {
    position: relative;
    background-size: cover;
}

.slider:after {
    content: "";
    /* background: rgb(0,0,0); */
    /* background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%); */
    height: 133px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: -0px;
    opacity: 1;
}

.slider .button:hover {
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    color: #fff
}

.slider__num {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e9e9e9;
    -webkit-text-fill-color: transparent;
    font-size: 12.778em;
    position: absolute;
    z-index: -1;
    font-weight: 700;
    right: -5.9%;
    top: 14.8%;
    z-index: 2
}

.slider .hero-pagination {
    padding-top: 5.4vh;
    left: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 50%;
    WIDTH: 89px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
}

.slider .hero-pagination .swiper-pagination-bullet {
    position: relative;
    margin-right: 0;
    margin: 20px 0
}

.slider .hero-pagination .swiper-pagination-bullet svg circle {
    -webkit-animation-duration: 20s!important;
    animation-duration: 20s!important
}

.slider__scroll {
    position: absolute;
    bottom: -5.25em;
    left: 6.7%;
    width: 13.333em;
    height: 13.333em;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.slider__scroll__lines {
    position: absolute;
    top: 58.4%;
    left: 48.3%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: b 8s linear infinite;
    animation: b 8s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    width: 100%;
    height: 100%
}

.slider__scroll__lines svg {
    display: block;
    max-width: 100%;
    height: auto
}

.slider__scroll:hover .slider__scroll__text {
    -webkit-transform: rotate(-90deg) translateX(-15px);
    -ms-transform: rotate(-90deg) translateX(-15px);
    transform: rotate(-90deg) translateX(-15px)
}

.slider__scroll:hover .slider__scroll__button {
    background: #000
}

.slider__scroll:hover .slider__scroll__button path {
    fill: #fff
}

.slider__scroll__text {
    color: #fff;
    font-size: .722em;
    font-weight: 400;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    position: relative;
    margin-left: 5em;
    margin-top: -2.8em;
    margin-bottom: 2.8em
}

.slider__scroll__button, .slider__scroll__text {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.slider__scroll__button {
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, .09);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .09);
    width: 4em;
    height: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.slider__scroll__button path {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.slider .swiper-slide.swiper-slide-active {
    z-index: 3
}

.slider-item {
    position: relative;
    height: 80vh;
    max-height: 861px;
    background-size: cover;
    background-position: center;
}

.slider-item img {
    display: block;
    height: auto;
    position: absolute;
    /* top: 0; */
    /* max-height: 100%; */
    /* left: 0; */
    /* z-index: 2; */
    /* width: 100%; */
    /* bottom: 0px; */
    /* right: 0px; */
    /* object-fit: cover; */
}

.slider-item__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 2.1vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3
}

.slider-item__text h1 {
    font-size: 4em;
    font-weight: 700;
    line-height: .462em;
    color: #fff;
    margin: 0
}

.slider-item__text h2 {
    font-weight: 300;
    font-size: 3.278em;
    line-height: 1.203em;
    color: #fff;
    margin: 0;
    margin-top: .7em;
    margin-bottom: 1.1em
}

.slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body .swiper-pagination-bullet-active {
    background: var(--primary-color);
}

.other-offer-list .other-offer-image {
    height: 380px;
}

.add-sep {
    margin-bottom: 30px!important;
}

.add-sep:after {
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 100px;
    height: 6px;
    background: var(--primary-color);
    position: absolute;
    bottom: -20px;
}

.new-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-us {
    position: relative;
    /* background: #f0ede8; */
    margin-bottom: 80px;
}

.about-us:after {
    content: "";
    background: url(svg/dots.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 622px;
    width: 500px;
    position: absolute;
    left: -326px;
    bottom: 90px;
    opacity: 0.12;
}

.about-us p {
    /* color:#fff; */
}

.about-us .suptitle {
    margin-bottom: 10px;
}

.about-us h3 {
    /* color:#fff; */
    font-size: 2rem;
    /* font-weight: 800; */
    margin-bottom: 20px;
    line-height: 1.6rem;
}

.about-us .about-us:before {
    content: "";
    background: url(img/tree.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 622px;
    width: 500px;
    position: absolute;
    right: -326px;
    bottom: -100px;
}

.about-us .about-us-left {
    width: 35%;
    padding: 0% 2%;
    background: #ffffff;
    position: relative;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.about-us .about-us-right {
    width: 65%;
    padding: 5% 5%;
}

.about-us .about-us-image1 {
    background: url(img/amber.jpg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 368px;
    right: 0;
    /* width: 100%; */
    max-width: 420px;
}

#financing {
    position: relative;
}

#financing:before {
    content: "";
    background: url(img/tree.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 622px;
    width: 500px;
    position: absolute;
    right: -326px;
    bottom: -100px;
}

.financing-left {
    width: 50%;
    padding: 5% 5%;
    background: #ffffff;
}

.financing-right {
    width: 50%;
    padding: 5% 5%;
    min-height: 400px;
}

.financing-right:before {
    content: "Finansowanie";
    font-weight: 900;
    color: #f0ede8;
    font-size: 200px;
    position: absolute;
    z-index: -1;
    width: 500px;
    word-wrap: break-word;
    line-height: 7.4rem;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #e9e9e9;
    -webkit-text-fill-color: transparent;
}

.basic-header {
    display: block;
    /* padding-bottom: 9px; */
    font-size: 32px;
    line-height: 3.6rem;
    margin-bottom: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.basic-subtitle {
    font-size: 20px;
    color: #E96132;
}

.contact-form {margin-bottom:60px;}





/* The container must be positioned relative: */
.x-custom-select {
  position: relative;
  /* font-family: Arial; */
  /* margin: 10px; */
/* width: 100%; */margin-bottom: 17px;}

.x-custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #ffffff;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #949494 transparent transparent transparent;
margin-top: -3px;}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #909090 transparent;
  top: 50%;
margin-top: -10px;}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #888888;
  padding: 14px 16px;
  border: 2px solid #e3e3e3;
  
  cursor: pointer;
  /* font-size: 18px; */
  font-weight: 400;
border-radius: 2px;text-align: left;}

.select-items div {border:transparent;}


/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
box-shadow: 0px 0px 30px #c0c1c8;border-radius: 10px;}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgb(240 240 240);
;}



.offer-form {padding:60px 0px;}

.form-header {text-align:center;padding-bottom: 20px;text-transform: initial;}

.form-subtitle {
    color: #333;
    font-size: 15px;
    margin-bottom: 30px;
}

.form-box {
    max-width: 901px;
    margin: 0 auto;
text-align: center;}

.bigmap {
    position: relative;
    margin-bottom: 80px;
}

.bigmap h2 {
    text-align: center;
    margin-bottom: 32px;
}

#contact {
}

.text-center {
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
}

#contact h2 {
    margin-bottom: 20px;
}

#contact .contact-content {
    padding-bottom: 108px;
    margin: 0 auto;
    /* padding: 62px 11% 100px; */
    text-align: left;
}

#contact .contact-content-data {
    padding: 67px 11%;
}

#contact .contact-content-data p strong {
    color: #080808;
}

#contact .contact-content-data a {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #14152D;
    font-size: 18px;
    padding: 0px 35px 0px 40px;
    position: relative;
}

#contact .contact-content-data .contact-phone {
}

#contact .contact-content-data .contact-phone:before {
    background: url(svg/phone.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 22px;
    width: 22px;
    content: "";
    /* float:left; */
    left: 6px;
    margin-right: 13px;
    margin-top: 1px;
    display: inline-block;
    justify-items: center;
    position: absolute;
}

#contact .contact-content-data .contact-mail:before {
    background: url(svg/mail.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 22px;
    width: 22px;
    content: "";
    /* float:left; */
    left: 6px;
    margin-right: 13px;
    margin-top: 1px;
    display: inline-block;
    justify-items: center;
    position: absolute;
}

#contact .contact-content-data a:hover {
    color: var(--primary-color);
}

#contact .contact-picture {
    background-size: cover;
    background-position: center;
    min-height: 350px;
}

#contact .contact-content h3 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 800;
    /* font-size:35px; */
    /* color: #080808; */
    text-transform: uppercase;
}

#contact .contact-content h3:after {
    margin-top: 19px;
    content: "";
    display: block;
    background: var(--primary-color);
    width: 100px;
    height: 6px;
}

#real-list {
    padding-top: 40px;
}

#real-list .content.flex {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    padding-bottom: 20px;
}

.real-box {
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

#real-list .real-box-inner {
    display: flex;
    box-shadow: 0px 0px 40px #babac3;
}

#real-list .real-box-inner p {
    color: #333;
}

#real-list .real-title {
    width: 100%;
    text-align: center;
    margin: 20px 0px;
}

#real-list .real-title span {
    font-weight: 300;
}

#real-list .real-slider {
    width: 60%;
    background: #ccc;
}

#real-list .real-data {
    padding: 5%;
    width: 40%;
    background: #fff;
}

#real-list .real-data p {
    margin-bottom: 0px;
}

#real-list .real-data h4 {
    font-size: 34px;
}

#real-list .real-data .real-subtitle {
    color: #DA1E1E;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 14px;
}

#real-list .real-elements {
    display: flex;
    flex-wrap: wrap;
}

#real-list .real-element {
    display: flex;
    align-items: center;
    width: 50%;
    /* margin-right: 10px; */
    height: 65px;
    padding: 13px 17px;
    margin-bottom: 10px;
}

#real-list .real-element-text {
}

#real-list .real-element-text span {
    font-weight: 600;
}

#real-list .real-element .real-element-data {
    margin-left: 15px;
}

.heading {display: flex;justify-content: space-between;}
.heading-left p {font-size: 1.5rem; font-weight:500;/* margin-bottom: 0px; */line-height: 2rem;}

.heading-right {display:flex;}

.heading-right-box {
    padding: 15px 20px;

}
.heading-right-box p{
    font-size: 1.2rem;
    font-weight:600;
    color:#3c3c3c;
}

.heading-right-box p span {color:var(--primary-color);font-size: 1rem;}

.single-offer-descriprtion {
    font-size: 37px;
    margin-bottom: 15px;
}

.offer-heading-title {
    font-size: 1.7rem;
    text-align: left;
    text-transform:capitalize
;margin-bottom: 0px;margin-top: 5px;}

.offer-heading-title:after {
    background: url('svg/skews.svg');
    margin-top: 10px;
    content: "";
    display: block;
    /* width:100px; */
    height: 14px;
    color: #DA1E1E;
    font-weight: 800;
    letter-spacing: 6px;
    font-size: 0.9rem;
    background-repeat: no-repeat;
background-size: contain;width: 130px;}

.offer-heading-subtitle {
    color: #DA1E1E;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
}

.table-info {
    padding: 20px;
    background: transparent;
    /* margin-top: 40px; */
    text-align: right;
    /* width: 68%; */
    margin: 0 auto;
    /* border: 1px solid #cacaca; */
    font-size: 14px;
    font-style: oblique;
    color: #5a5a5a;
    /* display: inline-block; */
}

.table-info2 {
    padding: 20px;
    background: transparent;
    margin-top: 40px;
    text-align: center;
    width: 68%;
    margin: 0 auto;
    /* border: 1px solid #cacaca; */
    font-size: 13px;
    font-style: oblique;
    color: #5a5a5a;
}

.page-single-offer:after {
    /* content: ""; */
    /* background: url(img/tree.png) no-repeat; */
    background-size: contain;
    background-position: center;
    height: 622px;
    width: 500px;
    position: absolute;
    left: -326px;
    bottom: 0px;
    z-index: -1;
}

.single-offer-content-inner2 {
    width: 50%;
    padding: 40px;
}

.single-offer-content-data {
    padding: 30px;
    font-size: 20px;
    line-height: 35px;
    background: #f0ede8;
}

.single-offer-content-data span {
    font-weight: 600;
}

.single-offer-content-inner div {
    margin: 20px 10px;
}

.investment-data {
    /* background: #f7f6f6; */
    z-index: 2;
}

.investment-data-inner {
    margin: 0px;
    padding: 20px 35px 20px;
    display: flex;
}

.investment-data-inner li {
    width: 25%;
    display: inline-block;
    padding: 19px 13px 19px 13px;
    text-align: center;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}

.investment-data-inner li:before {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    width: 20px;
    height: 3px;
    /* background:#F44336; */
    top: 5px;
}

.investment-data-inner li img {
    margin-bottom: 10px;
    max-width: 35px;
    /* max-height: 40px; */
}

.investment-data-inner li span {
    font-weight: 400;
    color: #14152e;
}

.privacy-link {
    color: #888888;
}

.privacy-link:hover {
}

.just-page-title {
    padding-top: 80px;
    margin-bottom: 20px;
}

.contact-before {
    padding: 0px 20px;
    border-left: 16px solid #f2f2f2;
    margin-top: 40px;
}

.bigmap-single {
    /* margin-top:60px; */
}

.single-offer-content-inner {
    position: relative;
}

.single-offer-content-inner:before {
    /* content: "Inwestycja"; */
    font-weight: 900;
    color: #f0ede8;
    font-size: 200px;
    position: absolute;
    z-index: -1;
    width: 1000px;
    word-wrap: break-word;
    line-height: 7.4rem;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #e9e9e9;
    -webkit-text-fill-color: transparent;
    transform: rotate(-90deg);
    left: -620px;
    z-index: -1;
}

.visuals h2 {
    width: 100%;
    text-align: center;
    margin: 20px 0px 5px;
    position: relative;
}

#info-items {
    /* padding:10px 0px */
    margin-bottom: 30px;
}

.infoitems {
    padding: 40px 0px;
    position: relative;
    overflow: hidden;
}

.infoitems:before {
    content: "";
    position: absolute;
    top: 550px;
    left: -240px;
    width: 420px;
    height: 400px;
    background: url(svg/lion-outline.svg);
    background-size: cover;
    background-position: center;
}

.infoitems-content {
    display: flex;
    padding: 0px 5% 50px;
    flex-wrap: wrap;
}

.infoitems-content .infoicon {
    display: flex;
    width: 50%;
    height: 100%;
    align-items: center;
    padding: 40px 20px;
    position: relative;
    justify-content: center;
}

.infoitems-content .infoicon img {
    /* width: 150px; */
}

.infoitems .infoicon h4 {
    font-weight: 700;
    padding: 22px 10px 22px 19px;
    width: 70%;
    line-height: 2rem;
    font-size: 1.3rem;
}

.infoitems .infoicon p {
}

.info-wide {
    display: flex;
    /* justify-content:center; */
}

.infoicon {
    width: 23%;
    padding: 2vw;
}

.infoicon h4 {
    font-weight: 500;
    font-size: 1rem;
    color: #808080;
}

.infoicon-icon {
    width: 81px;
    /* padding: 2%; */
    align-content: center;
    justify-content: center;
    text-align: center;
    display: inline-block;
    /* position: absolute; */
    top: 0px;
    margin-bottom: 20px;
}

.infoicon-data {
    /* width: 25%; */
    text-align: center;
}

.infoicon-data p {
    font-size: 0.9rem
}

.infoicon-data ul {
    padding-left: 22px;
}

.infoicon-data ul li {
    position: relative;
    font-size: 15px;
    padding: 10px;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    color: #666;
    line-height: 24px;
}

.infoicon-data ul li:before {
    content: "";
    position: absolute;
    background: #1f97ff;
    width: 6px;
    height: 22px;
    left: -17px;
}

.infoicon-icon-bg {
    position: absolute;
    width: 300px;
    height: 300px;
    opacity: 0.05;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position-x: 25%!important;
    z-index: -1;
    display: none;
}

.infoicon-header {
    position: relative;
    display: flex;
    align-items: center;
}

.family {
}

.family-content {
    height: 619px;
    background-image: url('img/family.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}

.family-content:after {
    content: "";
    background: url(svg/dots.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 622px;
    width: 500px;
    position: absolute;
    left: -326px;
    bottom: 20px;
}

.sqare-content {
    background: url('svg/amber-frame.svg') center center no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    display: flex;
    height: 400px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 33px;
    width: 400px;
    left: 100px;
    top: -60px;
}

.sqare-content h3 {
    text-align: center;
    line-height: 2.2rem;
    font-size: 2rem;
}

.sqare-content h3:after {
    margin-top: 15px;
    content: "";
    display: block;
    background: var(--primary-color);
    width: 100px;
    height: 6px;
    margin: 20px auto;
}

.sqare-content h3 span {
    font-weight: 800;
}

.sqare-content-data {
}

.sqare-content-data a {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #080808;
}

.front-gal, gal {
    text-align: center;
    padding: 55px 0px;
    position: relative;
    margin-top: 20px;
    /* background: #F3F3F3; */
}

.front-gal h2, .gal h2  {/* text-transform: capitalize; *//* font-size: 1.5rem; *//* color: #3C3C3C; */}

.front-gal h2 .skew-sep, .gal h2 .skew-sep {
    color: var(--primary-color);
}

.front-gal h2 .addon, .gal h2 .addon {
    font-weight: 500;
    font-size: 1.2rem;
}



.front-gal2, gal {
    background: none;
}
.gal2 {
	background: #F3F3F3;
}

.realisations {padding:60px 0px;}


.add-line {
}

.add-line:after {
    content: "";
    display: block;
    background: var(--primary-color);
    width: 100px;
    height: 6px;
    margin: 20px auto 20px;
}

.front-gal:after {
    background-position: center;
    background-size: cover;
    position: absolute;
    display: flex;
    height: 480px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 33px;
    width: 480px;
    left: 50%;
    content: "";
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0px;
    z-index: -2;
}



.front-gallery .owl-next:after, .front-gallery .owl-prev:before {
    border: solid var(--primary-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
    content: "";
    border-radius: 2px;
}

.front-gallery .owl-next:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: -3px;
    margin-top: 6px;
}

.front-gallery .owl-prev:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-right: -3px;
}

.front-gallery .owl-next:hover:after, .front-gallery .owl-prev:hover:before {
    border-color: #3c3c3c;
}

.front-gallery h2:after {
    margin-top: 15px;
    content: "";
    display: block;
    background: var(--primary-color);
    width: 100px;
    height: 6px;
    margin: 20px auto;
}

.front-gallery .owl-nav {
    display: block !important;
}

.front-gallery .owl-item {
    /* margin-left: 10px; */
    padding: 18px;
}

.front-gallery {
}

.front-gallery .item {
    height: 255px;
    /* width:400px; */
    background: #d8d8d8;
    /* padding: 20px; */
    background-size: cover;
    background-position: center;
    display: block;
}

.front-gallery .owl-nav {
    position: absolute;
    top: 50%;
    /* right: 16px; */
    width: 100%;
    transform: translateY(-62px);
}

.front-gallery .owl-nav button.owl-next, .front-gallery .owl-nav button.owl-prev {
    border-radius: 0px;
    padding: 11px 20px!important;
    margin: 0px;
    border-left: 1px solid #000000;
    position: absolute;
}

.front-gallery .owl-nav button.owl-prev {
    border: 0px;
    left: -26px;
    position: absolute;
}

.front-gallery .owl-nav button.owl-next {
    border: 0px;
    position: absolute;
    right: -26px;
}

.front-gallery .owl-nav button.owl-next:focus, .front-gallery .owl-nav button.owl-next:hover, .front-gallery .owl-nav button.owl-prev:hover, .front-gallery .owl-nav button.owl-prev:focus {
    border-radius: 0px;
    /* padding: 10px 20px!important; */
    background: transparent;
    margin: 0px;
    border: none;
    outline: none;
}

.page-apartments {
    margin-top: 60px;
    text-align: center;
    position: relative;
}

.page-apartments:before {
    content: "APARTAMENTY";
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    font-weight: 800;
    font-size: 7rem;
    margin-left: -3px;
    position: absolute;
    right: -349px;
    top: 563px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #e9e9e9;
    -webkit-text-fill-color: transparent;
    z-index: -3;
}

.add-dots:after {
    content: "";
    background: url(svg/dots.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 622px;
    width: 500px;
    position: absolute;
    left: -326px;
    bottom: -230px;
    z-index: -3;
    opacity: 0.12;
}

.standard-header {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    margin-bottom: 40px;
    z-index: -5;
}

.apart-header {
    background-image: url(img/bg-aparts.jpg) ;
}

.plan-header {
    background-image: url(img/bg-plan.jpg) ;
}

.contact-text {
    margin-bottom: 30px;
}

.page-plan {
    margin-top: 80px;
}

.addline-left:after {
    background: url('svg/skews.svg');
    margin-top: 15px;
    content: "";
    display: block;
    /* width:100px; */
    height: 19px;
    color: #DA1E1E;
    font-weight: 800;
    letter-spacing: 6px;
    font-size: 0.9rem;
    background-repeat: no-repeat;
}

.inner-box {
    padding: 20px;
}

#about-us {
    margin-bottom: 100px;
}

.medium-header {
       background: #151515;
       margin-bottom: 30px;
       background: url('img/slider-slim.jpg');
       position: relative;
       height: 25vh;
       max-height: 400px;
       background-size: cover;
       background-position: center;
       max-width: 1800px;
       margin: 0 auto;
}

.medium-header:before {
    content: "";
    /* background: rgb(0,0,0); */
    /* background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%); */
    height: 133px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.7;
}

.medium-header:after {
    content: "";
    background: rgb(0,0,0);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0.1;
}

.page-single-offer .medium-header {height:160px;margin-bottom: 10px;min-height: 50px;}

.medium-header-content {
    height: 100%;
    display: none;
}

.medium-header-item {
    text-align: left;
    position: absolute;
    top: 50%;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    transform: translateY(-50%);
    margin-top: 5px;
    margin-left: 5%;
    z-index: 5;
}

.medium-header-item h1 {
    line-height: 4rem;
    font-size: 4rem;
    color: #fff;
    text-transform: initial;
    text-shadow: 0px 2px 30px #151111;
    font-weight: 400;
    /* letter-spacing: 9px; */
    font-weight: 700;
    margin-bottom: 0px;
}

.medium-header-item h1 span {
    color: var(--primary-color);
    font-weight: 700;
}

.medium-header-item p {
    color: #fff;
}

.medium-header-item p:after {
    background: url('svg/skews.svg');
    margin-top: 15px;
    content: "";
    display: block;
    /* width:100px; */
    height: 19px;
    color: #DA1E1E;
    font-weight: 800;
    letter-spacing: 6px;
    font-size: 0.9rem;
    background-repeat: no-repeat;
}


.medium-header .fresh-container {height:100%;}


.add-towers {display:flex;}
.add-towers img {margin-right:20px;}

.logo-sigma-container {
    text-align: center;
    padding: 60px;
    40px}

.logo-sigma-container img {
    width: 350px;
}

#inwestor .inner-box {
    padding: 70px 40px;
}

#inwestor .suptitle {
    margin-bottom: 10px
}

.jus-cen {
    align-items: center;
    justify-content: center;
}

.invest-title {
    font-weight: 400;
    text-transform: initial;
    margin-bottom: 20px;
    line-height: 2.4rem;
    font-size: 1.8rem;
    font-weight: 700;
}

.invest-title span {
    font-weight: 700;
}

.invest-title:after {
}

.inwestor-gray {
    background: #F8F8F8;
    padding: 40px 0px;
}

.inwestor-gray .inner-box {
    padding: 40px;
    20px;}

.inwestor-gray .fresh-container:before {
    content: "";
    background: var(--dots);
    background-size: contain;
    background-position: center;
    height: 622px;
    width: 500px;
    position: absolute;
    right: -277px;
    bottom: -176px;
    z-index: 0;
    opacity: 0.12;
}


.job-intro {
    /* background: #F8F8F8; */
    padding: 40px 0px;
}

.job-intro .inner-box {
    padding: 40px;
    20px;}

.job-intro .fresh-container:before {
    content: "";
    background: var(--dots);
    background-size: contain;
    background-position: center;
    height: 622px;
    width: 500px;
    position: absolute;
    right: -277px;
    bottom: -176px;
    z-index: 0;
    opacity: 0.12;
}



.office-image-container {
    padding: 40px;
}

.office-image {
    background: url(img/office-red.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
    width: 100%;
}

.colage-image-container {
}

.colage-image {
    background: url(img/colage.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
    width: 100%;
}

.colage-image:before {
    content: "";
    background: url(svg/skews3.svg) no-repeat;
    width: 200px;
    height: 200px;
    position: absolute;
    right: 0px;
    top: -40px;
    z-index: -1;
    background-size: contain;
}

.door-image-container {
    padding: 40px;
}

.door-image {
    background: url(img/sigma-biuro.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
    width: 100%;
}

.mylist li {
    font-size: 15px;
    color: #6f6e6e;
    line-height: 1.6em;
    padding-bottom: 10px;
    position: relative;
}

.mylist li:before {
    content: "";
    width: 22px;
    height: 16px;
    background: url(svg/arrows-small.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: -30px;
    top: 4px;
}





.realized-items {
    text-align: center;
    padding: 100px 49px;
}

.realized-item {
    padding: 20px;
}

.realized-item .realized-item-image {
    margin-bottom: 10px;
}

.realized-item p {
}

.realized-item p span {
    font-weight: 700;
}

.list-of-apartments {
    padding: 0px 15px;
}

.show-on-mob {
    display: none
}

.table-content .column-1 {

}

.table-content .column-2 {
    
}

.table-content .column-3 {
  
}

.table-content .column-4 {

}

.widget-0 option:first-child {
    display: none;
}

.parts-container {
    padding: 20px;
    border: 2px solid #ccc;
    text-align: center;
    margin: 20px 0px;
}

.parts-container h4 {
    margin-top: 10px;
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.garages-container {
    margin-bottom: 20px;
}

.garages-box {
    padding: 10px;
    margin: 10px;
    border: 2px solid #ccc;
}

.garages-box h4 {
    margin-top: 20px;
    font-size: 0.9rem;
    font-weight: 700;
}

.plan-container {
    padding-top: 10px;
}

.invest-map {
    margin-bottom: 30px;
    display: block;
}

.plan-container h4 {
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem
}

.grecaptcha-badge {
    visibility: hidden;
}

.credit-phone, .credit-mail {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #14152D;
    font-size: 18px;
    padding: 0px 35px 0px 40px;
    position: relative;
}

.credit-phone:before {
    background: url(svg/phone.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 22px;
    width: 22px;
    content: "";
    /* float:left; */
    left: 6px;
    margin-right: 13px;
    margin-top: 1px;
    display: inline-block;
    justify-items: center;
    position: absolute;
}

.credit-mail:before {
    background: url(svg/mail.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 22px;
    width: 22px;
    content: "";
    /* float:left; */
    left: 6px;
    margin-right: 13px;
    margin-top: 1px;
    display: inline-block;
    justify-items: center;
    position: absolute;
}

.credit-phone:hover, .credit-mail:hover {
    color: var(--primary-color);
}

.top-buttons {
    display: none;
    justify-content: flex-end;
}

.top-buttons .top-buttons-content {
    /* float: right; */
    display: flex;
}

.top-buttons .top-buttons-content a {
    min-width: 220px;
    text-align: center;
    padding: 6px 16px;
    display: inline-block;
    font-size: 0.8rem;
}

.top-buttons .top-buttons-content a.be-partner {
    font-weight: 600;
    color: #3C3C3C;
    background: #D8D8D8;
}

.top-buttons .top-buttons-content a.quick-contact {
    font-weight: 500;
    color: #fff;
    background: var(--primary-color);
}

.fresh-container {
    padding: 0px 66px 0px 66px;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}

.navbar-header {
    display: flex;
}

.navbar-header .mini-slogan {
    margin: 14px;
    border-left: 1px solid #D8D8D8;
    padding-left: 20px;
    font-size: 12px;
    padding-top: 3px;
    display: none;
}

.navbar-header .mini-years {
    margin: 0px;
    display: none;
}

.navbar-header .mini-years img {
    width: 90px;
    padding: 20px;
}

.slider-desc {
    color: #fff;
    font-size: 1.1rem;
    max-width: 80%;
}

.slider-wrapper {
    position: relative;
}

.slider-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

#squares {
    margin-top: -20px;
    position: relative;
    margin-bottom: 73px;
}

#squares .squares-container {
    box-shadow: 0px 0px 30px #423f52b8;
}

#squares .squares-container {
    display: flex;
    width: fit-content;
}

#squares .square {
    display: flex;
    text-align: center;
    width: 270px;
    height: 271px;
    justify-content: center;
    align-items: center;
}

#squares .square > div {
    padding: 15px;
}

#squares .square-one {
    background: var(--primary-color);
}

#squares .square-one p {
    color: #fff;
}

#squares .square-one p span {
    font-size: 3.6rem;
    font-weight: 700;
line-height: 3rem;}

#squares .square-two {
    background: #EEEEEE;
}

#squares .square-two span {
    color: var(--primary-color);
    font-size: 1.8rem;
}

#squares .square-two span span {
    color: #676767;
    font-size: 1rem;
    font-weitght: 600;
}

#squares .square-three span {
    color: var(--primary-color);
    font-size: 1.5rem;
}

#squares .square-three span span {
    color: #676767;
    font-size: 1rem;
    font-weitght: 600;
}

#squares .square-four {
    background: url('img/building.jpg');
    background-size: cover;
    background-position: center;
}

#squares .square-three {
    background: #FFFFFF;
}

#squares .square p {
    margin-bottom: 0px;
    font-weight: 500;
}

.partners {
    text-align: center;
    padding: 66px 0px;
    position: relative;
    margin-top: 20px;
}

.partners h2 {
    text-align: left;
    text-transform: capitalize;
    font-size: 1.5rem;
    color: #3C3C3C;
}

.partners h2 .skew-sep {
    color: var(--primary-color);
}

.partners h2 .addon {
    font-weight: 500
}

.front-partners .owl-next:after, .front-partners .owl-prev:before {
    border: solid var(--primary-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
    content: "";
    border-radius: 2px;
}

.front-partners .owl-next:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: -3px;
    margin-top: 6px;
}

.front-partners .owl-prev:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-right: -3px;
}

.front-partners .owl-next:hover:after, .front-partners .owl-prev:hover:before {
    border-color: var(--secondary-color);
}

.front-partners h2:after {
    margin-top: 15px;
    content: "";
    display: block;
    background: var(--primary-color);
    width: 100px;
    height: 6px;
    margin: 20px auto;
}

.front-partners .owl-nav {
    display: block !important;
}

.front-partners .owl-item {
    /* margin-left: 10px; */
    padding: 18px;
}

.front-partners {
}

.front-partners .item {
    height: 76px;
    /* width:400px; */
    /* background: #d8d8d8; */
    /* padding: 20px; */
    background-size: contain;
    background-position: center;
    display: block;
    background-repeat: no-repeat;
}

.front-partners .owl-nav {
    position: absolute;
    top: 50%;
    /* right: 16px; */
    width: 100%;
    transform: translateY(-35px);
}

.front-partners .owl-nav button.owl-next, .front-partners .owl-nav button.owl-prev {
    border-radius: 0px;
    padding: 11px 20px!important;
    margin: 0px;
    border-left: 1px solid #000000;
    position: absolute;
}

.front-partners .owl-nav button.owl-prev {
    border: 0px;
    left: -26px;
    position: absolute;
}

.front-partners .owl-nav button.owl-next {
    border: 0px;
    position: absolute;
    right: -26px;
}

.front-partners .owl-nav button.owl-next:focus, .front-partners .owl-nav button.owl-next:hover, .front-partners .owl-nav button.owl-prev:hover, .front-partners .owl-nav button.owl-prev:focus {
    border-radius: 0px;
    /* padding: 10px 20px!important; */
    background: transparent;
    margin: 0px;
    border: none;
    outline: none;
}

.slider .big-logo {
    background: url(svg/arrows-down.svg);
    background-size: contain;
    width: 85px;
    height: 85px;
    position: absolute;
    right: 34px;
    bottom: -20px;
    background-repeat: no-repeat;
    opacity: 1;
}

.unique {
    /* height: 419px; */
    background-image: url('img/dark-invest.jpg');
    background-position: center;
    background-size: cover;
    /* position: relative; */
    padding: 7rem 0px;
    overflow: hidden;
}

.unique h3 {
    color: #fff;
    margin-bottom: 20px;
}

.unique p {
    color: #fff;
}

.unique .unique-suptitle {
    color: var(--primary-color);
    font-size: 1.2rem;
    ;font-weight: 600;
}

.unique .digger {
    position: absolute;
    width: 1077px;
    background: url('img/digger.png');
    background-repeat: no-repeat;
    height: 531px;
    ; background-size: contain;
    bottom: -231px;
    ;right: -71px;
    background-position-y: bottom;
    /* z-index: 0; */
}

.unique .digger-spacer {
    display: block;
    height: 247px;
}

.banner {
    margin: 40px 0px;
}

.banner .banner-box {
    display: flex;
justify-content: center;max-width: 1100px;margin: 0 auto;}

.banner .banner-box .banner-box-image {
    width: 300px;
    background-image: url('img/family.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .banner-box .banner-box-image2 {
    background-image: url('img/banner2.jpg');
    background-position:center;

}


.banner .banner-box .banner-box-content {
    padding: 27px 50px;
    background: #0E0C29;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
}

.banner .banner-box .banner-box-content p {
    margin: 0px;
    color: #fff;
    width: 90%;
}

.banner .banner-box .banner-box-arrow {
    width: 80px;
    background: var(--primary-color);
position: relative;}

.banner .banner-box .banner-box-arrow:after {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
    content: "";
    border-radius: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: -11px;
    
    top: 50%;
    position: absolute;
    margin-top: -9px;
left: 50%;}

.banner .banner-box .banner-box-content .redme {
    color: var(--primary-color);
}

.about-intro {
    padding: 75px 0px;
}

.big-image {
    background: url('img/office-meeting.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 549px;
}

.big-image .plate {
    padding: 30px;
    text-align: center;
    display: inline-block;
    background: #00000094;
    width: 233px;
    top: 111px;
    position: absolute;
    margin-left: 30px;
}

.big-image .plate img {
    padding-bottom: 20px;
    width: 150px
}

.big-image .plate p {
    color: #fff;
    text-align: left;
    padding-left: 17px;
    border-left: 6px solid;
    margin-left: 10px;
}

.big-image .fresh-container {
}

.big-image .fresh-container:after {
    position: absolute;
    background: url('svg/skews-big.svg');
    margin-top: 15px;
    content: "";
    display: block;
    width: 742px;
    height: 82px;
    color: #DA1E1E;
    font-weight: 800;
    letter-spacing: 6px;
    font-size: 0.9rem;
    background-repeat: no-repeat;
    background-size: contain;
    top: 432px;
    left: -364px;
}

.how-we-do {
    padding: 40px 0px;
}

.ouroffer-trusted .ouroffer-trusted-content {display:flex;flex-wrap: wrap;margin-bottom: 40px;}
.ouroffer-trusted .ouroffer-trusted-content > div {height:100px; display:block;width: 175px;display: flex;justify-content: center;align-items: center;}
.ouroffer-trusted .ouroffer-trusted-content div a {height: 100%;width: 100%;background-size: contain;background-repeat: no-repeat;background-position: center;}

.investor-blocks {    
	background: url('img/base.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	padding: 80px 0px 60px;
}
.investor-blocks-content {display:flex; }
.investor-blocks-content .item {padding:20px;display:flex;text-align: center;width: 20%;justify-content: center;}
.investor-blocks-content .item h5 {font-weight: 600;color:var(--primary-color);font-size: 1.8rem;}
.investor-blocks-content .item p {color:#fff;margin: 0px;}


.ouroffer-offer {
	background: url('img/dark-invest.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	padding: 80px 0px 60px;
}	
 
.ouroffer-offer h3 {font-size:2.4rem; color:#fff; margin-bottom:10px; padding-bottom:10px;}
.ouroffer-offer ul {
	
}
.ouroffer-offer h3:after {
    background: url(svg/skews.svg);
    margin-top: 25px;
    content: "";
    display: block;
    /* width: 100px; */
    height: 19px;
    color: #DA1E1E;
    font-weight: 800;
    letter-spacing: 6px;
    font-size: 0.9rem;
    background-repeat: no-repeat;
}
.ouroffer-offer ul { display:flex; flex-wrap:wrap;padding: 0px;}

.ouroffer-offer ul li {
	color:#fff;
    padding: 15px 15px 16px 40px;
    width: 33.33%;
position: relative;}


.ouroffer-offer ul li:before {
    content: "";
    background: url('svg/check.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width:20px;
    height:20px;
    position: absolute;
    left: 3px;
}

.other-offer-list {position:relative;margin: 50px 0px;}
#other-offer-list:before{
    content: "";
    background: url(svg/house-vector.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 1022px;
    width: 800px;
    position: absolute;
    right: -300px;
    top: -400px;
    z-index:-1;
}
.other-offer-list {text-align:center;}
.other-offer-list .other-offer-title {width:100%;text-align: center;margin: 20px 0px 5px;position: relative;}
.other-offer-list .other-offer-title span {font-weight: 600;}
.other-offer-list .other-offer-subtitle {
    font-size: 20px;
    color: #f95014;
}
.other-offer-list .other-offer-box {max-width: 29%;margin:20px;width: 100%;/* box-shadow:0px 0px 40px #ccc; *//* transform: scale(1); */}
.other-offer-list .other-offer-box:hover { transform: scale(1.05);}
.other-offer-list .other-offer-box .other-offer-image {font-size:20px;  position:relative;}
.other-offer-list .other-offer-box .other-offer-image:before {top:0px;left:0px;width:100%;height:100%;transition:0.5s; content:""; position: absolute;}
.other-offer-list .other-offer-box .other-offer-image:hover:before{content: "";background: #1a1d2e;position: absolute;opacity: 0.8;text-align: center;padding: 20px;color: #fff;font-weight: 800;vertical-align: middle;}

.other-offer-list .other-offer-box .other-offer-image .check {    
    font-size: 20px;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    text-align: center;
    padding: 0px;
    margin-top: -15px;
    color: #fff;
    font-weight: 800;
    vertical-align: middle;
    transition:0.4s;
    z-index:100;
    opacity: 0;
}
.other-offer-list .other-offer-box .other-offer-image:hover .check{ opacity: 1;}

 

.other-offer-list .other-offer-box-inner {
    /* margin: 10px; */
}
.other-offer-list .other-offer-box h4 {padding: 20px 20px 20px;margin: 0px;font-size: 1.2rem;color: #14152D;/* text-transform: uppercase; */font-weight: 700;text-align: center;width: 100%;display: block;line-height: 1.5rem;}
.other-offer-list .other-offer-box h4 span {font-weight: 400;font-size: 1rem;}
.other-offer-list .content.flex {flex-wrap: wrap;justify-content:center;flex-direction: row;padding-bottom: 20px;}
.other-offer-list .other-offer-image {height: 300px;background-size:cover;background-position: center;display: block;}



.realisations-grid {text-align:center;display: flex;margin: 0px -10px;flex-wrap: wrap;}
.realisations-grid .other-offer-title {width:100%;text-align: center;margin: 20px 0px 5px;position: relative;}
.realisations-grid .other-offer-title span {font-weight: 600;}
.realisations-grid .other-offer-subtitle {
    font-size: 20px;
    color: #f95014;
}
.realisations-grid .other-offer-box {;/* max-width: 29%; *//* margin:20px; */width: 100%;/* box-shadow:0px 0px 40px #ccc; *//* transform: scale(1); */width: 33%;display: block;}
.realisations-grid .other-offer-box:hover { transform: scale(1.05);}
.realisations-grid .other-offer-box .other-offer-image {font-size:20px;  position:relative;background-color: #efefef;}
.realisations-grid .other-offer-box .other-offer-image:before {top:0px;left:0px;width:100%;height:100%;transition:0.5s; content:""; position: absolute;}
.realisations-grid .other-offer-box .other-offer-image:hover:before{content: "";background: #1a1d2e;position: absolute;opacity: 0.8;text-align: center;padding: 20px;color: #fff;font-weight: 800;vertical-align: middle;}

.realisations-grid .other-offer-box .other-offer-image .check {    
    font-size: 20px;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    text-align: center;
    padding: 0px;
    margin-top: -15px;
    color: #fff;
    font-weight: 800;
    vertical-align: middle;
    transition:0.4s;
    z-index:100;
    opacity: 0;
}
.realisations-grid .other-offer-box .other-offer-image:hover .check{ opacity: 1;}

 
.realisations-grid .other-offer-box-inner {
    margin: 10px;
}
.realisations-grid .other-offer-box h4 {padding: 20px 20px 20px;margin: 0px;font-size: 1.2rem;color: #14152D;/* text-transform: uppercase; */font-weight: 700;text-align: center;width: 100%;display: block;line-height: 1.5rem;}
.realisations-grid .other-offer-box h4 span {font-weight: 400;font-size: 1rem;}
.realisations-grid .content.flex {flex-wrap: wrap;justify-content:center;flex-direction: row;padding-bottom: 20px;}
.realisations-grid .other-offer-image {height: 300px;background-size:cover;background-position: center;display: block;}


.small-container {max-width: 1249px;}

.jobs-list {padding: 104px 30px; background:#fcfbfb;margin-bottom: 50px;}
.job-box {width:50%;padding: 20px;}
.job-box-inner {background:#fff;padding: 10%; text-align:left;border-radius: 20px;box-shadow: 0px 0px 30px #ccc;}
.job-box-inner a {font-weight:555; margin-right: 18px; color:#da1e1e;} 
.job-box-inner a:hover {color:#3c3c3c;}
.job-box-inner h4 {font-size: 1.3rem;margin-bottom: 30px;font-weight: 700;line-height: 2rem;display: flex;align-items: center;}
.job-box-inner .job-icon {padding-right: 20px;}
.job-box-inner .job-icon img {min-width:60px; width: 60px;}
.jobs-grid {
    text-align: center;
    display: flex;
    margin: 0px -10px;
    flex-wrap: wrap;
}


.jobs-title {
    font-weight: 400;
    text-transform: initial;
    margin-bottom: 20px;
    line-height: 2.4rem;
    font-size: 1.8rem;
    font-weight: 700;
}

.jobs-title span {
    font-weight: 700;
}

.job-spec {margin-bottom:10px;/* text-align: right; */}
.job-field {display:flex; font-size: 0.95rem;}
.job-field div {padding: 7px 0px;}
.job-field div:first-child {width:30%;/* text-align: right; */}
.job-field div:last-child {padding-left:40px;width:70%;}
.job-field div:last-child span {font-weight: 600;}
.job-box .check {/* width:100%; */ /* text-align:right; */right: 0px;}


.quick-contact span{
    position: relative;
padding-left: 20px;}

.quick-contact span:before {
    background: url(svg/phone-small-icon.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 15px;
    width: 15px;
    content: "";
    left: -1px;
    margin-top: 1px;
    display: inline-block;
    justify-items: center;
    position: absolute;
}

.be-partner span{
    position: relative;
    padding-right: 22px;
}

.be-partner span:before {
    background: url(svg/small-arrow-gray.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 14px;
    width: 14px;
    content: "";
    right: -1px;
    margin-top: -6px;
    display: inline-block;
    justify-items: center;
    position: absolute;
top: 50%;}

.contact-boxes {padding-bottom:60px;}
.contact-boxes-inner {display:flex;padding-left: 6%;}
.contact-boxes-inner .contact-box {width:100%;padding: 8px;/* text-align: center; */display: flex;justify-content: center;align-items: baseline;}
.contact-boxes-inner .contact-box p {margin-bottom:0px;}
.contact-boxes-inner .contact-box .contact-box-icon {text-align: right; padding: 8px;}
.contact-boxes-inner .contact-box .contact-box-data {padding:0px;width: 70%;}
.contact-boxes-inner .contact-box .contact-box-data a{word-break:break-all;color: #666666;}
.contact-boxes-inner .contact-box .contact-box-data a:hover {color:#da1e1e;}


.realisation-nav-inner {display:flex; margin-top: -86px;margin-left: -20px;margin-right: -10px;}
.realisation-nav-box {width: 100%; padding: 21px;}

.realisation-nav-box .realisation-nav-box-inner {transition:0.2s;background:#F6F4F4;/* padding:30px; */}
.realisation-nav-box .realisation-nav-box-inner p {padding:0px; margin:0px;font-size: 1.5rem; font-weight: 700;color: #131627;}
.realisation-nav-box .realisation-nav-box-inner p span {color:#da1e1e; font-weight: 500;}
.realisation-nav-box .realisation-nav-box-inner {display:flex;}
.realisation-nav-box .realisation-nav-box-inner .realisation-nav-box-data {padding: 10% 12%;;width:100%}
.realisation-nav-box .realisation-nav-box-inner .realisation-nav-box-arrow {position:relative; /* padding: 27px; */ background:#da1e1e;width: 62px;}
.realisation-nav-box .realisation-nav-box-inner .realisation-nav-box-arrow:after {
    content:"";     
    position: absolute;
    background: url('svg/arrow-white.svg');
    display: block;
    width: 22px;
    height: 22px;
    color: #DA1E1E;

    background-repeat: no-repeat;
    background-size: contain;
 top: 50%;margin-top: -14px;left: 50%;margin-left: -11px;}


.realisation-nav-box:hover .realisation-nav-box-inner  {background:#101324;}
.realisation-nav-box:hover  .realisation-nav-box-inner p {color:#fff;}

.header-one {
    color: var(--primary-font-color);
    font-family: var(
    --additional-font);
    font-size: 2.1rem;
    font-weight: 700;
}

.header-two {
    color: #fff;
       font-family: var(--additional-font);
    font-size: 2.1rem;

}

.check-offer {text-align:center;
 color: var(--secondary-font-color);
    font-family: var(--additional-font);
        font-size: 1.7rem;
}

.image-helmets {
  width:100%;
  height: 386px;
  background-image: url(https://paintballranczo.pl/wp-content/uploads/2023/07/masks.jpg);
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
}

.image-field {
  width:100%;
  height: 386px;
  background-image: url(https://paintballranczo.pl/wp-content/uploads/2023/07/field2-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
}

.arrow-text  {position:relative;}

.arrow-text:after {
    background: url(svg/arrows-down.svg);
    background-size: contain;
    width: 85px;
    height: 85px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    opacity: 1;
}


#intro {
    position: relative;
}
#intro:after{
    background: url(svg/sloiders.svg) no-repeat;
    background-size: contain;
    background-position: center;
    height: 279px;
    width: 672px;
    content: "";
    left: 0px;
    margin-top: -6px;
    display: inline-block;
    justify-items: center;
    position: absolute;
    bottom: -144px;
    max-width: 50%;
}

.fields p {color:#fff;}
.field-name {color:#fff;
	font-family: var(--additional-font);
	font-size: 1.7rem;
}

.event-name {
 color: var(--primary-font-color);
 font-family: var(--additional-font);
 font-size: 1.4rem;
}


.footer-menu {padding-bottom:40px;}

	

.white-text p {color:#fff;}

.arrow-text {position:relative;}
.arrow-text:before {
    background: url(svg/arrows-down.svg);
    background-size: contain;
    width: 65px;
    height: 65px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    opacity: 1;
    content:"";
}

.files {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px;
}
.files .file {
    width: 100%;
    padding: 26px 40px 29px 74px;
    margin: 5px 0px;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: var(--secondary-font-color);
    font-family: var(--additional-font);
    font-size: 1.1rem;
    position:relative;
}

.files .file:hover {
    color:#000;
}
.file:before {
	content: "";
	position:absolute;
	left: 28px;
	top: 24px;
	background: url(svg/doc.svg) no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	width: 30px;
	height: 30px;
}


.authorlink {font-size:0.85rem; font-weight:500;}

.slider-image {margin-left: -100px;padding-right: 50px;}

.just-page, .front-page {/* padding-top: 139px; */}


.advantages {}
.advantages > div {padding: 10px 0px 15px 53px;position:relative;font-size: 1.1rem;}
.advantages > div :before {
   background-size: contain;
   background-position: center;
   background-repeat:no-repeat;
   height: 34px;
   width: 34px;
   content: "";
   /* float: left; */
   left: 6px;
   margin-right: 13px;
   top: 7px;
   display: inline-block;
   justify-items: center;
   position: absolute;
}

.map-header {
    font-size: 1.5rem;
    font-weight: 600;
}
.map-header b  {color: var(--secondary-font-color);}

.care-header {color: var(--primary-font-color);font-weight: 800;font-size: 3rem;font-family: var(--secondary-font);line-height: 3rem;}

.page-header {color: var(--primary-font-color);font-weight: 800;font-size: 3rem;font-family: var(--secondary-font);line-height: 3rem;margin-bottom: 23px;}


.page-header:after {background-color: var(--primary-color);background-size: contain;background-position: center;height: 5px;width: 55%;content: "";/* margin-top: 1px; */display: inline-block;justify-items: left;position: absolute;z-index:-1;margin-left: 30px;top: 20px;max-width: 280px;}


.bigger-text p {
    font-size: 1.3rem;
}

.cell-header {display:flex; position:relative; margin-bottom:20px;}
.cell-header:after {width:80%; height:4px; content:""; position:absolute; bottom:-20px; background:#e3dfdf;}
.cell-header .number {font-size: 3rem; color:var(--secondary-font-color); font-weight:700; padding-right:20px;}

.apartment-form  {text-align:center;}

.apartment-form h1 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 8px;
    text-transform: initial;
    font-size: 2.2em;
}

.apartment-form p {text-align:center; font-family:var(--primary-font);}

.apartment-form  input[type=submit] {border-color:var(--primary-color);}

.apartment-form .wpcf7-spinner {display:none;}


.svg-map2 {}
.svg-map2 img {
    width: 1200px;
}


html:lang(en) table .t-pl {display:none;}
html:lang(pl) table .t-en {display:none;}

.form-cell {margin-bottom:25px;}
.form-cell h2 {font-size:1.1rem;}
.form-cell h3 {font-size: 0.9rem; color: var(--secondary-font-color);  text-transform:uppercase; font-weight:700;
   
               
              }
.form-cell div { max-width:450px;}
.form-cell div p {display:flex;padding-bottom:10px;flex-wrap: wrap;}
.form-cell div p > span:nth-child(1) {width: 28%;display: inline-block;padding-bottom: 15px;}
.form-cell div p > span:nth-child(2) {/* width: 65%; */display: inline-block;}

.wpcf7-list-item {
  
}


.lang-switcher a {color:#fff;}
 
.wpml-ls-legacy-list-horizontal a .wpml-ls-flag {width:40px; transition:0.3s;}
.wpml-ls-legacy-list-horizontal a:hover .wpml-ls-flag {transform: scale(1.13);}

.contact-bar {padding: 4px;text-align:center;margin-top: 166px;/* position: absolute; */background: #f4f4f4;color: #696767;}
.contact-bar p {padding: 6px;font-weight: 500;margin: 0px;vertical-align: middle;} 
.contact-bar a {transition:0.3s;transform: translate(0px, 0px );font-size: 1.6rem;color: #2a130f;padding: 10px;display: block;/* font-weight: 600; */margin: 0px;vertical-align: middle;} 
.contact-bar a:hover {color: #8b5b28;transform:scale(1.04);}
.contact-bar {text-align:right}
.contact-bar p , .contact-bar a {display:inline-block;}

.widget-area {
    width: 50%;
}  