/* Main color -  aquamarine*/
/* latin */
@font-face {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local('Barlow Semi Condensed Thin'), local('BarlowSemiCondensed-Thin'), url(https://fonts.gstatic.com/s/barlowsemicondensed/v5/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfG7qoIE4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: local('Barlow Semi Condensed ExtraLight'), local('BarlowSemiCondensed-ExtraLight'), url(https://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRft6u_B2sl.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
    font-family: 'Barlow Semi Condensed';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Barlow Semi Condensed Light'), local('BarlowSemiCondensed-Light'), url(https://fonts.gstatic.com/s/barlowsemicondensed/v5/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf06i_B2sl.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
  
  /* cyrillic */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  
    /* cyrillic */
    @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    scroll-behavior: smooth !important;
}

a, a:hover {
    text-decoration: none;
    color: black;
}

ul {
    list-style: none;
    padding-left: 0;
}

header.chech {
    background-image: url(../images/countries/larga-chech.jpg);
}

header.litva {
    background-image: url(../images/countries/litva.jpg);
}

header.poland {
    background-image: url(../images/countries/poland.jpg);
}

header.slovakia {
    background-image: url(../images/countries/slovakia.jpg);
}

header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

.header_box {
    max-width: 800px;
    margin: 0 auto;
    height: auto;
    background: rgba(255, 157, 9, 0.87);
    border-radius: 5px;
    padding: 20px;
}

.header_box p {
    color: white;
    font-size: 25px;
    margin-top: 20px;
}

.vacancy {
    margin-top: 20px;
}

.container {
    width: 95%;
    margin: 0 auto;
}

.vacancy-box {
    width: 400px;
    margin: 20px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    margin: 15px auto;
}

.vacancy-block {
    display: flex;
    flex-wrap: wrap;
}

.vacancy-box .more {
    display: block;
    margin: 0 auto;
    width: 250px;
    height: 40px;
    background: rgb(255, 157, 9);
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.vacancy-content {
    margin: 20px;
}

.vacancy-box img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.274);
    height: 250px;
}

.vacancy-box h6 {
    font-size: 20px;
    margin: 5px 0;
    color: #0077c5;
}

.vacancy-box .salary {
    color: rgb(255, 157, 9);
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin: 10px 0;
}

.vacancy-box .description {
    min-height: 120px;
    font-size: 18px;
    letter-spacing: 1.05px;
}

.card_header {
    /* background: url('../images/vacancy/daikin2.jpg') no-repeat;  */
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative; 
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-position: 0 -80px;
}

.card_container {
    width: 1170px;
    display: block;
    margin: 0 auto;
}

.name-vacancy {
    /* position: absolute;
    bottom: 0;
    right: 0;
    left: 0; */
    width: 100%;
    height: auto;
    background: #ffd541;
    padding: 20px 0 20px 0; 
}

.name-vacancy p {
    font-size: 30px;
    margin: 0;
    font-weight: bold;
    padding-left: 20px;
}

.name-vacancy small {
    color: #0077c5;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
}

.conditions {
    margin-right: 75px;
}

.conditions h3 {
    color: #0077c5;
    padding-bottom: 15px;
}

.conditions > ul > li {
    margin: 35px 0;
    border-bottom: 1px solid #0077c5;
    padding-bottom: 10px;
}

.conditions ul ul li {
    margin: 10px 1px;
    display: flex;
}

.salary-section {
    background: #ffd541;
    height: auto;
    text-align: center;
    width: 450px;
    padding: 40px 60px;
}

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

.salary-section button {
    margin-top: 25px;
    width: 200px;
    height: 40px;
    background: #000;
    color: white;
    border: none;
    cursor: pointer;
}

.salary-section strong {
    font-size: 25px;
    margin-bottom: 5px;
}

.salary-section p {
    font-size: 20px;
    margin-top: 5px;
}

.icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background-size: contain;
}

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

.icon-time {
    background-image: url('../images/icons/clock.png');
}

.icon-house {
    background-image: url('../images/icons/home.png');
}

.icon-nutrition {
    background-image: url('../images/icons/diet.png');
}

.icon-sex {
    background-image: url('../images/icons/gender.svg');
}

.icon-age {
    background-image: url('../images/icons/plus-18-movie.png');
}

.icon-experience {
    background-image: url('../images/icons/experiment-results.svg');
}

.icon-education {
    background-image: url('../images/icons/certification.svg');
}

.vacancy h3 {
    text-align: center;
    font-size: 35px;
}


@media screen and (max-width: 1300px) {
    .card-section {
        flex-direction: column;
        margin: 0 15px;
    }
    
    .salary-section {
        margin-bottom: 50px;
    }

    .conditions {
        margin-right: 0;
    }

    .card_container {
        margin: 0;
    }

    .card_container {
        width: 100%;
    }
    
    .header_box {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .salary-section {
        width: 100%;
    }

    .salary-section {
        padding: 25px 0px;
    }
    
    .salary-section p {
        font-size: 16px;
    }

    .salary-section strong {
        font-size: 22px;
    }

    .card-section {
        margin: 0;
    }

    .card_header img {
        width: 100%;
    }
    
    .vacancy-img {
        margin-top: 40px;
    }
}

@media screen and (max-width: 600px) { 
    .card_header img {
        max-height: 600px;
        width: 100%;
    }

    .header_block {
        padding-top: 100px !important;
    }

    .header_box  {
        padding: 10px 0 !important; 
    }

    .header_box p {
        font-size: 18px !important;
    }
}

.header_block {
    padding-top: 200px;
}
.header-img {
    background-size: cover !important;  
    background-position: center; 
    width: 100%;
}

.header_img_one {
    background: url(../images/workPoland1.jpg) no-repeat; 
    background-position: 0px -35px !important;
}

.header_img_two {
    background: url(../images/bg_img_two.png) no-repeat; 
}

.second-managers-block {
    padding-bottom: 20px;
}

.scroll-opaticy{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255, 255, 255);
    opacity: 0;
}


.nav {
    background: white;
    width: 100%;
    height: auto;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.9;
    transition: ease 0.5s;
}

.nav > .container {
    background: #fff;
}

.nav .container{
    position: relative;
}

.nav:hover{
    opacity: 1;
}

.nav-active {
    background: #fff !important;
    position: fixed;
    top: 0;
    border-bottom: 1px solid black;
}

.nav-active .main-list a {
    color: black !important;
}

.main-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 10px;
}

.main-list li{
    padding: 10px 25px 13px 25px;
    transition: all 0.9s;
    border-bottom: 2px solid transparent;
}

.main-list a{
    color: #000;
    transition: all 0.7s;
    font-weight: bold;
}

.main-list li:hover{
    /* transform: scale(1.04);  */
    border-bottom: 2px solid #477f8e;
    /* box-shadow: 0 6px 0 rgba(127, 255, 212, 0.5); */
}

.main-list li:hover a {
    /* color: aquamarine; */
    color: #000;
    text-decoration: none;
}

.logo-block {
    position: relative;
    top: 5px;
}

.logo-block img{
    height: 48px;
    width: 60px;
    position: absolute;
    left: 0;
}


@media all and (max-width: 991px) {
    .nav {
        height: 60px;
        width: 100%;
        opacity: 1;
    }

    .nav-responsive-active {
        background: #fff;
        height: auto; 
        border-bottom: 2px solid #ff733f; 
        border-bottom-left-radius: 5px; 
        border-bottom-right-radius: 5px;
        transition: ease 0.5s;
    }

    .support-menu {
        display: none;
    }
    
    .nav .container {
        margin-left: 0;
    }
    .responsive-icon{
        position: fixed;
        right: 18px;
        top: 18px;
        z-index: 150;
        height: 25px;
    }

    .responsive-icon span {
        display: block;
        margin: 0 auto;
        width: 40px;
        height: 3px;
        background: #000;
        color: #000;
    }

    .responsive-icon span::before {
        content: '';
        display: block;
        position: relative;
        top: 9px;
        float: right;
        margin: 0 auto;
        width: 30px;
        height: 3px;
        background: #000;
        color: #000;
        transition: ease 0.5s;
    }

    .responsive-icon span::after{
        content: '';
        display: block;
        position: relative;
        top: 14px;
        float: right;
        margin: 0 auto;
        width: 20px;
        height: 3px;
        background: #000;
        color: #000;
        transition: ease 0.5s;
    }

    .responsive-icon:hover span:before, .responsive-icon:hover span:after{
        width: 40px;
    }

    .nav .container{
        margin-left: 0;
    }

    .main-list{
        display: block;
        padding-left: 0;
        padding-top: 55px;
    }

    .main-list a {
        color: #000;
    }

    .logo-block {
        position: relative;
        left: 25px;
    }
}