body, td, p{font-family: "Roboto", sans-serif; font-size:18px; color:#2d2d2d; font-weight:400; line-height: 150%;}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td{margin:0px;padding:0px;outline: none;}

html, body{ background-color:#FFFFFF; }

H1, H2, H3, H4, H5{font-size:100%;font-weight:normal; color:#000000;}

H1{color: #004289; font-size: 48px; line-height: 150%; font-family: "Fira Sans", sans-serif; font-weight:700;}
H2{color: #004289; font-size: 42px; line-height: 150%; font-family: "Fira Sans", sans-serif; font-weight:700; }
H3{color: #004289; font-size: 26px; line-height: 150%; font-family: "Fira Sans", sans-serif; font-weight:700;}
H4{color: #004289; font-size: 22px; line-height: 150%; font-family: "Fira Sans", sans-serif; font-weight:700;}

H5{font-size: 1.125rem; font-weight: 600; line-height: 150%;}
h6{font-size: 0.875rem; font-weight: 400; line-height: 150%;}

.clr{clear:both;}
.lF{float:left;}
.rF{float:right;}

A{color:#004289;text-decoration:none; font-weight: 500; }
A:hover{color:#fff;text-decoration:none;}


ul:not([class]){ margin-bottom:10px; padding:0; margin-top:10px;}

ul li:not([class]){
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom:8px;
	margin-left:22px;
}

 ul li ul:not([class]){ margin-bottom:15px; padding:0;  margin-top:15px;}

 ul li ul li:not([class]){
	list-style-position: outside;
	list-style-type: circle; margin-left: 20px;
}


ol:not([class]){ margin-bottom:10px; padding:0; margin-top:10px;}

ol li:not([class]) {
	list-style-position: outside;
	margin-bottom:5px;
	margin-left:22px;
}

 ol li ol:not([class]){ margin-bottom:15px!important; padding:0;  margin-top:15px;}

 ol li ol li:not([class]){
	list-style-position: outside;
	list-style-type: lower-alpha; margin-left: 0px;
}

ul li::marker {font-size:1.3rem; color:#004289;}

ol li::marker {font-size:1.3rem; }


/*=================BODY css=================*/

.for_mob {
    margin-left: auto;
}

.navbar-toggler{ margin-left:auto;}
.nav_white{ background-color:#FFFFFF;}

.navbar-nav .nav-link {color: #2D2D2D; font-size: 18px; font-weight: 400; line-height: 150%;}

.dropdown-menu li a {
	text-decoration:none;
}
.top_sec{ margin-top:25px;display: flex; justify-content: flex-end; margin-bottom:32px; display: flex; align-items: center; flex-basis: 100%; width: 100%;}

.dropdown-menu ul li{margin-left: 0px!important;}
.dropdown-menu ul li::marker{font-size: 0!important;}
ul.dropdown-menu  li::marker{font-size: 0!important;}

.navbar-expand-xl .navbar-nav li:last-child a{margin-right: 0px;}

.search-container{ margin-left:34px; position: relative;}

.search_lable{color:#2D2D2D; font-size: 16px; font-weight: 600; line-height: 150%;}
.search_btn_top {
color: #004289; font-size: 16px; font-weight: 600; line-height: 150%; letter-spacing: 0.64px; border:0; background-color:transparent; margin-top:12px; float:right;
}
.search_btn_top img{ margin-left:10px;}

.search-container .dropdown-menu {
width: 295px;
border-radius: 20px;
background:  #F5FBFE;
box-shadow: 0px 10px 20px 0px rgba(39, 68, 89, 0.12); padding:20px;
}

.search_left {
    padding-right: 5px;
}

ul.dropdown-menu li{
	margin-left:0px!important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #767676;
}

ul.dropdown-menu li:first-child{
padding-top:4px;
}

ul.dropdown-menu li:last-child{ border:0;}

.dropdown-menu ul li ul li{ margin-left:0px!important;}

.top_blue_pl{margin-left:34px;}

.top_blue_pl .dropdown {
    position: relative!important;
}
.top_blue_pl .dropdown a{ color: #2D2D2D; font-size: 18px; font-weight: 400; line-height: 150%; text-decoration:none;}

.top_blue_pl .dropdown-item{ padding-top:0px; padding-bottom:0px; margin-bottom:0px; padding-left:10px; padding-right:10px; color:#2D2D2D;}

.top_blue_pl ul li {
    margin-left: 0px;
}
.top_blue_pl .dropdown-menu{ width:60px!important; min-width:60px; text-align: center;     padding-top: 5px;
    padding-bottom: 5px; margin-top: 5px;}
.top_blue_pl .dropdown-item{ border:none;}

.top_blue_pl .dropdown-toggle::after {
 display: inline-block;
 margin-left: 10px;
  content: "";
  	background-image: url(../images/expand.svg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 9px;
    width: 14px;
	background-size: 14px 9px;
	transition: transform 0.3s ease-in-out !important;
}

.top_blue_pl .show.dropdown-toggle::after{
 display: inline-block;
 margin-left: 10px;
  content: "";
  	background-image: url(../images/expand.svg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 9px;
    width: 14px;
	background-size: 14px 9px;
	transform: rotate(180deg);}

.search-container .dropdown-toggle::after{ display:none;}

button.navbar-toggler.collapsed .menu-icon {
    display: block !important;

  }

  button.navbar-toggler.collapsed .close-icon {
    display: none !important;
  }


  button.navbar-toggler .close-icon {
    display: block !important;
  }


  button.navbar-toggler .menu-icon {
    display: none !important;
  }


/*================19-6-25==================*/

.navbar-expand-xl .navbar-collapse{ margin-top: 20px;}
.navbar-expand-xl { margin-top: 20px; margin-bottom: 20px;}

.top_social{position:relative; margin-left: auto;}

.top_social ul{
	padding:0;
	list-style-type:none;
	margin: 0; display: flex; align-items: center;
}
.top_social ul li{
    padding: 0;
    margin: 0;
    list-style-type: none !important; margin-right:8px;
}

.top_social ul li:last-child{
margin-right:0px;
}
.top_all{margin-left: auto; display: flex ; flex-direction: column; align-items: flex-end;}

.tp_s_ic{ background:#004289; width: 44px; height: 44px; border-radius: 50%;     display: flex; justify-content: center; align-items: center; transition: all 0.5s ease;}
.tp_s_ic:hover{background:#2d2d2d;}
/*================footer==================*/

footer{ margin-top:140px; position: relative; z-index:3;}
.bot{
	padding-top:40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #004289; padding-bottom:40px;
}

.bot_nav{margin-bottom:0px; margin-bottom:45px; margin-left:15px; margin-right:15px;}
.bot_nav ul{
	padding:0;
	list-style-type:none;
	margin: 0;
}
.bot_nav ul li{
	padding:0;
	margin:0; list-style-type:none!important;
}

.bot_nav ul li a{
	text-decoration:none;
	display:block;
	text-align: left;
	color: #2D2D2D;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004289; padding-top:12px; transition: all 0.5s ease;
}
.bot_nav ul li:first-child a{
	padding-top: 0px; padding-bottom: 0px; border:none;
	color: #004289; font-size: 20px; font-weight: 600; line-height: 150%;
}
.bot_nav ul li a:hover {color:#004289!important;}

.bot_nav1{margin-left:0px;}
.one{
width:12%;
}

.two{
width:22%;
}

.bot_social_icon{
	backdrop-filter: blur(2px);
	width: 48px;
	height: 48px;
	margin-bottom:8px;
	border-radius: 50%;
	background-image: url(../images/social_bg.png);
	background-repeat: repeat;
	background-position: center top;
	display: flex;
    justify-content: center;
    align-items: center;
}
.bot_social{width:100%; margin-bottom:0px; margin-top:11px;}
.bot_social ul{
	padding:0;
	list-style-type:none;
	margin: 0;
}
.bot_social ul li{
	padding:0;
	margin:0; list-style-type:none!important;
}

.bot_logo_title{color: #2D2D2D; font-size: 18px; font-weight: 400; line-height: 150%; letter-spacing: 2.52px; margin-bottom:22px;}

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

/*=================Main=================*/

.top_height {
    height: 160px;
}
.carousel:after{
 content: '';
 position: absolute; right:-147px; top:0; background-image: url(../images/blue_homepage.png); background-repeat: no-repeat; background-position: right top; height: 100%; width:600px;  z-index:20; background-size: 588px;
}

.banner_img {
    border-radius: 12px !important;
    height: 505px!important;
	background-position: top center;
}

.carousel-item {
    background-color: #fff; padding-right:0px;
}

.carousel-caption h2,
.carousel-caption h1{color: #004289; font-size: 45px; font-style: normal; font-weight: 700; line-height: 55px; margin-bottom:20px;}

.banner_btn{border-radius: 6px; background: #004289; display: flex; height: 48px; padding: 12px 24px; justify-content: center; align-items: center; float:left; color:#FFFFFF; font-size: 16px; font-weight: 600; line-height: 150%; letter-spacing: 0.64px; transition: all 0.5s ease; margin-left: 5px; margin-bottom: 5px;}
a.banner_btn{color:#FFFFFF;}

a.banner_btn:hover{color:#FFFFFF!important;}

.banner_btn:hover{background: #2d2d2d; color:#FFFFFF;}
.banner_btn img{ margin-left:10px; width:16px; height:12px; transition: all 0.5s ease;}
.banner_btn img{ margin-left:10px; width:16px; height:12px; transition: all 0.5s ease;}
.banner_btn:hover img{margin-right:-6px; margin-left:16px;}

.newsletter{ margin-top:75px; margin-bottom:120px;}

.bot_logo{ margin-bottom:16px;}

.bot_text{ margin-bottom:16px;}

.bot_text a{color: #004289; font-size: 16px; font-weight: 600; line-height: 150%; letter-spacing: 0.64px; text-decoration:underline;}

.bot_text a:hover{color: #000; text-decoration:underline;}

.bot_add{color: #004289; font-size: 20px; font-weight: 700; line-height: 150%; margin-bottom:16px;}

.bot_cont{ margin-bottom:36px;}

.bot_cont a{color: #004289; font-size: 16px; font-weight: 600; line-height: 150%; letter-spacing: 0.64px;}

.bot_cont a:hover{color: #000;}

.content_all{ position:relative; z-index:5;}
.newsletter{
	border-radius: 20px;
	background: rgba(0, 149, 219, 0.04);
	height: 100px;
	color: #2D2D2D;
	font-size: 28px;
	line-height: 150%;
	padding-top: 26px;
	padding-right: 46px;
	padding-bottom: 26px;
	padding-left: 46px;
	display: flex;
    justify-content: center; font-family: "Fira Sans", sans-serif; font-weight:700;
}

.newsletter span{ color: #004289;}


.newsletter_btn{border-radius: 6px; background: #004289; display: flex; height: 48px; padding: 12px 24px; justify-content: center; align-items: center; float:left; color:#FFFFFF; font-size: 16px; font-weight: 600; line-height: 150%; letter-spacing: 0.64px; margin-left:50px; transition: all 0.5s ease;}
a.newsletter_btn{color:#FFFFFF;}
a:hover.newsletter_btn{ color:#fff!important; background:#2d2d2d;}

.newsletter_btn img{ margin-left:10px; width:16px; height:12px; transition: all 0.5s ease;}

.newsletter_btn:hover img{margin-right:-6px; margin-left:16px;}

.news{ padding-bottom:120px;}

.title_sec{ position:relative; margin-bottom:26px;}


.title{ font-size: 66px; background: linear-gradient(180deg, rgba(45, 45, 45, 0.25) -30.66%, #FFF 90.26%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; line-height: normal; position:relative; z-index:18; font-family: "Fira Sans", sans-serif; font-weight:700;}

.title_sec h2{bottom: -5px; position: absolute; left:0; z-index:20;}

.links_btn{ position:absolute; right:0px; top:102px; }

.but_prev, .but_next{
  position: absolute;
  bottom: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  width: 65px;
  height: 65px;
  border:none;  z-index:10;	background-color: transparent;
}
.but_prev {right: 55px;}
.but_next {right: 0px;}

.but_prev_icon, .but_next_icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: 19px 16px;
}

.but_prev_icon {
background-image: url(../images/blue_left_arrow.svg); border: 1px solid #004289; border-radius: 50%;
}

.but_next_icon {
background-image: url(../images/blue_right_arrow.svg); border: 1px solid #004289; border-radius: 50%;
}

.news_box{border-radius: 30px; background: #FFF; box-shadow: 0px 10px 20px 0px rgba(39, 68, 89, 0.12); padding: 30px; transition: all 0.5s ease;}

.news_box:hover{background: #f7fbfe;}

.news_img{ margin-bottom:22px;}

.news_date{ margin-right:30px;}

.news_title{ color: #004289; font-size: 20px; font-weight: 700; line-height: 150%; margin-bottom:12px;}

.news_text{color: #2D2D2D; font-size: 18px; font-weight: 400; line-height: 150%;}

.news_date img{ margin-right:8px;}

.news_date_line{display: flex; flex-direction: row; margin-bottom:12px;}

.img_all{ width:100%;}

#owl-demo-1 .owl-stage-outer{padding-top:22px; padding-left:15px; padding-bottom:30px; padding-right:0px;}


.news_btn{display: flex; color:#004289; font-size: 16px; font-weight: 600; line-height: 150%; letter-spacing: 0.64px; align-items: center; margin-left:20px; float: left;}

a.news_btn{color:#004289;}
a:hover.news_btn{ color:#004289!important;}
.news_btn img{ margin-left:10px; width:16px; height:12px; transition: all 0.5s ease;}
.news_btn:hover img{margin-right:-6px; margin-left:16px;}


.events{ margin-bottom:120px;}

.event_img{
	background-image: url(../images/event_bg.png);
	background-repeat: no-repeat;
	background-position: left top; padding-top:163px; padding-left:77px;
}

.event_box{padding: 20px 16px; border-radius: 20px; background: #F5FBFE; margin-bottom:20px; display: flex; flex-direction: row; align-items: center;}

.event_date{ margin-right:16px; padding-left:15px; padding-right:15px;}
.event_date_sm{color: #2D2D2D; text-align: center; font-size: 22px; font-weight: 600; line-height: 150%; letter-spacing: 0.88px;}
.event_date_lg{color: #2D2D2D; text-align: center; font-family: Roboto; font-size: 38px; font-weight: 700; line-height: 44px;}

.location{ margin-right:22px;}
.location img{ margin-right:8px;}
.location_line{display: flex; flex-direction: row; margin-bottom:12px;}
.event_text{}
.event_title{color: #2D2D2D; font-size: 20px; margin-bottom:12px; font-family: "Fira Sans", sans-serif; font-weight:700;}
.event_btn{ margin-top:10px;}

.event_btn .news_btn{ margin-left:0;}


.recommend{margin-bottom:120px; position:relative;}
.recommend_box{
border-radius: 20px;
background: rgba(0, 149, 219, 0.04); padding:45px;}
.recommend_img{margin-bottom:24px; text-align:center;}
.recommend_title{color: #004289; text-align: center; font-size: 20px; font-weight: 700; line-height: 170%; margin-bottom:24px;}
.recommend_text{color: #2D2D2; text-align: center; font-size: 18px; font-weight: 400; line-height: 150%;}


.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto; justify-content: center;
}

.owl-carousel .owl-item .item{
  display: flex!important;
}

.owl-carousel .caption {
flex-grow: 1;
}


.recommend .owl-dots{ display:none;}

.recommend .owl-nav{display:block; text-align: center; margin-top: 26px;}

.newsletter_left{ margin-left:108px;}

.btn_blue{border-radius: 6px; background:#004289; padding: 12px 24px; color: #FFF; font-size: 16px; font-weight: 600; line-height: 150%;
letter-spacing: 0.64px; transition: all 0.5s ease;}

.btn_blue:hover{color:#fff; background:#2d2d2d;}

.btn_blue img{ margin-left:10px; transition: all 0.5s ease;}
.btn_blue:hover img{margin-right:-6px; margin-left:16px;}


.newsletter_box{padding: 60px 120px; border-radius: 20px; border: 3px solid #004289;}

.newsletter_box .title_sec {
    margin-bottom: 5px;
}

.newsletter_box .mb-3 {
    margin-bottom: 22px !important;
}

.newsletter_text {
color: #2D2D2D; font-size: 18px; font-weight: 400; line-height: 150%;
}

.newsletter_text a {
color:#2D2D2D; text-decoration-line: underline; font-weight: 500;
}

.newsletter_text a:hover {
color:#004289; text-decoration-line: underline; font-weight: 500;
}

.newsletter_text span{color: #E20000;}




.residents{margin-bottom:120px;}

.residents {
	position:relative;
	background-color:#FFFFFF;
}
.residents_img{
	background-image: url(../images/resident_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
    z-index: 25; padding-left:180px; padding-bottom:150px;
}

.residents .title_sec {
margin-left:390px;
}

.residents_sec{ margin-top:0px;}

.residents .owl-dots{ display:none!important;}

.residents .owl-carousel{ margin-top:20px;}

.carousel-line {
    position: absolute;
    left: auto;
    top: 142px;
    right: -90px;
    z-index: 21;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    flex-direction: column;
	height:50%;
    background-color: #348dc5;
    width: 1px;
}

.swiper-button-prev{

}

.swiper-navigation{
	display: flex;
  justify-content: flex-end;
	margin-bottom: 30px;     margin-top: -60px;
}
.swiper-button-prev, .swiper-button-next{
  position: relative !important;
	width: 48px !important;
	height: 48px !important;
}

.swiper-button-prev::after, .swiper-button-next::after{
  content: none  !important;

}

.swiper-button-prev {margin-right: 15px;}
.swiper-button-next {right: 0px;}

.news .news_btn{
	margin-top: 30px;
}

.swiper-transparent-edge-slides{
	overflow: visible !important;
}

.home-news-swiper .swiper-slide:not(.swiper-slide-visible) {
    opacity: 0.2 !important;
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

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

.recommend .title_sec h2{left: 50%; transform: translate(-50%, 0%);}

  .searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 48px;
    border: 1px solid #0066CC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
    padding: 10px;
	border-radius: 6px;
    }

    .search_input{
    color: #0277BD;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 27px;
    transition: width 0.4s linear; width: 90%; margin-top: -10px; font-weight: 600;
font-size: 16px;
line-height: 24px;
    }

    .search_input::placeholder{
font-weight: 400;
font-size: 16px;
line-height: 24px; color:#283747;
}
    .search_icon1{
    height: 40px;
    width: 30px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color:white;
    text-decoration:none;
	margin-top:-7px; margin-right: -1px;
    }

.navbar-nav {
    margin-top: 10px!important;
}


.top_pl{ margin-top:34px; float: right;}
.top_pl ul{
	padding:0;
	list-style-type:none;
	margin: 0; display: flex;
}
.top_pl ul li{
    padding: 0;
    margin: 0;
    list-style-type: none !important;
}
.top_pl ul li a{
	display: inline-flex;
	margin-left:20px;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	color:#2D2D2D;
	padding-right: 5px;
	padding-left: 5px;
}

.top_pl ul li a.act{
	display: inline-flex;
	margin-left: 25px;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	color:#2D2D2D;
	background-image: url(../images/pl_line.png);
	background-position: 5px bottom;
	background-repeat: no-repeat;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.carousel-caption {
  opacity: 0;
  transition: opacity 3s ease-in-out;
}

.carousel-item.active .carousel-caption {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.bot_line{ position:relative;}
.bot_line:after{
    content: '';
    width: 2px;
    height: 100%;
    top: 50px;
    left: -30px;
    display: block;
    position: absolute;
	background-image: url(../images/bot_logo_line.png);
	background-repeat: no-repeat; bottom:40px;
}

.bot_nav_header {
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    color: #004289;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%; padding-bottom: 12px;
}
footer .accordion-item {
	padding:0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #004289; padding-bottom:0px;
}

footer .accordion-button::after{ background-image: url(../images/expand.svg);
width:32px; height: 32px; right: -11px; top: 10px !important;}

footer .accordion-button:not(.collapsed)::after {
  background-image: url(../images/expand.svg);
  background-repeat: no-repeat;
  width: 23px;
  height: 13px; right: 7px; transform: rotate(180deg);
}


/*=================page=================*/


.page_banner {
	position:relative;
	background-color:#FFFFFF; z-index:12; margin-bottom:65px;
}
.page_banner_left {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.page_banner_left h1{ margin-bottom:38px;}
.page_img {
    padding-top: 110px;
    position: relative;
    padding-right: 85px;
}

.page_img img{position:relative; z-index:51;}
.page_img:after{
    content: '';
	background-image: url(../images/blue_subpage.png);
	background-repeat: no-repeat;
	background-position: right top; position:absolute; height:616px; width:911px;
	right:-10px; top:0; z-index:50;
}

.ban_text{color: #2D2D2D; font-size: 26px; font-weight: 400; line-height: 150%;}

.search_box{border-radius: 20px; background: #F5FBFE; box-shadow: 0px 10px 20px 0px rgba(39, 68, 89, 0.12); padding: 36px 66px; margin-bottom:30px;}

.search_box .title_sm{color: #2D2D2D; font-size: 24px; font-weight: 600; line-height: 150%; margin-bottom:19px;}

.search_box .form-label{color: #2D2D2D; font-size: 16px; font-weight: 600; line-height: 150%;}

.but_search{color: #004289; font-size: 16px; font-weight: 600; line-height: 150%; letter-spacing: 0.64px; margin-top:19px; float:right; background: none; border: none;}
.but_search:hover{color: #004289;}
.but_search img{ margin-left:10px; width:16px; height:12px; transition: all 0.5s ease;}
.but_search:hover img{margin-right:-6px; margin-left:16px;}

.filter_box1{}

.filter_box1 ul {
    padding: 0;
    list-style-type: none;
    margin: 0 !important;     display: flex;
    justify-content: flex-end;
}

.filter_box1 ul li {
    margin: 0;
    list-style-type: none !important; display: inline-flex; align-items: center;
}


.form-select-filter {
	color: #202020;
	background-color: #fff;
	background-image: url(../images/sort_arrow.svg);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #fff; font-size: 18px; font-weight: 500; line-height: 150%;
}

.found{display: flex; align-items: center;}

.filter_box2 {
    margin-bottom: 60px;
}

.news_all{}
.news_all ul{
	padding:0;
	list-style-type:none;
	margin: 0px -13px ;

}
.news_all ul li{
	margin:0; list-style-type:none!important;
	padding-left:20px; padding-right:20px; padding-top:0px; padding-bottom:36px;
}

.main_sec {
    display: flex;
}
.main_sec_box{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/*=================Post=================*/

.post_banner {
	position:relative;
	background-color:#FFFFFF; z-index:12; margin-bottom:65px;
}

.post_banner_left{
	position:relative; padding-right:50px;
}

.post_banner_left h1{z-index:51; position:relative;     padding-bottom: 15px;}

.post_img{border-radius: 24px;
box-shadow: 0px 10px 20px 0px rgba(39, 68, 89, 0.12); margin-bottom:30px;}

.details_post{}

.details_post32{color: #2D2D2D; font-size: 32px; font-weight: 600; line-height: 150%; margin-bottom:24px; font-family: Roboto; font-weight: 600;}

.details_text{color: #2D2D2D; font-size: 18px; font-weight: 400; line-height: 150%;}

.post_sec{ margin-bottom:60px;}

.details_post24{color: #2D2D2D; font-size: 24px; font-weight: 600; line-height: 150%; margin-bottom:24px; font-family: Roboto; font-weight: 600;}


.pomysly ul{
	padding:0;
	list-style-type:none; margin:0;
}
.pomysly  ul li{
	margin:0;
	list-style-type:none!important;
	padding:15px;
}
.pomysly_box{border-radius: 20px; background:#F5FBFE; box-shadow: 0px 6px 14px 0px rgba(39, 68, 89, 0.10); padding: 16px; flex-basis: 100%; transition: all 0.5s ease; position:relative;}

.pomysly_box:hover:after {
    content: "";
    background: linear-gradient(273deg,rgba(0, 149, 219, 0.32) 0%, rgba(0, 66, 137, 1) 98%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; z-index:81; border-radius: 20px;
}

.pomysly_box:hover{
	background-color: #004289;
	background-image: url(../images/onas_bg.png);
	background-repeat: repeat;
	background-position: left top; z-index:80;
}

.pomysly_box:hover .pomysly_text{color: #fff;}

.pomysly_box:hover .pomysly_img{filter: invert(100%) sepia(4%) saturate(392%) hue-rotate(251deg) brightness(1009%) contrast(100%);}

.pomysly_text{color: #2D2D2D; font-size: 16px; font-weight: 600; line-height: 150%; z-index:84;}
.pomysly_img{ margin-bottom:14px; z-index:83;}

.pomysly_20{ width:20%;}

.gallery ul{ padding:0; list-style-type:none;}

.gallery ul li{ margin:0; list-style-type:none;}

.gallery_img{ margin-bottom:20px;}

.gallery_sec{border-radius: 20px; background:#F5FBFE; padding:30px; position:relative;}

.gallery_sec .owl-carousel .owl-item .item {
    display: flex !important; flex-basis:100%;}

.gallery_sec .owl-dots{ position:absolute; bottom:-87px;
  left: 45%;
  transform: translate(0%, -45%);}

.gallery_links_btn{ position:absolute; right:0px; width:100%;   top: 40%; -ms-transform: translate(0%, -40%); transform: translate(0%, -40%); }

.gallery_but_prev, .gallery_but_next{
  position: absolute;
  bottom: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  width: 70px;
  height: 56px;
  border:none;  z-index:10;	background-color: transparent;
top: 50%; transform: translate(-50%);
}
.gallery_but_prev {left: 0px; }
.gallery_but_next {right: -80px;}

.gallery_but_prev_icon, .gallery_but_next_icon {
  display: inline-block;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 56px 56px;
}

.gallery_but_prev_icon {
background-image: url(../images/arrow-left.svg);
}

.gallery_but_next_icon {
background-image: url(../images/arrow-right.svg);
}

.img_caption{ margin-top:30px; margin-bottom:30px; display:flex; flex-direction: column;}
.cap_text{color: #2D2D2D; font-size: 18px; font-weight: 400; line-height: 150%;}
.cap_num{ color: #2D2D2D; font-size: 18px; font-style: italic; font-weight: 600; line-height: 150%; margin-top:20px;}

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

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

.gl_arrows{ text-align:right; margin-top: 32px;}

.img_title{color: #1A1A1A; font-size: 24px; font-weight: 600; line-height: 150%; margin-bottom:24px;}

.gallery .btn-close{ position:absolute; right: 100px; top:0px;}

footer .accordion-item {
  border-radius: 12px; background: #FFF!important; margin-bottom:16px; padding:0;
}

footer .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  color: #003399; font-size: 18px; font-weight: 500; line-height: 170%; padding-left:0px;
  border-radius: 8px;
  text-align: left;
  border: 0;
  overflow-anchor: none; padding-right: 40px;  background-color: transparent; transition: 0.3s;
}

footer .accordion-button:not(.collapsed)::before{ display:none;}

.accordion-body .bot_nav{margin-left: 0px; margin-right:0px;}

.link{}
.link ul{
	padding:0;
	list-style-type:none;
	margin: 0;
}
.link ul li{
	list-style-type:none!important;
	border-radius: 12px;
	background:#F5FBFE;
	margin-bottom:16px;
	font-weight: 400;
	display:flex;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	align-items: center; transition: all 0.5s ease!important;
}

.link ul li:hover{ background-color:#004289;}

.link ul li img{
transition: all 0.5s ease!important;
}
.link_disc { margin-left:20px;}

.link ul li:hover .link_disc .title1{ color: #fff;}

.link ul li:hover .link_disc span{ color: #fff;}

.link ul li:hover  .link_disc span.dot::before{
    background-image: url(../images/bullet_wht.png);
}

.link_disc .title1{ display: flex; align-items: center; color: #2D2D2D; font-size: 18px; font-weight: 600; line-height: 150%; transition: all 0.5s ease;}

.link_disc span{ color: #2D2D2D; font-size: 14px; font-weight: 400; line-height: 150%; transition: all 0.5s ease!important;}

.links_sec{ margin-bottom:60px;}

.link_disc span.dot{ position:relative; padding-left:20px;}

.link_disc span.dot::before{
    float: left;
    color: #003399;
    content: "";
    position: absolute;
    left: 8px;
    height: 5px;
    width: 6px;
    margin-top: 12px;
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    background-size: 5px 6px; top:auto!important; transition: all 0.5s ease!important;
}

.round_20{border-radius: 20px;}

.round_12{border-radius: 12px;}

.search_input1{
    color: #53565A;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 27px;
    transition: width 0.4s linear; width:100%; font-weight: 400; caret-color: auto;
font-size: 1rem; height:50px;
    }

.search_input1::placeholder{
color: #767676; font-size: 16px; font-weight: 400; line-height: 150%;
}

.filter_box .searchbar_filter{
    margin-bottom: auto;
    margin-top: auto;
    height: 50px;
    border-radius: 4px; border: 1px solid #6B6B6B;
    padding: 10px;  width:100%;
    }
.search_icon2 {
    height: 40px;
    width: 30px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    margin-top: -45px;
    margin-right: 7px;
}
.details_right{ padding-right:45px;}
.right_news_sec{}
.right_news{
	margin-bottom:39px;
	padding-bottom:39px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #767676;
}
.news_date1 {
}
.news_date1 img{ margin-right:8px;}

.right_news_heading{color: #004289; font-size: 20px; font-weight: 700; line-height: 150%;}
.right_news_img{ margin-bottom:23px;}

.right_news1{
	margin-bottom:39px;
}

.breadcrumb{ position:relative; z-index:53; white-space:nowrap; flex-wrap: wrap; padding-top: 10px;}


.onas ul{
	padding:0;
	list-style-type:none; margin-left:-20px; margin-right:-20px;
}
.onas  ul li{
	margin:0;
	list-style-type:none!important;
	padding:20px;
}
.onas_box{border-radius: 20px;
background:#F5FBFE;
box-shadow: 0px 10px 20px 0px rgba(39, 68, 89, 0.12); padding:40px; flex-basis: 100%; transition: all 0.5s ease; position:relative;}


.onas_box:hover:after {
    content: "";
    background: linear-gradient(273deg,rgba(0, 149, 219, 0.32) 0%, rgba(0, 66, 137, 1) 98%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; z-index:71; border-radius: 20px;
}

.onas_box:hover{
	background-color: #004289;
	background-image: url(../images/onas_bg.png);
	background-repeat: repeat;
	background-position: left top; z-index:70;
}

.onas_text{color: #2D2D2D; font-size: 32px; font-weight: 600; line-height: 150%; transition: all 0.5s ease; position:relative; z-index:72;}

.onas_img{ margin-bottom:14px; position:relative; z-index:73;}

.onas_box:hover .onas_text{color: #fff;}

.onas_box:hover .onas_img{filter: invert(100%) sepia(4%) saturate(392%) hue-rotate(251deg) brightness(1009%) contrast(100%);}

.text26{font-size: 26px; font-weight: 600; line-height: 150%; margin-bottom:24px;}

.text26_bold{font-size: 26px; line-height: 150%; font-family: "Fira Sans", sans-serif; font-weight:700;}
.opbn_left{ display:flex; align-items: center;}

.mb_24{ margin-bottom:24px;}

.project_box{padding: 24px; border-radius: 30px; background: #FFF; box-shadow: 0px 10px 20px 0px rgba(39, 68, 89, 0.12); display: flex;   flex-direction: row; transition: all 0.5s ease;}
.project_box:hover{background: #f7fbfe;}

.project_title{color:#004289; font-size: 20px; font-weight: 700; line-height: 150%; margin-bottom:8px;}
.project_img{ margin-right:24px; width:50%;}
.project_text{width:50%;}

.round16{border-radius: 16px;}
.round12{border-radius: 12px;}

.text32{font-size: 32px; font-weight: 600; line-height: 150%;}
.tp_text{ margin-bottom:40px;}

.tp_text a{ text-decoration:underline; color:#2d2d2d;}
.tp_text a:hover{text-decoration:underline;}

.join_btn{display: flex; padding-left: 30px; border-radius: 12px; background:#F5FBFE; float:left;     align-items: center; color:#2D2D2D; font-size: 18px; font-weight: 600; line-height: 150%; transition: all 0.5s ease;}

.join_btn:hover{background-color:#004289; color:#fff;}

a.join_btn:hover{color:#fff!important;}

.join_btn img{ margin-left:30px;}

.services_box{ border-radius: 20px; background: #F5FBFE; box-shadow: 0px 10px 20px 0px rgba(39, 68, 89, 0.12); padding: 20px 26px;; flex-basis: 100%; transition: all 0.5s ease; position:relative;}


.services_box:hover:after {
    content: "";
    background: linear-gradient(273deg,rgba(0, 149, 219, 0.32) 0%, rgba(0, 66, 137, 1) 98%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; z-index:71; border-radius: 20px;
}

.services_box:hover{
	background-color: #004289;
	background-image: url(../images/onas_bg.png);
	background-repeat: repeat;
	background-position: left top; z-index:70;
}

.services_text{font-size: 26px; font-weight: 600; line-height: 150%; transition: all 0.5s ease; position:relative; z-index:72;}

.services_img{ margin-bottom:12px; position:relative; z-index:73;}

.services_box:hover .services_text{color: #fff;}

.services_box:hover .services_img{filter: invert(100%) sepia(4%) saturate(392%) hue-rotate(251deg) brightness(1009%) contrast(100%);}

.message{border-radius: 12px; background:#F5FBFE; padding: 20px 30px; float:left; display: flex
;}

.btn_message{border-radius: 6px; background: #004289; padding: 12px 24px; color: #fff;}

.btn_message:hover{color: #fff;}

.btn_message img{ margin-left:10px; transition: all 0.5s ease;}
.btn_message:hover img{margin-right:-6px; margin-left:16px;}

.btn_contact{border-radius: 6px; color: #2D2D2D; padding: 12px 24px; background: #F5FBFE; margin-right:30px;}
.btn_contact:hover{color: #fff; background: #004289; }

.sepreat_line{
	padding-bottom:36px;
	margin-bottom:36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #767676;
}

.btn_check{padding: 12px 24px; color: #FFF; font-size: 16px; font-weight: 600; line-height: 150%; letter-spacing: 0.64px; border-radius: 6px; background:#004289; width:100%;  transition: all 0.5s ease;}

.btn_check:hover{color: #fff; background-color:#2d2d2d;}

.btn_check img{ margin-left:10px; transition: all 0.5s ease;}
.btn_check:hover img{margin-right:-6px; margin-left:16px;}

a.btn_check{text-decoration: none!important;}
a.btn_check:hover{color: #FFF!important; text-decoration: none!important;}

.box_check{
	border-radius: 12px;
	background:#F5FBFE;
	text-align:center;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.title_check{font-size: 18px; font-weight: 600; line-height: 150%; text-align:center; margin-bottom:20px;}
.text_check{font-size: 18px; font-weight: 400; line-height: 150%; text-align:center; margin-bottom:20px;}

.mb_35{ margin-bottom:35px;}

.space_50{ height:50px;}

.space_70{ height:70px;}

.message_box{border-radius: 12px; background:#F5FBFE; padding: 20px 30px; display: flex; justify-content: space-between; align-items: center; font-weight: 600;}

.message_box_text {
    width: 80%;
}
.message_box_btn{}
.text_bold{ margin-bottom:12px; font-weight: 600;}

.text26_mb{font-size: 26px; font-weight: 600; line-height: 150%; margin-bottom:35px;}

.conference_rooms{ margin-bottom:40px; display: flex;     align-items: center;}
.conference_left{ width:100%;}
.conference_right{width:75%;}

.conference_box {padding: 30px; border-radius: 12px; background: #F5FBFE; margin-left: -121px; }

.conference_box1 {padding: 30px; border-radius: 12px; background: #F5FBFE; margin-right: -121px;  position: relative;}

.con_heading{font-size: 28px; font-weight: 700; line-height: 150%; margin-bottom:12px;}
.con_subheading{color: #004289; font-size: 18px; font-weight: 500; line-height: 150%; display: flex;}
.con_top{ margin-bottom:12px; display: flex; justify-content: space-between;}
.con_left{}
.con_right{ margin-left:12px;}
.con_white{padding: 6px 12px; border-radius: 6px; background: #FFF; box-shadow: 0px 10px 20px 0px rgba(39, 68, 89, 0.12); font-size: 16px; font-weight: 600; line-height: 150%; letter-spacing: 0.64px; width:210px;}
.con_white span{ color:#004289;}

span.dot{ position:relative; padding-left:20px;}
span.dot::before{
    float: left;
    color: #003399;
    content: "";
    position: absolute;
    left: 6px;
    height: 5px;
    width: 6px;
    top: 45%;
    background-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    background-size: 5px 6px;     background-position: top left;
}
.cena{color: #767676; font-size: 14px; font-weight: 600; line-height: 150%; letter-spacing: 1.4px; margin-bottom:5px;}

ul .option1{
    margin-bottom: 10px;
    padding: 0;
    margin-top: 10px;
}
ul.option1 li{
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 0px;
    margin-left: 22px;
}

ul.option1 li::marker {
    font-size: 1rem;
    color: #2D2D2D;
}


.conference_box_text{}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

@media screen and (max-width: 991px) {
table {
        width: 992px !important;
    overflow-x: scroll;
      }
    /*
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 1px solid #2A5384;
    display: block;
    margin-bottom: .625em;
  }

  table td {
    border-bottom: 1px solid #2A5384;
    display: flex;
    text-align: left;
  }

  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
	width: 40%;
    flex-basis: 40%;
    flex-grow: 0;
    flex-shrink: 0;
  }

  table td:last-child {
    border-bottom: 0;
  }
  .blue_line {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D5E9FC;
    padding: 15px;
}
    */
}

@media screen and (min-width: 992px) {
.rada_tbl {
    overflow-x: auto;
}
table {
  border:none;
}

.rada_tbl table {
    table-layout: auto!important;
}
}

.rada_heading {
    border-radius: 4px 0px 0px 4px;
    background: #004289;
    color: #fff;
    padding: 12px;
    text-align: center; color: #FFF; font-size: 20px; font-weight: 700; line-height: 150%;
}

.rada_heading2 {
    background: #004289;
    color: #fff;
    padding: 12px;
    text-align: center; color: #FFF; font-size: 20px; font-weight: 700; line-height: 150%;
}

.rada_heading3 {
    border-radius: 0px 4px 4px 0px;
    background: #004289;
    color: #fff;
    padding: 12px;
    text-align: center; color: #FFF; font-size: 20px; font-weight: 700; line-height: 150%;
}

.tbl_all{
	text-align:center;
	padding: 16px 20px;
}

.tbl_all_new{
	text-align:center;
	padding: 16px 20px;
}

.tbl_all_new1 {
    text-align: left;
    padding: 16px 20px;
}

.tbl_bot_line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #767676;
}

.looking{border-radius: 12px; background: #FFF; box-shadow: 0px 10px 20px 0px rgba(39, 68, 89, 0.12); padding: 30px; font-weight: 600;}
.looking a{ text-decoration:underline; color:#004289; }
.looking a:hover{ color:#2d2d2d;}

.coworking{padding: 40px 30px; border-radius: 12px; background:#F5FBFE; display: flex; display: flex; align-items: center;}
.coworking_logo{ margin-right:20px;}
.coworking a{ color:#004289; text-decoration:underline;}
.coworking a:hover{ color:#2d2d2d; text-decoration:underline;}

ul .option2{
    margin-bottom: 10px;
    padding: 0;
    margin-top: 10px;
}
ul.option2 li{
    list-style-type: none!important;
    margin-left: 0px!important;
	background-image: url(../images/tick_arrow.svg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:48px; margin-bottom: 15px; padding-top: 2px;
}

ul.option2 li::marker {
	font-size: 1rem;
	color: #2D2D2D;
	background-image: url(../images/tick_arrow.svg);
	background-repeat: no-repeat;
	background-position: left top;
}
.text_left{ text-align:left;}

.tbl_bot{ margin-top:35px;}

.firm_box{padding: 24px; border-radius: 30px; background: #FFF; box-shadow: 0px 10px 20px 0px rgba(39, 68, 89, 0.12); display: flex; flex-direction: row; align-items: center; position:relative; transition: all 0.5s ease;}
.firm_box:hover{background: #f7fbfe;}

.firm_logo{ margin-right:24px; width: 373px;}
.firm_text{}
.firm_title{color:#004289; font-size: 32px; font-weight: 700; line-height: 150%; margin-bottom:8px;}
.firm_link{color: #2D2D2D; font-size: 20px; font-weight: 700; line-height: 150%; margin-bottom:8px;}
.firm_link a{color: #2D2D2D; text-decoration-line: underline;}
.firm_link a:hover{color: #004289; text-decoration-line: underline;}

.firm_cat_tag{ position:absolute; right:24px; top:24px; display: flex; flex-direction: row;}
.firm_cat{padding: 2px 12px; border-radius: 4px; background: #F5FBFE; color: #004289; font-size: 14px; font-weight: 400; line-height: 150%; text-transform: uppercase; margin-left:8px;}

.calendar_box{}
.calendar_img{ margin-bottom:24px;}
.calendar_date_line{display: flex;}
.calendar_date{color: #004289; font-size: 14px; font-weight: 400; line-height: 150%; text-transform: uppercase; display: flex; align-items: center;}
.calendar_date img{ margin-right:5px;}
.calendar_title{color:#004289; font-size: 32px; font-weight: 700; line-height: 150%; margin-bottom:8px; margin-top:8px;}
.calendar_text{}

.calendar_cat {padding: 2px 12px; border-radius: 4px; background: #F5FBFE; color: #004289; font-size: 14px; font-weight: 400; line-height: 150%; text-transform: uppercase; margin-left: auto;}

.kon_box{display: flex; align-items: center;}

.kon_img{ margin-right:20px; width: 233px; height: 233px; display: flex; flex-shrink: 0; flex-grow: 0;}

.kon_img_round{border-radius: 1000px; border: 1px solid #004289;}

.kon_title{ color: #2D2D2D; font-size: 26px; font-weight: 600; line-height: 150%; margin-bottom:10px;}
.kon_text{}
.kon_text_light{color: #767676; font-size: 18px; font-weight: 600; line-height: 150%; margin-bottom:10px;}

.kon_add{margin-bottom:10px; display: flex; justify-content: flex-start;
    align-items: flex-start; word-break: break-all;}

.kon_add img{ margin-right:12px;}
.kon_add a{ color:#004289;}
.kon_add a:hover{color:#767676;}

.kon_all{}
.kon_all ul{
	padding:0;
	list-style-type:none;
	margin: 0px -13px ;

}
.kon_all ul li{
	margin:0; list-style-type:none!important;
	padding-left:20px; padding-right:20px; padding-top:0px; padding-bottom:80px;
}


.scroll-x {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #004289 #F5FBFE; /* Firefox */
  flex-wrap: wrap;
}

.scroll-x::-webkit-scrollbar {
  height: 4px;
}

.scroll-x::-webkit-scrollbar-track {
  background: #F5FBFE;
}

.scroll-x::-webkit-scrollbar-thumb {
  background-color: #004289;
  border-radius: 10px;
}

.kontakt_title{ margin-bottom:20px;}
.kon_post{ margin-bottom:80px;}
.kon_post_last{ margin-bottom:0px;}

.sec_404{ margin-top:88px; margin-bottom:50px;}

.sec_404 h2{ color: #004289; font-size: 66px; font-weight: 700; line-height: 86px; margin-bottom:16px;}

.sec_404 h2::before { display:none;}

.sec_404 .sub_title{color: #2D2D2D; font-size: 22px; font-weight: 700; line-height: 150%; margin-bottom:16px;}

.sec_404 .but_new{margin-bottom:16px;}

.left_404{ display: flex; flex-direction: column; justify-content: center;}

.left_404 a.banner_btn{ float: left!important; width:200px;}

.event_all{border-radius: 12px; background: #F5FBFE; margin-bottom:24px;     display: flex
;}

.event_blue{border-radius: 12px; background: #004289; width: 330px; padding: 8px 14px;     display: flex; flex-direction: column; align-items: center;}
.event_all_location{border-radius: 4px; background: rgba(255, 255, 255, 0.20); color: #FFF; font-size: 14px; font-weight: 400; line-height: 150%; text-transform: uppercase; margin-bottom:6px; padding: 2px 12px;}
.event_all_date{color: #FFF; font-size: 22px; font-weight: 600; line-height: 150%; margin-bottom:6px;}
.event_all_time{color:  #FFF; font-size: 14px; font-weight: 400; line-height: 150%;     margin-bottom: 10px;}

.event_all_right{     margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;}

.event_add{color: #004289; font-size: 14px; font-weight: 600; line-height: 150%; text-decoration-line: underline;
    display: flex; justify-content: flex-start; align-items: flex-start;}

.event_add img{ margin-right:2px;}
.place_name{color:#2D2D2D; font-size: 18px; font-weight: 600; line-height: 150%; margin-bottom:8px;}

.map_text{color:#2D2D2D; font-size: 18px; font-weight: 400; line-height: 150%; margin-bottom:60px;}
.map_text_bot{color:#2D2D2D; font-size: 18px; font-weight: 400; line-height: 150%; margin-bottom:60px; margin-top:60px;}

.map_sec svg path {
    fill-rule: evenodd;
    stroke-width: 0;
   /* fill: #95a2b5; */
    fill-opacity: .6;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.map_sec svg path:hover {
    fill-opacity: .9
}

.map_sec::-webkit-scrollbar {
height:5px;
}

.map_sec::-webkit-scrollbar-track {
  border-radius: 8px; background: #F5F5F5;
}

.map_sec::-webkit-scrollbar-thumb {
border-radius: 15px;background: #bebebe;
}

.map_sec::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.select_floor{margin-bottom:60px;}

.sl_fl{ margin-right:40px;     margin-top: 10px;}

.room_sec_all{
	border-radius: 20px;
	background: #F5FBFE;
	box-shadow: 0px 10px 20px 0px rgba(39, 68, 89, 0.12);
	display:flex;
	flex-wrap: wrap;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px; margin-bottom:60px;
}

.room_sec{ display:flex; margin-right:50px; margin-bottom:20px;}
.room_color{width: 20px;height: 20px; border-radius: 100px; margin-right:20px;}
.room_text{color:#2D2D2D; font-size: 18px; font-weight: 400; line-height: 150%;}

/*
.map_sec svg path.administration {
    fill: #bf8182
}

.map_sec svg path.available {
    fill: #62ad0c
}

.map_sec svg path.buffet {
    fill: #ff9934
}

.map_sec svg path.dining {
    fill: #98ccfe
}

.map_sec svg path.hall {
    fill: #910faf
}

.map_sec svg path.ownwork {
    fill: #67cdfe
}

.map_sec svg path.rented {
    fill: #523829
}

.map_sec svg path.representational {
    fill: #c9c6bd
}

.map_sec svg path.service {
    fill: #ce1213
}

.map_sec svg path.social {
    fill: #3d3d3d
}

.map_sec svg path.tech {
    fill: #357486
}

.map_sec svg path.utility {
    fill: #3d3d3d
}

.map_sec svg path.waitingroom {
    fill: #27c58b
}

*/

.brown {background: #D36F4B;}
.orange {background: #FF9831;}
.green {background: #189918;}
.grey {background: #4E4E4E;}
.blue1 {background: #007FE6;}

.map_tooltip{border-radius: 20px;
background: linear-gradient(173deg, rgba(245, 250, 255, 0.80) 5.44%, #F5FAFF 98.28%);
box-shadow: 0px 10px 20px 0px rgba(39, 68, 89, 0.12);
backdrop-filter: blur(13.800000190734863px); padding:26px; color: #2D2D2D; font-size: 16px; font-weight: 400; line-height: 150%; letter-spacing: 0.32px; float: left;}

.map_tooltip_text{ margin-bottom:16px;}

.map_tooltip_text ul li:not([class]) {
    list-style-position: outside;
    list-style-type: disc;
    margin-bottom: 3px;
    margin-left: 22px;
}

.map_tooltip_text ul li::marker {
    font-size: 1rem;
    color: #2D2D2D;
}

.map_tooltip_btn{color: #004289; font-size: 16px; font-weight: 600; line-height: 150%; letter-spacing: 0.64px;}

.map_tooltip_btn img{ margin-left:10px;}

.laboratory{border-radius: 20px; background: #F5FBFE; box-shadow: 0px 10px 20px 0px rgba(39, 68, 89, 0.12); padding: 30px; display: flex;}

.laboratory ul{
	padding:0;
	list-style-type:none;
	margin: 0; display:block; width:50%; margin-right:20px;

}
.laboratory ul li{
	margin:0; list-style-type:none!important;
	padding:0; display:inline-block; width:49%; margin-bottom:20px;
}
.laboratory ul li:last-child, .laboratory ul li:nth-last-child(2){margin-bottom:0px;}

.gl_arrows img{
    cursor:pointer;
}

.swiper-wrapper .main_sec {
    height: auto!important;
}

#mega-menu-wrap-primary #mega-menu-primary {
    text-align: left;
    padding: 0!important;
}

.search_btn_top img{transition: all 0.5s ease;}
.search_btn_top:hover img{margin-right:-6px; margin-left:16px;}


.but_next_icon:hover {
    background-image: url(../images/white_right_arrow.svg); background-color:#004289; border-radius: 50%; border: 1px solid #004289;
} 
.but_prev_icon:hover{
background-image: url(../images/white_left_arrow.svg); background-color:#004289; border-radius: 50%; border: 1px solid #004289;
}

.carousel-control-prev-icon:hover{
background-image: url(../images/previous-hover1.svg);}

.carousel-control-next-icon:hover{
background-image: url(../images/next-hover1.svg);}

.owl-prev{
background-image: url(../images/arrow_left1.svg);}

.owl-next{
background-image: url(../images/arrow_right1.svg);}

.owl-prev:hover{
background-image: url(../images/previous-hover.svg);}

.owl-next:hover{
background-image: url(../images/next-hover.svg);}


.but_next_icon {transition: all 0.5s ease; }

.but_prev_icon{transition: all 0.5s ease;}

.carousel-control-prev-icon{transition: all 0.5s ease;}

.carousel-control-next-icon{transition: all 0.5s ease;}

.owl-prev{transition: all 0.5s ease;}

.owl-next{transition: all 0.5s ease;}

.owl-nav span{ visibility:hidden;}

.search-container .dropdown-menu .form-control:focus{ background-color:#FFFFFF!important;}

  .mglass {
    position: relative;
    display: inline-block;
  }

  .mglass img {
    display: block;
    transition: opacity 0.3s ease-in-out;
  }

  .mglass img.hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }

  .mglass:hover img.hover-img {
    opacity: 1;
  }

  .mglass:hover img.default-img {
    opacity: 0;
  }

.find{color: #2D2D2D; font-size: 18px; font-style: normal; font-weight: 300; line-height: 16px; margin-right:16px;}
.my_ac{color: #2D2D2D; font-size: 18px; font-weight: 400; line-height: 150%; margin-left:16px;}

.top_blue_pl .show{
	padding-bottom: 3px;}

.post_sec a{ text-decoration:underline;}

.post_all_link a{text-decoration:underline;}

.right_news_sec a{ text-decoration:none!important;}

.rezydenci-inner-page .residents_img {
    padding-top: 70px;
    background-size: 400px;
}

@media only screen and (min-width: 1200px) and (max-width: 1649px) {
.rezydenci-inner-page .residents_img {
        padding-top: 90px;
    }
}

a.pomysly_box{text-decoration:none!important;}
a.join_btn{text-decoration:none!important;}
.message_box_btn a{text-decoration:none!important;}

/*=======================Cart pages===========================*/


.cockpit_left{padding: 20px 16px; border-radius: 14px; background: #FFF;
box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12); margin-right:40px;}

.mb34{ margin-bottom:34px;}

.cockpit_right H2{color: #2d2d2d;  margin-bottom:34px;}


.left_nav{}
.left_nav ul{
	padding:0;
	list-style-type:none;
	margin: 0;
}
.left_nav ul li{
	padding:0;
	margin:0; list-style-type:none!important;
}

.left_nav ul li a{
	text-decoration:none;
	display:block;
	text-align: left;
	color: #2D2D2D;
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
	margin-bottom:8px;
	height:42px;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px; transition: all 0.5s ease;
}
.left_nav ul li a img{ margin-right:8px;}
.left_nav ul li a:hover {color:#fff; border-radius: 8px;background: #004289;}
.left_nav ul li a:hover img {filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(164deg) brightness(200%) contrast(104%);}

.left_nav ul li a.act {color:#fff; border-radius: 8px;background: #004289;}

.left_nav ul li a.act img {filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(164deg) brightness(200%) contrast(104%);}


.cockpit H2{color: #2d2d2d;  margin-bottom:34px;}

.register{padding: 50px; border-radius: 30px; background: #FFF; box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);}

.input-group .form-control{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #767676;
	border-bottom-color: #767676;
	border-left-color: #767676;
}

.login{ padding-right:180px; margin-bottom:76px;}

.login a{ text-decoration:underline;}

.protocol{ padding-right:70px;}

.title_sec h2{ margin-bottom:0px; color: #004289;}
.red{color: #E20000;}
.input-group-img{ width:10%; height: 50px;}

.no_orders{padding: 14px 30px; border-radius: 12px; background: #F4F4F4; display: flex; align-items: flex-end;}

.no_orders img{ margin-right:18px;}


.packages_all{}
.packages_all ul{
	padding:0;
	list-style-type:none;
	margin: 0px;

}
.packages_all ul li{
	list-style-type:none!important;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:34px;
	display: flex;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #767676;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 34px;
	margin-left: 0;
}

.packages_all ul li:last-child{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.pack_title{font-size: 20px; font-weight: 600; line-height: 150%; }

.pack_price {
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    align-items: flex-end; gap:18px;
}

.pack_price2 {width: 320px;}

.pack_img{ margin-right:18px; width:300px;}

.pack_left{}
.pack_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pro_details_left{ padding-right:50px;}

.pro_details_img{ margin-bottom:20px;}

.pro_details_bot_img{display: flex;flex-direction: row;gap: 20px;}

.pro_details_bot_img img{ width:156px; border-radius: 12px; border: 4px solid #fff;}
.pro_details_bot_img img:hover{border: 4px solid #004289;}

.pro_details_right{ padding-left:30px;}

.pack_price1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; margin-bottom:34px;
}

.add_to_cart {display: flex;align-items: center;}

.add_date{ margin-right:14px;}

.add_cal{ margin-right:30px;}

.btn_cart{border-radius: 6px; background: #767676; height: 48px; padding: 12px 24px; color:#FFFFFF; color: #FFF; font-size: 16px; font-weight: 600; line-height: 150%;letter-spacing: 0.64px;}
.btn_cart:hover{ background: #004289; color:#FFFFFF;}

.btn_cart img{ margin-right:10px;}


.btn_cart_marron{border-radius: 6px; background: #004289; height: 48px; padding: 12px 24px; color:#FFFFFF; color: #FFF; font-size: 16px; font-weight: 600; line-height: 150%;letter-spacing: 0.64px;}
.btn_cart_marron:hover{ background: #767676; color:#FFFFFF;}
.btn_cart_marron img{ margin-right:10px;}

.line_34{ background-color:#bababa; margin-top:34px; margin-bottom:34px; height:1px;}

.line_60{ background-color:#bababa; margin-top:60px; margin-bottom:60px; height:1px;}

.pro_details_right a{ text-decoration:underline;}

.other_products{ display:flex;}

.other_products .pack_right {
    display: flex;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

.other_products .pack_price {
    font-size: 36px;
    font-weight: 700;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.order_green{border-radius: 12px; background: #F4F9F4; padding: 14px 30px; margin-bottom:65px; display: flex; justify-content: space-between;}
.order_green img{ margin-right:18px;}

.view_basket{display: flex; color:#0A800A; font-size: 16px; font-weight: 600; line-height: 150%; letter-spacing: 0.64px; align-items: center;}
.view_basket a{color:#0A800A;}
.view_basket a:hover { color:#0A800A!important;}

.view_basket img{ margin-left:10px; transition: all 0.5s ease; }
.view_basket a:hover img{margin-right:-6px!important; margin-left:10px;}

.basket_box{padding: 50px; border-radius: 30px; background:  #FFF; box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12); margin-bottom:65px;}

.basket_heading {
	background: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
	border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bababa; padding-bottom:24px;
}

.basket_heading_left{text-align: left !important;}

.basket_tbl_bot_line{border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #bababa; vertical-align: middle; padding-top: 20px; padding-bottom: 20px;}

.basket_img{ margin-right:60px;}

.grey1{color:#767676;}

.coupon{ width:55%; display:flex; margin-top:34px; align-items: center;}
.discount{ width:40%;}
.coupon .form-control{ height:48px;}

.cart_summary_box{padding: 50px; border-radius: 30px; background:  #FFF; box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12); width:50%; margin-left: auto;}
.cart_heading{font-size: 36px; font-weight: 600; line-height: normal; margin-bottom:34px;}
/*
.cart_item{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bababa;
	display: flex;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
    */
.cart_text{ width:50%;}

.cart_text1{ width:70%;}

.cart_text2{ width:30%;}

.cart_item2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bababa;
	display: flex;
	margin-bottom: 24px;
	padding-bottom: 24px;
}

.cart_item1 {
    display: flex;
    justify-content: flex-end; margin-top:22px;
}

.basket_img_text {
    display: flex;
    align-items: center;
}

.order_box{padding: 34px; border-radius: 30px; background: #FFF;
box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);}

.order_text{font-size: 16px; font-weight: 400; line-height: 150%;}

.order_form{ width:47%; float:left; margin-right:25px;}

.disabled{opacity: 0.5;}

.order_form_34{ width:35%; float:left; margin-right:25px;}

.order_form_22{ width:23%; float:left; margin-right:25px;}

.order_form_341{ width:35%; float:left;}

.mb34_check{ margin-bottom:34px; display:flex;}

.mb34_check .form-check-input{flex-shrink: 0;}

.mb70_check { position:relative; margin-bottom:70px; display:flex;}

.mb70_check .invalid-feedback{ position:absolute; bottom:-30px;}

.mb70_check .form-check-input{flex-shrink: 0;}

.mb34_check a{ text-decoration:underline;}

.przelewy24{ margin-bottom:50px; display:flex; align-items: center;}

.przelewy24 img{ margin-right:30px;}

.btn_full{ width:100%;}

.cal_icon {
    height: 40px;
    width: 30px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    margin-top: -45px;
    margin-right: 7px;
}


.order_grey{border-radius: 12px; background: #F4F4F4; padding: 14px 30px; margin-bottom:65px; display: flex; display: flex; justify-content: flex-start; align-items: flex-start;}
.order_grey img{ margin-right:18px; margin-top:5px;}

    .quantity-selector {
      display: flex;
      align-items: center;
      max-width: 140px;
    }
    .quantity-selector button {
      width: 36px;
      height: 36px;
      padding: 0;
	  border-radius: 6px;
background: #767676;
padding: 12px 16px; border:none; color:#FFFFFF;     display: flex;  justify-content: center; align-items: center; font-size:25px;
    }

.quantity-selector button:hover{
background: #004289;
    }
.quantity-selector button:focus{
background: #004289;
    }


.quantity-selector input {
	padding-left:12px; padding-right:12px;
      text-align: center;
      font-size:20px; border:none; margin-bottom: 0px;
    }

.calendar_tbl{}
.edit{display:flex; flex-direction: row; gap: 20px;}

.line_45{ background-color:#bababa; margin-top:45px; margin-bottom:45px; height:1px;}

.select_time{border-radius: 30px; background: #FFF; box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12); padding: 34px 80px; display: flex; flex-direction: column;  margin-bottom:40px;}
.reserve_cal{ padding-right:30px;}

.select_time_title{color: #2D2D2D; text-align: center; font-size: 24px; font-weight: 600; line-height: 150%; margin-bottom:34px;}

.cal_date{color: #767676; text-align: center; font-size: 16px; font-weight: 400; line-height: 150%; display:flex; gap:12px; flex-direction: column;}

.call_all{display: flex; justify-content: space-around; }

.from{}

.from_sp{color: #2D2D2D;  font-weight: 600;}

.from_act{
	padding-left:33px; padding-right:33px; padding-top:5px; padding-bottom:5px; border: 1px solid #004289; color: #2D2D2D;  font-weight: 600;}

.right_btn{ margin-left:auto; float: right;}

.modal_title{
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #767676;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.modal_reservation{border-radius: 12px; background: #FFF; box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12); padding: 20px 30px; width:530px; margin-left:auto; margin-right:auto; margin-top:20%;}

.reservation_bot {
    display: flex;
    justify-content: space-between;
    align-items: center; margin-top:12px;
}

.modal_reservation .modal-body {
    text-align: center;
}

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

.news_btn1{display: flex; color:#004289; font-size: 16px; font-weight: 600; line-height: 150%; letter-spacing: 0.64px; align-items: center;}
a.news_btn1{color:#004289;}
a:hover.news_btn1{ color:#004289!important;}
.news_btn1 img{ margin-right:10px; width:16px; height:12px; transition: all 0.5s ease;}
.news_btn1:hover img{margin-left:-6px; margin-right:16px;}

.addy_line{color: #2D2D2D; font-family: Roboto; font-size: 18px;
font-style: normal; font-weight: 600; line-height: 150%; margin-bottom:18px;}

.ad_box{padding: 20px 30px; border-radius: 12px; background: #FFF; box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);}

.ad_title{
	font-size: 18px;
	font-weight: 600;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #767676;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.adresy_line{ margin-bottom: 12px;display: flex; align-items: center;}

.adresy_line_left{color:  #767676; font-size: 14px; font-weight: 600; line-height: 150%; width:150px;}
.adresy_line_right{}

.line_12{ background-color:#767676; margin-top:12px; margin-bottom:12px; height:1px;}

.add_form{}

.form_text{font-style: italic; font-weight: 400; margin-top:10px;}

.mb20{ margin-bottom:20px;}

.text20{font-size: 24px; font-weight: 600; line-height: 150%;}

.basket_tbl_center {
    text-align: center;
}

.basket_box .quantity-selector {
    margin-left: 30px!important;
}

.swiper-wrapper .main_sec {
    height: auto!important;
}

.search-container .show .mglass img.hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
  }

.cap_ban_text{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
height: 150px;
padding-top: 20px;
}

.newsletter-block{ margin-bottom:160px;}

#firmy-slider{margin-top: 45px;}

.pomysly ul li a{text-decoration: none!important;}


.news_date_detail_line {
    display: flex;
    flex-direction: row;
    margin-bottom: 12px;
}

@media  (min-width: 768px) {
    .news_date_detail_line {
        flex-direction: row;
    }

   .news_date_detail_line .news_date{
     margin-right: 30px !important;
   }
}

@media  (max-width: 767px) {
    .news_date_detail_line {
        flex-direction: column;
    }

   .news_date_detail_line .news_date{
     margin-right: 0px !important;
   }
}

.blok-wazne-informacje .text_check{
    margin-bottom: 0px !important;
}

.page_banner_news{
	padding-top: 81px; padding-bottom:17px; margin-bottom: 0px!important;
}

.woocommerce div.product form.cart .variations select{padding: 10px;}


.woocommerce div.product form.cart .variations th.label{ width: 200px!important;}

.woocommerce div.product form.cart .variations label {
    padding-top: 10px;
}
@media screen and (max-width: 991px) {
.woocommerce div.product form.cart .variations td{
        display: flex;
        text-align: left;
        flex-direction: column;
    }
.woocommerce div.product form.cart .variations td{margin-bottom: 10px!important;}
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #037640;
    line-height: 1.618;
    text-rendering: optimizeLegibility;
    font-weight: 600; margin-bottom: 10px;
}

/*=============13-11-2025===============*/

.block_sec{ background-color:#e8e5e5; font-size:20px; color:#000; padding:20px; margin-bottom:20px; margin-top:100px;}

ol li::marker {font-size:1rem; color:#004289; font-weight:600;}

.blue_box{ padding:20px; background-color:#004289;
    color: #fff; border-radius: 12px;
}

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

.text22_bold{font-size: 22px; line-height: 150%; font-family: "Fira Sans", sans-serif; font-weight:600;}

.text18_bold{font-size: 18px; line-height: 150%; font-family: "Fira Sans", sans-serif; font-weight:600; border-radius: 10px;
    background: #F5FBFE; padding: 12px;
    flex-basis: 100%; color:#004289;}
	
.mb_0{ margin-bottom:0!important;}

.round_img{border-radius: 20px;}

.image_grid ul{
	padding:0;
	list-style-type:none; margin:0;
}
.image_grid  ul li{
	margin:0;
	list-style-type:none!important;
	padding:15px;
}

.quote_sec{ margin-bottom:60px; display: flex;
    justify-content: flex-start;
    align-items: flex-start;}

.quote_sec h2{margin-bottom:20px; font-weight: 400; }

.quote{ margin-left: 90px; position:relative; margin-top:58px;}

.quote_img{margin-top:25px;}

.quote_icon{position: absolute; top:-46px; left:-46px;}

.quote_text{font-size: 18px; font-weight: 400; line-height: 150%;}
.quote_text strong{font-weight: 700; color:#004289;}

.quote strong{font-weight: 700; color:#004289;}

.img_with_caption{ position:relative;}
.img_with_caption .caption{ position:absolute; bottom:0; width:100%; background-color:rgb(0 66 137 / 70%); color:#FFFFFF; border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px; padding:12px;}


.video {
  position: relative;
  width: 100%;
}

.video img {
  width: 100%;
  height: auto;
}

.video .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  padding: 12px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.video .btn:hover {
  background-color: black;
}

@media (max-width:767px) {
.mb20{ margin-bottom:20px;}
}
.pomysly_80{ width:80%;}

.nf-blok-zdjecie-1-4-teskt-3-4 img{
    border-radius: 12px;
}

.firmCat{float: left!important;}

.add_all{display: flex!important;}

.news_img_new{overflow: hidden; position:relative; border-radius: 20px!important; max-height: 450px; }

.news_img_back{ 
background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
filter: blur(5px); z-index:350; object-fit: cover;
    height: 100%; transform: scale(1.15);
}

.news_img_front{
  position: absolute; z-index:351; top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.news_img_front img{
    border-radius: 0px!important;
}

.caption_img a{display: flex;}

.firm_title a{display: flex;}

.post_sec a {
  height: max-content;
  display: inline-block;
}

.firm_logo a{
height: auto;
display: inline-block;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button{margin: 5px!important;}

.link ul li a:hover{color:#F5FBFE;}

a:hover.download_link{color:#F5FBFE;}

.link ul li a.link_disc {transition: all 0.5s ease;}

.link ul li a:hover .link_disc {
    color:#F5FBFE!important;
}

#post-219 ul.wsp-pages-list{margin-bottom:10px; padding:0; margin-top:10px;}

#post-219 ul.wsp-pages-list li{
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom:8px;
	margin-left:22px;}

#post-219 ul.wsp-pages-list li ul{margin-bottom:10px; padding:0; margin-top:10px;}

#post-219 ul.wsp-pages-list li ul li{
	list-style-position: outside;
	list-style-type: disc;
margin-bottom:2px; margin-top:2px;
	margin-left:26px!important; }


#post-219 ul.wsp-pages-list li ul li ul{margin-bottom:10px; padding:0; margin-top:10px;}

#post-219 ul.wsp-pages-list li ul li ul li{
	list-style-position: outside;
	list-style-type: disc;
margin-bottom:2px; margin-top:2px;
	margin-left:26px!important;}
    
.hentry .wp-block-table tbody td, .hentry table tbody td{vertical-align: top;}

.hentry .wp-block-table tbody td, .hentry table tbody td {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #2A5384;
}

.hentry .wp-block-table tbody tr td:last-child {
  border-right-width: 0px;
}