@font-face {
    font-family: 'igra_sansregular';
    src: url('igrasans-webfont.eot');
    src: url('igrasans-webfont.eot?#iefix') format('embedded-opentype'),
    url('igrasans-webfont.woff2') format('woff2'),
    url('igrasans-webfont.woff') format('woff'),
    url('igrasans-webfont.svg#igra_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
t big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


* {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    font-size: 14px;
}

.cf:before,
.cf:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.cf:after {
    clear: both;
}

html {
    width: 100%;
    position: relative;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: white;
    width: 100%;
}

.container {
    max-width: 1200px;
    padding: 40px 15px;
    box-sizing: border-box;
    margin: auto;
    position: relative;
}

h1 {
    font-family: 'igra_sansregular';
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
    border-bottom: 2px solid white;
    padding: 100px 0 40px;
    margin-bottom: 40px;
}

h2 {
    font-size: 24px;
    font-weight: 300;
}



/*===========================================*/

/*main*/

#main {
    background: url(../img/bckg.jpg) center bottom no-repeat;
    background-size: cover;
    width: 100%;

    height: 800px;
}
.moon{
    position: absolute;
    top: 20px;
    right: 10px;
}
.moon img{
    width: 250px;
}
.logo img {
    float: right;
    margin-top: 60px;
    margin-right: 40px;
    z-index: 2;
    position: relative;
    width: 150px
}

.title_wrap {
    max-width: 453px;
    float: right;
    margin-top: 90px;
}

.btn {
    display: inline-block;
    background: #dc291a;
    text-decoration: none;
    color: white;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 15px 80px;

    box-shadow: inset 0 -3px 0px #a0190b, 0 3px 10px rgba(0, 0, 0, 0.44);
    transition: .2s all linear;


}

.btn:hover {
    text-shadow: 0px 0px 5px #fbffcb;
    box-shadow: inset 0 3px 0px #a0190b, 0 3px 10px rgba(0, 0, 0, 0.44);
}

.mobile {
    display: none;
}

/*main*/

/*===========================================*/



/*preim*/

#preim {
    background: #ededed
}
.title{
    margin: 40px 0 60px;
    text-align: center;
    font-size: 34px;
    color: #264796;
    font-weight: 400;
    
}
.items_list {
    max-width: 900px;
    margin: 40px auto;
    padding: 40px 0 0;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.52) 27%, rgba(255, 255, 255, 0.54) 28%, rgba(255, 255, 255, 0.93) 50%, rgba(255, 255, 255, 0.54) 68%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0)), color-stop(27%, rgba(255, 255, 255, 0.52)), color-stop(28%, rgba(255, 255, 255, 0.54)), color-stop(50%, rgba(255, 255, 255, 0.93)), color-stop(68%, rgba(255, 255, 255, 0.54)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.52) 27%, rgba(255, 255, 255, 0.54) 28%, rgba(255, 255, 255, 0.93) 50%, rgba(255, 255, 255, 0.54) 68%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.52) 27%, rgba(255, 255, 255, 0.54) 28%, rgba(255, 255, 255, 0.93) 50%, rgba(255, 255, 255, 0.54) 68%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.52) 27%, rgba(255, 255, 255, 0.54) 28%, rgba(255, 255, 255, 0.93) 50%, rgba(255, 255, 255, 0.54) 68%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.52) 27%, rgba(255, 255, 255, 0.54) 28%, rgba(255, 255, 255, 0.93) 50%, rgba(255, 255, 255, 0.54) 68%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    text-align: center;
}

.item {
    display: inline-block;
    width: 46%;
    text-align: left;
    vertical-align: top;
    margin-bottom: 60px;
}

.item_img {
    display: inline-block;
    vertical-align: middle
}

.item_text {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    color: #333333
}

.item_text p {
    font-size: 44px;
    padding-bottom: 10px;
}

.item_text span {
    font-size: 21px;
}

/*preim*/

/*===========================================*/

/*footer*/

#footer {
    background: rgba(66, 94, 161, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(66, 94, 161, 1) 0%, rgba(38, 71, 150, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(66, 94, 161, 1)), color-stop(100%, rgba(38, 71, 150, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(66, 94, 161, 1) 0%, rgba(38, 71, 150, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(66, 94, 161, 1) 0%, rgba(38, 71, 150, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(66, 94, 161, 1) 0%, rgba(38, 71, 150, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(66, 94, 161, 1) 0%, rgba(38, 71, 150, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#425ea1', endColorstr='#264796', GradientType=1);
}

.footer_logo,
.footer_text,
.footer_qr {
    display: inline-block;
    vertical-align: middle;
}

.footer_logo {
    margin-right: 40px;
}

.footer_text {
    font-size: 36px;
}

.footer_qr {
    margin-left: 40px;
}

.qr_item {
    display: inline-block;
    text-align: center;
    margin: 0px 20px;
    font-weight: 600;
    font-size: 12px;
}

/*footer*/

/*============================================*/

/*app_link*/

.ios #app_android {
    display: none;

}

.android #app_ios{
    display: none;
}

/*app_link*/
