:root {
	--gold: #bca77f;
	--darkblue: #003b83;
	--pink: #ff4152;
}
body,html{
    height:100%;
    margin:0;
    padding:0;
    color:#33333e;
    font-size:16px
}
body{
    font-family:"Manrope",sans-serif
}
a{
    text-decoration:none;
    font-family:"Manrope",sans-serif;
    transition:all 0.15s ease-in-out
}
a:hover {
	color: var(--gold);
}
em {
	font-style: normal;
	color: var(--gold);
}
footer,header,main{
    width:100%
}
h2,.h2,.h2{
    margin-bottom: 15px;
    font-size: 36px;
    letter-spacing:-1px;
    font-weight:200
}
@media (max-width: 767px){
    h2,.h2,.h2{
        font-size:38px
    }
}
.bg-color-gray{
    background-color:rgba(0,59,131,0.1)
}
.bg-color-blue{
    background-color:var(--darkblue)
}
.text-color-white{
    color:#e5ebf2
}
input.wpcf7-form-control.wpcf7-submit,
.btn-theme-1,.btn-theme-2,.btn-theme-3,.btn-theme-4{
    padding:13px 15px;
    display:inline-block;
    font-size:17px;
    font-weight:600;
    color:#fff;
    border:1px solid #fff;
    border-radius:8px;
    transform:scale(1);
    transition:all 0.15s ease-in-out;
    cursor:pointer
}
.btn-theme-1.invert {
	background-color: #FFF;
	color: var(--gold);
}
@media (max-width: 575px){
    .btn-theme-1,.btn-theme-2,.btn-theme-3{
        font-size:16px
    }
}
.btn-theme-1:hover,.btn-theme-2:hover,.btn-theme-3:hover{
    transform:scale(1.025)
}
.btn-theme-1:hover {
	color: #FFF;
}
.btn-theme-1 i,.btn-theme-1 svg,.btn-theme-2 i,.btn-theme-2 svg,.btn-theme-3 i,.btn-theme-3 svg{
    font-size:22px;
    display:inline-block;
    margin-right:15px;
	width: 22px;
	height: 22px;
	fill: #FFF;
}
@media (max-width: 575px){
    .btn-theme-1 i,.btn-theme-1 svg,.btn-theme-2 i,.btn-theme-2 svg,.btn-theme-3 i,.btn-theme-3 svg{
        font-size:18px;
        margin-right:10px
    }
}
.btn-theme-1.blue-border,.btn-theme-2.blue-border,.btn-theme-3.blue-border{
    border-color:var(--darkblue)
}
.btn-theme-4 {
	background-color: var(--pink);
	border-color: var(--pink);
}
.btn-theme-4:hover {
	background-color: var(--darkblue);
	border-color: var(--darkblue);
	color: #FFF;
}
input.wpcf7-form-control.wpcf7-submit {
	color: var(--darkblue);
	border-color: var(--darkblue);
	background-color: transparent;	
}
.modal-theme input.wpcf7-form-control.wpcf7-submit { 
	background-color:#FFF;
}
input.wpcf7-form-control.wpcf7-submit:hover {
	color: #FFFF;
	transform:scale(1.025);
	background-color: var(--darkblue);
}

.btn-theme-1.blue-text,.btn-theme-2.blue-text,.btn-theme-3.blue-text{
    color:var(--darkblue)
}
.btn-theme-1{
	/*
    background-color:#4e79f0
	*/
	background-color: var(--gold);
}
.btn-theme-2{
    background-color:transparent
}
.btn-theme-3{
    background-color:var(--darkblue)
}
.expand-content,.collapse-content{
    padding:0;
    font-size:15px;
    font-weight:700;
    border:none;
    color:#4e79f0;
    background-color:transparent
}
.expand-content i,.expand-content svg,.collapse-content i,.collapse-content svg{
    font-size:10px;
    vertical-align:baseline
}
a.btn-upperbar {
    color: var(--gold);
    border: 2px var(--gold) solid;
    padding: 10px 17px;
    border-radius: 10px;
    position: absolute;
    top: 20px;
    margin-left: 320px;
    font-size: 18px;
	transition: all .2s ease;
	transform: scale(0.01);
	opacity: 0;
}
body.scrolled header a.btn-upperbar {
	transform: scale(1);
	opacity: 1;
	top: 10px;
}
header.header-sticky a.btn-upperbar {
	transform: scale(1);
	opacity: 1;
}
body.scrolled header a.btn-upperbar:hover,
header.header-sticky a.btn-upperbar:hover {
	color: #333;
	border-color:#333;
}
@media (max-width: 1200px) {
	a.btn-upperbar {
		display: none;
	}
}
a.btn-upperbar i {
    margin-right: 10px;
}
.video-wrapper{
    position:relative
}
.video-wrapper video{
    width:100%;
    height:auto;
    border-radius:15px;
    object-fit:cover
}
.video-wrapper .play-video{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:transparent;
    border:none
}
.video-wrapper .play-video i {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    text-align: center;
    line-height: 60px;
    background-color: var(--darkblue);
    transition: all 0.3s ease-in-out;
    transform: translate(50%,-50%);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    font-size: 30px;
	color: #FFF;
}
.video-wrapper .play-video:hover i{
    color:#000;
    background-color:#ffffff
}
.details-table{
    padding-bottom:25px
}
form.wpcf7-form label {
	width: 100%;
}
input.wpcf7-form-control:not([type="button"]):not([type="submit"]), textarea.wpcf7-form-control {
    font-family: "Manrope",sans-serif;
    padding: .75em 1em;
    border-radius: 8px;
    border: 1px var(--gold) solid;
    margin: .25em 0 1em;
	width: 100%;
}
span.wpcf7-list-item-label {
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    position: relative;
    top: -20px;
    margin-left: 20px;
}
.wpcf7-not-valid-tip {
    background-color: #dc3232;
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    color: #FFF;
    padding: .35em 1em;
    margin: -10px 0 10px;
    border-radius: 7px;
    position: relative;
    top: -20px;
    left: 5px;
}


.details-table .item{
    padding:9px 25px;
    display:flex;
    align-items:center;
    border-bottom:1px solid rgba(150,150,163,0.5)
}
.details-table .item .item-count{
    padding-right:25px;
    min-width:50px
}
.details-table .item .item-title{
    flex:1;
    font-size:14px;
    font-weight:400;
    color:#9696a3
}
.details-table .item .item-value {
    font-size: 15px;
    min-width: 80px;
    text-align: center;
}
.details-table .item .item-value strong{
    font-weight:700
}
.details-table .item:first-child{
    border-top:1px solid rgba(150,150,163,0.5)
}
.details-table .item:nth-child(even){
    background-color:rgba(229,235,242,0.5)
}
.details-table .item.item-heading .item-title{
    font-size:18px;
    font-weight:700;
    color:#33333e
}
.details-table .item.item-heading .item-value{
    font-size:18px
}




.offcanvas-theme .offcanvas-body .menus-wrapper {
    display: block;
    flex-wrap: wrap;
}
.offcanvas ul.sub-menu.tt-dropdown-menu {
    display: block !important;
    position: relative;
    background: initial;
    margin: 0 0;
    padding: .5em;
    top: initial;
    width: auto;
}
.offcanvas-theme .btn-theme-2 {
	position: absolute;
	top: 50px;
}
ul#menu-menu-rozwijalne {
    column-count: 2;
    width: 100%;
}
.offcanvas-theme .offcanvas-body .menus-wrapper .nav-menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
	font-size: 14px;
	color:rgba(255,255,255,.5);
}
.offcanvas-theme .offcanvas-body .menus-wrapper .nav-menu .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
	color: var(--gold);
}



.bar-dots{
    position:relative
}

.bar-dots ul.slick-dots{
    display:flex;
    left:50%;
    transform:translateX(-50%);
    bottom:0;
    border-radius:3px;
    overflow:hidden;
    width:100%
}
.bar-dots ul.slick-dots li{
    margin:0;
    flex:1;
    width:auto;
    height:6px
}
.bar-dots ul.slick-dots li button{
    padding-bottom:0;
    width:100%;
    height:6px;
    background-color:var(--darkblue);
    opacity:.1
}
.bar-dots ul.slick-dots li button::before{
    display:none
}
.bar-dots ul.slick-dots li button[aria-selected="true"]{
    opacity:1;
    border-radius:3px
}
.modal-theme{
    z-index:1200
}
.modal-theme .modal-content{
    background-color:var(--darkblue)
}
.modal-theme .modal-content .modal-header{
    border-bottom:none
}
.modal-theme .modal-content .modal-header .btn-close{
    filter:invert(1) grayscale(0) brightness(200%)
}
.modal-theme .modal-content .modal-body{
    padding-bottom:65px
}
.modal-theme .modal-content .title{
    font-size:28px;
    font-weight:700;
    text-align:center;
    color:#fff
}
.modal-theme .modal-content p{
    margin-bottom:45px;
    font-size:17px;
    font-weight:300;
    text-align:center;
    color:#fff
}
.modal-theme .modal-content form input[type="text"],.modal-theme .modal-content form input[type="tel"],.modal-theme .modal-content form input[type="email"],.modal-theme .modal-content form select,.modal-theme .modal-content form textarea{
    margin-bottom:10px;
    padding:9px 20px;
    font-size:16px;
    font-weight:400;
    width:100%;
    border:1px solid transparent;
    border-radius:5px;
    color:#fff;
    background-color:rgba(255,255,255,0.07)
}
.modal-theme .modal-content form input[type="text"]::placeholder,.modal-theme .modal-content form input[type="tel"]::placeholder,.modal-theme .modal-content form input[type="email"]::placeholder,.modal-theme .modal-content form select::placeholder,.modal-theme .modal-content form textarea::placeholder{
    font-weight:300;
    color:rgba(255,255,255,0.5)
}
.modal-theme .modal-content form input[type="text"]:focus,.modal-theme .modal-content form input[type="tel"]:focus,.modal-theme .modal-content form input[type="email"]:focus,.modal-theme .modal-content form select:focus,.modal-theme .modal-content form textarea:focus{
    border:1px solid #fff;
    outline:none;
    box-shadow:none
}
.modal-theme .modal-content form input[type="file"]{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    width:0;
    height:0;
    visibility:none
}
.modal-theme .modal-content form label{
    margin-left:0;
    position:relative
}
.modal-theme .modal-content form label .label-text{
    display:block;
    padding-left:30px;
    font-size:13px;
    font-weight:300;
    color:#fff;
    opacity:0.5
}
.modal-theme .modal-content form label input[type="checkbox"]{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    display:block;
    position:absolute;
    width:20px;
    height:20px;
    border:1px solid transparent;
    border-radius:5px;
    background-color:rgba(255,255,255,0.07)
}
.modal-theme .modal-content form label input[type="checkbox"]::after{
    content:'';
    display:none;
    position:absolute;
    top:2px;
    left:2px;
    width:15px;
    height:15px;
    background-image:url(../Images/Icons/check-solid.svg);
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat
}
.modal-theme .modal-content form label input[type="checkbox"]:checked::after{
    display:block
}
.modal-theme .modal-content form .wpcf7-list-item{
    margin-left:0
}
.modal-theme .modal-content form .wpcf7-not-valid-tip{
    display:block;
    font-size:12px;
    margin-bottom:10px
}
.modal-theme .modal-content form .wpcf7-response-output{
    color:#fff
}
.modal-theme .modal-content .steps .step{
    display:none
}
.modal-theme .modal-content .steps .step[data-step="1"]{
    display:block
}
.square{
    position:relative;
    width:100%
}
.square .content{
    position:absolute;
    width:100%;
    height:100%
}
.square::after{
    content:"";
    display:block;
    padding-bottom:100%
}
*[data-animation]{
    visibility:hidden
}
.visible{
    visibility:visible
}
.rl{
    position:relative
}
header{
    padding-top:45px;
    padding-bottom:20px;
    position:absolute;
    top:0;
    left:0;
    z-index:1010;
    transition:all 0.3s ease-in-out;
    background-color:#fff
}
@media (max-width: 767px){
    header{
        position:absolute;
        padding-top:30px
    }
}
header .nav-wrapper{
    display:flex;
    align-items:center
}
header .nav-wrapper .site-logo img{
    width:auto;
    height:56px;
}
header .nav-wrapper .nav-menu{
    margin-bottom:0;
    margin-left:auto;
    padding-left:0;
    display:flex;
    list-style-type:none
}

header .nav-wrapper .nav-menu li {
	position: relative;
}
header .nav-wrapper .nav-menu li a {
    padding: 10px 5px;
	margin:0 5px;
    display: block;
    position: relative;
    font-size: 16px;
    transition: all .25s ease;
    color: var(--darkblue);
    letter-spacing: -.35px;
}
header.header-sticky .nav-wrapper .nav-menu li a {
	font-size: 16px;
}
header .nav-wrapper .nav-menu li a::before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    width:0%;
    height:2px;
    background-color:var(--darkblue);
    transition:all 0.3s ease-in-out
}
header .nav-wrapper .nav-menu li a:hover::before{
    width:100%
}
header .nav-wrapper .nav-menu li:first-child{
    padding-left:0
}
header .nav-wrapper .nav-menu li:last-child{
    padding-right:0
}
ul.sub-menu.tt-dropdown-menu {
    position: absolute;
    background: #FFF;
    list-style: none;
    padding: 1em;
    margin: 0 0;
    top: 45px;
    width: 250px;
	display: none;
}
header .nav-wrapper .nav-menu li:hover ul.sub-menu {
	display: block;
}
header .nav-wrapper .nav-menu ul.sub-menu li a {
	
}
header .nav-wrapper .nav-menu ul.sub-menu li a:hover {
	background-color: #f2f2f2;
}
header .nav-wrapper .navbar-toggler{
    padding:5px 0 5px 20px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    width:50px;
    height:35px;
    cursor:pointer
}

header .nav-wrapper .navbar-toggler span{
    display:block;
    width:100%;
    height:3px;
    background-color:var(--darkblue)
}
.home header{
    background-color:transparent
}
.home header .nav-wrapper .site-logo img{
    filter:none
}
.home header .nav-wrapper .nav-menu li a::before{
    background-color:var(--darkblue)
}
.home header .nav-wrapper .navbar-toggler span{
    
}
.home .header-sticky,body .header-sticky{
    padding-top:20px;
    background-color:#fff
}
@media (max-width: 767px){
    .home .header-sticky,body .header-sticky{
        padding-top:45px;
        background:transparent
    }
}
.home .header-sticky .nav-wrapper .site-logo img,body .header-sticky .nav-wrapper .site-logo img{
    filter:brightness(0) saturate(100%) invert(15%) sepia(34%) saturate(5718%) hue-rotate(203deg) brightness(97%) contrast(101%)
}
@media (max-width: 767px){
    .home .header-sticky .nav-wrapper .site-logo img,body .header-sticky .nav-wrapper .site-logo img{
        filter:none
    }
}
.home .header-sticky .nav-wrapper .nav-menu li a,body .header-sticky .nav-wrapper .nav-menu li a{
    color:var(--darkblue)
}
.home .header-sticky .nav-wrapper .nav-menu li a::before,body .header-sticky .nav-wrapper .nav-menu li a::before{
    content:'';
    background-color:var(--darkblue)
}
@media (max-width: 767px){
    .home .header-sticky .nav-wrapper .nav-menu li a::before,body .header-sticky .nav-wrapper .nav-menu li a::before{
        background-color:#fff
    }
}
.home .header-sticky .nav-wrapper .navbar-toggler span,body .header-sticky .nav-wrapper .navbar-toggler span{
    background-color:var(--darkblue)
}
@media (max-width: 767px){
    .home .header-sticky .nav-wrapper .navbar-toggler span,body .header-sticky .nav-wrapper .navbar-toggler span{
        background-color:#fff
    }
}
.offcanvas-theme{
    color:#fff;
    background-color:#2b343f
}
@media (max-width: 767px){
    .offcanvas-theme{
        padding-bottom:65px
    }
}
.offcanvas-theme .offcanvas-header{
    padding:60px 50px 60px 35px
}
@media (min-width: 768px){
    .offcanvas-theme .offcanvas-header img{
        display:none
    }
}
@media (max-width: 767px){
    .offcanvas-theme .offcanvas-header{
        padding:30px 15px 30px 25px
    }
    .offcanvas-theme .offcanvas-header img{
        height:55px;
        width:auto
    }
}
.offcanvas-theme .offcanvas-header .btn-close{
    filter:invert(1) grayscale(0) brightness(200%)
}
.offcanvas-theme .offcanvas-body{
    padding:0 60px 50px 35px
}
@media (max-width: 767px){
    .offcanvas-theme .offcanvas-body{
        padding:0 15px 30px 15px
    }
}
.offcanvas-theme .offcanvas-body .menus-wrapper{
    display:block;
    flex-wrap:wrap
}
.offcanvas-theme .offcanvas-body .menus-wrapper .nav-menu{
    padding-left:0;
    margin-bottom:0;
    flex:0 0 50%;
    width:50%;
    list-style-type:none
}
@media (max-width: 767px){
    .offcanvas-theme .offcanvas-body .menus-wrapper .nav-menu{
        border-top:1px solid rgba(255,255,255,0.07);
        flex-wrap:wrap;
        flex:0 0 100%;
        width:100%
    }
}
.offcanvas-theme .offcanvas-body .menus-wrapper .nav-menu .menu-item a{
    padding:13.5px 15px;
    display:block;
    font-size:18px;
    font-weight:400;
    border-bottom:1px solid rgba(255,255,255,0.07);
    color:#fff
}
.offcanvas-theme .offcanvas-body .menus-wrapper .nav-menu .menu-item a:hover {
	color: var(--gold);
}
@media (max-width: 767px){
    .offcanvas-theme .offcanvas-body .menus-wrapper .nav-menu .menu-item a{
        font-size:16px
    }
}
@media (max-width: 767px){
    .offcanvas-theme .offcanvas-body .menus-wrapper .nav-menu .menu-item .sub-menu a{
        color:rgba(255,255,255,0.7)
    }
}
.offcanvas-theme .offcanvas-body .menus-wrapper .nav-menu .menu-item:last-child a{
    border-bottom:none
}
.offcanvas-theme .offcanvas-body .menus-wrapper .nav-menu .menu-item.menu-item-has-children a{
    display:flex;
    align-items:center;
    justify-content:space-between
}
.offcanvas-theme .offcanvas-body .menus-wrapper .nav-menu .menu-item.menu-item-has-children a .dropdown-arrow{
    opacity:0.3;
    transform:rotate(0);
    transition:all 0.3s ease-in-out
}
.offcanvas-theme .offcanvas-body .menus-wrapper .nav-menu .menu-item.menu-item-has-children a .dropdown-arrow:hover{
    opacity:1
}
.offcanvas-theme .offcanvas-body .menus-wrapper .nav-menu .menu-item.menu-item-has-children a .dropdown-arrow.rotated{
    transform:rotate(180deg)
}
.offcanvas-theme .offcanvas-body .menus-wrapper .nav-menu .menu-item.menu-item-has-children .sub-menu{
    margin-bottom:0;
    padding-left:0;
    display:none;
    list-style-type:none
}
.offcanvas-theme .offcanvas-body .menus-wrapper .nav-menu .menu-item.menu-item-has-children .sub-menu .menu-item a{
    padding-left:25px
}
.offcanvas-theme .offcanvas-body .menus-wrapper .nav-menu:nth-child(odd){
    padding-right:15px
}
@media (max-width: 767px){
    .offcanvas-theme .offcanvas-body .menus-wrapper .nav-menu:nth-child(odd){
        flex-wrap:wrap;
        flex:0 0 100%;
        width:100%;
        padding-right:0
    }
}
.offcanvas-theme .offcanvas-body .menus-wrapper .nav-menu:nth-child(even){
    padding-left:15px
}
@media (max-width: 767px){
    .offcanvas-theme .offcanvas-body .menus-wrapper .nav-menu:nth-child(even){
        padding-left:0
    }
}
.offcanvas-theme .offcanvas-body .menus-wrapper .nav-menu:first-child{
    border-top:none
}
.offcanvas-theme.offcanvas-end{
    width:800px
}

.bottom-header{
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index:900
}
.bottom-header .btns-container{
    display:flex;
	padding-left: 10px;
}
.bottom-header .btns-container a{
    padding:15px 25px;
    display:flex;
    align-items:center;
    font-size:12px;
	line-height: 14px;
    font-weight:700;
    text-transform:uppercase;
    color:#fff
}
.bottom-header .btns-container a i,.bottom-header .btns-container a svg{
    font-size:26px;
    padding-right:15px
}
.bottom-header .btns-container a:first-child{
    padding-left:0
}
.bottom-header .btns-container a:last-child{
    padding-right:0;
    margin-left:auto
}
section.contact{
    padding:80px 0
}
section.contact img{
    max-width:100%;
    height:auto
}
section.contact .c_data{
    background-repeat:no-repeat;
    background-size:26px;
    background-position:left 0.5rem;
    padding-left:45px;
    margin-bottom:25px
}
section.contact .c_data .title,section.contact .c_data .title a{
    color:var(--darkblue);
    font-size:26px;
    font-weight:400;
    line-height:1.23
}
section.contact .c_data .text,section.contact .c_data .text a{
    color:#000;
    font-size:14px;
    font-weight:400;
    line-height:1.5
}
section.home-banner{
    padding-top:100px;
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    background-color:var(--darkblue);
	
	position: relative;
    display: flex;
    align-items: flex-end;
    max-height: 800px;
    min-height: 650px;
    overflow: hidden;
}
section.home-banner img.bg-pic {
	display: none !important;
    position: absolute;
    bottom: 0;
    right: -12%;
    width: 40%;
    z-index: 2;
    opacity: 1;
}
.home-banner .bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .25;
	object-fit: cover;
	z-index: 3;
}
section.home-banner:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    position: absolute;
    z-index: 5;
    background-image: linear-gradient(180deg, #FFF 20%, transparent);
}
section.home-banner img.bg-pic {
    display: none !important;
    position: absolute;
    bottom: 0;
    right: -12%;
    width: 40%;
    z-index: 2;
    opacity: 1;
}
section.home-banner .container {
    position: relative;
    z-index: 5;
}
.home-banner p {
  font-weight: 500;  
  color: #FFF;
}
@keyframes bounce-5 {
	0%   { transform: scale(1,1)    translateY(0); }
	10%  { transform: scale(1.1,.9) translateY(0); }
	30%  { transform: scale(.9,1.1) translateY(-30px); }
	50%  { transform: scale(1,1)    translateY(0); }
	57%  { transform: scale(1,1)    translateY(-7px); }
	64%  { transform: scale(1,1)    translateY(0); }
	100% { transform: scale(1,1)    translateY(0); }
}
a.icon-movedown {
    position: absolute;
    bottom: 0px;
	left: 49.5%;
	padding: 10px;
	transform-origin: bottom;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: bounce-5;
	animation-timing-function: ease;
}
a.icon-movedown svg {
    width: 20px;
    height: 20px;
    fill: #FFF;
	transition: all .25s ease;
}
a.icon-movedown:hover svg {
	fill: var(--gold);
}

section.home-banner .container {
	position: relative;
	z-index: 5;
}

@media (max-width: 767px){
    section.home-banner{
        padding-bottom:30px;
        min-height:100vh
    }
}
section.home-banner h1,section.home-banner .h1{
    font-size:48px;
    letter-spacing:-1px;
    font-weight:200;
    color:#fff;    
}
section.home-banner h1 strong, section.home-banner .h1 strong {
	font-weight: 900;
}

@media (max-width: 575px){
    section.home-banner h1,section.home-banner .h1{
        font-size:26px
    }
}
section.home-banner h1 em, section.home-banner .h1 em {
    text-decoration: none;
    font-size: 58px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

@media (max-width: 575px){
    section.home-banner h1 em,section.home-banner .h1 em{
        font-size:36px
    }
}


section.home-banner h2 {
	font-size: 32px;
	font-weight: 700;
	color: var(--gold);
}
section.home-banner .btn-container{
    margin-top:30px
}


section.home-banner .video-wrapper{
    padding-top:20px;
    max-width:600px;
    height:337.5px;
    margin-left:auto
}
section.home-banner .video-wrapper video{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: center center;
}

@media (max-width: 767px){
    section.home-banner .video-wrapper{
        height:285px
    }
}
.video-wrapper .play-video.playing {
	opacity: 0;
}
.video-wrapper .play-video.playing:hover {
	opacity: 0.5;
}
section.page-banner{
    margin-top:105px;
    display:flex;
    align-items:center;
    min-height:420px;
    background-position:right center;
    background-size:50% auto;
    background-repeat:no-repeat;
    background-color:var(--darkblue);
    position:relative
}
@media (max-width: 767px){
    section.page-banner{
        min-height:320px
    }
}
section.page-banner::before{
    content:'';
    position:absolute;
    top:0;
    left:50%;
    width:50%;
    height:100%;
    background:var(--darkblue);
    background:linear-gradient(90deg, var(--darkblue) 0%, rgba(28,37,41,0) 100%);
    z-index:5
}
@media (max-width: 767px){
    section.page-banner::before{
        display:none
    }
}
section.page-banner {
	position: relative;
}

section.page-banner img.bg-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
	filter: grayscale(1);
	opacity: .5;
}
section.page-banner .container {
	position: relative;
	z-index: 10;
}
section.page-banner h1,section.page-banner .h1{
    font-size:38px;
    letter-spacing:-1px;
    font-weight:200;
    color:#fff;
}



.single-projekty section.page-banner h1,
.post-type-archive-projekty section.page-banner h1 {
    font-size: 54px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 200;
}
.single-projekty section.page-banner h3,
.post-type-archive-projekty section.page-banner h3 {
    font-size: 24px;
    font-weight: 900;    
    letter-spacing: 1px;
}
.post-type-archiver-projekt section.page-banner h3 {
	text-transform: uppercase;
}

section.home-banner .btn-theme-1 {
	background-color: var(--gold);
	border-color: var(--gold);
}
section.home-banner .btn-theme-1:hover {
	background-color: var(--darkblue);
	color: #FFF;
	border-color: var(--darkblue);
}
section.page-banner h1 em,section.page-banner .h1 em{
    font-size:52px;
    font-weight:700;
    text-decoration:none;
	/*
    text-shadow: 2px 2px 2px rgba(0,0,0,.2);
	*/
    font-style:normal
}

section.page-banner h1 strong,section.page-banner .h1 strong{
    font-weight:bold
}
section.page-banner.smaller-font h1,section.page-banner.smaller-font .h1{
    font-size:26px
}
section.page-banner.smaller-font h1 u,section.page-banner.smaller-font .h1 u{
    padding-bottom:10px;
    display:inline-block
}
section.funfacts{
    padding-top:85px;
    padding-bottom:110px;
    font-size:18px
}
@media (max-width: 767px){
    section.funfacts{
        padding-top:60px;
        padding-bottom:80px;
        font-size:17px
    }
}
section.funfacts h2,section.funfacts .h2{
    padding-bottom: 15px;
}
section.funfacts .year{
    display:block;
    font-size:120px;
    letter-spacing:-2px;
    font-weight:700;
    line-height:0;
    height:10px;
    opacity:0.1
}
section.funfacts .funfacts-slider{
    padding-top:40px;
    margin-left:-20px;
    margin-right:-20px
}
@media (max-width: 767px){
	section.funfacts {
		font-size:15px;
		padding-top: 40px;
		padding-bottom: 30px;
	}
    section.funfacts .funfacts-slider{
        margin-left:0;
        margin-right:0
    }
}
@media (max-width: 767px){
    section.funfacts .funfacts-slider .slick-list{
        margin-right:-15px;
        padding-right:75px
    }
}
section.funfacts .funfacts-slider .slick-track{
    display:flex !important
}
section.funfacts .funfacts-slider .slide{
    padding:0 20px;
    height:inherit !important
}
@media (max-width: 767px){
    section.funfacts .funfacts-slider .slide{
        padding-right:20px;
        padding-left:0
    }
}
section.funfacts .funfacts-slider .slide .slide-content{
    padding:25px 30px;
    height:100%;
    font-size:17px;
    border-radius:8px;
    /*background-color:rgba(0,59,131,0.1)
     */
	background-color: var(--light-color);
}
section.funfacts .funfacts-slider .slide .slide-content .title{
    display:flex;
    align-items:center
}
section.funfacts .funfacts-slider .slide .slide-content .title .image img{
    height:40px;
    width:auto
}
section.funfacts .funfacts-slider .slide .slide-content .title svg {
    fill: #033e80;
    width: 48px;
    height: 48px;
    object-fit: scale-down;
    margin: 0 5px 10px 0;
}
section.funfacts .funfacts-slider .slide .slide-content .title .counter{
    padding-left:15px;
    font-size:46px;
    font-weight:300
}

@media (max-width: 767px){
    section.funfacts .funfacts-slider ul.slick-dots{
        width:100%
    }
}
section.what-we-guarantee{
    padding-top:85px;
    padding-bottom:110px;
    font-size:18px
}
@media (max-width: 767px){
    section.what-we-guarantee{
        padding-top:60px;
        padding-bottom:30px;
        font-size:17px
    }
}
section.what-we-guarantee h2,section.what-we-guarantee .h2{
    padding-bottom:30px
}
section.what-we-guarantee .guarantee-card{
    margin-bottom:20px;
    padding:30px 25px;
    border-radius:10px;
    background-color:#e2d7c1;
    height:calc(100% - 20px)
}
section.what-we-guarantee .guarantee-card .title{
    font-size:24px;
    font-weight:700
}
section.what-we-guarantee .guarantee-card .subtitle{
    font-size:18px;
    font-weight:700;
    opacity:0.4
}
section.what-we-guarantee .guarantee-card ol,section.what-we-guarantee .guarantee-card ul{
    padding-left:30px
}
section.what-we-guarantee .guarantee-card ol li,section.what-we-guarantee .guarantee-card ul li{
    font-size:16px;
    line-height:30px
}
section.what-we-guarantee .guarantee-card ul{
    list-style-type:none
}
section.what-we-guarantee .guarantee-card ul li{
    position:relative
}
section.what-we-guarantee .guarantee-card ul li::before{
    content:'';
    display:block;
    position:absolute;
    top:7px;
    left:-30px;
    width:16px;
    height:16px;
    background-image:url("../Images/Icons/check-solid.svg");
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat
}
section.what-we-guarantee .guarantee-card ol{
    list-style-type:none
}
section.what-we-guarantee .guarantee-card ol li{
    position:relative;
    counter-increment:li
}
section.what-we-guarantee .guarantee-card ol li::before{
    content:counter(li) ".";
    display:block;
    position:absolute;
    top:0;
    left:-30px;
    font-size:16px;
    color:#fff;
    font-weight:700
}
section.what-we-guarantee .guarantees-slider{
    padding-top:40px;
    margin-left:-20px;
    margin-right:-20px
}
@media (max-width: 767px){
    section.what-we-guarantee .guarantees-slider{
        margin-left:0;
        margin-right:0
    }
}
@media (max-width: 767px){
    section.what-we-guarantee .guarantees-slider .slick-list{
        margin-right:-15px;
        padding-right:75px
    }
}
section.what-we-guarantee .guarantees-slider .slick-track{
    display:flex !important
}
section.what-we-guarantee .guarantees-slider .slide{
    padding:0 20px;
    height:inherit !important
}
@media (max-width: 767px){
    section.what-we-guarantee .guarantees-slider .slide{
        padding-right:20px;
        padding-left:0
    }
}
section.what-we-guarantee .guarantees-slider .slide .slide-content{
    padding:25px 30px;
    height:100%;
    font-size:17px;
    border-radius:8px;
    background-color:rgba(0,59,131,0.1)
}
section.what-we-guarantee .guarantees-slider .slide .slide-content .title{
    display:flex;
    align-items:center
}
section.what-we-guarantee .guarantees-slider .slide .slide-content .title .image img{
    height:40px;
    width:auto
}
section.what-we-guarantee .guarantees-slider .slide .slide-content .title .counter{
    padding-left:15px;
    font-size:18px;
    font-weight:700
}
section.what-we-guarantee .guarantees-slider .slide .slide-content .text{
    padding-top:15px
}

@media (max-width: 767px){
    section.what-we-guarantee .guarantees-slider ul.slick-dots{
        width:100%
    }
}
section.houses-projects{
    padding-top:60px
}
section.houses-projects .house-card{
    padding-bottom:30px
}
@media (max-width: 767px){
	section.houses-projects {
		padding-top: 20px;
	}
    section.houses-projects .house-card{
        padding-bottom:15px
    }
}
section.houses-projects .house-card a{
    display:block;
    border-radius:10px;
    background-color:#fff;
    overflow:hidden;
    color:#9696a3;
    font-size:14px
}

section.houses-projects .house-card a .image{
    overflow:hidden
}
section.houses-projects .house-card a .image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:all 0.3s ease-in-out
}
section.houses-projects .house-card a .house-card-header{
    padding:12px 10px 10px;
    display:flex;
    align-items:center;
    flex-wrap:wrap
}

section.houses-projects .house-card a .house-card-header .title{
    padding-right:12px;
    font-size:18px;
    font-weight:600;
    color:#33333e;
    transition:all 0.3s ease-in-out
}

section.houses-projects .house-card a .house-card-header .badge{
    font-size:12px;
    letter-spacing:1px;
    font-weight:400;
    border-radius:4px;
    text-transform:uppercase;
	/*
    background-color:#4e79f0;
	*/
	background-color: var(--bs-green);
	transition: all .25s ease;
}
section.houses-projects .house-card a .house-card-header .badge + .badge {
	margin-left: 5px;
}
section.houses-projects .house-card a .house-card-header .badge:hover {
   background-color: #333;	
	transform: scale(1.05);
}

section.houses-projects .house-card a .house-card-header .badge.badge-promo {
    background-color:#FFC109
}
section.houses-projects .house-card a .house-card-header .badge.badge-bestseller {
    background-color: #4e79f0
}
section.houses-projects .house-card a .house-card-header .badge.badge-promo-kwota,
section.houses-projects .house-card a .house-card-header .badge.badge-wyprzedaz {
    background-color: red;
}
section.houses-projects .house-card a .house-card-header .badge.badge-nowosc {
    background-color: var(--bs-green);
}
section.houses-projects .house-card a .house-card-header .badge.badge-rozwojowy {
    background-color: #c6b083;
}
section.houses-projects .house-card a .house-card-body{
    padding:0px 10px 15px 10px
}

section.houses-projects .house-card a .house-card-body .details-items{
    display:flex;
    align-items:center;
    flex-wrap:wrap
}
section.houses-projects .house-card a .house-card-body .details-items .item{
    padding:0 12px
}
section.houses-projects .house-card a .house-card-body .details-items .item:first-child{
    padding-left:0
}
section.houses-projects .house-card a .house-card-body .details-items .item:last-child{
    padding-right:0
}
section.houses-projects .house-card a .house-card-body .details-items .item .icon{
    display:inline-block;
    vertical-align:middle
}
section.houses-projects .house-card a .house-card-body .details-items .item .icon svg {
	width: 22px;	
	height: 22px;
	fill: #ababab;
	fill-rule: evenodd;
}
section.houses-projects .house-card a .house-card-body .details-items .item .icon img{
    width:auto;
    height:18px
}

section.houses-projects .house-card a .house-card-body .details-items .item .text{
    padding-left:8px;
    display:inline-block;
    vertical-align:middle;
	color: #000;
}
section.houses-projects .house-card a .house-card-body .details-items .item .price{
    color:#33333e;
    font-size:18px;
    font-weight:700
}
section.houses-projects .details-items .item .price .indiv {
    font-size: 13px;
    letter-spacing: -.5px;
}

section.houses-projects .house-card a .house-card-body .details-items .item .price .tax{
    font-size:14px;
    font-weight:400
}
section.houses-projects .house-card a:hover .image img{
    transform:scale(1.1)
}
section.houses-projects .house-card a:hover .title{
    color:#4e79f0;
    transition:all 0.3s ease-in-out
}
section.houses-projects .btn-container{
    padding-bottom:80px
}
@media (max-width: 767px){
    section.houses-projects .btn-container{
        padding-top:15px;
        padding-bottom:50px
    }
}
section.houses-projects .btn-container .btn-theme-1{
    padding:13px 20px
}
section.realizations{
    padding-top:60px;
    padding-bottom:80px
}
@media (max-width: 767px){
    section.realizations{
        padding-bottom:60px
    }
}
section.realizations .icon{
    cursor:pointer
}
section.realizations h2,section.realizations .h2{
    padding-bottom:30px;
    display:flex;
    justify-content:space-between;
    align-items:center
}
section.realizations .realizations-gallery {
    padding-bottom: 40px;
    margin-bottom: 20px;
}
section.realizations .slick-next,section.realizations .slick-prev{
    top:unset;
    bottom:0;
    z-index:1
}
section.realizations .slick-next::before,section.realizations .slick-prev::before{
    content:'';
    display:block;
    width:25px;
    height:25px;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    opacity:1
}
section.realizations .slick-prev{
    left:50%;
    transform:translate(-30px, 0)
}
section.realizations .slick-prev::before{
    background-image:url("../Images/Icons/arrow-left-solid.svg")
}
section.realizations .slick-next{
    right:50%;
    transform:translate(30px, 0)
}
section.realizations .slick-next::before{
    background-image:url("../Images/Icons/arrow-right-solid.svg")
}
section.realizations .grid::after{
    content:'';
    display:block;
    clear:both
}
section.realizations .slider-gallery{
    display:none
}
@media (max-width: 767px){
    section.realizations .slider-gallery{
        display:block
    }
}
section.realizations .realizations-gallery{	
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	}
section.realizations .realizations-gallery .grid-item{
    width:25%
}
section.realizations .realizations-gallery .grid-item.grid-item-1,section.realizations .realizations-gallery .grid-item.grid-item-7{
    width:23%
}
@media (max-width: 767px){
    section.realizations .realizations-gallery .grid-item.grid-item-1,section.realizations .realizations-gallery .grid-item.grid-item-7{
        width:100%
    }
}
@media (max-width: 767px){
    section.realizations .realizations-gallery .grid-item.grid-item-2,section.realizations .realizations-gallery .grid-item.grid-item-8{
        width:100%
    }
}
section.realizations .realizations-gallery .grid-item.grid-item-3,section.realizations .realizations-gallery .grid-item.grid-item-5{
    width:26%
}
@media (max-width: 767px){
    section.realizations .realizations-gallery .grid-item.grid-item-3,section.realizations .realizations-gallery .grid-item.grid-item-5{
        width:100%
    }
}
section.realizations .realizations-gallery .grid-item.grid-item-4,section.realizations .realizations-gallery .grid-item.grid-item-6{
    width:26%
}
@media (max-width: 767px){
    section.realizations .realizations-gallery .grid-item.grid-item-4,section.realizations .realizations-gallery .grid-item.grid-item-6{
        width:100%
    }
}
section.realizations .realizations-gallery .grid-item img{
    width:100%;
    height:100%;
    object-fit:cover
}
section.realizations .realizations-gallery a {
    padding: 0 5px 10px;
    display: block;
    padding-bottom: 10px;
    height: 240px;
    width: 315px;
}
section.realizations .realizations-gallery .slick-list{
    padding-right:50px;
    margin-right:-15px
}
section.realizations .realizations-gallery .slick-track{
    display:flex !important
}
section.realizations .realizations-gallery .slick-slide{
    padding-right:15px;
    height:inherit !important
}
section.realizations .realizations-gallery .slick-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center
}
section.reviews{
    padding-top:60px;
    padding-bottom:60px
}
@media (max-width: 767px){
    section.reviews{
        padding-top:35px;
        padding-bottom:40px
    }
}
section.reviews .reviews-slider{
    padding-bottom:40px
}
section.reviews .reviews-slider .slide{
    padding:0 15px
}
@media (max-width: 767px){
    section.reviews .reviews-slider .slide{
        padding:0 5px
    }
}
@media (min-width: 992px) {
	.realizations .grid-gallery {
  	  margin-left: -4px;
	    margin-right: -4px;
	}
	section.build-steps .build-steps-slider,
	section.reviews .reviews-slider {
		margin-left: -15px;
		margin-right: -15px;
	}
	section.reviews .reviews-slider .slide .review-card .card-body{ 
	  min-height: 300px;	
	}
}
section.reviews .reviews-slider .slide .review-card{
    border-radius:10px;
    background-color:#fff;
    overflow:hidden;
	position: relative;
}
section.reviews .reviews-slider .slide .review-card .image img{
    width:100%;
    height:100%;
    object-fit:cover
}
section.reviews .reviews-slider .slide .review-card .card-body{
    padding:20px 30px
}
section.reviews .reviews-slider .slide .review-card .card-body .title{
    font-size:17px;
    font-weight:300
}
section.reviews .reviews-slider .slide .review-card .card-body .title strong{
    font-weight:bold
}
section.reviews .reviews-slider .slide .review-card .card-body .author{
    padding-bottom:10px;
    font-size:17px;
    font-weight:bold
}
section.reviews .reviews-slider .slide .review-card .card-body .rating{
    display:flex;
    align-items:center
}
section.reviews .reviews-slider .slide .review-card .card-body .rating img{
    margin-right:2px;
    width:16px;
    height:16px
}
section.reviews .reviews-slider .slide .review-card .card-body .rating .rating-star-container{
    position:relative
}
section.reviews .reviews-slider .slide .review-card .card-body .rating .rating-star-container .rating-empty,section.reviews .reviews-slider .slide .review-card .card-body .rating .rating-star-container .rating-filled{
    display:flex
}
section.reviews .reviews-slider .slide .review-card .card-body .rating .rating-star-container .rating-filled{
    position:absolute;
    top:0;
    left:0;
    overflow:hidden
}
section.reviews .reviews-slider .slide .review-card .card-body .rating .average{
    padding-left:15px
}
section.reviews .reviews-slider .slide .review-card .card-body .quotation{
    /*margin-top:10px;
    height:10px;
	*/
	position: absolute;
	top: 25px;
	right: 25px;
	opacity: .5;
}
section.reviews .reviews-slider .slide .review-card .card-body .quotation img{
    width:40px;
    height:auto
}
section.reviews .reviews-slider .slide .review-card .card-body .content{
    margin-bottom:10px;
    font-size:15px;
    line-height:21px
}
section.reviews .reviews-slider .slide .review-card .card-body .content.expandable{
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:8;
    line-clamp:8;
    -webkit-box-orient:vertical
}
section.reviews .reviews-slider .slide .review-card .card-body .content.expandable.opened{
    display:block
}
section.reviews .reviews-slider .slick-next,section.reviews .reviews-slider .slick-prev{
    top:unset;
    bottom:0;
    z-index:1
}
section.reviews .reviews-slider .slick-next::before,section.reviews .reviews-slider .slick-prev::before{
    content:'';
    display:block;
    width:25px;
    height:25px;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat;
    opacity:1
}
section.reviews .reviews-slider .slick-prev{
    left:50%;
    transform:translate(-30px, 0)
}

section.reviews .reviews-slider .slick-prev::before{
    background-image:url("../Images/Icons/arrow-left-solid.svg")
}
section.reviews .reviews-slider .slick-next{
    right:50%;
    transform:translate(30px, 0)
}

section.reviews .reviews-slider .slick-next::before{
    background-image:url("../Images/Icons/arrow-right-solid.svg")
}
section.build-steps{
    padding: 60px 0;
	margin: 60px 0;
}
@media (max-width: 767px){
    section.build-steps{
        padding-top:50px;
        padding-bottom:60px
    }
}
section.build-steps .build-steps-slider {
    padding-bottom: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
}
@media (max-width: 767px){
    section.build-steps .build-steps-slider{
        padding-bottom:0
    }
}
section.build-steps .build-steps-slider .slide{
    padding:0 45px 0 15px;
	cursor: pointer
}
@media (max-width: 767px){
    section.build-steps .build-steps-slider .slide{
        padding:0 5px
    }
}

section.build-steps .build-steps-slider .slide .content .content-header{
    display:flex;
    align-items:flex-end;
	justify-content: center;
}
section.build-steps .build-steps-slider .slide .content .content-header .icon img{
    width:auto;
    height:80px;
    margin-left:-15px
}
section.build-steps .build-steps-slider .slide .content .content-header .title{
    padding-bottom:10px;
    font-size:30px;
    font-weight:700
}
section.build-steps .build-steps-slider .slide .content .content-body{
    font-size:14px;
    font-weight:200
}
section.build-steps .build-steps-slider .slide.slick-current{
    opacity:1
}
section.build-steps .build-steps-slider .slick-dots-container{
    margin:0 auto;
    width:324px;
    height:36px;
    overflow:hidden
}
section.build-steps .build-steps-slider ul.slick-dots{
    position:relative;
    display:flex;
    justify-content:center
}
@media (max-width: 767px){
    section.build-steps .build-steps-slider ul.slick-dots{
        justify-content:start;
        left:0;
        bottom:0;
        transform:translateX(0)
    }
}
section.build-steps .build-steps-slider ul.slick-dots li{
    margin:0;
    display:flex;
    align-items:center;
    position:relative;
    width:auto;
    height:auto;
}
section.build-steps .build-steps-slider ul.slick-dots li button {
	transition: all .25s ease;
}
section.build-steps .build-steps-slider ul.slick-dots li:hover button {
    background-color: var(--gold);
}
section.build-steps .build-steps-slider ul.slick-dots li::after,section.build-steps .build-steps-slider ul.slick-dots li::before{
    content:'';
    margin:0 10px;
    position:static;
    display:block;
    width:5px;
    height:5px;
    border-radius:50%;
    background-color:#e5ebf2;
    opacity:0.3
}
section.build-steps .build-steps-slider ul.slick-dots li::before{
    margin-left:3px
}
section.build-steps .build-steps-slider ul.slick-dots li::after{
    margin-right:3px
}
section.build-steps .build-steps-slider ul.slick-dots li button{
    width:36px;
    height:36px;
    font-size:20px;
    font-weight:700;
    border-radius:50%;
    color:var(--darkblue);
    background-color:#e5ebf2;
    opacity:0.3
}
@media (max-width: 992px) {
	section.build-steps .build-steps-slider ul.slick-dots li::after {
		display: none !important;
	}
	section.build-steps .build-steps-slider ul.slick-dots li::before {
		margin-left: 5px;
		margin-right: 5px;
	}
	section.build-steps .build-steps-slider ul.slick-dots li button {
		width: 32px;
		height: 32px;
		font-size: 18px;
	}
}
section.build-steps .build-steps-slider ul.slick-dots li button::before{
    display:none
}
section.build-steps .build-steps-slider ul.slick-dots li button[aria-selected="true"]{
    opacity:1
}
section.build-steps .build-steps-slider ul.slick-dots li:first-child::before{
    display:none
}
section.build-steps .build-steps-slider ul.slick-dots li:last-child::after{
    display:none
}
section.image-text{
    padding-top:60px;
    padding-bottom:50px
}

section.image-text .row {
	align-items: stretch;
}
section.image-text .image {
	height: 100%;
}
section.image-text .image img{
    width: 100%;
    /*height:auto;
	*/
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.carousel-tiles h2,
section.image-text h2,section.image-text .h2{
    padding-bottom:20px;
    font-size:42px;
    font-weight: 200;
    letter-spacing:-1px
}
.carousel-tiles h3,
section.image-text h3,section.image-text .h3{
    padding-bottom:20px;
    font-size:26px;
    font-weight:700;
    letter-spacing:-1px;
	color: var(--gold);
}
.carousel-tiles h2 + h3,
section.image-text h2 + h3 {
	margin-top: -30px;
}

section.image-text h5,section.image-text .h5{
    margin-top:-25px;
    font-size:22px;
    font-weight:400;
    color:#225290
}
section.image-text .year{
    display:block;
    font-size:120px;
    letter-spacing:-2px;
    font-weight:700;
    line-height:0;
    height:10px;
    opacity:0.1
}
section.image-text .content{
    font-size:18px;
    font-weight:300
}
section.image-text .collapse-content{
    font-size:17px
}
section.abakon-projects{
    padding-top:60px;
    padding-bottom:35px;
    font-size:18px;
    overflow:hidden
}
@media (max-width: 767px){
    section.abakon-projects{
        font-size:17px
    }
}
section.abakon-projects h2,section.abakon-projects .h2{
    padding-bottom:0
}
section.abakon-projects .projects{
    display:block;
    font-size:120px;
    letter-spacing:-2px;
    font-weight:700;
    line-height:0;
    height:10px;
    opacity:0.1
}
section.abakon-projects .house-project-card{
    padding-bottom:55px
}
@media (max-width: 767px){
    section.abakon-projects .house-project-card{
        padding-bottom:25px
    }
}
section.abakon-projects .house-project-card .house-project-card-header{
    padding:30px;
    position:relative;
    display:flex;
    justify-content:flex-end;
    width:auto;
    height:450px;
    border-radius:10px;
    overflow:hidden;
    z-index:0;
    background-size:cover;
    background-position:center;
	cursor: pointer;
}
section.abakon-projects .house-project-card .house-project-card-header:before {
    position: absolute;
    background-color: var(--darkblue);
    width: 52%;
    height: 100%;
    content: "";
    display: block;
    top: 0;
    right: -100px;
    transform: skewX(-23deg);
}

@media (max-width: 767px){
    section.abakon-projects .house-project-card .house-project-card-header{
        padding:10px;
        height:280px
    }
	section.abakon-projects .house-project-card .house-project-card-header:before { 
		width: 65%;	
		right: -70px;
	}
}
section.abakon-projects .house-project-card .house-project-card-header .title {
    align-self: flex-end;
    text-align: right;
    z-index: 5;
    position: relative;
}
section.abakon-projects .house-project-card .house-project-card-header .title a{
    font-size:30px;
    font-weight:700;
    letter-spacing:-.5px;
    color:#fff;
    line-height:36px
}
@media (max-width: 767px){
    section.abakon-projects .house-project-card .house-project-card-header .title a{
        font-size:26px
    }
}
section.abakon-projects .house-project-card .house-project-card-header .title a span{
    text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	display: block;
}
section.abakon-projects .house-project-card .house-project-card-header .title a span strong {
	font-size: 26px;	
}
section.abakon-projects .house-project-card .house-project-card-header .title a em {
	display: block;	
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin: 10px 0 5px;
}
section.abakon-projects .house-project-card .house-project-card-header .title a svg {
	fill: #FFF;
	width:32px;
	height:32px;
}
section.abakon-projects .house-project-card .house-project-card-body{
    padding:25px 30px 0;
    font-size:20px
}
@media (max-width: 767px){
    section.abakon-projects .house-project-card .house-project-card-body{
        padding:15px 15px 0;
        font-size:15px
    }
}
section.single-project-content{
    padding-top:70px;
    padding-bottom:45px
}
@media (max-width: 767px){
    section.single-project-content{
        padding-top:0;
        padding-bottom:30px
    }
}
section.single-project-content .popup-yt{
    display:block
}
section.single-project-content .popup-yt img {
    border-radius: 8px;
    max-height: 205px;
    object-fit: cover;
    width: 100%;
    margin: 10px 0;
}
.movie-section-project {
	display: block;
	text-align: center;
	margin: 10px auto;
}
.single-project-widget {
	display: inline-block;
	width: 400px;
	margin: 0 15px;
}
.single-project-widget img {
    border-radius: 8px;
    max-height: 205px;
    object-fit: cover;
    width: 100%;
    margin: 10px 0;
}
section.single-project-content .project-slider-main{
    padding-bottom:10px
}
@media (max-width: 767px){
    section.single-project-content .project-slider-main{
        margin-left:-15px;
        margin-right:-15px
    }
}
section.single-project-content .project-slider-main .slide img{
    width:100%
}
section.single-project-content .project-slider-main .slick-next::before,section.single-project-content .project-slider-main .slick-prev::before{
    display:block;
    width:24px;
    height:24px;
    background-size:contain;
    background-position:center;
    background-repeat:no-repeat
}
section.single-project-content .project-slider-main .slick-prev{
    left:15px;
    z-index:1
}
section.single-project-content .project-slider-main .slick-prev::before{
    content:'';
    background-image:url("../Images/Icons/chevron-left-solid.svg")
}
section.single-project-content .project-slider-main .slick-next{
    right:15px
}
section.single-project-content .project-slider-main .slick-next::before{
    content:'';
    background-image:url("../Images/Icons/chevron-right-solid.svg")
}
section.single-project-content .project-slider-nav{
    padding-bottom:30px;
    margin:0 -5px
}
@media (max-width: 767px){
    section.single-project-content .project-slider-nav .slick-list{
        padding-right:50px
    }
}
section.single-project-content .project-slider-nav .slide{
    padding:0 5px;
    height:100px;
    opacity:0.5
}
section.single-project-content .project-slider-nav .slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center
}
section.single-project-content .project-slider-nav .slide.slick-current{
    opacity:1
}
section.single-project-content .project-slider-nav ul.slick-dots{
    display:flex;
    left:50%;
    transform:translateX(-50%);
    bottom:0;
    border-radius:3px;
    overflow:hidden;
    width:calc(100% - 10px)
}
section.single-project-content .project-slider-nav ul.slick-dots li{
    margin:0;
    flex:1;
    width:auto;
    height:6px
}
section.single-project-content .project-slider-nav ul.slick-dots li button{
    padding:0;
    width:100%;
    height:6px;
    background-color:var(--darkblue);
    opacity:0.1
}
section.single-project-content .project-slider-nav ul.slick-dots li button::before{
    display:none
}
section.single-project-content .project-slider-nav ul.slick-dots li button[aria-selected="true"]{
    opacity:1;
    border-radius:3px
}
section.single-project-content .single-project-widget .title{
    padding-bottom:10px;
    font-size:24px;
    font-weight:300;
    line-height:normal
}
section.single-project-content .single-project-widget .title strong{
    font-size:26px;
    font-weight:700;
    letter-spacing:-1px
}
section.single-project-content .single-project-widget .details-table{
    padding-bottom:25px
}
section.single-project-content .single-project-widget .video-wrapper{
    filter:drop-shadow(3.611px 4.792px 16px rgba(0,0,0,0.18))
}
section.house-schema{
    padding-top:45px;
    padding-bottom:30px
}

section.house-schema .popup-yt{
    display:block
}
section.house-schema .popup-yt img{
    border-radius:8px
}
section.house-schema .nav-tabs{
    padding-bottom:50px;
    justify-content:center;
    align-items:center;
    border-bottom:none
}
@media (max-width: 767px){
    section.house-schema .nav-tabs{
        padding-bottom:15px
    }
}
section.house-schema .nav-tabs .nav-item .nav-link{
    padding:0;
    font-size:18px;
    border:none;
    border-radius:0;
    color:#9696a3
}
@media (max-width: 767px){
    section.house-schema .nav-tabs .nav-item .nav-link{
        padding-bottom: 10px;
		font-size: 15px;
    }
}
section.house-schema .nav-tabs .nav-item .nav-link.active{
    color:#4e79f0;
    font-weight:700
}
section.house-schema .nav-tabs .nav-item .nav-link:before{
    padding:0 15px;
    content:'|';
    color:#9696a3
}
section.house-schema .nav-tabs .nav-item:first-child .nav-link::before{
    display:none
}
section.house-schema .nav-tabs li:not(.nav-item){
    padding-left:30px
}
@media (max-width: 767px){
    section.house-schema .nav-tabs li:not(.nav-item){
        padding-left:0;
        width:100%;
        text-align:center
    }
}
section.house-schema .nav-tabs .btn-theme-2{
    font-size:15px
}
section.house-schema .nav-tabs .btn-theme-2 i,section.house-schema .nav-tabs .btn-theme-2 svg{
    font-size:20px
}
section.house-schema .tab-content .details-table{
    padding-top:35px
}
section.house-schema .tab-content img{
    width:100%
}
section.house-schema .tab-content img.flipped{
    transform:scaleX(-1)
}
section.house-schema .single-project-widget .title{
    padding-bottom:10px;
    font-size:24px;
    font-weight:300;
    line-height:normal
}
section.house-schema .single-project-widget .title strong{
    font-size:26px;
    font-weight:700;
    letter-spacing:-1px
}
section.house-schema .single-project-widget .details-table{
    padding-bottom:25px
}
section.house-schema .single-project-widget .video-wrapper{
    filter:drop-shadow(3.611px 4.792px 16px rgba(0,0,0,0.18))
}
section.project-author{
    padding-top:30px;
    padding-bottom:60px
}
section.project-author .author-wrapper{
    display:flex;
    position:relative;
    flex-direction:column;
    padding-left:33.333%
}

@media (max-width: 575px){
    section.project-author .author-wrapper{
        padding-left:0
    }
}
section.project-author .author-wrapper ul{
    padding-left:15px
}
section.project-author .author-wrapper p{
    font-size:16px;
    font-weight:300
}
section.project-author .author-wrapper .wp-caption{
    position:absolute;
    left:0;
    top:50%;
    display:flex;
    align-items:center;
    width:30% !important;
    transform:translateY(-50%)
}
@media (max-width: 575px){
    section.project-author .author-wrapper .wp-caption{
        position:relative;
        top:0;
        transform:none;
        width:100% !important
    }
}
section.project-author .author-wrapper .wp-caption .wp-caption-text{
    width:100%;
    padding-left:15px
}
section.project-author .author-wrapper .author-image{
    flex:0 0 70px;
    width:70px;
    min-width:70px
}
section.project-author .author-wrapper .author-image img{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    object-position:center
}
section.project-author .author-wrapper .author-info{
    padding-left:15px
}
section.project-author .author-wrapper .author-info p{
    margin-bottom:0;
    font-size:16px
}
section.project-author .author-wrapper .author-info p.name{
    font-weight:700
}
section.project-author .author-wrapper .author-info p.title{
    color:#9696a3
}
section.certificates{
    padding-top:60px;
    padding-bottom:80px
}
@media (max-width: 767px){
    section.certificates{
        padding-bottom:60px
    }
}
section.certificates h2,section.certificates .h2{
    padding-bottom:30px;
    display:flex;
    justify-content:space-between;
    align-items:center
}
section.certificates .certificates-slider{
    padding-top:40px;
    margin-left:-20px;
    margin-right:-20px
}
@media (max-width: 767px){
    section.certificates .certificates-slider{
        margin-left:0;
        margin-right:0
    }
}
@media (max-width: 767px){
    section.certificates .certificates-slider .slick-list{
        margin-right:-15px;
        padding-right:150px
    }
}
section.certificates .certificates-slider .slick-track{
    display:flex !important
}
section.certificates .certificates-slider .slide{
    padding:0 20px;
    height:inherit !important
}
@media (max-width: 767px){
    section.certificates .certificates-slider .slide{
        padding-right:20px;
        padding-left:0
    }
}
section.certificates .certificates-slider .slide img{
    width:100%
}

@media (max-width: 767px){
    section.certificates .certificates-slider ul.slick-dots{
        width:100%
    }
}
.blog-posts{
    text-align:center;
    padding-bottom:80px
}
.blog-posts .col-card-blog .image-thumb{
    display:block;
    width:100%;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    -webkit-transition:all 0.3s !important;
    transition:all 0.3s !important;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    -o-object-fit:cover;
    object-fit:cover
}
.blog-posts .col-card-blog>.sub-card-blog{
    border-radius:0.5rem;
    overflow:hidden;
    height:230px;
    position:relative
}
.blog-posts .col-card-blog .title{
    font-size:18px;
    font-weight:700;
    font-family:Manrope,sans-serif;
    line-height:1.3;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    width:100%;
    color:#fff;
    padding:0 3rem
}
.blog-posts .col-card-blog .terms{
    font-size:14px;
    bottom:1rem;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    position:absolute;
    left:50%;
    width:100%;
    color:#fff
}
.blog-posts .col-card-blog .terms a{
    color:#fff
}
.blog-posts .col-card-blog{
    margin-bottom:25px
}
.blog-posts .date{
    font-size:14px;
    color:#fff;
    top:1rem;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    font-family:Manrope,sans-serif;
    position:absolute;
    left:50%;
    padding:0 3rem;
    width:100%
}
.blog-posts .mask{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0,59,131,0.3)), to(var(--darkblue))) 0 0 no-repeat padding-box;
    background:transparent -webkit-linear-gradient(top, rgba(0,59,131,0.3) 0, var(--darkblue) 100%) 0 0 no-repeat padding-box;
    background:transparent linear-gradient(180deg, rgba(0,59,131,0.3) 0, var(--darkblue) 100%) 0 0 no-repeat padding-box;
    padding:0 3rem
}
.blog-posts .fill_div{
    position:absolute !important;
    top:0 !important;
    bottom:0 !important;
    right:0 !important;
    left:0 !important;
    display:block !important;
    height:100% !important;
    width:100% !important;
    text-decoration:none !important
}
.navigation .nav-links{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding-top:2rem;
    padding-bottom:2rem;
    color:#000;
    font-size:16px;
    font-weight:400;
    width:100%;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.page-numbers{
    width:40px;
    height:40px;
    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
}
.page-numbers.current{
    border-radius:50%;
    background:var(--darkblue);
    color:#fff !important
}
.page-numbers.dots:hover{
    color:#000
}
.page-numbers.next,.page-numbers.prev{
    width:1.2rem
}
.page-numbers.next{
    margin-left:1rem
}
.page-numbers.prev{
    margin-right:1rem
}
.page-numbers.current,.page-numbers:hover{
    color:var(--darkblue)
}
.arch-rlz-links-wr{
    padding-bottom:45px;
    padding-top:45px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
@media (max-width: 767.98px){
    .arch-rlz-links-wr{
        margin-bottom:10px;
        flex-wrap:wrap
    }
}
.arch-rlz-links-wr a{
    margin:0 1rem 2rem;
    text-align:center;
    font-size:14px;
    font-weight:600;
    color:var(--darkblue);
    border:1px solid #a7c5eb;
    padding:15px 35px;
    border-radius:0.5rem
}
@media (max-width: 767.98px){
    .arch-rlz-links-wr a{
        width:auto;
        font-size:13px;
        max-width:45%;
        line-height:1.2;
        margin-left:5px;
        margin-right:5px;
        margin-bottom:15px;
        padding:5px 15px
    }
}
.arch-rlz-links-wr a.active,.arch-rlz-links-wr a:hover{
    background-color:var(--darkblue);
    color:#fff
}
.grid-realz{
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(6, 1fr);
    grid-auto-rows:23rem
}
.grid-realz{
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(6, 1fr);
    grid-auto-rows:23rem
}
@media (max-width: 991.98px){
    .grid-realz{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap
    }
    .grid-realz .item-realz{
        width:33.333333%;
        height:250px
    }
}
@media (max-width: 767.98px){
    .grid-realz .item-realz{
        width:100%
    }
}
.item-realz{
    margin:-1px;
    -webkit-animation-duration:0.5s;
    animation-duration:0.5s;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    background-color:transparent !important;
    overflow:hidden
}
.item-realz .sub{
    height:100%;
    overflow:hidden;
    position:relative
}
.item-realz .sub:hover .im{
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1)
}
.item-realz .sub:hover .mask{
    opacity:1
}
.item-realz .sub:hover .title{
    opacity:1
}
.item-realz .sub .mask{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0,59,131,0.3)), to(var(--darkblue))) 0 0 no-repeat padding-box;
    background:transparent -webkit-linear-gradient(top, rgba(0,59,131,0.3) 0, var(--darkblue) 100%) 0 0 no-repeat padding-box;
    background:transparent linear-gradient(180deg, rgba(0,59,131,0.3) 0, var(--darkblue) 100%) 0 0 no-repeat padding-box;
    padding:0 3rem;
    opacity:0;
    -webkit-transition:all 0.3s;
    transition:all 0.3s
}
.item-realz .sub .im{
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    -o-object-fit:cover;
    object-fit:cover;
    -webkit-transition:all 0.3s !important;
    transition:all 0.3s !important
}
.item-realz .sub .title{
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    opacity:0;
    font-size:18px;
    font-weight:700;
    font-family:Manrope,sans-serif;
    line-height:1.3;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    width:100%;
    color:#fff;
    padding:0 3rem;
    text-align:center
}
.item-realz:nth-child(14n+1){
    grid-column:auto/span 2;
    grid-row:auto/span 2;
    background-color:red
}
.item-realz:nth-child(14n+2),.item-realz:nth-child(14n+3){
    grid-column:auto/span 1;
    grid-row:auto/span 1;
    background-color:#00f
}
.item-realz:nth-child(14n+4){
    grid-column:auto/span 2;
    grid-row:auto/span 1;
    background-color:green
}
.item-realz:nth-child(14n+5){
    grid-column:auto/span 1;
    grid-row:auto/span 1;
    background-color:pink
}
.item-realz:nth-child(14n+6){
    grid-column:auto/span 2;
    grid-row:auto/span 1;
    background-color:brown
}
.item-realz:nth-child(14n+7){
    grid-column:auto/span 1;
    grid-row:auto/span 1;
    background-color:#add8e6
}
.item-realz:nth-child(14n+8){
    grid-column:auto/span 2;
    grid-row:auto/span 1;
    background-color:#f08080
}
.item-realz:nth-child(14n+10),.item-realz:nth-child(14n+9){
    grid-column:auto/span 1;
    grid-row:auto/span 1;
    background-color:#90ee90
}
.item-realz:nth-child(14n+11){
    grid-column:auto/span 2;
    grid-row:auto/span 2;
    background-color:#ffa07a
}
.item-realz:nth-child(14n+12){
    grid-column:auto/span 1;
    grid-row:auto/span 1;
    background-color:#87cefa
}
.item-realz:nth-child(14n+13){
    grid-column:auto/span 2;
    grid-row:auto/span 1;
    background-color:#789
}
.item-realz:nth-child(14n+14){
    grid-column:auto/span 1;
    grid-row:auto/span 1;
    background-color:#b8860b
}
.item-realz .sub .im{
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    -o-object-fit:cover;
    object-fit:cover;
    -webkit-transition:all 0.3s !important;
    transition:all 0.3s !important
}
.item-realz:nth-child(14n+1),.item-realz:nth-child(14n+10),.item-realz:nth-child(14n+10),.item-realz:nth-child(14n+12),.item-realz:nth-child(14n+13),.item-realz:nth-child(14n+14),.item-realz:nth-child(14n+2),.item-realz:nth-child(14n+3),.item-realz:nth-child(14n+5),.item-realz:nth-child(14n+6),.item-realz:nth-child(14n+8),.item-realz:nth-child(14n+9),.item-realz:nth-child(14n+9){
    padding-right:5px;
    padding-bottom:5px;
    position:relative
}
.item-realz:nth-child(14n+11),.item-realz:nth-child(14n+4),.item-realz:nth-child(14n+7){
    padding-bottom:5px
}
a.fill_div{
    position:absolute !important;
    top:0 !important;
    bottom:0 !important;
    right:0 !important;
    left:0 !important;
    display:block !important;
    height:100% !important;
    width:100% !important;
    text-decoration:none !important
}
.arch-button{
    text-align:center;
    padding:35px 0
}
.wr-acc{
    border-radius:0.5rem;
    border:1px solid #e7e7e7
}
.wr-acc .wrapQt{
    background:#fff;
    position:relative
}
.wr-acc .wrapQt:not(:last-child){
    border-bottom:1px solid #e7e7e7
}
.wr-acc .cont-acc{
    position:relative;
    cursor:pointer;
    padding:3rem 6rem 3rem 3rem;
    background:url("https://www.abakon.com/wp-content/themes/mytheme/dist/assets/css/../images/accordeon-closed.svg") no-repeat right 2.5rem center;
    background-size:1.6rem
}
.wr-acc .cont-acc[aria-expanded=true]{
    background-image:url("https://www.abakon.com/wp-content/themes/mytheme/dist/assets/css/../images/accordeon-opened.svg");
    color:#0080ff !important
}
.wr-acc .subInCollapse{
    padding:3rem
}
.wr-acc-departments .title{
    font-size:26px;
    max-width:40rem;
    font-weight:600
}
@media (max-width: 767.98px){
    .wr-acc-departments .title{
        max-width:155px;
        font-size:16px
    }
    .wr-acc-departments .cont-acc .tel-main-string{
        right:5rem
    }
}
@media (max-width: 350px){
    .wr-acc-departments .title{
        max-width:120px
    }
}
.wr-acc-departments .wrapQt{
    background:#fff;
    border-radius:0.5rem;
    position:relative
}
.wr-acc-departments .wrapQt:not(:last-child){
    margin-bottom:25px
}
.wr-acc-departments .cont-acc{
    color:var(--darkblue);
    position:relative;
    cursor:pointer;
    padding:45px 35px 45px 35px;
    background-size:1.6rem
}
.wr-acc-departments .cont-acc .vert{
    position:absolute;
    height:100%;
    top:0;
    right:15rem;
    width:1px;
    background:#c9d5e5;
    -webkit-transition:all 0.3s;
    transition:all 0.3s
}
@media (max-width: 767.98px){
    .wr-acc-departments .cont-acc .vert{
        display:none
    }
}
.wr-acc-departments .cont-acc:before{
    border-radius:0.5rem 0.5rem 0 0;
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:var(--darkblue) url("https://sp-ao.shortpixel.ai/client/to_auto,q_glossy,ret_img/https://www.abakon.com/wp-content/themes/mytheme/dist/assets/css/../images/departments_bg.jpg") no-repeat left top;
    opacity:0;
    -webkit-transition:all 0.3s;
    transition:all 0.3s
}
.wr-acc-departments .cont-acc:after{
    content:"";
    top:50%;
    right:2.5rem;
    width:1.6rem;
    height:1.6rem;
    background:url("https://www.abakon.com/wp-content/themes/mytheme/dist/assets/css/../images/accordeon-closed.svg") no-repeat center/contain;
    position:absolute;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transition:all 0.3s;
    transition:all 0.3s
}
@media (max-width: 767.98px){
    .wr-acc-departments .cont-acc:after{
        right:15px;
        width:1rem;
        height:1rem
    }
}
@media (max-width: 767.98px){
    .wr-acc-departments .cont-acc{
        padding-left:2rem
    }
}
.wr-acc-departments .cont-acc .expand-string{
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    right:6rem;
    font-family:Manrope,sans-serif;
    font-size:1.6rem;
    font-weight:400
}
@media (max-width: 767.98px){
    .wr-acc-departments .cont-acc .expand-string{
        display:none
    }
}
.wr-acc-departments .cont-acc .expand-string:before{
    content:attr(data-d-show)
}
.wr-acc-departments .cont-acc .tel-main-string{
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    right:20rem;
    font-family:Manrope,sans-serif;
    font-size:1.6rem;
    font-weight:400
}
@media (max-width: 767.98px){
    .wr-acc-departments .cont-acc .tel-main-string{
        right:45px;
        font-size:14px
    }
}
.wr-acc-departments .cont-acc .tel-main-string i{
    margin-right:0.5rem
}
.wr-acc-departments .cont-acc[aria-expanded=true]{
    color:#fff !important
}
.wr-acc-departments .cont-acc[aria-expanded=true] .vert{
    background:rgba(255,255,255,0.36)
}
.wr-acc-departments .cont-acc[aria-expanded=true] .expand-string:before{
    content:attr(data-d-hide)
}
.wr-acc-departments .cont-acc[aria-expanded=true]:before{
    opacity:1
}
.wr-acc-departments .cont-acc[aria-expanded=true]:after{
    -webkit-transform:translateY(-50%) rotate(360deg);
    -ms-transform:translateY(-50%) rotate(360deg);
    transform:translateY(-50%) rotate(360deg);
    background-image:url("https://www.abakon.com/wp-content/themes/mytheme/dist/assets/css/../images/accordeon-opened.svg")
}
.wr-acc-departments .subInCollapse{
    padding:2rem 2rem
}
@media (max-width: 767.98px){
    .wr-acc-departments .subInCollapse{
        padding:2rem
    }
}
.col-departments-acc{
    margin-bottom:25px
}
.col-departments-acc .name{
    font-family:Manrope,sans-serif;
    font-size:14px;
    font-weight:700
}
.col-departments-acc .position{
    color:#000;
    font-family:Manrope,sans-serif;
    font-size:13px;
    font-weight:400;
    margin-bottom:1rem
}
.col-departments-acc .mail a,.col-departments-acc .tel a{
    color:var(--darkblue);
    padding-left:25px;
    font-family:Manrope,sans-serif;
    font-size:13px;
    font-weight:400
}
.col-departments-acc .mail a:hover,.col-departments-acc .tel a:hover{
    color:#000
}
.col-departments-acc .tel a{
    background:url("https://www.abakon.com/wp-content/themes/mytheme/dist/assets/css/../images/phone.svg") no-repeat left 3px/13px
}
.col-departments-acc .mail a{
    background:url("https://sp-ao.shortpixel.ai/client/to_auto,q_glossy,ret_img/https://www.abakon.com/wp-content/themes/mytheme/dist/assets/css/../images/mail.png") no-repeat left 6px/13px
}
.wr-acc-departments .cont-acc{
    color:#fff;
    background:var(--darkblue)
}
.col-departments-acc .sub{
    margin:0 auto;
    display:flex
}
.col-departments-acc .sub img{
    width:110px;
    height:110px;
    margin-right:15px;
    border-radius:5px
}
.title-30{
    font-size:26px;
    line-height:1.2;
    font-weight:600;
    color:var(--darkblue);
    margin-bottom:25px
}
.wr-acc-departments{
    margin-bottom:60px
}
.place-map{
    margin-bottom:60px
}
#mobileOfficeNav{
    width:100%;
    height:50px;
    background-color:transparent;
    border:1px solid #fff;
    border-radius:7px;
    padding:0 15px;
    color:#fff;
    appearance:none;
    -webkit-appearance:none;
    position:relative;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='14' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 25px top 50%;
    background-size:18px auto
}
@media (max-width: 767px){
    .single-projekty .page-banner{
        background-image:none !important
    }
    .single-projekty section.page-banner{
        min-height:inherit;
        padding-top:35px
    }
    .single-projekty section.page-banner h1 em,.single-projekty section.page-banner .h1 em,.single-projekty section.page-banner .h1 em{
        font-size:32px;
        padding:15px 0;
        line-height:1.5
    }
    .single-projekty section.page-banner.smaller-font h1,.single-projekty section.page-banner.smaller-font .h1,.single-projekty section.page-banner.smaller-font .h1{
        font-size:21px !important
    }
}
.col-departments{
    margin-bottom:30px
}
.col-departments>.sub{
    position:relative;
    height:0;
    padding-bottom:100%;
    overflow:hidden;
    border-radius:.5rem
}
.col-departments:hover .im{
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1)
}
.col-departments:hover .mask{
    opacity:1
}
.col-departments:hover .title{
    opacity:1
}
.col-departments .mask{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0,59,131,0.3)), to(var(--darkblue))) 0 0 no-repeat padding-box;
    background:transparent -webkit-linear-gradient(top, rgba(0,59,131,0.3) 0, var(--darkblue) 100%) 0 0 no-repeat padding-box;
    background:transparent linear-gradient(180deg, rgba(0,59,131,0.3) 0, var(--darkblue) 100%) 0 0 no-repeat padding-box;
    padding:0 3rem;
    opacity:1;
    -webkit-transition:all .3s;
    transition:all .3s
}
.col-departments .im{
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    -o-object-fit:cover;
    object-fit:cover;
    -webkit-transition:all 0.3s !important;
    transition:all 0.3s !important
}
.col-departments .title{
    -webkit-transition:all .3s;
    transition:all .3s;
    opacity:1;
    position:absolute;
    left:50%;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    bottom:4rem;
    width:100%;
    color:#fff;
    padding:0 3rem;
    text-align:center
}
@media (max-width: 767px){
    .col-departments .title{
        padding:0;
        bottom:auto;
        top:50%;
        -webkit-transform:translate(-50%, -50%);
        -ms-transform:translate(-50%, -50%);
        transform:translate(-50%, -50%)
    }
}
.col-departments .title,.col-departments .title h3,.col-departments .title .h3{
    font-size:21px;
    font-weight:700;
    line-height:1.3
}
.col-departments .title h3 em {
    font-size: 16px;
    display: block;
    font-weight: 400;
}
@media (max-width: 767px){
    .col-departments .title,.col-departments .title h3,.col-departments .title .h3{
        font-size:18px
    }
}
.col-departments .title .address,.col-departments .title h3 .address,.col-departments .title .h3 .address{
    font-weight:400;
    font-size:14px
}
.sec-projects-filters-wr{
    background-color:#f2f9ff
}
.data-cosm-filters-wr{
    padding:25px 0
}
.data-cosm-filters-wr .t-label{
    color:var(--darkblue);
    font-size:12px;
    font-weight:600;
    margin-bottom:0.5rem
}
.data-cosm-filters-wr .cl{
    width:83%
}

@media only screen and (max-width: 767px){
    .data-cosm-filters-wr .cl{
        width:100%
    }
    
    .data-cosm-filters-wr .cr{
        margin-left:0!important;
        width:100%!important;
    }
    .data-cosm-filters-wr .cr a{
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }
}

.data-cosm-filters-wr .cr{
    margin-left:15px;
    width:15%
}
.data-cosm-filters-wr .cr .btn-theme-1{
    display:block;
    width:100%;
    text-align:center
}
.data-cosm-filters-wr .cat-select{
    border:.1rem solid #a7c5eb;
    border-radius:.3rem
}
.data-cosm-filters-wr .cat-select:before{
    content:"";
    width:15px;
    height:9px;
    position:absolute;
    background:url(https://www.abakon.com/wp-content/themes/mytheme/dist/assets/css/../images/filter-select.svg) no-repeat center/100% 100%;
    right:15px;
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    pointer-events:none;
    -webkit-transition:all .5s;
    transition:all .5s
}
.data-cosm-filters-wr .cat-select:after{
    content:"";
    display:none;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0
}
.data-cosm-filters-wr .cat-select.show{
    border-color:#0080ff
}
.data-cosm-filters-wr .cat-select.show:before{
    -webkit-transform:translateY(-50%) rotate(180deg);
    -ms-transform:translateY(-50%) rotate(180deg);
    transform:translateY(-50%) rotate(180deg)
}
.data-cosm-filters-wr .cat-select.show .mydropdown-header{
    color:var(--darkblue)
}
.data-cosm-filters-wr .cat-select.d_disabled{
    opacity:.5
}
.data-cosm-filters-wr .cat-select.d_disabled .mydropdown-header{
    cursor:no-drop
}
.data-cosm-filters-wr .cat-select.d_disabled:after{
    display:block
}
.data-cosm-filters-wr .cat-select .mydropdown-header{
    cursor:pointer;
    color:var(--darkblue);
    font-size:12px;
    font-weight:600;
    padding:15px 20px;
    padding-right:45px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.data-cosm-filters-wr .cat-select .dropdown-menu{
    max-height:30rem;
    overflow:auto;
    margin-top:calc(.5rem);
    border:0;
    font-size:14px;
    min-width:100%;
    width:100%;
    padding:0;
    -webkit-box-shadow:0 1.4rem 2rem rgba(6,6,68,0.07);
    box-shadow:0 1.4rem 2rem rgba(6,6,68,0.07);
    border-radius:4px;
    border:1px solid #a7c5eb;
    background-color:var(--darkblue)
}
.data-cosm-filters-wr .cat-select .dropdown-menu .choose a{
    display:block;
    -webkit-transition:none;
    transition:none;
    padding:10px 15px;
    color:#fff;
    font-size:12px;
    font-weight:600
}
.data-cosm-filters-wr .cat-select .dropdown-menu .choose a:hover{
    background-color:rgba(105,97,249,0.17)
}
.data-cosm-filters-wr .cat-select .dropdown-menu .choose:not(:last-child) a{
    border-bottom:1px solid #0080ff
}
footer{
    padding-top:40px;
    color:#fff;
    background-color:var(--darkblue)
}
@media (max-width: 767px){
    footer{
        padding-bottom:65px
    }
}
footer .footer-top{
    padding-bottom:30px;
    border-bottom:1px solid rgba(70,144,234,0.2)
}
footer .footer-top .site-logo img{
    width:165px;
    height:auto;
    max-width:100%
}
footer .footer-top .social-media{
    padding-left:0;
    margin-bottom:0;
    display:flex;
    justify-content:center;
    list-style-type:none
}
@media (max-width: 767px){
    footer .footer-top .social-media{
        justify-content:flex-end
    }
}
footer .footer-top .social-media li{
    padding:0 12.5px
}

footer .footer-top .social-media li a{
    font-size:32px;
    color:#fff;
	transition: all .15s ease;
}
footer .footer-top .social-media li a:hover {
opacity: .75;	
}

footer .footer-top .social-media li:first-child{
    padding-left:0
}
footer .footer-top .social-media li:last-child{
    padding-right:0
}
@media (max-width: 767px){
    footer .footer-top .btn-container{
        padding-top:20px
    }
}

@media (max-width: 767px){
    footer .footer-top .btn-container .btn-theme-1,footer .footer-top .btn-container .btn-theme-2{
        font-size:14px
    }
}


footer .footer-main{
    padding-top:40px;
    padding-bottom:45px
}
footer .footer-main .footer-title{
    padding-bottom:15px;
    font-size:22px;
    font-weight:600
}
footer .footer-main .footer-menu{
    margin-bottom:0;
    padding-left:0;
    list-style-type:none
}
footer .footer-main .footer-menu li{
    padding-bottom:5px
}
footer .footer-main .footer-menu li a{
    font-size:18px;
    font-weight:200;
    color:#fff
}
footer .footer-main .footer-menu li a:hover{
	opacity: .5;
}
footer .footer-main .footer-menu.two-columns{
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
	padding: 25px 0;
}
@media (max-width: 767px){
    footer .footer-main .footer-menu.two-columns{
        -webkit-column-count:unset;
        -moz-column-count:unset;
        column-count:unset
    }
}
footer .footer-main .footer-menu.three-columns{
    -webkit-column-count:3;
    -moz-column-count:3;
    column-count:3
}
@media (max-width: 767px){
    footer .footer-main .footer-menu.three-columns{
        -webkit-column-count:unset;
        -moz-column-count:unset;
        column-count:unset
    }
}
footer .footer-bottom{
    padding-top:20px;
    padding-bottom:20px;
    font-size:13px;
    font-weight:200;
    border-top:1px solid rgba(70,144,234,0.2);
    color:#fff
}
@media (max-width: 767px){
    footer .footer-bottom{
        border-top:none
    }
}
@media (min-width: 992px) {
	.lg-pl-foot {
		padding-left: 100px !important;
	}
	footer .btn-theme-1 {
		background-color: var(--gold);
		border-color: var(--gold);
	}
}
footer .footer-bottom a{
    color:#fff
}
footer .footer-bottom img{
    height:15px;
    width:auto
}
footer .footer-bottom p:first-child{
    padding-bottom:15px
}
@media (max-width: 767px){
    footer .footer-bottom p:first-child{
        border-bottom:1px solid rgba(70,144,234,0.2)
    }
}
@media (max-width: 767px){
    footer .footer-bottom p:first-child span{
        display:block
    }
	section.all-realizations .grid {
		grid-template-columns: repeat(1, 1fr);
	}
}
.fb-wr{
    background-color:var(--darkblue);
    padding:25px 15px;
    color:#fff;
    text-align:center;
    font-size:24px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s
}
.fb-wr:hover{
    background-color:#000
}
.fb-wr i{
    font-size:36px;
    margin-right:2rem;
    position:relative;
    top:0
}
a.fill_div{
    position:absolute !important;
    top:0 !important;
    bottom:0 !important;
    right:0 !important;
    left:0 !important;
    display:block !important;
    height:100% !important;
    width:100% !important;
    text-decoration:none !important
}
.relative{
    position:relative
}
 
@media (min-width: 990px) {
	div#docs-archive ul li em {
		display: inline-block;
		width: 300px;
	}
}


#docs-archive .backgroundRotorDiv {
    display: none;
}
#docs-archive .container > div.backgroundRotorDiv:first-of-type {
	display: block;
}
h3.backgroundRotor {
    background: var(--light-color);
    padding: .5em 1em;
    font-size: 1.25em;
    margin: .5em 0 5px;
	transition: all .25s ease;
}
h3.backgroundRotor:hover {
	background-color: var(--gold);
	color: #000;
}


@media (max-width: 472px) {
	header .nav-wrapper .site-logo img.alt-logo {
		max-width: 60%;
		height: auto;
	}
	section.home-banner h1 em, section.home-banner .h1 em {
		font-size: 32px;
	}
	section.home-banner {
		max-height: initial !important;
		min-height: 90vh !important;
		height: auto;
		padding-bottom: 50px;
    	background-position: 20% 50%;
    	background-size: cover;
	}
	.btn-theme-1, .btn-theme-2, .btn-theme-3 {
		padding: 9px 11px;
		font-size: 16px;
		border-radius: 6px;
	}
	.btn-theme-1 i, .btn-theme-1 svg, .btn-theme-2 i, .btn-theme-2 svg, .btn-theme-3 i, .btn-theme-3 svg {
		width: 18px;
		height: 18px;
	}
	section.home-banner .video-wrapper {
		max-height: 30vh;
	}
	a.icon-movedown {
		z-index: 99;
		left: 50%;
		margin-left: -12px;
	}
	.bottom-header .btns-container {
		height: 52px;
	}
	.bottom-header .btns-container a {
		padding: 10px 20px 15px;
		font-size: 9px;
	}
	.bottom-header .btns-container a i, .bottom-header .btns-container a svg {
		font-size: 18px;
		padding-right: 10px;
	}
}
@media (min-width: 1200px) and (max-width: 1400px) {
	.home .header-sticky .nav-wrapper .nav-menu li a, body .header-sticky .nav-wrapper .nav-menu li a {
		padding: 10px 12px;
		font-size: 15px;
	}
	a.btn-upperbar {
		padding: 8px 14px;
		margin-left: 270px;
		font-size: 15px;
	}
}


.wpcf7-form .title-26 {
    display: block;
    margin: 1em 0;
    font-size: 1.6em;
    font-weight: 600;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.d-cf-check {
    display: block;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 1rem!important;
}
.d-cf-check .wpcf7-list-item {
    display: block !important;
    margin-left: 20px !important;
}
.d-cf-check input {
    display: none;
}
.d-cf-check input+span {
    position: relative;
    padding-left: 3.5rem;
    display: block;
}
.d-cf-check input+span:before {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: .3rem;
    border: .2rem solid #0080ff;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.d-cf-check input:checked+span:before {
    background: #0080ff url(https://www.abakon.com/wp-content/themes/mytheme/dist/assets/css/../images/ok.svg) no-repeat center/1.5rem;
}
.wrap-contact-form-1 .colSubmit {
    text-align: center;
    font-size: 1.6rem;
}
.wrap-contact-form-1 .wpcf7-form-control.wpcf7-submit {
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    -webkit-box-shadow: 0 1rem 3rem rgba(105,97,249,.27);
    box-shadow: 0 1rem 3rem rgba(105,97,249,.27);
    border-radius: .5rem;
    background-color: #0080ff;
    min-width: 200px;
	width: 200px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -.015rem;
    padding: 1rem 1.5rem;
    border: 2px solid #0080ff;
    margin-top: 2rem;
}


.promo-list-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}
.promo-inner-sezonowa {
	
}
.promo-inner-sezonowa .promo-item.promo-sezonowa {
	flex: 0 0 48%;
	max-width: 48%;
}

.promo-inner-sezonowa .promo-item.promo-sezonowa a img {
	height: 314px;
	object-fit: contain;
}
.promo-list h2 {
	color: var(--gold);
	font-weight: 600;
	margin: 25px 0 25px;
	padding: 0 0;
}	
.promo-list h3 {
	font-weight: 600;
	margin: 25px 0 15px;
}
.promo-item a:hover img {
	opacity: .35;	
}



body.page-template-default  .is-layout-flex {
    justify-content: center;
}
body[class^='oferta-pracy'] .wp-block-columns, body[class*=' oferta-pracy'] .wp-block-columns {
	max-width: 900px;
	margin: 0 auto
}




.ekomi-widget-container {
	z-index: 10005;
	position: relative;
}
#widget-container a.close-btn {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    position: absolute;
    top: -20px;
    right: 20px;
    width: 20px;
    padding: 5px;
    height: 20px;
    z-index: 9999999;
}
#widget-container a.close-btn:hover {
	opacity: .5;
}




section#quick-contact {
	padding: 50px 0 10px;
}
.quick-contact .header-wrap {
    background: var(--darkblue);
    color: #FFF;
    text-align: left;
	padding: 1em 2em;
	border-radius: 15px;
	position: relative;
}
.quick-contact .header-wrap h2 {

}
.quick-contact .header-wrap a {
    font-size: 20px;
    color: var(--gold) !important;
}
.quick-contact .header-wrap a.expand {
    position: absolute;
	padding: 1em;
    top: 25px;
    right: 50px;
	transition: all .25s ease;
	border-radius:25px;
}
.quick-contact .header-wrap a.expand:hover {
	color: #FFF;
	background-color: rgba(255,255,255,.15);
	transform: scale(1.1);
}

.quick-contact .people {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.quick-contact .people .person {
  margin-bottom: 15px;
  display: flex;
  flex: 0 0 32%;
}

.quick-contact .people .person .image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.quick-contact .people .person .text {
  padding: 10px 0 10px 15px;
}

.quick-contact .people .person .text h5 {
  margin-bottom: 0;
}

.quick-contact .people .person .text p.title {
  color: var(--darkblue);
  font-size: 20px;
  font-weight: 700;
}
.quick-contact .people .person .text p {
	color: var(--darkblue);
	font-size: 14px;
}
.quick-contact .people .person .text p.title + p {
	margin-top: -10px;
}
.quick-contact .people a:hover {
	color: var(--gold);
}

.quick-contact .location,
.quick-contact .phone a,
.quick-contact .email a {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  color: #003b83;
}

.quick-contact .location svg,
.quick-contact .phone svg,
.quick-contact .email svg {
  margin-right: 15px;
}

a svg,
.quick-contact .people a svg {
    display: inline-block;
    width: 1px;
    height: 1px;
    margin: initial !important;
}

.partners {
	text-align: center;
}
.partners .widget_media_image {
	display: inline-block;
	margin: 0 20px;
}


.modal-product .inner {
	max-height: 85vh;
	overflow: auto;
}