html {
    line-height: 0;
}
img {
    width: 1280px;
    height: auto;
}
.area {
    background-color: red;
    opacity: 0.5;
}

body.start {
    background-size: 1px auto;
}

nav {
    display: none;
    position: fixed;
    top: 129px;
}
.nav1 img {
    width: 341px;
}
.nav2 img {
    width: 250px;
}
nav.showNav {
	display: block;
}

header {
    position: fixed;
    width: 100%;
    text-align: center;
    background-color: white;
    z-index: 99;
}

body.start.layout2 header {
    border-bottom: 1px solid #005DA9;
}

section {
    width: 100%;
    text-align: center;
    line-height: 0;
}
.callBtn {
    position: fixed;
    top: 400px;
    right: -284px;
    width: 358px;
    height: 87px;
    transition: all 0.4s;
    cursor: pointer;
}
.callBtn:hover {
    right: -36px;
}
.callBtn img {
    height: 79px;
    width: auto;
}
.pageNavigation {
    display: none;
    position: fixed;
    top: 114px;
    width: 100%;
    text-align: center;
    background-color: #EBECF1;
}
.pageNavigation.showNav {
    display: block;
}
.pageNavigation img {
    width: 1280px;
    height: auto;
}

.akkordeon {
    background-color: #ebecf1;
}
#akkordeonOpened {
    display: none;
}