@font-face {
    font-family: 'Noto Sans Regular';
    src: url("../fonts/notosans-regular.ttf");
}

@font-face {
    font-family: 'Noto Sans Bold';
    src: url("../fonts/notosans-bold.ttf");
}

@font-face {
    font-family: 'Noto Sans Semibold';
    src: url("../fonts/notosans-semibold.ttf");
}

body {
    font-size: 14px;
    color: #333333;
    font-family: Tahoma, sans-serif;
    background-color: #f1f2f3;
    min-height: 100vh;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 16px;
    padding-bottom: 16px;
}

.content-block {
    box-sizing: border-box;
    color: #565a64;
    font-family: 'Noto Sans Regular', sans-serif;
    font-size: 13px;
    margin: auto 0;
    max-width: 600px;
    padding: 40px;
    text-align: center;
    width: 100%;
    flex: 0 0 auto;
}
.content-block.m-white {
    background-color: #fff;
    color: #2d313a;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    border-radius: 4px;
}
.content-block a {
    color: #0098db;
    text-decoration: none;
}
.content-block h1 {
    font-family: 'Noto Sans Semibold', sans-serif;
    font-size: 22px;
    height: auto;
    letter-spacing: 0;
    line-height: 32px;
    margin: 24px 0 0;
}
.content-text {
    line-height: 20px;
}
.content-text .text-gray {
    color: #8f9399;
}
.content-text strong {
    font-family: "Noto Sans Bold";
}
.content-text .text-gray strong {
    font-family: "Noto Sans Semibold";
}

.scanning .content-text {
    margin-top: 57px;
}

.content-footer {
    padding-top: 16px;
    min-height: 20px;
    max-height: 68px;
    flex: 1 1 auto;
}

.pt48 {
    padding-top: 48px;
}
.pl20 {
    padding-left: 20px;
}
.pr20 {
    padding-right: 20px;
}
.mb16 {
    margin-bottom: 16px;
}
.mb32 {
    margin-bottom: 32px;
}
.mt16 {
    margin-top: 16px;
}
.mt24 {
    margin-top: 24px;
}
.mr8 {
    margin-right: 8px;
}
.vat {
    vertical-align: top;
}

.m-break {
    word-break: break-all;
}
.m-truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cursor-pointer {
    cursor: pointer;
}

.btn {
    margin: 48px 0 0;
    font-family: 'Noto Sans Semibold', sans-serif;
    font-size: 13px;
    padding: 10px 32px;
    border-radius: 0;
    line-height: 20px;
}
.btn .m-blue {
    background: #0098db;
    color: #fff;
}
.btn:focus {
    outline: none;
}
.btn.m-uppercase {
    text-transform: uppercase;
}

button {
    background-color: #0098db;
    color: #ffffff;
    border: 0;
    border-radius: 2px;
    font-family: 'DinotMedium', sans-serif;
    font-size: 14px;
    padding: 4px 16px;
    margin: 10px 10px 15px 0;
    cursor: pointer;
}

button:hover {
    background-color: #008ac7;
}

.modal {
    text-align: center;
    width: 100%;
    height: 100%;
}

.img-container {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.img-loader button {
    margin: auto;
}

.modal img {
    max-width: 1366px;
    width: 100%;
    cursor: pointer;
}

.close {
    width: 100%;
    height: 60px;
    text-align: right;
    background-color: #333333;
    margin-right: 10px;
}

.close p {
    color: #ffffff;
    font-size: 34px;
    cursor: pointer;
    margin: 0 20px;
}

.backdrop {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
}

.img-loader {
    width: 100%;
    height: 100%;
    color: #ffffff;
    margin-top: 20%;
}

@media (min-width: 416px) and (max-width: 767px) {
    .content-block {
        padding: 24px 40px;
    }
    .content-block img {
        width: 60px;
    }
    .content-block h1 {
        margin-top: 16px;
    }
    .content-block .text-gray {
        margin-top: 16px !important;
    }
    .content-block .btn {
        margin-top: 24px;
    }
}

/* + */
@media (max-width: 415px) {
    html, body {
        background-color: #ffffff;
        height: 100vh;
    }
    body {
        display: block;
        padding-top: 0;
    }
    .content-block.m-white {
        box-shadow: none;
    }
    .content-block {
        padding: 8px 16px 16px;
    }
    .content-text .text-gray {
        word-break: break-all;
    }
    .content-footer {
        text-align: center;
    }
}

.sk-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}
