/*
Theme Name: ePraceo Theme
Text Domain: ePraceo Theme
Version: 1.0
Description: Motyw ePraceo
Tags: simple, not complicatedS
Author: ePraceo
Author URI: https://epraceo.pl
*/
/*
#wpadminbar, .nojq{
    display:none!important;
}*/

/* START GLOBAL STYLES */
/* Global style --------------- */
:root {
    --global-light-blue-tlo: #f3f8ff;
    --global-light-blue: #6a5fff;
    --global-light-blue-2: #726ccc;
    /*--global-blue: #0066FF;*/
    /*--global-blue: #003cdc;*/
    --global-blue: #3f67e8;
    --global-blue-2: #1c48d7;
    --global-blue-new: #5078f7;
    --global-blue-new-hover: #6b8cfa;
    --global-blue-hover: #090cd2;
    --global-darker-blue: #020061;
    --global-darker-blue-2: #3e4f9b;
    --global-darker-blue-3: #0f059d;
    --global-darker-blue-new: #142e81;
    --global-light-sea: #00FFC2;
    --global-light-sea-2: #78efff;
    --global-white: #FFF;
    --global-light-brown: rgba(138,95,30,0.06);
    --global-brown: #956231;
    --global-orange: #ee8345;
    --global-light-brown-2: #C7AF90;
    --global-light-brown-3: #f9f5f0;
    --global-dark: #242A33;
    --global-dark-gray: #505050;
    --global-gray: #333;
    --global-light-gray: #666;
    --global-light-gray-1: #E0D3D3;
    --global-light-gray-2:rgb(225, 225, 225);
    --global-pink: #df628a;

    --global-dark-blue-text: #383656;

	--left-right-padding:15px;
	--left-right-padding-minus:-30px;
    scroll-behavior: smooth;
}
@media(max-width:1024px) {
    :root {
        --left-right-padding:15px;
    }
}

@media(max-width:768px) {
    :root {
        --left-right-padding:10px;
    }
}
/*
@font-face {
    font-family: 'DM Mono';
    src: url('/templates/assets/fonts/DMMono-Regular.ttf'),
         url('/templates/assets/fonts/DMMono-Medium.ttf'),
         url('/templates/assets/fonts/DMMono-Light.ttf');
    font-weight:normal;
    font-style:normal;
}*/

/*@font-face {
    font-family: 'Poppins';
    src: url('/templates/assets/fonts/Poppins-Regular.ttf'),
         url('/templates/assets/fonts/Poppins-Medium.ttf'),
         url('/templates/assets/fonts/Poppins-Light.ttf'),
         url('/templates/assets/fonts/Poppins-SemiBold.ttf'),
         url('/templates/assets/fonts/Poppins-Bold.ttf');
    font-weight:normal;
    font-style:normal;
}*/

html,
body {
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
	background-color: #fff;
    background-color: #F6F6F6;
    color: var(--global-darker-blue);
    font-family: 'Open Sans', sans-serif;
    padding: 0px;
    margin: 0;
    word-break: break-word;
	scroll-behavior: smooth;
    font-size: 10px;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

h1 {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 800;
    padding:0;
    margin-top:2px;
    margin-bottom:7px;
    color:inherit;
}

@media(max-width:1024px) {
    h1 {
        font-size: 2.3rem ;
        line-height: 3.2rem ;
    }
}

@media(max-width:768px) {
    h1 {
        font-size: 2.2rem ;
        line-height: 3rem ;
    }
}

h2 {
    font-size: 1.5rem;
    line-height:2.8rem;
    font-weight: 700;
    /*margin: 50px 0px 25px 0;*/
    color:inherit;
    margin:10px 0;
}

@media(max-width:768px) {
    h2 {
        font-size:1.5rem;
    }
}
/*
@font-face {
    font-family: 'DM Mono';
    src: url('/templates/assets/fonts/DMMono-Regular.ttf'),
         url('/templates/assets/fonts/DMMono-Medium.ttf'),
         url('/templates/assets/fonts/DMMono-Light.ttf');
    font-weight:normal;
    font-style:normal;
}*/
/*
@font-face {
    font-family: 'Poppins', sans-serif;
    src: url('/templates/assets/fonts/Poppins-Regular.ttf'),
         url('/templates/assets/fonts/Poppins-Medium.ttf'),
         url('/templates/assets/fonts/Poppins-Light.ttf'),
         url('/templates/assets/fonts/Poppins-SemiBold.ttf'),
         url('/templates/assets/fonts/Poppins-Bold.ttf');
    font-weight:normal;
    font-style:normal;
}*/

h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 30px 0px 10px 0px;
}
@media(max-width:768px) {
    h3 {
        font-size:1.6rem;
    }
}

h4 {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 8px 0px;
}

h5 {
    font-size: 1.4rem;
    font-weight: 600;
}

h6 {
    font-size: 1.6rem;
    font-weight: 600;
}

p {
    color: var(--global-dark-blue-text);
    line-height: 1.9rem;
    font-size: 1.4rem;
    margin: 17px 0px 17px 0px;
}

strong {
    color: inherit;
    font-size: inherit;
}

/*@media(max-width:768px) {

    p,
    strong {
        /*font-size: 1.5rem;
        line-height: 2.6rem;* /
    }
}*/

ul{

}

li {
    color: inherit;
    margin: 6px 0px;
    line-height: 2.6rem;
    font-size:1.6rem;
}

hr {
    border: 0px;
    height: 1px;
    background-color: #e5e5e5;
    margin: 25px auto;
    width:100%;
}

*::-webkit-scrollbar {
    width: 8px;
    height: 0px;
    margin: 0;
    padding: 0;
}

*::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #d5d4db;
}

*::-webkit-scrollbar-track{
    background-color: #F9F9FB;
}

.center{
    text-align:center;
}

.spacer-70{
    height:70px;
    width:100%;
}

/* Global style END ---------------------*/
/* header style START */

header{
    position:relative;
    background-color:var(--global-darker-blue-new);
    box-shadow: 0 2px 2px 0 #e1e1e1;
    /*background-color:var(--global-darker-blue);*/
    /*height: 60px;*/
}
/*@media(max-width: 768px){
	header{
       height: 6px;
	}
}*/

.header-width{
    display:flex;
    z-index:105;
    justify-content: space-between;
    align-items: center;
	width:100%;
    max-width:1400px;
    box-sizing:border-box;
    margin:auto;
    height: 110px;
    padding:0 var(--left-right-padding);
    /*max-width: 1300px;*/
    box-sizing:border-box;
    z-index:99;

    background-color:var(--global-darker-blue-new);
}
@media(max-width: 1440px){
	.header-width{
        max-width:1200px;
	}
}
@media(max-width: 768px){
	.header-width{
        gap:30px;
        height: 70px;
	}
}

.header-logo{
    width:calc(200px - var(--left-right-padding));
}
@media(max-width: 900px){
	.header-logo{
        width:130px;
	}
}
.header-right{
    width: calc(100% - 160px + var(--left-right-padding));
    display:flex;
    justify-content: space-between;
    gap:10px;
    margin-bottom:42px;
}
@media(max-width: 900px){
	.header-right{
        width: calc(100% - 130px);
        justify-content: flex-end;
        margin-bottom:32px;
	}
}
@media(max-width: 768px){
	.header-right{
        margin-bottom:0px;
	}
}



.header-logo a{
    display:inline-flex;
}

.header-logo svg{
    width:170px;
    height:100%;
}
@media(max-width: 900px){
	.header-logo svg{
        width:140px;
	}
}
/*
@media(max-width: 380px){
	.header-logo svg{
        width:170px;
	}
}
@media(max-width: 300px){
	.header-logo svg{
        width:160px;
	}
}*/

.mobile-background{
    display:none;
    position:fixed;
        width:100%;
        height:100%;
        z-index:100;
        top:0;
        left:0;
        background-color: rgb(165 137 101 / 30%);
        backdrop-filter: blur(1px);
}


.header-hamburger{
    display:none;
    /*font-size:2.2rem;
    font-weight:600;
    cursor:pointer;
    display: flex;
    align-items: center;
    margin-left:6px;
    padding: 9px;
    border-radius:8px;
    transition: 0.1s;*/
}
@media(max-width: 900px){
	.header-hamburger{
        font-size:2.2rem;
        font-weight:600;
        cursor:pointer;
        display: flex;
        align-items: center;
        margin-left:6px;
        padding: 9px;
        border-radius:8px;
        transition: 0.1s;
	}
}
@media(max-width: 380px){
	.header-hamburger{
        font-size:2.4rem;
	}
}
@media(max-width: 300px){
	.header-hamburger{
        font-size:2.2rem;
	}
}

.header-hamburger:hover{
    background: var(--global-darker-blue-2);
    transition: 0.1s;
}

.header-hamburger svg{
    width: 20px;
    height: 20px;
}

.header-nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*width:calc((100% - 40px) / 2);*/
    width:100%;
    margin-bottom: 1px;
}
@media(max-width:900px){
    .header-nav{
        width:40px;
        margin-bottom: 0px;
    }
}

.header-menu-desktop{
    display:flex;
    flex-direction:row;
    align-items: center;
    min-width: 280px;
    justify-content: flex-end;
    gap:10px;
}

@media(max-width:1110px){
    .header-menu-desktop{
        display:none;
    }
}

.header-menu{
    display:flex;
    flex-direction:row;
    align-items: center;
    /*width:calc((100% - 40px) / 2);*/
    width:100%;
    justify-content: flex-end;
    min-width:330px;
    background-color:var(--global-darker-blue-new);
    align-items: center;
    box-sizing: border-box;
    z-index:0;
}

@media(max-width: 900px)
{
	.header-menu{
        display:none;
        width:70%;
        align-items: flex-start;
        justify-content: flex-start;
        position:fixed;
        height:100%;
        overflow-y: scroll;
        top:0;
        right:0;
        flex-direction:column;
        -webkit-box-shadow: 0px 0px 24px 0px rgba(142, 142, 142, 1);
        -moz-box-shadow: 0px 0px 24px 0px rgba(142, 142, 142, 1);
        box-shadow: 0px 0px 24px 0px rgba(142, 142, 142, 1);
        padding: 30px;
        z-index:9999999999;
	}
}


@media(max-width: 400px)
{
	.header-menu{
        width:100%;
        min-width:100%;
        padding: 15px;
	}
}


.header-menu-mobile{
    display:none;
    width:100%;
    flex-direction:column;
}
/*@media(min-width: 851px)
{
	.header-menu-mobile{
        display:none!important;
	}
}*/


.header-menu-mobile-h{
    display:none;
    display:flex;
    width:100%;
    justify-content:space-between;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    font-size: 2.2rem;
    font-weight: 600;
    color:#fff;
}

.header-menu-mobile-h>a>svg{
    width: 118px;
    height: 50px;
}

.header-menu-mobile-h-x{
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.1s;
    padding:7px;
    border-radius:8px;
}

.header-menu-mobile-h-x:hover{
    background-color: var(--global-darker-blue-2);
    transition: 0.1s;
}

.header-menu-mobile-h-x img{
    width:18px;
    height:18px;
}

.header-menu-mobile-hr{
    width:100%;
    margin-top:25px;
    margin-bottom: 14px;
}

.header-menu-link{
    padding:5px 0;
    position:relative;
    padding-left: 0px;
}

@media(max-width: 768px)
{
	.header-menu-link:nth-child(3){
        padding:5px 0;
	}
}

.menu-link{
    font-size:1.4rem;
    font-weight:600;
    color:#fff;
    transition:0.2s;
    padding:10.5px;
    /*margin-left:15px;*/
    height:36px;
    box-sizing:border-box;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius:10px;
}

.menu-link:hover{
    /*color: #011c53;*/
    /*background-color:#f0eff6;*/
    transition: 0.1s;
    text-decoration:underline;
}
/*
@media(max-width: 1024px)
{
	.menu-link{
        font-size:1.4rem;
	}
}*/
@media(max-width: 900px)
{
	.menu-link{
        margin-left: 0;
	}
}
@media(max-width: 900px)
{
    .header-menu .header-menu-link{
        width:100%;
    }
}

.header-menu .menu-link{
    justify-content:flex-start;
    margin-left: 5px;
}
@media(max-width: 900px)
{
    .header-menu .menu-link{
        justify-content:flex-start;
        height: 40px;
    }
}

.header-menu-desktop .menu-link{
    font-size:1.4rem;
    padding: 10px 12px;
}

.blog-link{
    margin-left:5px;
    height: 30px;
}

.mobile-link{
    display:none;
}

.menu-link.log-link{
    /*background-image:linear-gradient(to right, var(--global-blue), var(--global-darker-blue) );*/
    color:var(--global-blue);
    background-color:#fff;
    transition:0.3s;
    border: 1px solid var(--global-darker-blue);
    border-radius: 8px;
    height:38px;
    margin-left: 10px;
}

.log-link:hover{
    /*background-image:linear-gradient(to right, var(--global-light-blue), var(--global-darker-blue-2) );*/

    transition:0.3s;
}

@media(max-width:900px){
    .header-menu .log-link{
        margin-top:5px;
        margin-bottom:10px;
        padding: 19px 10.5px 21px 10.5px;
        margin-left:0;
    }
}


.human-icon{
    display:inline-flex;
    width:14px;
    height:14px;
    border:2px solid var(--global-blue);
    margin-top: 1px;
    border-radius:20px;
    margin-right:5px;
    overflow:hidden;
    position:relative;
}

.human-head{
    width: 6px;
    height: 6px;
    background-color: var(--global-blue);
    border-radius: 20px;
    position: absolute;
    top: 2px;
    left: 4px;
}

.human-body{
    width: 13px;
    height: 13px;
    border: 2px solid var(--global-blue);
    border-radius: 9px;
    position: absolute;
    top: 9px;
    left: -1px;
}

.header-menu .offer-link{
    padding: 11px 11px 11px 11px;
    height:38px;
    /*background-color: var(--global-blue);*/
    border-radius: 10px;
    color: #fff;
    border:2px solid #fff;
    transition: 0.1s;
    font-weight: 700;
    margin-left:15px;
}

.header-menu  .offer-link:hover{
    /*border:2px solid var(--global-darker-blue);**/
    /*background-color: #fff;
    color:var(--global-blue-hover);*/
    transition: 0.1s;
    text-decoration: underline;

}
@media(max-width:900px){
    .header-menu .offer-link{
        padding:20px 11px;
        margin-left:0;


    }
}

.header-menu-link-arrow{
    width:10px;
    margin-left: 5px;
    position: relative;
    top: 1px;
}
@media(max-width:900px){
    .header-menu-link-arrow{
        display:none;
    }
}

@media(max-width:768px){
    .width-100{
        width:100%;
    }
}

.menu-desktop{
    display:block;
}
@media(max-width:900px){
    .menu-desktop{
        display:none;
    }
}
.menu-mobile{
    display:none;
}
@media(max-width:900px){
    .menu-mobile{
        display:block;
    }
}

.header-menu-link>ul{
    display: none;
    padding: 3px 10px 3px 10px;
    -webkit-box-shadow: 0px 8px 15px 0px rgb(128 128 128 / 10%);
    -moz-box-shadow: 0px 8px 15px 0px rgb(128 128 128 / 0.10);
    box-shadow: 0px 8px 15px 0px rgb(128 128 128 / 10%);
    list-style-type:none;
    width: 100%;
    box-sizing:border-box;
    border-radius: 8px;
    background-color:#fff;
    margin-top:0;
    margin-bottom:0;
    font-size:1.3rem;
    position:absolute;
}

@media(max-width:900px){
    .header-menu-link>ul{
        display: block;
        box-shadow:none;
        list-style-type:none;
        padding-left:0;
        position:relative;
    }

    /*.header-menu-link:hover>ul{
        display: block;
        position: relative;
    }*/
}
.header-menu-link:hover>ul{
    display: block;
}
/*@media(max-width:900px){
    .header-menu-link:hover>ul{

    }
}*/


.header-menu-link>ul>li{
    font-size:1.4rem;
    color:inherit;
    font-weight:500;
    text-align:center;
    border-radius:5px;
    transition:0.2s;

}
@media(max-width:900px){
    .header-menu-link>ul>li{
        margin-left:20px;
    }
}

.header-menu-link>ul>li:hover{
    transition:0.2s;
    color:inherit;
    background-color: #f0eff6;
    font-weight:500;

}

.header-menu-link ul a{
    color:inherit;
    display:block;
    width:100%;
    text-align:left;
    text-align:center;
    line-height:2.6rem;
}
@media(max-width:900px){
    .header-menu-link ul a{
        margin-left:20px;
        text-align:left;
    }
}

/* style dla header END */

/* main oraz container-left, container-right */
/*
main{
    padding:0 var(--left-right-padding);
    max-width: 1300px;
    box-sizing:border-box;
    margin:auto;
    justify-content: space-between;
}*/
.wrapper{
    display:flex;
    width:100%;
    max-width:1400px;
    margin:auto;
}
@media(max-width:1440px){
    .wrapper{
        max-width:1200px;
    }
}
@media(max-width:768px){
    .wrapper{
        flex-direction:column;
    }
}

.main-wrapper{
    display:flex;
    flex-direction:column;
    padding:0;
    /*padding-right: var(--left-right-padding);*/
    width:calc(100% - 280px);
    box-sizing:border-box;
    padding-bottom:0px;
    padding-left:0;
    /*background-color: #fdfdfb;
    background-color: #f4f3ef;
    background-color: #f4f2ee;
    background-color: #fefaf8;*/
    background-color: #fdfcfc;
    min-height: calc(100vh - 60px);
}
@media(max-width:768px){
    .main-wrapper{
        flex-direction:column;
    }
}
@media(max-width:768px){
    .main-wrapper{
        flex-direction:column;
        width:100%;
    }
}

.wrapper h1{
    font-size:1.8rem;
    font-weight: 700;
    line-height:2.2rem;
    width:100%;
    margin: 0px 0px 2px 0px;
    display:flex;
    gap:6px;
    color:#fff;
}
@media(max-width:768px){
    .wrapper h1{
        margin: 0px 0px 0px 0px;
        flex-direction:column;
        font-size:2rem;
        line-height:3rem;
    }
}
@media(max-width:768px){
    .dash-desktop{
        display:none;
    }
}
.category-title{
    padding: 0 0 0 var(--left-right-padding);
    font-size: 1.3rem;
    color:var(--global-brown);
    font-weight:700;
    margin:0px 0 10px 0;
}
@media(max-width:768px){
    .category-title{

        margin:10px 0 5px 0;
    }
}

/* -------------------------- */

/* bredcrumbs */
.breadcrumbs{
    list-style-type:none;
    display:flex;
    margin:-5px 0 0 0;
    padding:0;
    color: #fff;
    gap:5px;
    font-size:1.3rem;
}
@media(max-width:768px){
    .breadcrumbs{
        gap:10px;
        margin:0 0 0 0;
    }
}

.breadcrumbs a{
    color:inherit;
    font-size:inherit;
}

.breadcrumbs a:hover{
    text-decoration: underline;
}
.breadcrumbs-li, .page-content .breadcrumbs li{
    margin:0;
    color:inherit;
    font-size:inherit;
}
.breadcrumbs>li>a{
    font-size:inherit;
    color:inherit;
}
/* -------------------------------- */

article a{
    color: #6D91C1;
    font-weight:700;
}

article a:hover{
    color: var(--global-darker-blue-2);
}

/* dymki z kategoriami */
.post-categories{
	display: flex;
	list-style-type: none;
	padding:0;
	flex-wrap: wrap;
	gap:5px 10px;

}
@media(max-width:768px){
	.post-categories{
		margin-top:0;
        gap:3px 6px;
	}
}


.post-categories>li{
	margin:0;
}

.post-categories>li>a{
	background-color: #F8F5F1;
	color:inherit;
	font-weight:600;
	font-size:1.1rem;
	border-radius:20px;
    text-align: center;
	transition:0.3s;
	display: inline-block;
    margin: 0;
    padding: 4px 10px;
    line-height: 1.8rem;
}
@media(max-width:768px){
    .post-categories>li>a{
        padding:2px 6px;
    }
}
@media(max-width:400px){
	.post-categories>li>a{
		font-size:1rem;
	}
}


.post-categories>li>a:hover{
	background-color:#ECECFC;
	transition:0.3s;
}

/* --------------------------------- koniec dymkĂłw z kategoriami */


/* header-categories */
.header-categories-top{
    display:flex;
    flex-direction:column;
}
@media(max-width:768px){
    .header-categories-top{
        overflow-x: scroll;
    }
}
.header-categories-space{
    width: 280px;
    border-right: 1px solid #eae4de;
    background-color: #F6F6F6;
    box-sizing: border-box;
}
@media(max-width:768px){
    .header-categories-space{
        width:100%;
        display:none;
    }
}

.header-categories-fixed{
    top:60px;
}
@media(max-width:768px){
    .header-categories-fixed{
        position:relative;
        width:100%;
        top:0;
    }
}
.header-categories-wrapper{
    /*overflow:scroll;*/
    width:100%;
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*background-color:#fdfff1;
    background-color:#fdfff7;
    background-color:#fbfbea;
    background-color:#fffcf7;
    background-color:#f9f6f1;
    background-color:#f4f2ee;*/
    /*background-color: #f8f4f2;*/

    /*-moz-box-shadow: 1px 0px 4px -2px rgba(230,230,230,1.00);
    -webkit-box-shadow: 1px 0px 4px -2px rgba(230,230,230,1.00);
    box-shadow: 1px 0px 4px -2px rgba(230,230,230,1.00);*/

    box-sizing: border-box;
}
@media(max-width:768px){
    .header-categories-wrapper{
        height:auto;
        flex-direction: column;
        min-height: 66px;
    }
}

.header-categories-wrapper::-webkit-scrollbar{
    width:5px;
}

.header-categories-wrapper::-webkit-scrollbar-track{
    background-color:rgba(255,255,255,0);
}

.category-heading{
    color: #CA9D71;
    font-size:1.8rem;
    font-weight:700;
    margin-top:10px;
}

.header-categories{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    padding:10px var(--left-right-padding);
    width: 100%;
    box-sizing: border-box;
    flex-direction:column;
}
@media(max-width:768px){
    .header-categories{
       flex-wrap:nowrap;
       flex-direction:row;
       gap:16px;
       width:1440px;
       padding:15px var(--left-right-padding);
       /*padding-left:5px;
       padding-right:5px;*/
    }
}

.header-categories-top-arrow-h1{
    display:flex;
    flex-direction:column;
    padding-left:var(--left-right-padding);
    align-items: flex-start;
    margin-top:4px;
    margin-bottom:10px;
}
@media(max-width:768px){
    .header-categories-top-arrow-h1{
        margin-top:0px;
        margin-bottom:0px;
        display:none;
    }
}

.header-categories-location{
    font-size:1.3rem;
    margin-top:5px;
}

.arrow-back, .arrow-back-mobile{
    padding: 0px 1px 1px 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 36px;
    background-color:var(--global-white);
    color: var(--global-darker-blue-3);
    font-size: 1.3rem;
    font-weight:500;
    border-radius: 50px;
    -moz-box-shadow: 0px 0px 8px -5px rgb(104 102 184);
    -webkit-box-shadow: 0px 0px 8px -5px rgb(104 102 184);
    box-shadow: 0px 0px 8px -5px rgb(104 102 184);
    left: 0;
    position: relative;
    transition:0.1s;
    gap: 3px;
    margin-top:10px;
    margin-bottom:4px;
    margin-right: 8px;
}
.arrow-back:hover, .arrow-back-mobile{
    background-color:var(--global-light-blue-tlo);
    background-color: #fbf9f5;
    transition:0.1s;
}

.arrow-back img{
    width:14px;
    height:14px;
    object-fit:contain;
    position: relative;
    top: 1px;
}

.header-category{
    margin-left:0px;
    padding:10px 9px 10px 8px;
    color:inherit;
    font-size:1.3rem;
    font-weight:600;
    border-radius:10px;
    display: inline-flex;
    align-items: center;
    transition:0.1s;
    box-sizing: border-box;
    width:100%;
    border: 1px solid #eae4de;
    background-color:#fff;
    justify-content: space-between;
    /*-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 1px 2px rgb(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px  rgb(0,0,0,0.1);*/
}
@media(max-width:768px){
    .header-category{
        width:auto;
    }
}





.header-category:hover{
    /*background-color:#ECECEC;
    background-color:#f7f5f3;
    background-color:#fbf9f5;
    background-color: #fefaf8;*/
    transition:0.05s;
    /*outline: 1px solid #103785;
    color: #122c82;*/

}
.header-category:hover .header-category-left{
    text-decoration: underline;
}
/*
.category-position-block{
    display:flex;
}*/

.header-cat-expand{
    /*width:calc(100% - 40px);*/
    border-radius:10px 0 0 10px;
    border-right: none;
}

.cat-expand-arrow{
    width:24px;
    height:100%;
    border: 1px solid #eae4de;
    background-color:#fff;
    padding: 14px 9px 14px 8px;
    border-radius:0 10px 10px 0;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}
@media(max-width:768px){
    .cat-expand-arrow{
        height: 16px;
    }
}
.cat-expand-arrow:hover{
    background-color:#f4f4f4;
    text-decoration:none!important;
}
.header-category:hover .cat-expand-arrow:before{
    text-decoration:none!important;
}

.cat-expand-arrow-active{
    border-color:#3f67e8;
    border: 1px solid #3f67e8;
    margin-top: -1px;
    margin-bottom: -1px;
}

.subcategory-list{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left:10px;
    box-sizing: border-box;
    margin-top:12px;
}
@media(max-width:768px){
    .subcategory-list{
        position: absolute;
        top: 61px;
        margin-top:0;
        z-index: 10000000;
        background-color: rgb(255, 255, 255);
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 2px 7px -1px rgb(140 140 140 / 51%);
    }
}
@media(max-width:768px){
    .category-link-wrap{
        display:flex;
        justify-content: space-evenly;
    }
}

@media(max-width:768px){
    .subcat-horizontal{
        display: flex;
        flex-direction: row;
        background-color:rgba(0,0,0,0);
        box-shadow:none;
        padding:0;
        position: unset;
        margin-left: 10px;
        z-index: 1000;
    }

    .subcat-horizontal .header-subcategory{
        padding:3px 14px;
        margin-top: 0px;
    }
}


.header-subcategory{
    margin-top:-5px;
    width:100%;
    box-sizing:border-box;
    padding: 7px 14px;
}
.header-subcategory:hover{
    text-decoration:underline;
}

.header-category-left{
    display: flex;
    align-items: center;
}




/*
.arrow-back-mobile{
    display:none;
}*/
@media(max-width:768px){
    .arrow-back-mobile{
        display:flex;
        width:30px;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        left:0;
        background-color: #fcf8f5;
        border: 1px solid #e1e1e1;
        margin-left:-5px;
    }

    .arrow-back-mobile img{
        width:24px;
        height:24px;
        object-fit:contain;
    }
}
/*
.header-category-active{
    -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 1px 5px rgb(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px  rgb(0,0,0,0.2);
}*/

.header-category-active{
    outline: 1px solid #3f67e8;
    color: var(--global-blue);
    background-color: #ffffff;
    border: none;
}

.header-category-inactive{
    background-color:#f9f6f2;
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.04);
    -webkit-box-shadow:  0px 1px 2px rgb(0, 0, 0, 0.04);
    box-shadow: 0px 1px 2px rgb(0, 0, 0, 0.04);
    /*color: #B3B3B8;*/
}
/*
.header-category-inactive img{
    filter: grayscale(1);
    opacity:0.8;
}*/

.header-category img{
    margin-right:7px;
    width:24px;
    height:24px;
    object-fit:contain;
}



@media(max-width:768px){
    .header-categories-wrapper>footer{
        display:none;
    }
}

/* header categories END */


.container{
    width:100%;
    box-sizing: border-box;
    padding: 0;
    margin:0;
    display:flex;
    padding-top: 0;
}

@media(max-width:1024px){
    .container{
        flex-direction:column;
    }
}
@media(max-width:768px){
    .container{
       padding-top: 0;
    }
}
.container-search{
    z-index: 1000000000;
    margin-left: 5px;
}
@media(max-width:768px){
    .container-search{
        margin-left: 0px;
    }
}

.container-search .container-left, .container-search .container-right{
    margin-bottom:0;

}

.container-offers{
    flex-direction:row-reverse;
    z-index:0;
}
@media(max-width:1024px){
    .container-offers {
        flex-direction:column;
    }
}

.container-offers .container-left{
    margin-top: -46px;
}
@media(max-width:1024px){
    .container-offers .container-left{
        margin-top: 0;
    }
}

.container-offers .container-right{
    margin-top: -10px;
}
@media(max-width:1024px){
    .container-offers .container-right{
        padding:5px 15px 5px 20px;
        height: 250px;
    }
}
@media(max-width:768px){
    .container-offers .container-right{
        padding:5px 15px 5px 20px;
        height: 220px;
    }
}


@media(max-width:1024px){
    .container-offers .container-right .day-job-offers-wrapper  {
        width:100%;
        overflow-x: scroll;
        padding: 10px;
        margin-left:-10px;
        height: 180px;
    }
}
@media(max-width:768px){
    .container-offers .container-right .day-job-offers-wrapper  {
        width:100%;
        overflow-x: scroll;
        padding: 10px;
        margin-left:-10px;
        height: 150px;
    }
}

@media(max-width:1024px){
    .container-offers .container-right .day-job-offers  {
        margin-top: 0;
    }
}


@media(max-width:1024px){
    .container-offers .container-right .job-offers  {
       flex-direction: row;

    }
}
@media(max-width:1024px){
    .container-offers .container-right .job-offers>div {
       display:contents;

    }
}
@media(max-width:1024px){
    .container-offers .container-right .job-offer-body  {
       width:300px;
    }
}
@media(max-width:768px){
    .container-offers .container-right .job-offer-body  {
        padding:10px 15px;
        box-sizing: border-box;
    }
}


.container-left{
    /*max-width:800px;*/
    width:calc(100% - 300px);
    box-sizing:border-box;
    margin-bottom:20px;
    min-width: 480px;
    position: relative;
    z-index: 98;
}
@media(max-width:1024px){
    .container-left{
        max-width:100%;
        width:100%;
    }
}
@media(max-width:768px){
    .container-left{
        max-width:100%;
        width:100%;
        min-width: 100%;
    }
}

.container-left-top-spacing{
    height:101px;
}

.container-left-top{
    background-color:#ffffffbf;
    padding:6px 20px 8px;
    box-shadow: 0px 1px 2px rgb(0,0,0,0.1);

    z-index:1000;
    top:60px;
    box-sizing: border-box;
    min-width:480px;
    width:100%;
    backdrop-filter: blur(4px);
}
@media(max-width:768px){
    .container-left-top{
        min-width:100px;
        padding:10px 5px;
    }
}

.container-left-bottom{
    padding:5px 20px 5px 30px;
    width:100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}
@media(max-width:1024px){
    .container-left-bottom{
        padding:5px 15px 5px 20px;
    }
}
@media(max-width:768px){
    .container-left-bottom{
        padding:0 10px 5px 10px;
        margin-bottom: 0px;
    }
}

.container-left-bottom-hr{
    margin: 35px auto 15px auto;
}
@media(max-width:768px){
    .container-left-bottom-hr{
        margin: 40px auto 18px auto;
    }
}

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

.mobile{
    display:none;
}
@media(max-width:768px){
    .mobile{
        display:block;
    }
}

.search-box-wrapper{
    background-color:var(--global-darker-blue-new);
    margin:-10px -18px 4px;
    border:3px solid #FDFCFC;
    border-radius:20px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    width: calc(100% + 36px - 3px);
}
@media(max-width:768px){
    .search-box-wrapper{
        margin:0px -10px 4px;
        width: calc(100%  + 20px);
        border:0px solid #FDFCFC;
        border-radius:0;
    }
}


.search-box{
    padding:16px 20px 12px 20px;
    border-radius:20px;
}
@media(max-width:768px){
    .search-box{
        padding:16px 15px 12px 15px;
    }
}

@media(max-width:768px){
    .search-box.offers-page{
        border-radius:0;
    }
}

.popular-search-block{
    display:flex;
    justify-content: space-between;
    align-items: center;
    /*margin-top:20px;*/
}
@media(max-width:768px){
    .popular-search-block{
        flex-direction: column;
        align-items: flex-end;

    }
}
.popular-search-block a{
    color:var(--global-darker-blue);
    font-size:12px;
    background-color:#EEF1FA;
    padding:4px 8px;
    border-radius:5px;
    font-weight:600;
}

.popular-search-links-wrapper{
    width:100%;
    max-width:100%;
    overflow-x:scroll;

}
.popular-search-links-wrapper::-webkit-scrollbar-thumb{
    display:none;
}
.popular-search-links-wrapper>div{
    width:678px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:10px;
    max-width:100%;
}
@media(max-width:768px){
    .popular-search-links-wrapper{
        width:100%;
    }
}


.search-filters{
    display:flex;
    flex-direction: column;
    align-items: center;
    gap:10px;
    width:100%;
    /*min-width:440px;*/
    margin:14px 0 8px 0;

}
@media(max-width:1024px){
    .search-filters{
        width:auto;
        min-width:400px;
        padding:0 0;
    }
}
@media(max-width:768px){
    .search-filters{
        min-width:200px;
        width: calc(100%);
        margin:25px 0px 13px 0px;
    }
}
@media(max-width:400px){
   /* .search-filters{
        justify-content: space-between;
        min-width:auto;
        margin:5px 0 0 0;
    }*/
}

.columns-h1-filters{
    display:flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.columns-h1-filters h2{
    font-size:1.6rem;
}
/* filters styles */
.filters-button{
    color:var(--global-darker-blue);
    font-size:1.4rem;
    /*border:1px solid #b3bddc;*/
    padding:12px 8px;
    font-weight:600;
    border-radius:7px;
    width: 88px;
    display:flex;
    justify-content: center;
    align-items: center;
    height:26px;
    box-sizing: border-box;
    /*background-color: #f6f6f6;*/
    transition: 0.1s;
    min-width: 78px;
    height: 100%;
    cursor:pointer;
    border-right: 1px solid var(--global-light-brown-3);
}
.filters-button:hover{
    border-radius:7px;
    background: #ecedf7;
}
.filters-button-reverse{
    color:#FFF;
    font-size:1.4rem;
    border:1px solid #FFF;
    padding:11px 8px;
    font-weight:600;
    border-radius:0px;
    min-width: 90px;
    display:flex;
    justify-content: center;
    align-items: center;
    height:26px;
    box-sizing: border-box;
    gap:5px;
    transition: 0.1s;
    min-width: 80px;
    height: 100%;
    cursor:pointer;
    
}


@media(max-width:768px){
    .filters-button, .filters-button-reverse{
        order:3;
    }
}

.filters-button:hover{

    transition: 0.1s;
}
/*
@media(max-width:768px){
    .filters-button-text{
        display:none;
    }
}*/


.filters-button>img{
    max-height:100%;
    max-width:100%;
    height:15px;
    padding-right:5px;
}
/*@media(max-width:768px){
    .filters-button>img{
        padding-right:0;
    }
}*/

.cover, .search-cover, .cover-offers{
    /*background-color:rgba(0,0,0,0.3);*/
    background-color: rgb(211 207 207 / 45%);
    backdrop-filter: blur(1px);
    position:fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    overflow:hidden;
    display:none;
    z-index:10000000001;
}

.cover-offers{
    justify-content: center;
    align-items: center;

}
@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.cover-offers svg{
    animation: spin 1s linear infinite;
    width: 30px;
    height: 30px;
}

.animate-spin {
    animation: spin 1s
linear infinite;
}

@media(min-width:401px){
    .search-cover{
        display:none!important;
    }
}

.filters-button{
    cursor:pointer;
}

.cover{
    align-items: center;
    justify-content: center;
}

.filters-wrapper{
    display:none;
    align-items: center;
    justify-content: center;
    top: 0;
    position: fixed;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100vh;
}

.filters-window{

    width:450px;
    /*max-width:90%;
    position:fixed;
    min-height:400px;
    margin:auto;
    top: calc((100vh - 400px) / 2);
    left:calc((100vw - 450px) / 2);
    margin-top: 60px;*/
    max-height:calc(100vh - 60px);
    z-index:1003;
    /*background-color:#F9F9FB;*/
    background-color:#FFFFFF;
    -moz-box-shadow: 1px 1px 4px 0px rgba(168,168,168,1);
    -webkit-box-shadow: 1px 1px 4px 0px rgba(168,168,168,1);
    box-shadow: 1px 1px 4px 0px rgba(168,168,168,1);
    padding:25px 25px 15px 25px;
    border-radius:15px;
    overflow: scroll;

    flex-direction: column;
}
@media(max-width:768px){
    .filters-window{
        width:90%;
        box-sizing:border-box;
        top: calc((100vh - 45vh) / 2);
        left:5%;
        margin-top: 0;
        padding:20px 20px 30px 20px;
    }
}
.filters-window::-webkit-scrollbar{
    width:0;
}

.filters-header{
    display:flex;
    align-items: center;
    justify-content:space-between;
}

.header-3{
    font-weight:700;
    margin-top:0;
    margin-bottom:0;
    font-size:2rem;
}

.filters-x{
    /*display:flex;*/
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.1s;
    padding: 7px;
    border-radius: 8px;
}
.filters-x:hover{
    background-color: #f6f4fd;
    transition: 0.1s;
}

.filters-x img{
    width:18px;
    height:18px;
}

.filters-window hr{
    margin: 12px auto 18px auto;
}

.column-right{
    display:flex;
    align-items: center;
}

.remote-header{
    font-size:1.4rem;
    color: inherit;
    font-weight:600;
    display: flex;
}

::placeholder{
    color:#CDCDCD;
	font-weight: 400;
	font-size: 1.5rem;
}

.header-4{
    margin:0px 0 0px 0;
    font-size:1.4rem;
    font-weight:600;
    max-width:100%;
    display: flex;
    align-items: flex-start;
    gap:8px;
    padding: 10px 10px;
    border-radius: 6px;
    background: #eaedf7;
    background: #ecedf7;
}

.wm-options, .wrap-options{
    display:flex;
    flex-wrap: wrap;
    margin-right:20px;
    max-width:100%;
}


.working-mode, .contract{
    display:flex;
    align-items: center;
    font-size: 1.3rem;
    margin-right: 20px;
    margin-bottom: 10px;
}

.filters-window label, .new-filters-window label{
    gap:6px;
}

.filters-window input[type="checkbox"], .new-filters-window input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #e2d7d7;
    margin: 0;
    font: inherit;
    width: 1.15em;
    height: 1.15em;
    border-radius: 3px;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    padding: 2px 1px 1px 1px;
    top: 2px;
    position: relative;
}
.filters-window input[type="checkbox"]::before, .new-filters-window input[type="checkbox"]::before{
    content: "\2713";
    color: #ede8e8;
    width: 1.15em;
    height: 1.15em;
    border-radius: 3px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: #8b6b6b;
    text-align: center;
    padding: 0px 1px 2px 1px;
}
.filters-window input[type="checkbox"]:checked::before, .new-filters-window input[type="checkbox"]:checked::before{
    transform: scale(1);
}

#show-offers-btn{
    font-size: 1.25rem;
    font-weight: 600;
    border-radius:10px;
    background-color: var(--global-blue);
    border:none;
    outline:none;
    padding: 12px 14px;
    color: var(--global-white);
    transition: 0.3s;
    cursor:pointer;
    display: block;
    width: 140px;
    margin: 20px auto 12px auto;
}
@media(max-width:768px){
    #show-offers-btn{
        position: relative;
        width:100%;
        bottom:0;
        right:0;
        margin-top:15px;
    }
}

#show-offers-btn:hover{
    background-color: var(--global-blue-hover);
    transition: 0.3s;
}

/* switch START */
.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 18px;
    margin-left:5px;
    top:1px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #9FB1C6;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 28px;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
    background-color: #D9DFEC;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  }

  input:checked + .slider {
    background-color: var(--global-darker-blue-2);
  }

  input:focus + .slider {
    box-shadow: 0 0 1px var(--global-darker-blue-2);
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
  }
/* switch END */
/* filters styles END */

.more-offers{
    font-size:1.4rem;
}

.page-content{
    /*margin-top:70vh;*/
    font-size:1.4rem;
    line-height:2rem;
}

.page-content hr{
    margin-bottom:40px;
}

.page-content p, .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content ol, .page-content ul, .page-content li{
    padding:0;
    margin:14px 0;
    font-size:inherit;
    line-height:inherit;
    color:#000;
}

.page-content h2{
    font-size:1.8rem;
    margin-top: 25px;
    margin-bottom: 12px;
}
.page-content h3{
    font-size:1.6rem;
    margin-top: 25px;
}
.page-content a, .page-content a>strong{
    font-weight:600;
    color: var(--global-blue);
}

.page-content a:hover{
    text-decoration: underline;
}
/*
.page-content ul{
    padding:0 0 0 15px;
}*/

.page-content li{
    margin:0 0 0 20px;

}

.page-content-boxes{
    display:flex;
    flex-wrap:wrap;
    gap: 10px 12px;
    margin-bottom:50px;
    margin-top:24px;
}

.page-content-boxes a{
    display:block;
    background-color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
    font-weight:400;
    font-size:1.3rem;
}

.page-content-boxes a:hover{
    text-decoration: underline;
}

.page-content-h2-brown{
    font-weight:600;
    font-size:1.6rem;
    margin-top:10px;
    margin-bottom:20px;
}


.job-offers-wrapper{
    /*height: calc(100vh - 80px - 56px - 28px - 75px - 50px - 16px - 16px - 28px + 11px);
    overflow:scroll;*/
    height:auto;
    margin-right: 0;
    padding-right: 0;
    margin-bottom:0;
    padding-bottom:0;
}

.page-top-content-boxes{
    display: flex;
    flex-wrap:wrap;
    gap: 8px 15px;
    margin-top: 20px;
    margin-bottom:25px;
}

.page-top-content-boxes a{

    padding: 3px 0;
    border-radius: 5px;
    font-weight: 400;
    font-size: 1.3rem;
    display: flex;
    gap:6px;
}

.page-top-content-boxes a:hover{
    text-decoration: underline;
}

.page-top-content-boxes a.hidden{
    display:none;
}

.page-top-content-boxes button{
    background-color: transparent;
    padding:0;
    outline:none;
    border:none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor:pointer;
    font-weight: 700;
}

.page-top-content-boxes button .triangle {
   
    transform: translateY(30%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid var(--global-darker-blue);
}

.page-top-content-boxes button .arrow-down{
    /*transform:rotate(90deg);*/
}

.container-right{
    /*width: calc(100% - 800px);*/
    margin-top:10px;
    margin-bottom: 25px;
    width: 450px;
    padding-left:0;
    box-sizing:border-box;
    /*overflow:hidden;*/
    top: 0;
    position: relative;
}
@media(max-width:1600px){
    .container-right{
        width: 400px;
    }
}
@media(max-width:1400px){
    .container-right{
        width: 300px;
    }
}
@media(max-width:1024px){
    .container-right{
        width:100%;
        max-width: 100%;
        padding-left:0;
        margin-top:0;
        margin-bottom: 0px;

        top:0;
    }
}
/*@media(max-width:768px){
    .container-right{

    }
}*/
@media(max-width:1024px){
    .container-images{
        display:none;
    }
}

.img-left{
    border-radius: 10px 10px 50px 10px;
    width: 40%;
    height: 180px;
    margin-top: -10px;
    margin-left:15px;
    z-index: 10;
    position: relative;
    box-shadow:0 2px 15px -3px rgba(30,25,88,0.53);
    object-fit: cover;
    object-position: top;
}

.img-right-bg {
    border-radius: 10px 10px 10px 50px;
    margin: -140px 0 0 0;
    width: 71%;
    position: relative;
    left: 70px;
    height: 144px;
    object-fit: cover;
    object-position: left;
    box-shadow:0 2px 15px -3px rgba(30,25,88,0.53);
}


.img-city-bg{
    border-radius: 10px 10px 50px 10px;
    width: 86%;
    height: 208px;
    margin-top: -15px;
    margin-left:15px;
    z-index: 10;
    position: relative;
    box-shadow:0 2px 15px -3px rgba(30,25,88,0.53);
    object-fit: cover;
    object-position: center;
}

.container-right .job-offers{
    padding-right:10px;
    box-sizing: border-box;
}

.container-right .job-offer-body{
    box-shadow: 0 1px 7px -1px rgb(140 140 140 / 51%);
    border:none;
}

.container-right .job-offer-body:hover{
    box-shadow: 0 1px 8px -1px rgb(140 140 140 / 65%);
}

.container-right .job-offer-header{
    flex-direction: column;
}

.container-right .job-offer-title{
    font-size:1.5rem;
    text-overflow: unset;
    white-space: normal;
    margin: 0 0 7px 0;
    color: var(--global-blue-new);
}

.container-right .job-offer-logo-body{
    width:100%;
    display:flex;
    align-items: center;
}
.container-right .job-offer-company {
    max-width: 100%;
}

.container-right .job-offer-salary{
    text-align:left;
}

.container-right .job-offer-company-location{
    flex-direction: column;
    align-items: flex-start;
}

.container-right .job-offer-requirements{
    margin-bottom:0;
    max-width:100%;
}

.day-offers-h{
    font-size:15px;
    font-weight:700;
    color:var(--global-darker-blue);
    text-transform:uppercase;
    font-size:'Poppins', sans-serif;
    margin:30px 0 10px 0;
}
@media(max-width:1024px){
    .day-offers-h{
        margin:15px 0 10px 0;
    }
}


/* map, leaflet */

#map {
    height:100%;
    height: calc(100vh - 60px);
    width: calc((100% - 240px) / 2 - 15px);
    padding-right:var(--left-right-padding);
    object-fit:cover;
    /*position: fixed;*/
    /*border-top-left-radius: 15px;*/
    /*top:60px;*/
    width:100%;
    max-width: 100%;
}
@media(max-width:1024px){
    #map{
        height:100px;
        box-sizing:border-box;
        position:relative;
        z-index:0;
        top:0;
    }
}
.leaflet-popup-close-button {
    display: none;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: none;
    box-shadow: none;

}

.leaflet-popup-content {
    font-weight: 800;
    text-shadow: 0 0 0 white;
    width: 150px !important;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

.leaflet-marker-pane>img[src="icons/pin-pusty.svg"] {
    z-index: 0 !important;
}

/* leaflet END */

/* style dla nieistniejÄ…cej oferty START */
/* style dla nieistniejÄ…cej oferty END */

/* no offers block styles START */
.no-offers-info{
    margin-top: 18px;
    margin-bottom: 15px;
}

.job-offer-body-no-offers{
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 30px 15px 15px;
    box-sizing: border-box;
    display: flex;
    transition: 0.05s;
    box-shadow: 0 0px 12px -3px rgb(140 140 140 / 44%);
    border: 1px solid #e5e6ea;
    align-items: center;
    flex-wrap: wrap;
    padding: 22px 30px 18px 15px;
}
@media(max-width:768px){
    .job-offer-body-no-offers{
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 15px 15px 20px;
    }
}
.no-offer-image {
    width: 90px;
    height: 90px;
    box-sizing: border-box;
    margin-right: 18px;
    margin-left: 6px;
}
.no-offer-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}
.job-offer-meta-no-offers {
    position: relative;
    width: calc(100% - 120px);
}
@media(max-width:768px){
    .job-offer-meta-no-offers{
        width:100%;
    }
}

.no-offers-title{
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 12px 0;
    display: block;
    max-width: calc(100% - 15px);
    color: var(--global-darker-blue);
}
.no-offers-subtitle{
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    color: #4a495b;
    margin-bottom: 20px;
    margin-top: 4px;
}

.cities-links{
    display: flex;
    gap: 8px;
    padding: 0 0 10px 0;
    flex-wrap: wrap;
}

.city-link{
    padding: 4px 10px;
        border-radius: 7px;
    background-color: #fff;
    border: 1px solid var(--global-blue);
    color: var(--global-blue);
    font-weight: 600;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 7px;
}

.city-link:hover{
    text-decoration:underline;
}

.no-offer-block-cols{
    display:flex;
    justify-content: space-between;
    align-items: center;
    gap:15px;
}
@media(max-width:900px){
    .no-offer-block-cols{
        flex-direction:column;
        align-items: flex-start;
    }
}

.no-offer-col-left{
    width:calc(100% - 220px);
}
@media(max-width:900px){
    .no-offer-col-left{
        width:100%;
    }
}


.btn-homepage{
    background-color: var(--global-blue);
    color: #fff;
    height: 44px;
    padding: 0px 15px;
    outline: none;
    border: none;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.1s;
    font-weight: 600;
    font-size:13px;
    gap: 8px;
    transition:0.1s;
    width:184px;
}

.btn-homepage:hover{
    background-color: var(--global-blue-hover);
    transition:0.1s;
}


/* style filtrów rozwijalnych po lewej START */
.new-filters-window .wm-options{
    flex-direction: column;
}
.new-filters-window .working-mode, .new-filters-window .contract{
    align-items:flex-start;
}
.filters-window input[type="checkbox"], .new-filters-window input[type="checkbox"]{
    top:3px;
}
.filters-window input[type="checkbox"]:hover, .new-filters-window input[type="checkbox"]:hover{
    background-color:#cdbdb6;
}
.cat-expand-arrow{
    display:none;
}
.lb-category{
    display:flex;
    margin-bottom: 10px;
}
.new-filters-window label:hover, .filters-modal label:hover{
    text-decoration: underline;
    cursor: pointer;
}
.expand-options {
    margin: 0 0 20px 0;
    font-size:14px;
    display:flex;
    flex-direction: column;
}
.extra-options {
    display: none; /* domyślnie ukryte */
}
.option-toggle {
    color: var(--global-blue-2);
    cursor: pointer;
    font-weight: bold;
    margin-top: 5px;
    display: inline-block;
}
.option-toggle:hover{
    text-decoration: underline;
}

.subcategory-list{
    margin-bottom:10px;
}

.lb-subcategory{
    display:flex;
}
/* style filtrów rozwijalnych po lewej END */

/* no offers block styles END */

.popular-search-links-wrapper{
    overflow-x: inherit;
}
.user-params{
    display:flex;
    gap: 12px 12px;
    flex-wrap: wrap;
    padding: 6px 0 6px 0;
}
.user-param{
    background-color: var(--global-light-blue-tlo);
    background-color: #f0f6ff;
    font-size:14px;
    padding: 6px 4px 6px 8px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    gap:3px;
    line-height: 100%;
    align-items: center;
}

.user-param .x-remove{
    border-radius: 3px;
    font-size: 22px;
    padding: 5px;
    line-height: 70%;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.user-param .x-remove:hover{
    border-radius:3px;
    background-color: #ced9e9;

}


/* ascript styles START */
.a-bottom{
    padding:0 20px;
}
@media(max-width:768px){
    .a-bottom{
        padding:0 15px;
    }
}
.ascript {
    overflow: hidden;
    width: 100%;
    height: 280px !important;
    background: #f2f2f2 url(/templates/assets/images/tlo-r.svg) center center no-repeat;
    background-size: 90px;
    margin: -10px 0 15px 0;
}
/* ascript styles END */