html {
    background: #FFF;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
    line-height: 1.6;
    max-width: 100%;
    position: relative;
}
body {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 100%;
    position: relative;
}

a {
    color: #F00;
    outline: 0 !important;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
a:active { outline: 0 !important; }
a::before, a::after,
.a::before, .a::after { content: ''; }

a, a::before, a::after,
.a, .a::before, .a::after {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

p, .p {
    margin: 1em 0;
    padding: 0;
}

hr {
    background: none;
    border: 0 solid #CCC;
    border-top-width: 1px;
    height: 1px;
    margin: 2em;
}

/*
 * Lists
 */
ul, ol {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol {
    margin-left: 35px;
}
ol li {
    padding: 1px 0 1px 0;
}

/*
 * canvas, iframe, img, svg, video
 */
 canvas, img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
iframe,  svg, video { max-width: 100%; }

/*
 * Table
 */
table {
    margin: 1em auto;
    max-width: 100%;
}
td, th {
    border: 1px solid #EEE;
    padding: 0.5em 1em;
}
th {
    font-weight: bold;
}
thead {
    background-color: #F7F7F7;
}
tfoot {
    background-color: #F7F7F7;
    color: #888;
}
.tableHover tr:hover td {
    background-color: #F7F7F7;
}
.tableFull {
    width: 100%;
}
.tableFixed {
    table-layout: fixed;
}
.tableFixed td {
    padding: 10px 5px;
}

/******************************************************************************/

/*
 * Button
 */
.button {
    background: #BBB;
    border: 0.1rem solid #888;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2rem;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 1.1rem 2rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    vertical-align: middle;
    z-index: 3;
}
    .button--full { width: 100%; }
    .button:hover,
    a:hover .button {
        background: #DDD;
        border-color: #888;
        color: #000;
        text-decoration: none;
    }
    .button:active {
        background: #E1E1E1;
        border-color: #666;
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.8);
    }
    .button--primary {
        background: #111;
        border-color: #111;
        color: #FFF;
        font-weight: bold;
    }
    .button--secondary {
        background: #EEE;
        border-color: #EEE;
        color: #000;
        font-weight: normal;
    }
.button-small {
    font-size: 75%;
    font-weight: lighter;
}

button:active,
button:focus {
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

/******************************************************************************/

/*
 * Container
 */
.container {
    margin: 0 auto;
    max-width: 120rem;
    padding: 0 1rem;
    position: relative;
}

/*
 * Pagination
 */
.pagination {
    text-align: center;
}
    .pagination-info {
        color: #CCC;
        padding-bottom: 0;
    }
    .pagination-element {
        /*border: 1px solid #DDD;*/
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
        color: #777;
        display: inline-block;
        margin: 0 -1px 0;
        padding: 3px 10px;
        text-decoration: none;
    }
    .pagination-element--left,
    .pagination-element--right {
        background-color: #EEE;
        padding: 3px 15px;
    }
    .pagination-element:hover {
        background-color: #DDD;
        color: #444;
        position: relative;
        text-decoration: none;
    }
    .pagination-element--active,
    .pagination-element--active:hover {
        background: #666;
        color: #FFF;
        font-weight: bold;
    }
    .pagination-element--disabled,
    .pagination-element--disabled:hover {
        background-color: transparent;
        color: #CCC;
        font-weight: normal;
    }

/*
 * Box
 */
.box {
    background-color: #F5F5F5;
    border: 1px solid #CCC;
    color: #666;
    line-height: 1.4em;
    margin: 0.9em 0;
    padding: 0.7em 1em;
    position: relative;
    text-align: left;
}
    .box-close {
        background-color: #F5F5F5;
        border: 1px solid #CCC;
        -webkit-border-radius: 100%;
           -moz-border-radius: 100%;
                border-radius: 100%;
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
           -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
                box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
        color: #666;
        cursor: pointer;
        font-size: 12px;
        height: 16px;
        line-height: 16px;
        position: absolute;
        right: -6px;
        text-align: center;
        top: -6px;
        width: 16px;
    }
    .box-close:hover {
        font-weight: bold;
        height: 18px;
        line-height: 18px;
        right: -7px;
        top: -7px;
        width: 18px;
    }

    .box--ok,
    .box--ok .box-close {
        background: #F7FFED;
        border-color: #78CA52;
        color: #4DAB01;
    }
    .box--error,
    .box--error .box-close {
        background: #FFF0F0;
        border-color: #FF9494;
        color: #D92A2A;
    }
    .box--info,
    .box--info .box-close {
        background: #E9F1FF;
        border-color: #81AEFF;
        color: #2F5DB3;
    }
    .box--alert,
    .box--alert .box-close {
        background: #FFFFDE;
        border-color: #E1D042;
        color: #A99B27;
    }

/******************************************************************************/

/*
 * Header
 */
.header {
    background: #FFF;
    position: relative;
    z-index: 15;
}
.header-1 {
    min-height: 9.3rem;
    position: relative;
}

/*
 * Logo
 */
.logo {
    display: block;
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
}
.logo-a {
    color: #FFF;
    display: block;
}
.logo-img {
    display: block;
    margin: auto;
    width: 100%;
}

/*
 * Nav
 */
.nav {
    background: none;
    border: 0;
    clear: both;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: static;
    text-align: center;
}
.nav-1 {
    padding: 0;
    position: relative;
    width: 50%;
}
.nav-ul {
    display: table;
    height: 9.3rem;
    margin: 0 0 0 auto;
    position: relative;
}
.nav-li {
    display: table-cell;
    margin: 0;
    padding: 0 7rem 0 0;
    position: relative;
    vertical-align: middle;
}
.nav-a {
    color: #000;
    font-size: 2.1rem;
    font-weight: 600;
}
    .nav-a:hover,
    .nav-a--active {
        color: #F00;
        text-decoration: none; 
    }

/*
 * Menu na mobilke
 */
.c-hamburger {
    display: none;
}
.c-hamburger-bg {
    display: none;
}

/*
 * Icobox
 */
.icobox {
    display: block;
    padding: 0 0 0 7.6rem;
    position: relative;
    text-align: left;
}
.icobox .icon {
    left: 0;
    position: absolute;
    top: 0;
}
    .icobox .icon--bell {
        left: 0.2rem;
        width: 4.2rem;
    }
    .icobox .icon--flag {
        left: 0.6rem;
        width: 3.8rem;
    }
    .icobox .icon--mail {
        left: 0.9rem;
        width: 4.3rem;
    }
    .icobox .icon--phone {
        left: 3.7rem;
        top: -0.5rem;
        width: 3rem;
    }
    .icobox .icon--pin {
        left: 0.4rem;
        width: 3.9rem;
    }

/*
 * Infoline
 */
.infoline {
    font-size: 0.000001rem;
    position: absolute;
    right: 1rem;
    text-align: left;
    top: 0;
    width: 50%;
}
.infoline-item {
    border-left: 0.1rem solid rgba(0,0,0,0.1);
    display: inline-block;
    min-height: 9.3rem;
    padding: 3rem 4rem 0;
    position: relative;
    vertical-align: middle;
}
    .infoline-item + .infoline-item { padding-left: 1rem; }
.infoline-item .icobox { display: inline-block; }
.infoline-a {
    color: #000;
    font-size: 2.1rem;
    font-weight: 600;
}
    .infoline-a:hover {
        color: #F00;
        text-decoration: none;
    }

/*
 * Main
 */
.main {
    clear: both;
    display: block;
    min-height: 50rem;
    min-height: calc(75vh);
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
}

/*
 * Areas
 */
.areas {
    table-layout: fixed;
    width: 100%;
}
.areas-left {
    border-right: 0.1rem solid rgba(0,0,0,0.1);
    padding: 1rem 2rem 1rem 0;
    vertical-align: top;
    width: 40rem;
}
.areas-right {
    padding: 1rem 0 1rem 2rem;
    vertical-align: top;
}

/*
 * Section
 */
.section {
    padding: 2rem 0;
    position: relative;
}

/*
 * Path
 */
.path {
    color: #C9C9C9;
    font-size: 1rem;
    font-weight: normal;
    margin: 0.7em 0;
    text-align: left;
    text-transform: uppercase;
}
.path-a,
.path-txt {
    color: inherit;
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: inherit;
}
    .path-a:hover {
        color: #F00;
        text-decoration: none;
    }

/*
 * Banners
 */
.section--banner { padding: 0; }
.slider--banner {
    height: auto;
    position: relative;
}
.banner {
    overflow: hidden;
    position: relative;
}
.banner-img { width: 100%; }

/*
 * Contact
 */
.section--contact {}
.contact {}

/*
 * News
 */
.section--news {}
    .areas-right .section--news { margin-left: -2rem; }
.news { position: relative; }
.news-item {
    border-top: 0.1rem solid rgba(0,0,0,0.1);
    padding: 3rem 2rem;
    position: relative;
}
    .news-item:first-child {
        border-top: 0;
        padding-top: 0;
    }
.news-item:first-child .icon--bell {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.news-text {}
.news-datetime {
    background: #000;
    color: #FFF;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.2rem;
    min-width: 19rem;
    padding: 0.5rem 1.3rem;
}
    .news-item:first-child .news-datetime { background: #F00; }
.news-name {
    font-size: 2rem;
    font-weight: bold;
    margin: 0.5em 0 1.5em;
    padding: 0;
}
.news-desc {}

/*
 * Article
 */
.section--article {}
.article {}
.article-datetime {
    background: #000;
    color: #FFF;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.2rem;
    min-width: 19rem;
    padding: 0.5rem 1.3rem;
}
.article-name {
    font-size: 2rem;
    font-weight: bold;
    margin: 0.5em 0 1.5em;
    padding: 0;
}

/*
 * General
 */
.section--general {}
.general {}

/*
 * Footer
 */
.footer {
    background: #FFF;
    border-top: 0.1rem solid rgba(0,0,0,0.1);
    clear: both;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
}
.footer-1 {
    color: #000;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 2rem 0;
    position: relative;
}
.copyrights {
    display: inline-block;
    margin-right: 3rem;
    padding: 0.5rem 0;
    position: relative;
}
.copyrights::after {
    border-right: 0.1rem solid #000;
    bottom: 0;
    content: '';
    height: 1rem;
    margin: auto 0;
    position: absolute;
    right: -1.7rem;
    top: 0;
}

.realization {
    display: inline-block;
    padding: 0.5rem 0;
}

.redhand {
    color: inherit;
    display: inline-block;
    position: relative;
}
    .redhand:hover {
        color: #FF001D;
        text-decoration: none;
    }
.redhand:after {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA6UlEQVR4AZXPQUcFURiH8UPEEK0iUlzO6q6ibatWcVd3dYn5AK2ib9BqaBsx24j5BhEREcN8gLZtY4hZDcO/ZzGHVzpnmsXPOYv3fXid3GHKMQocwMFjHy74vbCHO5zDoYFwjwxfaFKBawgdPB4hfGAJAfGARw/hHTk0WsUCCzR4xREKaHSLAcJDLLA0Q584RQuht38Iw18n5CbyjQpKyGACsBHzxtzYQCyS0mHHBqxL6B/ObGAba2xwghqakNtACc20DoEtvKGFZtiEgLXAFZ7QQwllCMTs4gIFniGjQmYCkzxqvGAFF/wAE9ukCYLfD9EAAAAASUVORK5CYII=') no-repeat center;
    bottom: 10%;
    display: block;
    height: 1.6rem;
    left: 50%;
    margin-left: -0.6rem;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotate(-95deg);
    -moz-transform: rotate(-95deg);
    -ms-transform: rotate(-95deg);
    -o-transform: rotate(-95deg);
    transform: rotate(-95deg);
    -webkit-transform-origin: 0.8rem 1rem;
    -moz-transform-origin: 0.8rem 1rem;
    -ms-transform-origin: 0.8rem 1rem;
    -o-transform-origin: 0.8rem 1rem;
    transform-origin: 0.8rem 1rem;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    width: 1.6rem;
}
    .redhand:hover:after {
        bottom: 100%;
        margin-left: -0.8rem;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

/*
 * Modyfikatory
 */
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alignLeft {
    text-align: left;
}
.alignRight {
    text-align: right;
}
.alignCenter {
    text-align: center;
}

.right {
    float: right;
}
.left {
    float: left;
}

.pullLeft {
    float: left;
    margin: .7em .7em .7em 0;
}
.pullRight {
    float: right;
    margin: .7em 0 .7em .7em;
}
    .pullRight:first-child,
    .pullLeft:first-child {
        margin-top: 0;
    }

.pullCenter {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: auto;
}

.movie { display: block; padding: 56.25% 0 0; position: relative; width: 100%; }
.movie > iframe { height: 100%; left: 0; position: absolute; top: 0; width: 100%; } 

/* read more link */
.more {
    font-size: .9em;
    font-weight: bold;
    padding-left: 5px;
}

/* multiline indent */
.rr {
    display: inline-block;
    vertical-align: top;
}

/* invisible link */
.il {
    color: inherit;
    text-decoration: inherit;
}
    .il:hover {
        color: inherit;
        text-decoration: underline;
    }

.mt30 {
    margin-top: 30px;
}
.pt0 {
    padding-top: 0;
}
.mt0 {
    margin-top: 0;
}
.mb0 {
    margin-bottom: 0;
}
.mb20 {
    margin-bottom: 20px;
}
.mb60 {
    margin-bottom: 60px;
}

.block {
    display: block;
}
.hide {
    display: none;
}

.ninja {
    border: 0 !important;
    height: 1px;
    left: -1px;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute !important;
    text-indent: 1px;
    top: -1px;
    width: 1px;
}

.relative {
    position: relative;
}

.clearfix::before,
.clearfix::after {
    content: '';
    display: table;
}

.clearfix::after {
    clear: both;
}

.clear {
    clear: both;
}

.pointer {
    cursor: pointer;
}

/******************************************************************************/

@media only screen and (min-width: 1600px) {

    html { font-size: 11px; }

}

/******************************************************************************/

@media only screen and (max-width: 1200px) {

    .infoline-item { padding: 3rem 1rem 0; }
    .infoline-item + .infoline-item { padding-left: 0; }

}

/******************************************************************************/

@media only screen and (max-width: 1000px) {

    .nofon {
        display: none;
    }

    .header-1 { min-height: 7rem; }

    .c-hamburger {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        -webkit-border-radius: none;
        -moz-border-radius: none;
        border-radius: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 50px;
        left: 1rem;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: fixed;
        /*right: 0;*/
        text-indent: -9999px;
        top: 1rem;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        width: 50px;
        will-change: transform;
        z-index: 1010;
    }
        .c-hamburger:focus {
            outline: none;
        }
        .c-hamburger.active {
            -webkit-transform: translateX(250px);
            -moz-transform: translateX(250px);
            -ms-transform: translateX(250px);
            -o-transform: translateX(250px);
            transform: translateX(250px); 
        }
        .c-hamburger--htx {
            background: #F00;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            -webkit-transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
        }
            .c-hamburger--htx.active {}
    .c-hamburger span {
        background: #FFF;
        display: block;
        height: 4px;
        left: 9px;
        position: absolute;        
        right: 9px;
        top: 23px;
        will-change: background;
    }
        .c-hamburger--htx span {
            /*transition: background 0s 0.5s;*/ 
            -webkit-transition-duration: 0.5s, 0.5s;
            -moz-transition-duration: 0.5s, 0.5s;
            -o-transition-duration: 0.5s, 0.5s;
            transition-duration: 0.5s, 0.5s;
        }
            .c-hamburger--htx.active span {
                background: rgba(255, 255, 255, 0);
                /*opacity: 0;*/
            }
    .c-hamburger span::before,
    .c-hamburger span::after {
        background: #FFF;
        content: '';
        display: block;
        height: 4px;
        left: 0;
        position: absolute;
        width: 100%;
        will-change: transform;
    }
    .c-hamburger span::before {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    .c-hamburger span::after {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
        .c-hamburger--htx span::before,
        .c-hamburger--htx span::after {
            /*transition-delay: 0.5s, 0s;*/
            -webkit-transition-duration: 0.5s, 0.5s;
            -moz-transition-duration: 0.5s, 0.5s;
            -o-transition-duration: 0.5s, 0.5s;
            transition-duration: 0.5s, 0.5s;
        }
        .c-hamburger--htx span::before {
            -webkit-transition-property: top, transform;
            -moz-transition-property: top, transform;
            -o-transition-property: top, transform;
            transition-property: top, transform;
        }
        .c-hamburger--htx span::after {
            -webkit-transition-property: bottom, transform;
            -moz-transition-property: bottom, transform;
            -o-transition-property: bottom, transform;
            transition-property: bottom, transform;
        }
            .c-hamburger--htx.active span::before {
                /*top: 0;*/
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }
            .c-hamburger--htx.active span::after {
                /*bottom: 0;*/
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .c-hamburger-bg {
        background: rgba(0,0,0,0.3);
        display: block;
        height: 120%;
        left: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        visibility: hidden;
        will-change: opacity;
        z-index: 1000;
    }
        .c-hamburger.active + .c-hamburger-bg {
            opacity: 1;
            visibility: visible;
        }
    
    .nav {
        background: #FFF;
        bottom: 0;
        -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
        clear: both;
        display: block;
        float: none;
        height: 100%;
        left: 0;
        margin-left: 0;
        margin-top: 0;
        max-width: 100%;
        padding: 0;
        position: fixed;
        top: 0;
        -webkit-transform: translateX(-300px);
        -moz-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        -o-transform: translateX(-300px);
        transform: translateX(-300px); 
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        visibility: hidden;
        width: 300px !important;
        will-change: transform;
        z-index: 1005;
    }
        .nav.active {
            overflow-y: auto;
            -webkit-transform: translateX(0px);
            -moz-transform: translateX(0px);
            -ms-transform: translateX(0px);
            -o-transform: translateX(0px);
            transform: translateX(0px); 
            visibility: visible;
        }

    .nav-1 { 
        padding: 5rem 2rem;
        text-align: left;
        width: auto;
    }
    .nav-ul {
        display: block;
        height: auto;
    }
    .nav-li {
        display: block;
        margin: 1em 0;
        padding: 0;
    }

    .infoline {
        left: 7rem;
        text-align: right;
        width: auto;
    }
    .infoline-item {
        min-height: 7rem;
        padding: 1.8rem 1rem 0;
    }
    .infoline-item + .infoline-item { padding-left: 1rem; }
    .infoline-item .icon--phone { left: 2.5rem; }

    .banner { height: 15.5rem; }
    .banner-img {
        bottom: -99%;
        height: 100%;
        left: -99%;
        margin: auto;
        max-width: none;
        position: absolute;
        right: -99%;
        top: -99%;
        width: auto;
    }

    .areas {
        display: block;
        margin: 0 0 33rem;
        padding: 0;
        position: relative;
    }
    .areas-left {
        border: 0;
        display: block;
        font-size: 1.2rem;
        height: 33rem;
        left: 0;
        overflow: hidden;
        padding-right: 0;
        position: absolute;
        right: 0;
        top: 100%;
        width: auto;
    }
    .areas-left .h2 { font-size: 1.6rem; }

    .areas-right {
        display: block;
        direction: initial;
        padding-left: 0;
    }

    .areas-right .section--news { margin: 0; }

}

/******************************************************************************/

@media only screen and (max-width: 800px) {

    .icobox { padding: 0 0 0 3.8rem; }
    .icobox .icon--bell {
        left: 0.1rem;
        width: 2.1rem;
    }
    .icobox .icon--flag {
        left: 0.3rem;
        width: 1.9rem;
    }
    .icobox .icon--mail {
        left: 0.5rem;
        top: 0.5rem;
        width: 2.2rem;
    }
    .icobox .icon--phone {
        left: 1.2rem;
        top: 0;
        width: 1.5rem;
    }
    .icobox .icon--pin {
        left: 0.2rem;
        width: 2rem;
    }

    .infoline-item {
        border: 0;
        display: block;
        min-height: 0;
        padding: 0.5rem 0;
    }
        .infoline-item + .infoline-item { padding-left: 0; }
    .infoline-a { font-size: 1.6rem; }

}

/******************************************************************************/

@media only screen and (max-width: 600px) {


}

/******************************************************************************/

@media only screen and (max-width: 480px) {
   
    .copyrights {
        display: block;
        margin: 0;
    }
    .copyrights::after { display: none; }

    .realization { display: block; }

}


/******************************************************************************/

/*
 * HR
 */
.hr {
    border: 0 solid #DDD;
    display: block;
    margin: 2rem 0;
    padding: 0;
    position: relative;
}
.hr::before {
    border: inherit;
    border-top-width: 0.1rem;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.hr--txt {
    overflow: hidden;
    text-align: center;
}
.hr--txt::before { display: none; }
.hr-txt { 
    border: inherit;
    position: relative;
}
.hr-txt::before,
.hr-txt::after {
    border: inherit;
    border-top-width: 0.1rem;
    content: "";
    margin: 0 2rem;
    position: absolute;
    top: 50%;
    width: 555%;
}
.hr-txt::before { right: 100%; }
.hr-txt::after { left: 100%; }

.hr--left { text-align: right; }

.hr--right { text-align: left; }

/******************************************************************************/

/*
 * Border, Border Before & Border After
 */
.border,
.borderBefore::before,
.borderAfter::after { border: 0.1rem solid #DDD; }
.borderBefore::before,
.borderAfter::after {
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

/******************************************************************************/

@keyframes autofill { 0% {} 100% {} }
input:-webkit-autofill { animation-name: autofill; }

/******************************************************************************/

.no-js * {
    -webkit-transition: none !important;
       -moz-transition: none !important;
         -o-transition: none !important;
            transition: none !important;
}

/******************************************************************************/

::-moz-selection {
    text-shadow: 1px 1px 0px rgba(255,255,255,0.2),
                 -1px -1px 0px rgba(0,0,0,0.2);
    color: #fff;
    background: #282828;    
}

::selection {
    text-shadow: 1px 1px 0px rgba(255,255,255,0.2),
                 -1px -1px 0px rgba(0,0,0,0.2);
    color: #fff;
    background: #282828;
}

* { 
     /*-webkit-backface-visibility:  hidden;*/
     -webkit-tap-highlight-color:  transparent;
  }
