html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

@font-face {
    font-family: 'prgweb';
    src: url('../font/prgweb-bold-webfont.eot');
    src: url('../font/prgweb-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../font/prgweb-bold-webfont.woff2') format('woff2'),
	url('../font/prgweb-bold-webfont.woff') format('woff'),
	url('../font/prgweb-bold-webfont.ttf') format('truetype'),
	url('../font/prgweb-bold-webfont.svg#prgwebbold') format('svg');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'prgweb';
    src: url('../font/prgweb-medium-webfont.eot');
    src: url('../font/prgweb-medium-webfont.eot?#iefix') format('embedded-opentype'),
	url('../font/prgweb-medium-webfont.woff2') format('woff2'),
	url('../font/prgweb-medium-webfont.woff') format('woff'),
	url('../font/prgweb-medium-webfont.ttf') format('truetype'),
	url('../font/prgweb-medium-webfont.svg#prgwebmedium') format('svg');
    font-weight: 500;
    font-style: normal;

}

html, body {
    height: 100%;
}

body {
    color: #404040;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'prgweb';
    margin: 0;
    background-color: #F2F6F7;
}

#content {
    background-image: url('../img/bg.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100%;
}

body.lang-ru {
    font-family: 'Roboto', sans-serif;
}

.lang-ru h1 {
    font-size: 27px;
    line-height: 32px;
}

.container {
    width: 1050px;
    margin: auto;
    padding: 0 15px;
}

strong {
    font-weight: bold;
}

#content {
    text-align: center;
    font-size: 18px;
    box-shadow: 0px 7px 15px #e5e9e9 inset;
}

a {
    text-decoration: none;
    color: #008fd1;
    outline: none !important;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 43px;
    font-weight: 700;
    line-height: 53px;
    color: #004a6d;
    margin-top: 10px;
    margin-bottom: 13px;
}

#header {
    background-color: #fff;
    height: 103px;
    margin-top: 35px;
    box-shadow: 0px -7px 15px #e5e9e9;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

#logo {
    margin-top: 10px;
    width: 190px;
}

#logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

#content .container {
    overflow: hidden;
}

.box {
    padding: 25px;
    box-shadow: 0px 2px 16px #ccdae0;
    border-radius: 10px;
    background-color: #fff;
    line-height: 25px;
    margin-bottom: 26px;
    overflow: hidden;
}

label.option {
    padding-left: 30px !important;
    position: relative;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
}

label.option input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    position: absolute !important;
}

label.option > span:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #D9D9D9;
    border-radius: 150%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 3px;
}

.error + span:before {
    border: 1px solid #C1002D !important;
}

input[type="checkbox"]:checked + span:before {
    background-image: url(../img/checkbox.png);
    border: 1px solid #60B869;
}

.button {
    outline: none !important;
    text-align: center;
    cursor: pointer;
    background-color: #008fd1;
    text-decoration: none;
    display: inline-block;
    padding: 11px 25px 9px 25px;
    color: #fff;
    border-radius: 10px;
    text-shadow: none !important;
    letter-spacing: 2px;
    font-weight: 500 !important;
    font-size: 15px;
    border: 2px solid #008fd1;
    line-height: 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.button:focus {
    margin-top: -3px;
    margin-bottom: 3px;
    color: #fff;
    text-decoration: none !important;
    background-color: #008fd1;
    border: 2px solid #008fd1;
    text-decoration: none;
}

h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #000;
}

.logo-wifi {
    margin-bottom: 20px;
}

.form-type-checkbox {
    margin-bottom: 15px;
}

iframe {
    width:100%;
    height: 100%;
    position:absolute;
    left:0;
    margin:0px;
    border:0px
}

.bannery {
    font-size: 0;
    text-align: center;
    margin-left: -13px;
    margin-right: -13px;
    line-height: 1;
    margin-top: -13px;
    margin-bottom: 13px;
}

.banner {
    padding: 13px;
    display: inline-block;
    line-height: 1;
    width: 50%;
}

.banner img {
    max-width: 100% !important;
    height: auto !important;
}

.welcome {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 25px;
}

.notice-container {
    padding: 25px;
    box-shadow: 0px 2px 16px #ccdae0;
    border-radius: 10px;
    background-color: #fff;
    border-left: 100px solid #60b869;
    margin-bottom: 26px;
    position: relative;
}

.notice-container:after {
    content: "";
    top: 50%;
    left: -65px;
    position: absolute;
    background-image: url(../img/infobox.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin-top: -16px;
}

.disabled {
    pointer-events: none;
    opacity: .75;
}

.email-container {
    margin-bottom: 30px;
    padding: 25px;
    background-color: #f2f6f7;
    margin: -25px -25px 25px -25px;
}

.email-label {
    display: block;
    margin-bottom: 5px;
}

.email-inp {
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    color: #000;
    font-weight: 300;
    padding: 13px 20px;
    line-height: 17px;
    font-size: 14px;
    height: 43px;
    box-shadow: none !important;
    outline: none !important;
    width: 100% !important;
    font-family: 'Arial', sans-serif;
    background-color: #fff;
    max-width: 345px;
}

.email-inp:focus {
    border-color: #008fd1;
}

.email-inp.error {
    border: 1px solid #C1002D !important;
}

.email-question {
    display: inline-block;
    color: #a0a0a0;
    font-size: 12px;
    cursor: pointer;
}

.email-question:hover {
    text-decoration: underline;
}

.email-auto {
    display: block;
    margin-top: 10px;
    color: #00a157;
    display: none;
}

.help-block {
    display: none;
    font-size: 12px;
    font-weight: 500 !important;
    line-height: 20px;
    margin: 0;
    color: #C1002D;
}

.agree-error {
    display: none;
    color: #C1002D;
    margin-top: 5px;
    margin-bottom: 10px;
}

.checkbox-container {
    margin-bottom: 5px;
}

.social-container > *{
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

.podminky {
    display: table;
    margin: auto;
    text-align: left;
}

.loading {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
}

.loading > div {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
}


.loading > div > div {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #004A6D;
    top: 10px;
    left: 10px;
    transform-origin: 20px 20px;
    border-radius: 8px;
    animation: spin-a 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading > div > .c2 {
    top: 10px;
    left: auto;
    right: 10px;
    transform-origin: -4px 20px;
    animation: spin-b 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
.loading > div > .c3 {
    top: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
    transform-origin: -4px -4px;
    animation: spin-c 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
.loading > div > .c4 {
    top: auto;
    bottom: 10px;
    transform-origin: 20px -4px;
    animation: spin-d 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading > span {
    width: 100px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: 30px;
    color: #004A6D;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
}

.scroll_down_arrow {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 50%;
    color: #004A6D;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    font-size: 14px;
    z-index: 999;
    text-transform: uppercase;
    font-weight: bold;
    animation: arrow-pulse 1s infinite;
}

.scroll_down_arrow .down_arrow {
    background-image: url(../img/down-arrow.png);
    background-size: cover;
    height: 15px;
    width: 15px;
}

@keyframes arrow-pulse {
    50% {bottom: 5px}
}

@media (max-width: 1599px) {

}

@media (max-width: 1199px) {
    .container {
	width: 970px;
    }
    .box {
	padding: 15px;
    }
    .email-container {
	padding: 15px;
	margin: -15px -15px 15px -15px;
    }
}

@media (max-width: 991px) {
    .container {
	width: 750px;
    }
    h1 {
	font-size: 23px;
	line-height: 33px;
    }
    .notice-container {
	font-size: 14px;
	line-height: 19px;
    }
    h2 {
	font-size: 19px;
	line-height: 24px;
    }
    label.option {
	font-size: 13px;
	line-height: 20px;
    }
}

@media (max-width: 767px) {
    .welcome {
	margin-bottom: 15px;
    }
    .container {
	width: 100%;
    }
    h1 {
	font-size: 14px !important;
	line-height: 19px !important;
    }
    #logo {
	float: none;
	margin-left: auto;
	margin-right: auto;
    }
    .kontant-box {
	width: 100% !important;
	padding: 5px 15px;
    }
    .box {
	min-height: 0;
	font-size: 15px;
    }
    #logo {
	margin-top: 5px;
    }
    .notice-container {
	border-left: 35px solid #60b869;
    }
    .notice-container:after {
	left: -28px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
    }
    .form-type-checkbox {
	margin-bottom: 10px;
    }
    h2 {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
    }
    .banner {
	width: 100%;
    }
    .notice-container, .box {
	margin-bottom: 16px;
    }
    .bannery {
	margin-left: -8px;
	margin-right: -8px;
	margin-top: -8px;
	margin-bottom: 8px;
    }
    .banner {
	padding: 8px;
    }
}

@keyframes spin-a {
    0% {
        transform: rotate(90deg);
    }

    0% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-a {
    0%   { transform: rotate(90deg); }
    0%  { transform: rotate(90deg); }
    50%  { transform: rotate(180deg); }
    75%  { transform: rotate(270deg); }
    100% { transform: rotate(360deg); }
}
@keyframes spin-b {
    0%   { transform: rotate(90deg); }
    25%  { transform: rotate(90deg); }
    25%  { transform: rotate(180deg); }
    75%  { transform: rotate(270deg); }
    100% { transform: rotate(360deg); }
}
@keyframes spin-c {
    0%   { transform: rotate(90deg); }
    25%  { transform: rotate(90deg); }
    50%  { transform: rotate(180deg); }
    50%  { transform: rotate(270deg); }
    100% { transform: rotate(360deg); }
}
@keyframes spin-d {
    0%   { transform: rotate(90deg); }
    25%  { transform: rotate(90deg); }
    50%  { transform: rotate(180deg); }
    75%  { transform: rotate(270deg); }
    75% { transform: rotate(360deg); }
    100% { transform: rotate(360deg); }
}
#credential_picker_container{display:none;}