body {
    color: #FFF;
}

.content {
    padding: 0 20px;
}

.body {
    -webkit-align-items: center;
            align-items: center;
}

.header {
    background: transparent;
    border-bottom: none;
}

.bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
}

.sm-logo {
    margin-bottom: 10px;
    margin-top: 10px;
}

.info {
    margin-bottom: 10px;
    text-align: center;
    font-size: 15px;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
    background-color: #FFF;
}

.header .phone {
    font: 700 20px/55px "Bebas", Arial, Helvetica, sans-serif;
    color: #FFF;
}

.header .phone a {
    color: #FFF;
}

#js-choose-flats {
    height: 42px;
    line-height: 47px;
    width: 190px;
    font-size: 17px;
}

.button.about-btn {
    background: none;
    border: 2px solid #FFF;
    margin-bottom: 10px;
    box-shadow: none;
    font-size: 20px;
}

.button.about-btn:after {
    display: none;
}

.footer {
    background: -moz-linear-gradient(top, rgba(33,38,45,0) 0%, rgba(33,38,45,1) 100%);
    background: -webkit-linear-gradient(top, rgba(33,38,45,0) 0%,rgba(33,38,45,1) 100%);
    background: linear-gradient(to bottom, rgba(33,38,45,0) 0%,rgba(33,38,45,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0021262d', endColorstr='#21262d',GradientType=0 );
}

.camera.button {
    margin-top: 10px;
    background: none;
    border: 2px solid #FFF;
    margin-bottom: 10px;
    box-shadow: none;
    font-size: 17px;
}

.camera.button:after {
    display: none;
}


@media screen and (orientation: landscape) {
    .sm-logo {
        margin-top: 0;
    }
    .footer {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
                justify-content: space-between;
    }
    .footer > * {
        margin: 0;
    }
    .footer .desktop-ico + span {
        display: none;
    }
    .desktop-ico {
        margin-right: 20px;
    }
}
