@font-face {
    font-family: "montserratarm-regular";
    font-display: swap;
    src: url('fonts/Montserratarm-Regular/Montserratarm-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserratarm-Regular/Montserratarm-Regular.woff') format('woff'),
    url('fonts/Montserratarm-Regular/Montserratarm-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "montserrat-regular";
    font-display: swap;
    src: url('fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Montserrat-Regular/Montserrat-Regular.woff') format('woff'),
    url('fonts/Montserrat-Regular/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Krona One';
    src: url('fonts/Krona_One/KronaOne-Regular.eot');
    src: url('fonts/Krona_One/KronaOne-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Krona_One/KronaOne-Regular.woff') format('woff'),
        url('fonts/Krona_One/KronaOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
    height: 100%;
    font-size: 10px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

.content{
    position: relative;
    padding: 0 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.content:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
.main_logo{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding-top: 40px;
}
.main_logo img{
    width: auto;
    height: 126px;
}
.title_block{
    font-family: "Krona One";
    padding-top: 20px;
    position: relative;
    z-index: 2;
}
.page_title{
    font-size: 1000%;
    line-height: 1.25em;
    color: white;   

}
.title_row{
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    font-size: 1000%;
    line-height: 1.25em;
    color: white;   
    font-family: "Krona One";
}
.title_row .title_main{
    font-size: 150px;
    line-height: 1.25em;
    text-align: right;
    color: white;   
    padding-left: 40px;
    padding-bottom: 0;
}
.title_row span{
    color: white; 
    display: block;
    padding-bottom: 14px;
}
.cooming_soon{
    margin-top: -12px;
    font-size: 500%;
    line-height: 1.25em;
    text-align: right;
    color: white;   
}

.footer_block{
    padding: 20px 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}
.location_block{
    pointer-events: none;
    cursor: inherit;
}
.contact_list{
    font-size: 200%;
    line-height: 1.5em;
    color: white;
    font-family: "montserrat-regular";
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.contact_list li:not(:last-child){
    padding-bottom: 20px;
}
.contact_list a{
    display: inline-flex;
    vertical-align: top;
    align-items: flex-start;
    color: white;
    text-decoration: none;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}
.contact_list a:hover{
    color: rgba(255,255,255,0.7);
}
.contact_list img{
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px;
    margin-top: 3px;
}
.socials_block{
    padding-left: 20px;
}
.socials_title{
    font-family: "montserrat-regular";
    padding-bottom: 14px;
    font-size: 160%;
    font-weight: 500;
    line-height: 1.5em;
    color: white;
    text-align: right;
}
.social_list{
    display: flex;
    justify-content: flex-end;
    font-size: 0;
    list-style-type: none;
    padding: 0;
    margin: 0 -10px;
}
.social_list li{
    padding: 0 10px;
}
.social_list a{
    transition: opacity 0.3s ease;
    display: block;

}

.social_list a:hover{
    opacity: 0.7;
}
@media (max-width: 1600px) {
    .content{
        padding: 0 80px;
    }
    .page_title,
    .title_row{
        font-size: 800%;
    }
    .title_row  .title_main{
        font-size: 130px;
    }
    .cooming_soon{
        font-size: 450%;
    }
    .footer_block{
        padding: 20px 0 70px;
    }
}
@media (max-width: 1300px) {
  
    .page_title,
    .title_row{
        font-size: 700%;
    }
    .title_row  .title_main{
        font-size: 100px;
    }
    .cooming_soon{
        font-size: 400%;
    }
    .main_logo{
        padding-top: 30px;
    }
}
@media (max-width: 1024px) {
    .content{
        padding: 0 30px;
    }
    .page_title,
    .title_row{
        font-size: 500%;
    }
    .title_row  .title_main{
        font-size: 80px;
    }
    .cooming_soon{
        font-size: 360%;
    }
    .contact_list{
        font-size: 180%;
    }
    .footer_block{
        padding: 20px 0 40px;
    }
    .main_logo{
        padding-top: 20px;
    }
}
@media (max-width: 768px) {
    body{
        overflow-y: auto;
    }
   
    .content{
        padding: 0 20px;
    }
    .page_title,
    .title_row{
        font-size: 460%;
    }
    .title_row  .title_main{
        font-size: 70px;
        text-align: center;
        padding-left: 0;
    }
    .cooming_soon{
        font-size: 320%;
        margin-top: -10px;
    }
    .footer_block{
        flex-direction: column;
        padding: 20px 0;
    }
    .title_row{
        flex-direction: column;
        align-items: center;
    }
    .title_row span{
        padding-bottom: 0;
        display: block;
        width: 100%;
        text-align: center;
    }
    .page_title{
        text-align: center;
    }
    .contact_list{
        width: 100%;
    }
    .socials_block{
        padding: 20px 0 0;
    }
}
@media (max-width: 575px) {
    .page_title,
    .title_row{
        font-size: 400%;
    }
    .title_row .title_main{
        font-size: 60px;
    }
    .cooming_soon{
        font-size: 280%;
    }
    .contact_list{
        font-size: 160%;
    }
    .socials_title{
        font-size: 140%;
    }
}
@media (max-width: 480px) {
    .page_title,
    .title_row{
        font-size: 300%;
    }
    .title_row .title_main{
        font-size: 48px;
    }
    .cooming_soon{
        font-size: 240%;
        margin-top: -6px;
    }
}
@media (max-width: 400px) {
    .page_title,
    .title_row{
        font-size: 260%;
    }
    .title_row .title_main{
        font-size: 42px;
    }
    .cooming_soon{
        font-size: 200%;
        margin-top: -3px;
    }
}
@media(max-height: 700px) and (min-width: 768px){
    .main_logo{
        padding-top: 20px;
    }
    .main_logo img{
        height: 100px;
    }
    .page_title,
    .title_row{
        font-size: 600%;
        line-height: 1.15em;
    }
    .title_row  .title_main{
        font-size: 90px;
        line-height: 1.15em;
    }
    .cooming_soon{
        font-size: 400%;
        margin-top: -10px;
    }
    .footer_block{
        padding-bottom: 20px;
    }
    .contact_list{
        line-height: 1.3em;
    }
}
@media(max-height: 600px) and (min-width: 768px){
    .page_title,
    .title_row{
        font-size: 500%;
    }
    .title_row  .title_main{
        font-size: 70px;
    }
    .cooming_soon{
        font-size: 320%;
    }
    .contact_list li:not(:last-child){
        padding-bottom: 12px;
    }
}
@media(max-height: 500px) and (min-width: 768px){
    .page_title,
    .title_row{
        font-size: 380%;
    }
    .title_row  .title_main{
        font-size: 60px;
    }
    .cooming_soon{
        font-size: 240%;
    }
}
@media(max-height: 480px){
    body{
        overflow-y: auto;
    }
} 
/* @media(max-width: 768px) {
    body{
        overflow-y: auto;
        min-height: 100%;
        height: auto;
    }
} 
@media(max-height: 480px) and (max-width: 768px) {
    body{
        overflow-y: auto;
        min-height: 100%;
        height: auto;
    }
}  */