#footer_bottom_floating_line {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    box-sizing: border-box;
}
#footer_bottom_floating_line__cookies ,
#footer_bottom_floating_line__new_design {
    text-align: center;
    display: inline-block;
    background: rgba(137, 153, 162, 0.8);
    color: white;
    padding: 14px;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    font-weight: 100;
    box-sizing: border-box;
    font-family: 'UniviaProLight', Roboto, Arial, sans-serif;
}
.footer_bottom_floating_line__berga_foto #footer_bottom_floating_line__cookies {
    width: 100%;
    max-width: none;
    text-align: center;
    box-sizing: border-box;
}
#footer_bottom_floating_line__cookies a ,
#footer_bottom_floating_line__new_design a {
    color: #2a3f51;
}
#footer_bottom_floating_line__cookies__text ,
#footer_bottom_floating_line__new_design__text {
    margin-right: 10px;
    padding-left: 20px;
    position: relative;
    background-image: url("../images/exclamation_circle_white.svg");
    background-position: left center;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    font-family: "UniviaProLight", Arial, sans-serif;
    font-weight: 100;
    letter-spacing: 0.4px;
}
#footer_bottom_floating_line__cookies__ok_btn ,
#footer_bottom_floating_line__new_design__ok_btn {
    display: inline-block;
    cursor: pointer;
    border-radius: 15px;
    background-color: #bcc6ca;
    color: #2a3f51;
    font-size: 10px;
    font-weight: bold;
    height: 21px;
    width: 40px;
    margin-top: -2px;
    line-height: 21px;
    font-family: "UniviaPro", Arial, sans-serif;
}

#footer_bottom_floating_line__right {
    display: inline-block;
    height: 46px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.cookies_msg_active #footer_bottom_floating_line__right ,
.new_design_msg_active #footer_bottom_floating_line__right ,
.new_design_msg_active #footer_bottom_floating_line__cookies{
	display: none;
}

#footer_bottom_floating_line__right__telegram {
    display: inline-block;
    height: 46px;
    width: 46px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #0088cc;
    color: white;
    cursor: pointer;
    font-size: 24px;
    padding: 9px 8px;
    vertical-align: inherit;
}
#footer_bottom_floating_line__right__facebook {
    display: inline-block;
    height: 46px;
    width: 171px;
    padding: 7px 10px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgba(205, 205, 205, 0.7);
    margin-left: 10px;
}
#footer_bottom_floating_line__right__facebook iframe {
    display: inline-block;
    width: 148px;
    height: 28px;
}

@media screen and (max-width: 710px) {

    #footer_bottom_floating_line__cookies ,
    #footer_bottom_floating_line__new_design {
        max-width: 100%;
    }
    #footer_bottom_floating_line__right.cookie_info_active {
        display: none;
    }
}

#footer_container {
    background-color: #46535C;
    padding-bottom: 102px;
    position: relative;
}

#footer_container #footer .footer_block,
#footer_container #footer .footer_block a {
    font-size: 14px;
    color: #C0D0E1;
}

#footer_container {
    font-family: "UniviaProLight", Arial, sans-serif;
    padding-top: 86px;
}

#footer .footer_block li a {
    font-family: "UniviaProLight", Arial, sans-serif;
}

#footer_bottom_line {
    width: 100%;
    height: 42px;
    background: #889BA8;
    position: absolute;
    bottom: 0;
    opacity: 0.7;
}

#footer_container .float_left {
    max-width: 320px;
}

#footer_container .footer_block .footer_title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 20px;
    color: #fff;
}

#footer_container .footer_block .footer_title {
    font-family: "UniviaProBook", Arial, sans-serif;
    margin-bottom: 44px !important;
}

#footer_container .footer_block .float_left p:first-of-type {
    font-size: 16px;
    margin-bottom: 44px !important;
}

#footer_container .footer_block .float_left p:nth-of-type(2) {
    font-size: 13px;
}

#footer_container .footer_block_right {
    display:flex;
    align-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
}

#footer_container .footer_block_right .footer_block:last-of-type {
    flex: none;
}

#footer_container .footer_block_right .footer_block {
    width: auto !important;
    flex: 1 1 auto;
    position: relative;
    padding: 0 !important;
}

#footer_container .footer_block_right {
    padding-left: 5%;
}

#footer_container .footer_block_right .footer_block h4 {
    position: relative;
}

#footer_container .footer_block_right .footer_block .footer_header_div {
    content: "";
    display: inline-block;
    flex: 1;
    text-align: center;
    left: calc( 64px + 50% );
    transform: translateX(-50%);
    position: absolute;
}

#footer_container .footer_block_right .footer_block .footer_header_div_line {
    border-right: 1px solid #7B8691;
    height: 20px;
    margin: 0 auto;
    width: 0;
}

#footer_container #footer {
    max-width: 1440px;
}


@media only screen and (max-width: 1100px) {
    #footer_container #footer .footer_block_left {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        padding-right: 0;
    }

    #footer_container #footer .footer_block_left p {
        margin-bottom: 0;
    }

    #footer_container #footer .footer_block_left p:first-of-type {
        margin-bottom: 10px!important;
        outline:none;
    }

    #footer_container #footer .footer_block_right {
        margin-bottom: 136px;
        flex-wrap: wrap;
    }

    #footer_container #footer .footer_block_right .footer_block {
        max-width: 50% !important;
        width: 50% !important;
        text-align: center;
        height: 208px;
        margin-top: 38px !important;
    }

    #footer .float_left,
    #footer .footer_block_left {
        max-width: 100% !important;
        width: 100% !important;
    }

    #footer_container .footer_block_right {
        padding-left: 0;
    }

    #footer_container .footer_block_right .footer_block .footer_header_div {
        display: none;
    }

    #footer_container .footer_block .footer_title {
        margin-bottom: 18px !important;
        text-align: left;
        padding-left: 20%;
    }

    #footer_container #footer .footer_block ul {
        padding-left: 20%;
        text-align: left;
    }

    #footer_container #footer .footer_block ul {
    }
}


@media only screen and (max-width: 810px) {
    #footer_container .footer_block_right .footer_block {
        max-width: 50%;
    }
}

@media only screen and (max-width: 700px) {
    #footer_container #footer .footer_block_right {
        margin-bottom: 156px;
    }
}

@media only screen and (max-width: 500px) {
    #footer_container #footer .footer_block_right {
        margin-bottom: 176px;
    }
}

@media only screen and (max-width: 450px) {
    #adaptive_html #footer_container #footer .footer_block {
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
        margin: 20px 0;
    }

    #footer_container .footer_block .footer_title,
    #footer_container #footer .footer_block ul {
        padding-left: 0;
        text-align: center;
    }

    #footer_container #footer .footer_block:last-of-type {
        margin-bottom: 60px;
    }

    #footer_container #footer .footer_block_right {
        margin-bottom: 240px;
    }

    #footer_container #footer .footer_block ul {
        margin-top: 16px;
    }

    #adaptive_html #footer_container #footer .footer_block {
        padding-bottom: 44px;
    }
}
