@font-face {
    font-family: "Pribambas";
    src: url("../fonts/Pribambas-Regular/Pribambas-Regular.eot");
    src: url("../fonts/Pribambas-Regular/Pribambas-Regular.woff2") format("woff2"), url("../fonts/Pribambas-Regular/Pribambas-Regular.woff") format("woff"), url("../fonts/Pribambas-Regular/Pribambas-Regular.ttf") format("truetype"), url("../fonts/Pribambas-Regular/Pribambas-Regular.svg#Manrope-Regular") format("svg"), url("../fonts/Pribambas-Regular/Pribambas-Regular.eot?#iefix") format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: "FuturaBookC";
    src: url("../fonts/FuturaBookC-Regular/FuturaBookC-Regular.eot");
    src: url("../fonts/FuturaBookC-Regular/FuturaBookC-Regular.woff2") format("woff2"), url("../fonts/FuturaBookC-Regular/FuturaBookC-Regular.woff") format("woff"), url("../fonts/FuturaBookC-Regular/FuturaBookC-Regular.ttf") format("truetype"), url("../fonts/FuturaBookC-Regular/FuturaBookC-Regular.svg#Manrope-Regular") format("svg"), url("../fonts/FuturaBookC-Regular/FuturaBookC-Regular.eot?#iefix") format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
    font-display: auto;
}

a,
button,
input,
*:focus,
*:hover {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 320px;
    height: 100%;
    margin: 0;
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

body {
    position: relative;
    height: 100%;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
    color: #111;
    background-color: #fff;
    font-family: "FotoraBookC", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: subpixel-antialiased !important;
    line-height: 1.2;
        -ms-backface-visibility: hidden;
    padding: 0;
    margin: 0;
}

body:after {
    display: table;
    clear: both;
    content: "";
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content center;
    background-color: #111;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.header__scene {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.header__stones {
    display: block;
    max-width: 1000%;
    width: 1920px;
    height: auto;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-left: -960px;
    margin-top: -500px;
}

.header__container {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 560px;
            flex: 0 1 560px;
    max-width: 560px;
    display: block;
    margin: auto;
    position: relative;
    z-index: 100;
}

.header__logo {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.header__maintenance {
    padding: 0 40px;
    margin: 70px auto 0;
}

.header__title {
    display: block;
    color: #fff;
    font-family: "Pribambas", Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    margin: -15px 0 30px;
}

.header__progress {
    display: block;
    max-width: 360px;
    height: 12px;
    background-color: #282828;
    border-radius: 6px;
    margin: 0 auto 20px;
    position: relative;
}
.header__progress::after {
    content: "";
    display: block;
    height: 6px;
    width: 100%;
    max-width: 70%;
    border-radius: 3px;
    background-image: url(../img/progress.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    position: absolute;
    top: 3px;
    left: 3px;
}

.header__text {
    display: block;
    opacity: 0.44;
    color: #fff;
    font-family: "FuturaBookC", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.285;
    letter-spacing: .050em;
    text-align: center;
    max-width: 260px;
    margin: 0 auto;

}

@media only screen and (max-width: 1399px) {
    .header__maintenance {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .header {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header__maintenance {
        margin-top: 20px;
    }

    .header__title {
        font-size: 26px;
    }
    
    .header__text {
        font-size: 12px;
    }

}

.my_button {
  text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 20px 30px;
  margin: 10px 20px;
  position: relative;
  color: white;
  border: 1px solid rgba(255,255,255,.4);
  background: none;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 6px;
}
.my_button:before,
.my_button:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  box-sizing: border-box;
}
.my_button:before {
  bottom: 0;
  left: 0;
  border-left: 1px solid white;
  border-top: 1px solid white;
  transition: 0s ease opacity .8s, .2s ease width .4s, .2s ease height .6s;
  border-radius: 6px;
}
.my_button:after {
  top: 0;
  right: 0;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  transition: 0s ease opacity .4s, .2s ease width , .2s ease height .2s;
  border-radius: 6px;
}
.my_button:hover:before,
.my_button:hover:after{
  height: 100%;
  width: 100%;
  opacity: 1;
}
.my_button:hover:before {transition: 0s ease opacity 0s, .2s ease height, .2s ease width .2s;}
.my_button:hover:after {transition: 0s ease opacity .4s, .2s ease height .4s , .2s ease width .6s;}
.my_button:hover {background: rgba(255,255,255,.2); -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); border-radius: 6px;} 