@font-face {
	font-family: 'museo_sans_cyrl';
	src: url('../fonts/museosans_300-webfont.eot');
	src: url('../fonts/museosans_300-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/museosans_300-webfont.woff2') format('woff2'),
	url('../fonts/museosans_300-webfont.woff') format('woff'),
	url('../fonts/museosans_300-webfont.ttf') format('truetype'),
	url('../fonts/museosans_300-webfont.svg#museo_sans_cyrl300') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'museo_sans_500';
	src: url('../fonts/museosans_500-webfont.eot');
	src: url('../fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/museosans_500-webfont.woff2') format('woff2'),
	url('../fonts/museosans_500-webfont.woff') format('woff'),
	url('../fonts/museosans_500-webfont.ttf') format('truetype'),
	url('../fonts/museosans_500-webfont.svg#museosans_500') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'museo_sans_cyrl900';
	src: url('../fonts/museosanscyrl_900-webfont.eot');
	src: url('../fonts/museosanscyrl_900-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/museosanscyrl_900-webfont.woff2') format('woff2'),
	url('../fonts/museosanscyrl_900-webfont.woff') format('woff'),
	url('../fonts/museosanscyrl_900-webfont.ttf') format('truetype'),
	url('../fonts/museosanscyrl_900-webfont.svg#museo_sans_cyrl900') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
            font-family: 'bebas_neueregular';
            src: url('../fonts/bebasneue-webfont.eot');
            src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
                 url('../fonts/bebasneue-webfont.woff2') format('woff2'),
                 url('../fonts/bebasneue-webfont.woff') format('woff'),
                 url('../fonts/bebasneue-webfont.ttf') format('truetype'),
                 url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
            font-weight: normal;
            font-style: normal;
        }

        @font-face {
            font-family: 'bebas_polish';
            src: url('../fonts/bebasneue-webfont.eot');
            src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
                 url('../fonts/bebasneue-webfont.woff') format('woff'),
                 url('../fonts/bebasneue-webfont.ttf') format('truetype'),
                 url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
            font-weight: normal;
            font-style: normal;
        }

        @font-face {
            font-family: 'bebas_neue_cyrillic';
            src: url('../fonts/bebas_neue_cyrillic-webfont.eot');
            src: url('../fonts/bebas_neue_cyrillic-webfont.eot?#iefix') format('embedded-opentype'),
                 url('../fonts/bebas_neue_cyrillic-webfont.woff') format('woff'),
                 url('../fonts/bebas_neue_cyrillic-webfont.ttf') format('truetype'),
                 url('../fonts/bebas_neue_cyrillic-webfont.svg#bebas_neue_cyrillicregular') format('svg');
            font-weight: normal;
            font-style: normal;
        }
body {
	background-color: #1e1e2a;
}
.mainscreen {
	background-image: url(../img/background.jpg);
	min-height: calc(100vh + 120px);
	background-size: cover;
	background-position: center;
}
.mainscreen a:hover {
    text-decoration: none;
}
.logo {
	text-align: center;
	padding-top: 16px;
}
.maintext {
	text-align: center;
	color: #fff;
	margin-top: 77px;
	margin-bottom: 30px;
	text-shadow: 7px 7px 7px black;
}
.mt_line1 {
    font-size: 32px;
    font-family: 'museo_sans_cyrl';
    margin: 0;
    line-height: 1;
}
.mt_line2 {
    font-size: 82px;
    font-family: 'museo_sans_500';
    margin: 5px 0;
    color: #ffd71f;
    line-height: 1;
}
.mt_line3 {
    font-size: 20px;
    font-family: 'museo_sans_cyrl';
    margin: 0;
}
.mt_line3 span {
    color: #c9aa71;
}
.container1 {
    width: 340px;
    margin: 0 auto;
}
.button_wd {
    width: 100%;
    height: 80px;
    font-size: 45px;
    line-height: 80px;
    margin: 0 auto;
    color: #000;
    text-align: center;
    background-color: #ffd71f;
    border-radius: 46px;
}
.button_wd:hover{
	background-color: #ffff00;
}
.button_wd a {
    color: #000000;
    text-decoration: none;
}
.button_wd a:hover {
    color: #000000;
    text-decoration: none;
}
.iphonewd {
    text-align: center;
    margin-top: 35px;
    padding-bottom: 200px;
}
.iphonewd img {
    width: 100%;
    max-width: 600px;
}
.step3wd{
	margin-top: -65px; 
}
h2 {
    font-size: 30px;
    font-family: 'museo_sans_cyrl';
    font-weight: normal;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.step3wd h2 {
    font-family: 'bebas_neueregular', 'bebas_neue_regular', 'bebas_polish', 'bebas_neue_cyrillic';
    letter-spacing: 0;
}
.footer a {
    color: #fff200;
}
.footer ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    line-height: 14px;
}
.footer li a {
    color: #fff;
}
.footer li a:hover {
    color: #fff200;
}
@media screen and (max-width: 1368px){
	.logo img {
    width: 330px;
}
		.maintext {
    margin-top: 30px;
    margin-bottom: 20px;
}
.iphonewd {
    margin-top: 20px;
    padding-bottom: 150px;
}
.mt_line1 {
    font-size: 28px;
}
.mt_line2 {
    font-size: 68px;
}
.mt_line3 {
    font-size: 28px;
}
.button_wd {
    width: 300px;
    height: 60px;
    font-size: 35px;
    line-height: 60px;
}
.iphonewd img {
    width: 100%;
    max-width: 550px;
}
}
@media screen and (max-width: 767px) {
	.mainscreen {
    background-size: cover;
    background-position: center;
}
	.logo img {
    width: 268px;
}
.logo {
    padding-top: 23px;
}
.maintext {
    margin-top: 33px;
    margin-bottom: 35px;
}
.mt_line1 {
    font-size: 19px;
}
.mt_line2 {
    font-size: 49px;
}
.mt_line3 {
    font-size: 19px;
}
.container1 {
    width: 285px;
    margin: 0 auto;
}
.button_wd {
    width: 100%;
    height: 74px;
    font-size: 36px;
    line-height: 74px;
    transition: 0.6s;
}
.button_wd.sticky-buttons {
    position: fixed;
    width: 100%;
    font-size: 43px;
    z-index: 10;
    left: 0;
    margin: 0 auto;
    border-radius: 0;
    bottom: 0;
}
.iphonewd {
    padding-bottom: 160px;
    margin-top: 35px;
}
.iphonewd img {
    width: 350px;
}
.step3wd {
    margin-top: -122px;
}
.footer {
    margin-top: 26px;
    padding-bottom: 100px;
}
}
@media screen and (max-width: 374px) {
.logo {
    padding-top: 20px;
}
.maintext {
    margin-top: 25px;
    margin-bottom: 25px;
}
.mt_line1 {
    font-size: 16px;
}
.mt_line2 {
    font-size: 38px;
}
.mt_line1 {
    font-size: 16px;
}
.container1 {
    width: 260px;
    margin: 0 auto;
}
.button_wd {
    width: 100%;
    height: 65px;
    font-size: 33px;
    line-height: 65px;
}
.iphonewd img {
    width: 300px;
}
}