/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

h1 {
    display: none;
}

h2 {
    margin-top: 20px;
}

* {
    margin: 0;
    padding: 0
}

body {
    background: url(..//images/bg-lobby.jpg) no-repeat;
    background-size: cover;
    font-family: Roboto;
    color: #fff;
    font-size: 12px
}

.large-logo {
    width: 180px;
    padding-top: 10px;
}

.logo {
    width: 120px;
}

.download a {
    margin: 2px 0;
    float: left;
    width: 100%;
}

.download {
    margin-top: 20px;
}

.item {
    background: url(..//images/bg-popup-small.png) no-repeat;
    background-size: 100% 100%,cover;
    margin: 20px 10px 10px;
    position: relative;
    padding: 30px;
}

h2 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #FFEB3B;
}

.item a img {
    max-width: 50%;
}

.item p {
    margin: 0;
    line-height: 22px
}

span.label {
    display: block;
    position: absolute;
    right: -3px;
    top: -4px;
}

._text, .a-btn {
    padding: 15px 10px
}

    ._text span {
        text-transform: uppercase;
    }

.avatar {
    margin-bottom: 15px;
}

    .avatar img {
        display: block;
        margin: 0 auto;
        height: 124px
    }

.item-help {
    width: 200px;
    padding-bottom: 10px
}

.width-in-line {
    width: 228px;
}

.dns img {
    width: 100%
}
.txt-slogan {
    width: 511px;
    height: 297px;
    background: url(..//images/txt-slogan.png) no-repeat 0 0/100%;
    margin: 0 auto;
    margin-top: 0;
    display: block;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media screen and (max-width:1000px) {
    .txt-slogan {
        width: 350px;
        height: 204px
    }
}

@media screen and (max-width:500px) {
    .txt-slogan {
        width: 300px;
        height: 175px
    }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* STYLES GO HERE */
    .container {
        margin-top: 80px !important;
    }

    .logo {
        width: 200px !important;
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* STYLES GO HERE */
}

/* iPhone 5 (portrait & landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
}

/* iPhone 5 (landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
}

/* iPhone 5 (portrait)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
}

/* iPhone 6 plus */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) { /* STYLES GO HERE */
    ._text, .a-btn {
        padding: 20px 4px
    }

    .item a img {
        max-width: 30%;
    }

    .avatar img {
    }
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) { /* STYLES GO HERE */

}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) { /* STYLES GO HERE */

}

/*hack safari*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .row::before, .row::after {
        content: none;
    }
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.download {
    display: block;
    width: 350px;
    height: 80px;
    background: #e4007c;
    background: linear-gradient(0deg,#e4007c 0%,#ee1f8f 100%);
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 60px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 50px;
    padding-left: 60px;
    padding-top: 2px;
    position: relative;
}
.black-overlay {
	 display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.popup {
	 display: none;
    width: 100%;
    height: 377px;   
    position: absolute;
    top: 100px;
    left: 0;
    margin-left: 0;
    z-index: 150;
}