/*-- reset stylesheet --*/
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;
}
a {
    text-decoration: none;
    color: #000;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
button {
    border: none;
    outline: none;
    width: auto;
    background: transparent;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-align: inherit;
    font-family: $font-stack;
    font-size: 12px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
u {
    text-decoration: underline;
}
strong {
    font-weight: 700;
}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
::-webkit-input-placeholder { /* Safari, Chrome and Opera */
    font-family: 'Open Sans', sans-serif;
    color: rgba(255,255,255,0.3);
    transition: .3s;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: 'Open Sans', sans-serif;
    color: rgba(255,255,255,0.3);
    transition: .3s;
}

::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Open Sans', sans-serif;
    color: rgba(255,255,255,0.3);
    opacity: 1;
    transition: .3s;
}

:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Open Sans', sans-serif;
    color: rgba(255,255,255,0.3);
    transition: .3s;
}

::-ms-input-placeholder { /* Edge */
    font-family: 'Open Sans', sans-serif;
    color: rgba(255,255,255,0.3);
    transition: .3s;
}
::placeholder {
    font-family: 'Open Sans', sans-serif;
    color: rgba(255,255,255,0.3);
    transition: .3s;
}
:focus::-webkit-input-placeholder { color: transparent }
:focus:-moz-placeholder { color: transparent }
:focus::-moz-placeholder { color: transparent }
:focus:-ms-input-placeholder { color: transparent }
:focus::-ms-input-placeholder { color: transparent }
:focus::placeholder { color: transparent }
input[type="radio"] {
    position: absolute;
    left: -9999px;
}
label.custom {
    display: block;
    position: relative;
    margin: 5px 10px;
    white-space: nowrap;
    text-align: left;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;
    text-transform: uppercase;
    transition: background-color .2s, box-shadow .2s;
	color: #595758;

	font-size: 14px;
	font-weight: 700;
}

label.custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    border: 1px solid #595758;
	border-radius: 3px;
}
label.custom span {
	position: relative;
	cursor: pointer;
    padding: 8px 15px;
    display: block;
	width: 100%;
	height: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 3px;
}
input:checked + label.custom span {
	color: #fff;
    background-color: rgba(45,140,222,1);
}
html, body {
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background-color: #000;

}
main {
    height: 100%;
    position: relative;
    padding-top: 60px;
    /* transition: opacity 300ms ease; */
    opacity: 0;
}
header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
header .logotype {
    width: 40px;
    height: 40px;
    background: url('../img/logo.svg') no-repeat 50% 50%;
    background-size: contain;
}
section {
    height: 100%;
    background: url('../img/land.jpg') no-repeat 50% 50%;
    background-size: cover;
}
.inner {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: auto;
    min-height: 100%;
    position: relative;
}
.inner.first {
    padding-top: 7%;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000 url('../img/age.jpg') no-repeat 50% 50%;
    background-size: cover;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 0;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
main.show,
.overlay.show {
    transition: opacity 300ms ease;
    opacity: 1;
}
.overlay .age_block {
    width: 100%;
    max-width: 770px;
    color: #fff;
    position: absolute;
    height: 55%;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
}
h1 {
    font-weight: 800;
    font-size: 48px;
    color: #fff;
}
h2 {
    font-weight: 800;
    font-size: 42px;
    line-height: 1.5em;
    color: #fff;
}
h6 {
    font-weight: 800;
    font-size: 28px;
    line-height: 1.3em;
    color: #fff;
}
h2.attention {
    padding-left: 110px;
    position: relative;
    margin-bottom: 70px;
}
h1 span,
h2 span,
h6 span {
    display: block;
}
h2 span,
h6 span {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.first h6 {
    margin-top: 60px;
}
.bot_info {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.bot_info .linkholder {
    padding-bottom: 60px;
}
.bot_info .linkholder a {
    color: #fff;
    width: 142px;
    height: 40px;
    background-color: #fff;
    display: block;
    margin: 0 0 10px 0;
    background: url('../img/appstore.svg') no-repeat 50% 50%;
    background-size: contain;
}
.bot_info .imgholder {
    /* position: absolute;
    bottom: 0; */
    width: 317px;
    height: 424px;
    background: url('../img/iphone.png') no-repeat 0 100%;
    background-size: contain;
}
/* h1.attention span {
    display: block;
} */
.flex {
    display: flex;
    justify-content: space-around;
}
.age_btn {
    font-size: 48px;
    color: #fff;
}
.overlay .age_block a {
    text-decoration: underline;
    color: #fff;
}
.overlay .age_block p {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-top: 70px;
    text-align: center;
    font-weight: 700;
}
.age_non {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 10;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.age_non h3 {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    line-height: 1.4em;
    position: relative;
    padding-top: 110px;
}
h2.attention::before,
.age_non h3 button {
    content: '';
    width: 80px;
    height: 90px;
    position: absolute;
    top: 0;
    left: calc(50% - 40px);
    background: url('../img/logo.svg') no-repeat 50% 50%;
    background-size: contain;
}
h2.attention::before {
    top: calc(50% - 40px);
    left: 0;
}
@media (max-width: 60.000em) { /* 960px */
    body {
        opacity: 0;
    }
}
