.popup_section{
	display:none;
}
.showpopup{
	display:flex;
}
.popup_section{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;	
}
.wpcf7-form-control-wrap{
	width:100%;
}
textarea.w-input{
	height:5.5em;
}
.wpcf7-list-item label{
font-size: .75em;
    line-height: 1.5;
    color: #fff;
}
.wpcf7-list-item label a{
	color: #fff;	
	text-decoration: underline;
}
.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
    font-weight:400;
}
input[type="checkbox"] {
    flex-shrink: 0;
    margin-right: 10px;
    margin-top: 4px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ce0202;
    background: #ce0202;
    color: #fff;
    padding: 10px;
    margin: 10px 0px 20px 0px;
    font-size: 14px;
    line-height: 21px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    padding: 10px;
    margin: 0px;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    margin-top:10px;
}
.wpcf7-list-item{
	margin-left:0;
}
.wpcf7-form-control-wrap[data-name="zgoda"]{
	    margin: 15px 0 20px 0;
    display: block;
}
.wpcf7-submit{
	display:none;
}
.google-map{
    height:450px;
}
.offer_hero_grid{
    display:none;
}
.offer_views_grid a svg path{
    fill:transparent;
    stroke: rgb(149, 149, 149);
}
.active-widok svg path{
    fill: rgb(187, 151, 85)!important;
    stroke: rgb(187, 151, 85)!important;
}
.off_view_2{
display:flex!important;
}
.offers_view_2{
    display:flex!important;
    flex-wrap:wrap!important;
}
.off_view_2 .offer_card_top{
display:flex!important;
}
.off_view_2 .offer_card_slider{
    width: 30%;
}
.off_view_2  .offer_card_link_wrap{
    padding-left: 0;
    margin-top: 2em;
}
.w-slider-mask,
.w-slide{
    height:auto;
}
.offers_grid{
    display:flex;
    flex-wrap:wrap;
    grid-column-gap: 0;
    grid-row-gap: 0;
}
.offers_grid .offer_card{
    width:31.33%;
    margin:1%;
}
@media (max-width:767px){
    .offers_grid .offer_card{
    width:48%;
    margin:1%;
}
}

@media (max-width:567px){
    .offers_grid .offer_card{
    width:100%;
    margin:1%;
}
}