:root, html, body {
    font-size: 18px;
    font-weight: normal;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}
/* overrides */
a:target,button:target,input:target,div:target {
    outline: unset;
    box-shadow: unset;
}
.b-x2 {
    font-size: 1.25rem;
    text-transform: none;
}
.top-content {
    margin: 0 auto;
    width: 100vw;
    padding: 0;
}
.paper {
    border: none;
    background-color: transparent;
}

/* page specifics */
@media (max-width:1024px){
    #top-app-menu {font-size:14px;}
}
#top-login-block {
    box-shadow: 0 0 16px 24px rgba(0,0,0,0.4);
    top: 10vh;
}
.slide-page {
    min-height: 100vh;
    opacity:1;
}
#page1 {
    background: linear-gradient(to right,#A47C4B 0%,#A47C4B 50%,#B0AFAF 50%,#B0AFAF 100%);
}
#page1-img {
    background-image: url(/images/lp-p1-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
}
#page2 {
    /* background: #CC9966; */
}
#page3 {
    background: #183442;
}
.page3-gadgets-line {
    background-image: url(/images/page3_gadgets.png);
    background-size: auto 100%;
    background-position: center;
    height: 150px;
    max-width: unset;
    margin: 0px;
    width: unset;
}
#page6 {
    background: #8DA8CB;
    background-image: url(/images/12ukraina.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
h2, p {
    font-size: 75%;
    font-family: 'Lobster', cursive;
    margin: 0;
    text-align: justify;
}
ul.sticker {
    overflow: hidden;
    padding: 1em 1em 2em 2em;
}
ul.sticker, li.sticker {
    float: left;
    list-style: none;
    margin: 1em;
}
ul.sticker li.sticker a {
    text-decoration:none;
    color:#000;
    background:#ffc;
    display:block;
    height:14em;
    width:14em;
    padding:1em;
    -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
    -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    -box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    -moz-transition: -moz-transform .15s linear;
    -o-transition: -o-transform .15s linear;
    -webkit-transition:-webkit-transform .15s linear;
}
ul.sticker li:nth-child(even) a{
    -o-transform:rotate(4deg);
    -webkit-transform:rotate(4deg);
    -moz-transform:rotate(4deg);
    position:relative;
    top:5px;
    background: #cfc;
}
ul.sticker li:nth-child(odd) a{
    -o-transform:rotate(-4deg);
    -webkit-transform:rotate(-4deg);
    -moz-transform:rotate(-4deg);
    position:relative;
    top:-5px;
}
ul.sticker li.sticker:nth-child(3) a{
    background: #ccf;
}
ul.sticker li.sticker:nth-child(6) a{
    background: #FFB2BB;
}
ul.sticker li.sticker a:hover, ul.sticker li.sticker a:focus{
    -moz-box-shadow:10px 10px 7px rgba(0,0,0,.7);
    -webkit-box-shadow: 10px 10px 7px rgba(0,0,0,.7);
    -box-shadow:10px 10px 7px rgba(0,0,0,.7);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    position:relative;
    z-index:5;
}
#page5 {
    background: #58C7D1;
}

.text-header-big {
    margin: 1.3rem 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 3.2rem;
    text-align: center;
    color: #0073af;
}
.page2-header-big {
    margin: 4rem 0 1.5rem 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 3.2rem;
    text-align: center;
    color: #0073af;
}
.page4-header-big {
    margin: 1.5rem 0 0 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 3.2rem;
    text-align: center;
    color: #530000;
}
.text-header-small {
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-align: justify;
    color: #0073af;
}
.page2-header-small {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: bold;
    color: #e22b30;
    text-align: center;
}
.text-block {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: justify;
}
.margin-top {
    margin-top: 3.5rem;
}
.text-align {
    text-align: center;
}
.card-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}
div.card {
    border: 1px solid grey;
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin: 0.5rem;
    min-width: 30%;
    flex: 1;
}
div.page2-card {
    padding: 0.5rem;
    margin: 0.5rem;
    flex: 1;
}
b {
    color: #0073af;
}
a.top-block-button-enter {
    color: #e22b30;
    background: #ffffff;
    border-radius: 0.4em;
    padding: 0.45em 1.25em;
    text-decoration: none;
}
a.top-block-button-enter:hover {
    color: #ff0e15;
    background: #eee;
    text-decoration: none;
}
a.top-block-button-register {
    color: #ffffff;
    background: #e22b30;
    border-radius: 0.4em;
    padding: 0.45em 1.25em;
    text-decoration: none;
}
a.top-block-button-register:hover {
    background: #ff0e15;
    text-decoration: none;
}
a.page2-button-register {
    background: #e22b30;
    border-radius: 0.4em;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    margin: 0.25em 0.5em 0.25em 0.5em;
    padding: 0.45em 1.25em;
    text-decoration:none;
}
a.page2-button-register:hover {
    background: #ff0e15;
    margin: 0.25em 0.4em 0.25em 0.4em;
    padding: 0.45em 1.35em;
    -webkit-margin-start: 0.417em;
    -webkit-margin-end: 0.417em;
}
