@font-face {
    font-family: 'Microgramma-Bold';
    src: url(fonts/Microgramma_D_Extended-Bold.otf);
}
@font-face {
    font-family: 'Microgramma-Medium';
    src: url(fonts/Microgramma_D_Extended-Medium.otf);
}
@font-face {
    font-family: 'Eurostile';
    src: url(fonts/Eurostile.ttf);
}
@font-face {
    font-family: 'CircularPro';
    src: url(fonts/CircularPro-Bold.otf);
}
@font-face {
    font-family: 'PoppinsRegular';
    src: url(fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family: 'PoppinsBold';
    src: url(fonts/Poppins-SemiBold.ttf);
}

/* MAIN */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
    font-size: 62.5%;
    height:100%;
}

body {
    box-sizing: border-box;
}

body {
    font-family: 'Eurostile', Helvetica, sans-serif;
    line-height: 1.2;
    color: #191A1A;
    height:100%;
    overflow: hidden;
    margin:0;
    padding:0;
    width: 100%; height: 100%;
    background: #fff;
}

section {
    width:100%;
    min-width: 100%;
    height:100%;
    min-height: 100%;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 1;
    display: block;
}

p {
    margin: 0;
    line-height: 1.6;
}


/* NAVIGATION BAR */
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 1.5rem 3rem;
    z-index: 3;
}
.navigation__nav {
    width: 100%;
}
.navigation__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.navigation__list li a {
    text-decoration: none;
}

.navigation__info, .navigation__apartment {
    font-family: 'PoppinsRegular', Helvetica, sans-serif;
    font-size: 1.6rem;
}
.navigation__back a, .navigation__info a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #191A1A;
    transition: all .3s ease-out;
}
.navigation__info a {
    padding: 1.15rem;
    margin-left: 2rem;
    opacity: 0.5;
}
.navigation__apartment {
    padding: 1.15rem;
}

#blok_id, #byt_id {
    float: right;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #191A1A;
    opacity: 0.4;
    margin-top: 0;
    margin-bottom: 0;
}
#byt_id {
    font-family: 'PoppinsBold', Helvetica, sans-serif;
    margin-left: .5rem;
    opacity: 1;
}

/* ICONS */
.icon {
    display: inline-block;
    background-size: cover;
    transition: all .2s ease-out;
}

.icon__right {
    margin-left: 2rem;
}

.icon__left {
    margin-right: 2rem;
}

.link__logo {
    text-decoration: none;
}

.logo--project img {
    height: 3rem;
}

.logo--developer img {
    height: 2.5rem;
    position: absolute;
    top: 4rem; right: 4rem;
}

/* DEVELOPED BY GRANDPANO */
.developed,
.developed:focus {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    opacity: .7;
    font-family: 'Eurostile', Helvetica, sans-serif;
    font-size: 1.2rem;
    letter-spacing: .2rem;
    transition: all .2s ease-out;
}
.developed:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}


/* NAVIGATION */
.navigation__top, .navigation__bottom {
    z-index: 99;
    position: fixed;
    width: 100%;
    padding: 2rem 3rem;
}
.navigation__bottom {
    padding-top: 0;
    padding: 0 3rem;
    padding-bottom: 2.5rem;
}

.navigation__top {
    top: 0;
    background-color: #fff;
}
.navigation__bottom {
    bottom: 0;
}

.navigation__transparent {
    background-color: transparent;
}

.top_left,
.top_center,
.top_right {
    height: 5rem;
}

.bottom_left,
.bottom_center,
.bottom_right {
    height: 5rem;
}

.top_center {
    position: fixed;
    top: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform: translateZ(-50) scale(1.0, 1.0);
}

.bottom_center {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform: translateZ(-50) scale(1.0, 1.0);
}

