.text_ad {
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

body > img {
    position: absolute;
}

/*
        cookie popup styles
*/

#cookiepopupdiv {
    position:fixed;
    display:none;
    width: 100%;
    bottom:0px;
    padding: 20px 0;
    background: #f6f8f9;
    z-index:110;
    font-size:12px;
    line-height: 1.4;
}

#innerdiv {
    position: relative;
    max-width: 970px;
    margin: 0px auto;
    font-family: Arial;
}

#cookie {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -28px;
    width: 55px;
    height: 57px;
    background: url(../images/cookie.png) no-repeat center top;
    background-size: contain;
}

#dontShowMessage{
    position: absolute;
    background: url("../images/e2x.png") no-repeat center top;
    background-size: contain;
    top: 50%;
    right: 10px;
    margin-top: -25px;
    width: 55px;
    height: 64px;
}

#cookiepopupdiv p.text {
    position: static;
    margin: 0px 110px 0px 110px;
    text-align:center;
    font-family: Arial;
    color: #333;
}

#subnav {
    background-color: #1a1b24;
    background-image: url("../img/logo-stopka.png");
    background-position: center top;
    background-repeat: no-repeat;
    color: #ffffff;
    font-size: 0.750em;
    line-height: 1;
    padding: 50px 0 70px;
    z-index: 0;
}

#subnav a {
    color: #ffffff;
}

#subnav .inner .inner-column .mobile-arrow {
    display: none;
}

#subnav .inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

#subnav .inner .inner-column {
    width: 23%;
}

#subnav .inner .inner-column h3 {
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#subnav ul {
    list-style: none;
    padding: 0;
}

#subnav > li {
    padding: 6px 0 6px 0;
    width: 95%;
}

#subnav .social-media {
    margin: 0 auto;
}

#subnav .social-media ul {
    align-items: center;
    display: flex;
    justify-content: center;
}

#subnav .social-media ul li {
    padding: 0 .3vw;
}

#subnav .social-media ul li a {
    width: 33px;
    height: 33px;
    display: inline-block;
    background: url('../../img/ico_footer_sprite.png') no-repeat 0 0;
}

#subnav .social-media ul li:nth-child(2) a {
    background: url('../../img/ico_footer_sprite.png') no-repeat -33px 0;
}

#subnav .social-media ul li:nth-child(3) a {
    background: url('../../img/ico_footer_sprite.png') no-repeat -66px 0;
}

#subnav .social-media ul li:nth-child(4) a {
    background: url('../../img/ico_footer_sprite.png') no-repeat -99px 0;
}

#subnav .social-media ul li:nth-child(5) a {
    background: url('../../img/ico_footer_sprite.png') no-repeat -132px 0;
}

#subnav .social-media ul li:nth-child(6) a {
    background: url('../../img/ico_footer_sprite.png') no-repeat -165px 0;
}

#subnav .social-media ul li:nth-child(7) a {
    background: url('../../img/ico_footer_sprite.png') no-repeat -198px 0;
}

nav#subnav .important-info a {
    border: 1px solid #FFF;
    display: block;
    margin: 20px 0 0;
    padding: 15px;
    text-align: center;
}

#cookieConfigureModal {
    position: relative;
    max-width: 640px;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
}
#cookiepopupdiv .configuration {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
#cookiepopupdiv #dontShowMessage {
    background: #ed1c24;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    right: 10px;
    top: 50%;
    width: auto;
    height: auto;
}
#cookiepopupdiv p.text {
    margin: 0px 130px 0px 90px;
}
.save-configuration-cookie {
    display: inline-block;
    background: #ed1c24;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 30px;
    text-decoration: none;
    font-family: Arial;
}
.cookieConfigureForm {
    text-align: left;
    padding: 10px 0px;
    font-family: Arial;
    font-size: 16px;
}
.cookieConfigureForm h4 {
    margin-bottom: 10px;
    font-weight: bold;
}
.cookieConfigureForm__field {
    position: relative;
    margin-bottom: 30px;
}
.cookieConfigureForm__field.checkDispNone {
    position: relative;
    margin-bottom: 30px;
}
.cookieConfigureForm__field label {
    display: block;
    padding-left: 30px;
}
.cookieConfigureForm__field input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}
.cookieConfigureForm__field label::before {
    position: absolute;
    left: 0px;
    top: 5px;
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    border: 1px solid;   
}
.cookieConfigureForm__field label::after {
    position: absolute;
    left: 3px;
    top: 8px;
    content: "";
    display: inline-block;
    height: 6px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
}
.cookieConfigureForm__field.checkDispNone label {
    padding-left: 0;
}
.cookieConfigureForm__field.checkDispNone label::after, 
.cookieConfigureForm__field.checkDispNone label::before {
    display: none;
}
/*Hide the checkmark by default*/
.cookieConfigureForm__field input[type="checkbox"] + label::after {
    content: none;
}
/*Unhide the checkmark on the checked state*/
.cookieConfigureForm__field input[type="checkbox"]:checked + label::after {
    content: "";
}

.cookieConfigureForm__field input[type="checkbox"]:disabled + label::before,
.cookieConfigureForm__field input[type="checkbox"]:disabled + label::after {
    opacity: 0.4;
}

@media (min-width: 990px) {
    #subnav .inner .inner-column .mobile-content {
        display: block;
        margin: -6px 0 0;
    }
}

@media (max-width: 989px) {
    #subnav {
        padding: 6vw 8vw;
    }

    #subnav .inner .inner-column {
        margin-bottom: 3vw;
        width: 64%;
    }

    #subnav .inner .inner-column:nth-of-type(2), 
    #subnav .inner .inner-column:nth-of-type(4) {
        width: 35%;
    }

    #subnav .inner .inner-column .mobile-arrow {
        cursor: pointer;
        display: inline-block;
        margin: 0 auto;
        transition: all .5s ease-out;
    }

    #subnav .inner .inner-column .mobile-arrow.active {
        transform: rotate(180deg);
    }

    #subnav .inner .inner-column .mobile-content {
        display: none;
    }

    .main-from-footer ul li a span {
        display: block;
        width: 100%;
        font-size: 2.5vw;
        line-height: 1.1;
    }

    .main-from-footer ul li a img {
        height: 8vw;
    }
    
    #subnav, 
    #subnav .inner .inner-column h3 {
        font-size: 3vw;
    }
}

/* recaptcha */
.grecaptcha-badge {
    z-index: 200;
}


@media (min-width: 480px) and (max-width: 659px) {

}

@media (max-width: 659px) {
    #cookie {
        position: static;
        float: left;
        margin: 0px 10px 5px 10px;

    }
    #dontShowMessage {
        position : static;
        float: right;
        margin: 0px 10px 0px 20px;
    }
    #cookiepopupdiv #innerdiv p.text {
       margin: 0px 20px; 
    }
    
    .main-from-footer ul {
        flex-wrap: wrap;
        display: flex;
        width: 90%;
    }

    .main-from-footer ul li {
        padding: 5vw 1%;
        width: 31.3333%;
    }

    .main-from-footer ul li a img {
        height: 20vw;
    }

    .main-from-footer ul li a span {
        font-size: 3.5vw;
    }
    #cookieConfigureModal {
        padding: 20px 10px;
    }
    #cookieConfigureModal {
        font-size: 12px;
    }
    .cookieConfigureForm h4 {
        margin-bottom: 5px;
    }
    .cookieConfigureForm__field {
        margin-bottom: 15px;
    }
}
