* {
    font-family: 'EB Garamond 12';
    box-sizing: border-box;
}

a:focus,
img:focus-within {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 1);
}

/*!*--------------------HEADER.TPL--------------------*!*/

.menu_options {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 135px;
    width: 100%;
    line-height: 20px;
    background: transparent;
}

.menu_container{
    width: 100%;
    background: transparent;
}
.menu_container__logo{
    width: 135px;
    height: 135px;
    padding: 5px;
    background: transparent;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    left: 0; 
    top: 50%;
    transform: translate(0, -50%);

}
.menu_container__logo img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 90%;
    height: auto;
}
.logo_container {
    width: 135px;
}

.top-bar {
    background-color: #c9ab81;
    height: 10px;
    width: 100%;
}

.search_form_container {
    margin-bottom: 20px;
    flex-shrink: 3;
}

.search_form_container form {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

.search_form_container input {
    width: 303px;
    max-width: 303px;
    height: 37px;
    border: 1px solid #c9ab81;
    background-color: #ffffff;
    text-align: center;
    font-family: Lato;
}
.search_form_container i {
    margin: auto 8px;
    line-height: 37px;;
    font-size: 30px;
    color: #c9ab81;;
}

.main-container {
    max-width: 1680px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

.header_menu_container {
    width: calc(100% - 135px);
}

.wrapper-site {
    position: relative;
    z-index: 0;
}
.wrapper-site-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #525252;
    top: 0;
    left: 0;
    border: 1px solid #707070;
    opacity: 0.78;
    z-index: -5;
}
.site-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #525252;
    top: 0;
    left: 0;
    z-index: -10;
}
.main_box_top {
    margin-bottom: 0 !important;
}
.footer-background {    
    position: absolute;
    width: 100vw;
    height: 100%;
    background: #262626;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
}
.footer-copyright-background {    
    position: absolute;
    width: 100vw;
    height: 121px;
    background: #ffffff;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -2;
}

.footer {
    position: relative;
}

.footer_3 {
    background: #262626;
    height: 450px;
    border: 1px solid #707070;
    display: flex;
    align-items: center;
    border-left: none;
    border-right: none;
}

.footer_3 .row {
    width: 100%;
    margin: 0;
}
.footer_3 .box-footer-container:first-child .static_box_footer h3 {
    color: #c9ab81;
}
.footer_copyright {
    color: #21365f;
    background-color: #ffffff;
    height: 121px;
}
.copyright {
    display: flex;
    align-items: center;
}
.boxes_top_full_container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}
.boxes_top_2_container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #ffffff;
    padding: 1rem 0;
}
.boxes_top_2_1 {
    width: 42%;
    padding: 0 9%;
}
.boxes_top_2_2 {
    width: 58%;
}
.content_full_bottom_container {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #707070;
    background-color: #ffffff;
}
.content_full_top_container {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #707070;
    border-bottom: none;
    background-color: #ffffff;
    padding: 6.8%;
    padding-bottom: calc(6.8% + 30px);
}
.content_full_top_wrapped_container {
    flex-wrap: wrap;
}
.content_middle_container {
    border: 1px solid #707070;
    border-top: none;
    background-color: #ffffff;
    margin-bottom: 45px;
    padding: 0 6.8%;
    margin-top: -1px;
}
.full_bottom_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 5.8% 0;
    padding: 0;
    max-width: 100%;
}
.boxes_bottom_full_container {
    padding: 0;
    background: #ffffff;
    height: 204px;
}
a:hover {
    color: #525252;
}

.btn_with_eclipse:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 8.8%;
    transform: translate(0, -50%);
    background: #ffffff;
    height: 32px;
    width: 60px;
}

.header_with_bottom_side_lines:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 25%;
    left: 0;
    right: 0;
    height: 2px;
    background: #c9ab81;
}
.header_with_bottom_side_lines > * {
    background: #ffffff;
    z-index: 5;    
    padding-left: 1.5%;
    padding-right: 1.5%;
    text-align: center;
}
.btn_with_side_lines:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #c9ab81;
}
.btn_with_side_lines > * {
    background: #ffffff;
    z-index: 5;    
}
.btn_with_side_lines a:before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: -2px;
    height: 10px;
    width: 15px;
    background: #ffffff;  
    z-index: 5;    
}
.btn_with_side_lines a:after {
    content: '';
    display: block;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translate(0, -50%);
    margin-right: -2px;
    height: 10px;
    width: 15px;
    background: #ffffff;  
    z-index: 5;    
}

div.read_more_article {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 111px;
    width: 100%;
    background: #ffffff;
    z-index: 5;
}
div.read_more_article .read_more_button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 67px;
    width: 60%;
    border: 2px solid #c9ab81;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #525252;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

/*!*--------------------COOKIE ALERT--------------------*!*/

#cookie_alert * {
    font-family: Lato;
    font-size: 16px;
    line-height: 18px;
}
.cookie_alert_container_new_title {
    font-size: 20px !important;
    line-height: 22px !important;
}
.cookie_alert_container_new_btn {
    font-size: 18px !important;
    line-height: 24px !important;
}

/*!*--------------------WCAG--------------------*!*/

.boxSettings .boxSettings__description ul li a {
    font-family: Lato !important;
}

/*!*--------------------LANGUAGES--------------------*!*/

.right_config{
    position: absolute;
}
.right_config_element{
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    list-style: none;
    position: fixed;
    right:-200px;
    background: rgba(255, 255, 255, .6);
    height:50px;
    width:250px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #2f3542;
    box-sizing: border-box;
    border-radius: 2px;
    cursor: pointer;
    z-index: 9999;
}
.right_config_element a, .right_config_element form{
    padding:10px;
    display: block;
    color: inherit;
}
.right_config_element a:hover{
    text-decoration: none;
}
.right_config_element:hover{
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: fixed;
    right:0px;
    background: rgba(255, 255, 255, 1);
}
.right_config_element span{
    margin-left:10px;
}
#polish{
    top:205px;
}
#english{
    top:260px;
}
#ukrainian{
    top:315px;
}
#language{
    top:315px;
}
#russian{
    top:370px;
}

/********* QUICK ACCESS ************/
.quick-access-nav {
    position: absolute;
    top: -1000px;
    z-index: 1000;
}
.quick-access-nav a {
    display: block;
    margin: 0 auto;
    padding: 0.5em 3em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #c9ab81;
    outline: none;
    border: 1px solid #fff;
    font-size: 16px;
    white-space: nowrap;
    text-transform: uppercase;
    transform: translate(-50%, 0);
}
.quick-access-nav a:focus, .quick-access-nav a:focus-within {
    position: static;
    top: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.quick-access-nav li:focus-within {
    top: 1000px;
}
.quick-access-nav li {
    position: absolute;
    width: 100%;
    left: 50vw;
}
/********* END QUICK ACCESS ************/

.showcase_wcag {
    font-size: 14px;
}