

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

li {
    list-style: none;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

body {
    background: #091832;
}

hr {
    margin-top: 30px;
    margin-bottom: 40px;
}

.main_container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.top_block {
    background: url("../images/bg1.png");
    height: 737px;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.links_block {
float: right;
}



    .button {
    display: inline-block;
    vertical-align: top;
    padding: 10px 25px;
    margin-top: 35px;
    height: 60px;
    color: #fff;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    color: #fff;
    background: #00529e;
    position: relative;
    }

    .button:hover {
        opacity:0.8;
        color: #fff;
    }
    .button:before {
        content:'';
        display:block;
        clear:both;
        width:0;
        height:0;
        border-left:30px solid transparent;
        border-top:60px solid #00529e;
        position:absolute;
        top:0;
        left:-30px;
    }
    .button:after {
        content:'';
        display:block;
        clear:both;
        width:0;
        height:0;
        border-right:30px solid transparent;
        border-top:60px solid #00529e;
        position:absolute;
        top:0;
        right:-30px;
    }

    .button2 {
    display: inline-block;
    vertical-align: top;
    padding: 10px 25px;
    margin-top: 20px;
    height: 60px;
    color: #fff;
    text-decoration: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    color: #fff;
    background: #d9261c;
    position: relative;
    }

    .button2:hover {
        opacity:0.8;
        color: #fff;
    }
    .button2:before {
        content:'';
        display:block;
        clear:both;
        width:0;
        height:0;
        border-left:30px solid transparent;
        border-top:60px solid #d9261c;
        position:absolute;
        top:0;
        left:-30px;
    }
    .button2:after {
        content:'';
        display:block;
        clear:both;
        width:0;
        height:0;
        border-right:30px solid transparent;
        border-top:60px solid #d9261c;
        position:absolute;
        top:0;
        right:-30px;
    }

    .top_block p {
    top: 80%;
    position: relative;
    color: #fff;
    max-width: 650px;
    left: 35%;
}

.presents {
    background-color: #fff;
}

.presents h1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 34px;
    line-height: 39px;
    font-weight: 800;
    color: #c20f1a;
    text-transform: uppercase;
    max-width: 1050px;
    margin: 0 auto;
    padding-top: 60px;
}

.line1 {
    margin-top: 55px;
}

.clm1 p {
    margin-left: 75px;
    margin-top: 35px;
    font-size: 16px;
    line-height: 27px;
}

.line2 {
    margin-top: -150px;
}

.clm2 p {
    padding-top: 180px;
}

.clm3 img {
    float: right;
}

.line3 {
    margin-top: -180px;
}

.clm4 p {
    max-width: 200px;
    padding-top: 62px;
}

.how_to_play {
    background: url("../images/bg2.png");
    height: 680px;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.how_to_play h2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 34px;
    line-height: 35px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    padding-top: 70px;
    padding-left: 100px;
}

.how1 {
    padding-top: 60px;
}

.ifblock p {
    color: #fff;
    display: inline-flex;
    max-width: 350px;
    padding-left: 50px;
    vertical-align: middle;
}

.ifblock2 p {
    color: #fff;
    display: inline-flex;
    max-width: 350px;
    padding-left: 50px;
    vertical-align: middle;
}

.ifblock img {
    padding-left: 100px;
}

.send_foto {
    text-align: center;
    border: 1px solid #c20f1a;
    background-color: #c20f1a;
    max-width: 520px;
    margin: 0 auto;
    padding: 20px 5px;
    margin-top: 55px;
    box-shadow: 5px 5px #462224;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
}

.send_foto:hover {
    color: #a4a1a1;
    transition: 0.3s;
}

.howlist {
    padding-left: 100px;
    padding-top: 25px;
}

.howlist p {
    color: #fff;
    font-weight: bold;
}

.howlist ul {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
    color: #999999;
    font-size: 14px;
    line-height: 28px;
    padding-left: 17px;
}

.howlist li {
        list-style: disc;
}

.howinf {
    padding-top: 60px;
    max-width: 420px;
}

.howinf p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
    color: #999999;
    font-size: 14px;
    line-height: 28px;
}

.howinf a{
    color: #fff;
    text-decoration: underline;
}

.best_brend {
    background-color: #fff;
}

.best_r {
    padding-top: 50px;
}

.best_brend h2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 34px;
    line-height: 35px;
    font-weight: 800;
    text-transform: uppercase;
    padding-top: 60px;
    padding-left: 100px;
}

.best_p p {
    padding-left: 100px;
}

.best_img {
    text-align: center;
}

.best_bot {
    padding: 30px 0 0 115px;
    font-size: 12px;
    line-height: 19px;
    color: grey;
    max-width: 1120px;
}

.best_soc {
    padding-left: 100px;
    padding-bottom: 45px;
}

.best_soc p {
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    display: inline-flex;
    padding-right: 25px;
}

.best_soc img {
    padding-right: 7px;
}

footer {
    background: url("../images/bg_foot.png");
}

footer img {
        padding: 45px 0 50px 100px;
}

footer p {
        display: inline-flex;
        color: #b3b3b3;
        font-size: 14px;
        line-height: 21px;
        padding-left: 30px;
}