*{
    margin: 0;
    padding: 0;
    --primary: #2f4238;
    --hoverColor: #fec512;
    --yellowColor: #4c9a2a;
    --textTitle: #414141;
    --mainWidth: 1178px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.language-picker {
    position: absolute;
    top: 79px;
    right: 10px;
    display: flex;
    align-items: center;
    z-index: 10;
}
.langText{
    font-size: 18px;
}
#swiperSubNav {
    display: none;
}
.subNavImg{
    width: 30px;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.pagination li {
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    color: #333;
}

.pagination li.active {
    background-color: #333;
    color: #fff;
}
.pagination li a{
    text-decoration: none;
    color: black;
}
.subNavElement{
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-weight: 600;
}
.subNavContainer{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 45px;
    align-items: center;
}

.subInnerNav{
    display: flex;
    justify-content: center;
    width: 60%;
    align-items: center;
}
.langPicker{
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.langPicker img{
    width: 45px;
    cursor: pointer;
    transition: 1s;
}
.langPicker img:hover{
    transform: scale(1.1);

}
.subNavMobile{
    display: none;
}
.flag-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.language-picker label {
    margin-right: 10px;
}

.language-picker select {
    padding: 7px;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #163020 ;
    color: white;
}
.whiteLink{
    color: white;
}
a{
    text-decoration: none;
}
#frontNav{
    background: var(--primary);
    padding: 0 40px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}
#mainLogo img{
    width: 200px;
}

#navMenu{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}
.navItem{
    padding: 15px;
    cursor: pointer;
}
a .navItem{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
#loginMenu{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
#googleIcon img{
    width: 76px;
}

#googleIcon{
    display: flex;
    align-items: center;
    column-gap: 15px;
}
#cpd{
    height: 58px;
}
#hamButton{
    position: fixed;
    z-index: 6;
    margin: 10px 20px;
    border: 3px solid white;
    background: var(--primary);
    display: none;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    cursor: pointer;
}
#hamButton img{
    width: 30px;
}
#responsiveNav{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: black;
    opacity: 0.8;
    z-index: 5;
}
.responsiveNavItem{
    padding: 15px;
    cursor: pointer;
    text-align: center;
}
.responsiveNavItem a{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.infoWrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.infoText{
    width: 70%;
    margin-top: 50px;
    font-size: 20px;
}
#attentionItem{
    color: #fec512;
}
#attentionItem:hover{
    color: white;
}


/* Main page Hovers */
.navItem:hover{
    background: var(--hoverColor);
}

/*!*Media Responisve*!*/
/*!* Extra small devices (phones, 600px and down) *!*/
/*@media only screen and (max-width: 600px){*/
/*    #navMenu{*/
/*        display: none;*/
/*    }*/
/*    #hamButton{*/
/*        display: flex;*/
/*    }*/
/*    #frontNav{*/
/*        justify-content: end;*/
/*        column-gap: 10px;*/
/*        padding: 9px;*/
/*    }*/
/*}*/

/*!* Small devices (portrait tablets and large phones, 600px and up) *!*/
/*@media only screen and (max-width: 600px){*/
/*    #navMenu{*/
/*        display: none;*/
/*    }*/
/*    #hamButton{*/
/*        display: flex;*/
/*    }*/
/*    #frontNav{*/
/*        justify-content: end;*/
/*        column-gap: 20px;*/
/*        padding: 9px;*/
/*    }*/
/*}*/

/*!* Medium devices (landscape tablets, 768px and up) *!*/
/*@media only screen and (max-width: 768px){*/
/*    #navMenu{*/
/*        display: none;*/
/*    }*/
/*    #hamButton{*/
/*        display: flex;*/
/*    }*/
/*    #frontNav{*/
/*        justify-content: end;*/
/*        column-gap: 20px;*/
/*        padding: 9px;*/
/*    }*/
/*}*/

/*!* Large devices (laptops/desktops, 992px and up) *!*/
/*@media only screen and (max-width: 992px){*/
/*    #navMenu{*/
/*        display: none;*/
/*    }*/
/*    #hamButton{*/
/*        display: flex;*/
/*    }*/
/*    #frontNav{*/
/*        justify-content: end;*/
/*        column-gap: 20px;*/
/*        padding: 9px;*/
/*    }*/
/*}*/

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px){
    #navMenu{
        display: flex;
        justify-content: space-between;
    }
    #navMenu{
        display: none;
    }
    #hamButton{
        display: flex;
    }
    #frontNav{
        justify-content: end;
        column-gap: 10px;
        padding: 9px;
    }
    #cpd, #rospa{
        display: none;
    }
    .langText{
        display: none;
    }
}
