
/*@charset "utf-8";*/

html {
    -webkit-text-size-adjust:100%;
    -moz-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    text-size-adjust:100%;
}
a {
    text-decoration:none;
}

a,button{
    outline: none;
    cursor:pointer;
}

h1, h2{
   font-family: 'Pacifico', cursive;
   text-align: center;
   color: #d02d16;
   line-height: 1.3;
}

h2 {
    font-size: 42px;
    padding: 35px 0;
}

h3{
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center; 
}

h4{
    font-size: 20px;
    line-height: 22px;
    padding: 10px 10px;
    background: center url(../img/title_1.png) no-repeat;
    background-size: contain;
    color: #070707;
}

p{
    padding-bottom: 15px; 
}

img{
    border:none;
    max-width: 100%;
    height:auto;
}

li{
    list-style:none;
}
button{
    background:none;
    border:none;
    font-family: 'Roboto', sans-serif;
}
b {
    display: inline;
    font-weight: 700;
}

a, button, input, textarea{
    -webkit-appearance: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

*:after,
*:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    position: relative;
    margin:0;
    padding:0;
    /*word-wrap: break-word;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input, textarea{
    display:block;
}

a, span, button, i{
    display: inline-block;
}

/******* input,textarea *******/

textarea{
    resize:none;
    outline:none;
    border:none;
    overflow:auto;
    -webkit-appearance:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background: none;
    font-family: 'Roboto', sans-serif;
}
input{
    outline:none;
    border:none;
    -webkit-appearance:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background: none;
    font-family: 'Roboto', sans-serif;
}
input[type='number']{
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance:none;
}
input[type="submit"]{
    cursor:pointer;
    -webkit-appearance:none;
}
input[type="search"]::-webkit-search-cancel-button{
    background:none;
    display:none;
}

input::-webkit-input-placeholder {color:#000;}
input::-moz-placeholder          {color:#000;}
input:-moz-placeholder           {color:#000;}
input:-ms-input-placeholder      {color:#000;}

textarea::-webkit-input-placeholder {color:#000;}
textarea::-moz-placeholder          {color:#000;}
textarea :-moz-placeholder           {color:#000;}
textarea:-ms-input-placeholder      {color:#000;}

input:focus::-webkit-input-placeholder {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus::-moz-placeholder          {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus:-moz-placeholder           {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus:-ms-input-placeholder      {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}

textarea:focus::-webkit-input-placeholder {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus::-moz-placeholder          {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus:-moz-placeholder           {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus:-ms-input-placeholder      {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}


/*body*/

@font-face {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Slab', serif;
}

body{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2f343a;
    background: #fff;
    font-size: 24px;
}

a,
button{
    color: #2f343a;
}

a:hover,
button:hover{

}

p, li{
    line-height: 1.5;
}

.list1{
    padding-left: 25px;
}

.list1 li{
    list-style-type: disc;
}

.wrapper{
    width: 100%;
    overflow: hidden;
}

.bg_left{
    position: fixed;
    top:0;
    left:0;
    width: 219px;
    height: 100%;
    background: url(../img/bg_left.png);
}

.bg_right{
    position: fixed;
    top:0;
    right:0;
    width: 219px;
    height: 100%;
    background: url(../img/bg_right.png);
}

.container{
    max-width: 1220px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 25px;
}

main{
    width: 100%;
    margin: 0 auto;
}

/*header*/

header {
 position:relative;
 background: #ff7777;  
 height: 50px;
}

header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.nav_back{
    position:absolute;
    top:0;
    left:0;
    height: 60px;
    width: 100%;
    background: #2198df;
}

.logo {
    width: 312px;
    line-height: 0;
}

.logo_mobile{
            display: none;
        }

/*footer*/

footer {
 text-align: center;
}

footer img{
    display: block;
    padding-top: 30px;
    margin: 0 auto;
}

.wrap-nav {
/*    width: -webkit-calc(100% - 290px);
    width: -moz-calc(100% - 290px);
    width: calc(100% - 290px);*/
}

.open-nav,
.close-nav{
    display: none;
}

nav {
    width: 100%;
    display: flex;
    height: 50px;
}

nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

nav li {
    margin: 0 30px;
    padding: 0 30px;
}

nav a{
    font-weight: 500;
    font-size: 22px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
}

nav a:hover {
    opacity: 0.75;
}

nav .logo:hover {
    opacity: 1;
}

/*main-block*/

.banner_text{
    padding-top:100px;
}

.gr_line{
    background: #444444;
    height: 2px;
    width: 200px;
    text-align: center;
    margin: 35px auto;
}

.image_holder{
    padding: 0;
    margin: 0;
    text-align: center;
}

.image_holder img{
    display: block;
    margin: 0 auto;
}

.button_ring{
    padding: 12px 25px 12px 35px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 5px;
    z-index: 171;
    color:#fff;
    font-size: 1rem;
    font-weight:700;
    text-align: left;
    position: fixed;
    left:-20px;
    top: 100px;
    cursor: pointer;
    background: rgba(0,0,0,0.3);
}

.button_ring:hover{
    background: rgba(232,94,3,0.5);
}

#main1 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: rgba(0, 0, 0, 0.6);
}
#okno {
    text-indent:10px;
    width: 850px;
    height: auto;
    z-index: 200;
    padding: 15px 25px;
    border: 1px solid red;
    border-radius: 4px;
    background: white;
    color: black;
    position: absolute;
    font-size: 16px;
    top: 35px;
    right: 0;
    left: 0;
    margin: auto;
}

#okno span{
    color: #ff3636;
}

#main1:target {display: block;}

.main-block + .content{
    padding-top: 100px;
}
/*Rules*/

.rules h4{
    color:#222;
}

.rules ul, .rules p{
    color: black;
    font-size: 16px;
}

/* скрываем чекбоксы и блоки с содержанием */
.hide {
    display: none; 
}
.hide + label ~ div{
    display: none;
}
/* оформляем текст label */
.hide + label {
    cursor: pointer;
}


/* вид текста label при активном переключателе */
.hide:checked + label {

}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide:checked + label + div {
    display: block; 
    padding: 10px; 
}


/*space*/

.last_block{
    padding: 0 0 60px; 
}
.first_block{
    margin-top: 60px; 
}
p span {
    color: #2198df;
}

/*content*/

.yellow_block, .blue_block{
 text-align: left;
}

.yellow_block {
 background: #ffdf82;
}

.yellow_block .line_bg{
    height:30px;
    width: 100%;
    background: top url(../img/line.png) repeat-x;
    margin-bottom: 15px;
}

.blue_block {
    background: #2198df;
}

.blue_block .container{
    display: flex;
    justify-content: space-around;
}

.blue_block img{
    display:block;
}

.blue_block .hero{
    width: 60%;
}

.blue_block p {
    padding: 30px;
}

.center_text{
    text-align: center;
}



.container ul{
    text-align: left;
    padding: 10px 0 0;
}

.yellow_block img{
    float:left; /* Выравнивание по левому краю */
    margin: 30px;
    padding: 10px;
}

.rules2 {
    background: right top url(../img/rule_bg.jpg) no-repeat;
}

.rules2 ul{
    width: 70%;
    padding-bottom: 30px;
}

.rules2 .rules ul{
    width: 100%;
}

.rules2 span{
   color: red;
}

.rules2 .dig1{
    font-size:30px;
    color:#2198df;
}

.space_block{
    padding: 30px 0;
    display: flex;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    -moz-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}

.space_block li{
    width: 30%;
    text-align: center;
}

.space_block p{
    font-size:20px;
    line-height: 1.2;
    padding: 20px 0;
}

/*.list-red-dots li{
    padding-left: 45px;
    margin-bottom: 15px;
}

.list-red-dots li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #ff7777;
    }*/

    .red-txt {
        color: #d02d16;
    }


    /*wrap-prizes*/

    .priz_center{
        text-align: center;
    }

    .priz_center p span{
        color:#34949f;
    }

    .wrap-prizes{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }

    .prizes-item {
        text-align: center;
        width: 32%;
        padding: 0 30px;
        margin-bottom: 10px;
    }

    .prizes-img{
        width: 100%;
        height: 330px;
        display: table;
    }

    .prizes-img div {
        display: table-cell;
        text-align: center;
        vertical-align: bottom;
    }

    .prizes-img img {
        max-height: 100%;
    }

    .prizes-item .light-red-txt {
        display: block;
        text-align: center;
        font-weight: 700;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .prizes-item p{
        font-weight: 500;
    }

    .prizes-item .description {
        font-size: 18px;
        line-height: 1.2;
        font-weight: 300;
    }

    .light-red-txt {
        color: #fe7676;
    }

    /*reviews*/

    .reviews {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .reviews-item {
        margin-bottom: 50px;
        text-align: center;
        width: 20%;
        padding: 0 20px;
        min-width: 150px;
    }

    .reviews-author{
        display: block;
        text-align: center;
    }

    .reviews-photo{
        width: 170px;
        height: 170px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        padding: 8px;
    }

    .reviews-photo:after {
        content: '';
        position: absolute;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;


        top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
        z-index: 1;
        background: #ffffff;
    }

    .reviews-photo:before {
        content: '';
        position: absolute;

        -webkit-border-radius: 50%;

        -moz-border-radius: 50%;

        border-radius: 50%;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        background: #f09433;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: -moz-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: -o-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    }

    .reviews-photo img{
        z-index: 2;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 152px;
        height: 152px;
    }

    .recipes_item {
        margin-bottom: 40px;
        text-align: center;
        width: 18%;
        padding: 0 10px;
        min-width: 200px;
        font-size: 20px;
    }

    .recipes_item .recipes_text{
        background: #ff7777;
        padding: 3px;
        color: white;
        margin: -4px 0 10px;
    }

    .recipes_photo{
        margin: 0;
    }

    .recipes_photo img{
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
    }

    .recipes_text{
        display: block;
        text-align: center;
    }


    /*icons-list*/

    .icons-list-item {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .icons-list-item:last-child {
        margin-bottom: 0;
    }

    .icons-list-img {
        width: 75px;
        padding-right: 20px;
        text-align: center;
    }


    /*ask-ready*/

    .button_center {
        text-align: center;
    }

    .two_buttons{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .white_btn, .small_red_btn, .small_blue_btn {
        font-weight: 700;
        font-family: 'Roboto', serif;
        font-size: 20px;
        padding: 12px 30px;
        color: #fff;
        background: #2198df;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin-top: 30px;
    }

    .button_center .small_red_btn, .button_center .small_blue_btn{
        color: #fff;
        background: #d02d16;
        margin:0 20px 30px;
    }

    .button_center .small_blue_btn{
        background: #2198df;
    } 

    .white_btn:hover {
        background: #1984c4;
    }

    .red_btn {
        font-weight: 700;
        font-family: 'Roboto', serif;
        font-size: 30px;
        padding: 15px 50px;
        color: #ffffff;
        background: #d02d16;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 50px;
        margin: 30px;
    }

    .red_btn:hover, .small_red_btn:hover{
        background: #9c2312;
    }

    .small_blue_btn:hover{
        background: #1984c4;
    }



    .light-red-txt {
        color: #fe7676;
    }

    /*banner*/

    .banner_top{
        background: url(../img/top_banner.jpg) no-repeat;
        background-size: contain;
        margin-top:60px;
        /*    margin: 40px 25px 0 25px;*/
    }

    .banner_text{
        width: 700px;
        text-align: center;
        margin-left: auto;
    }
    .banner{
        line-height: 0;
    }

    .banner img{
        width: 100%;
    }

    .img-center{
        text-align: center;
        margin-bottom: 60px;
    }

    .red-decor:before{
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        background: url(../img/red-decor.png) repeat-x;
        height: 12px;
    }

    /*reviews*/

    .reviews {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .reviews-item {
        margin-bottom: 50px;
        text-align: center;
        width: 25%;
        padding: 0 20px;
        min-width: 210px;
    }

    .reviews-author{
        display: block;
        text-align: center;
    }

    .reviews-photo{
        width: 170px;
        height: 170px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        padding: 8px;
    }

    .reviews-photo:after {
        content: '';
        position: absolute;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;


        top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
        z-index: 1;
        background: #ffffff;
    }

    .reviews-photo:before {
        content: '';
        position: absolute;

        -webkit-border-radius: 50%;

        -moz-border-radius: 50%;

        border-radius: 50%;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        background: #f09433;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: -moz-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: -o-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    }

    .reviews-photo img{
        z-index: 2;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 152px;
        height: 152px;
    }

    .bold_text{
        font-weight: bold;
    }

    /*dec*/

    @media (max-width: 1600px){
        .container {
            max-width: 1000px;
        }
        .bg_left{
            left:-30px;
            width: 219px;
        }

        .bg_right{
            right:-30px;
            width: 219px;
        }
        .blue_block .hero{
            width: 100%;
        }

        .blue_block p {
            padding: 20px;
        }
        h1{
            width: 500px;
            margin:0 auto;
        }
        .banner_text{
            width: 510px;
        }
    }

    @media (max-width: 1160px) {

        body {
            font-size: 18px;
        }
        nav a {
            font-size: 20px;
        }
        nav li {
            margin: 0 15px;
        }
        .container {
            max-width: 800px;
        }
        .main-block-right {
            width: 560px;
            font-size: 38px;
        }
        .main-block {
            padding: 200px 0;
        }

        h2 {
            font-size: 38px;
        }
        h2 span {
            font-size: 24px;
        }
        .red_btn {
            font-size: 24px;
        }

        .reviews-item {
            margin-bottom: 30px;
            width: 25%;
            padding: 0 10px;
            min-width: 210px;
        }
        .prizes-img {
            height: 300px;
        }
        .prizes-item .light-red-txt {
            font-size: 28px;
        }
        footer p {
            font-size: 30px;
        }
        .recipes_text{
            font-size: 18px;
        }
        h1{
            width: 400px;
            margin:0 auto;
        }
        .banner_text{
            width: 410px;
        }
        .banner_top .image_holder{
            width: 300px;
            margin: 0 auto;
        }

    }

    @media (max-width: 940px) {
        .logo_mobile{
            display: block;
        }
        .close-nav{
            display: block;
            position: absolute;
            z-index: 1;
            top: 15px;
            right: 15px;
            background: url(../img/icons/cancel.png) no-repeat center center;
            width: 32px;
            height: 32px;
            -webkit-background-size: 18px 18px;
            -moz-background-size: 18px;
            -o-background-size: 18px;
            background-size: 18px;
        }
        .wrap-nav{
            display: block;
            position: fixed;
            width: 100%;
            top: 0;
            left: 0;
            bottom: 0;
            height: 100%;
            z-index: 9999;
            overflow: auto;
            visibility: hidden;
            opacity: 0;
            padding: 30px 20px;
            margin: 0;
            -webkit-overflow-scrolling: touch;
            background: #ff3636; 
            /*background: url(../img/bg.png) repeat;*/
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%);
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        .wrap-nav.open{
            visibility: visible;
            opacity: 1;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        .prizes-item {
            width: 50%;
        }
        .prizes-item:nth-of-type(1) {
            width: 100%;
        }
        .bg_left{
            display: none;
        }

        .bg_right{
            display: none;
        }

        nav {
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            flex-direction:column;
        }
        nav ul{
            display: block;
            width: 100%;
        }
        nav li {
            margin: 20px 0;
        }
        nav a {
            font-size: 24px;
            font-weight: 700;
            text-align: center;
            display: block;
            /* text-shadow: 3px 3px 3px #000; */
        }
        .open-nav{
            display: block;
            background: url(../img/icons/menu-button.png) no-repeat center center;
            width: 32px;
            height: 32px;

            position: absolute;
            left: 15px;
            top: 28px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 2;
        }
        header .container:before {
            right: 50%;
            margin: 0;
        }
        .container{
            padding: 0 15px;
        }
        header .container {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .main-block {
            padding: 150px 0;
        }
        .main-block-right {
            width: 410px;
            font-size: 28px;
        }

        h2 {
            font-size: 34px;
        }
        h2 span {
            font-size: 20px;
        }
        footer p {
            font-size: 24px;
        }
        .logo {
            margin-left: 0;
        }

        .parallax {
            display: none;
        }
        .main-block + .content {
            padding-top: 50px;
        }
        #okno{
            width: 650px;
            line-height: 1.1;
            font-size: 14px;
        }
        .recipes_text{
            font-size: 16px;
        }

    }

    @media (max-width: 699px) {
        .banner_top{
            background: none;
        }
        .banner_text{
            margin: 0 auto;
        }
        .logo {
            width: 230px;
        }
        .main-block {
            padding: 135px 0;
        }
        h2 {
            font-size: 30px;
        }
        h2 span {
            font-size: 18px;
        }
        .red_btn {
            font-size: 20px;
        }
        .prizes-img div {

        }
        .prizes-img {
            height: 300px;
            margin-bottom: 10px;
        }
        .prizes-item .light-red-txt {
            font-size: 24px;
        }
        .prizes-item {
            padding: 0 10px;
        }

        .content {
            padding-bottom: 30px;
        }
        footer p {
            font-size: 18px;
        }
        #okno{
            width: 450px;
            line-height: 1.1;
            font-size: 14px;
        }




    }

    @media (max-width: 479px) {

        body {
            font-size: 16px;
        }
        .logo {
            width: 190px;
        }
        .main-block {
            padding: 100px 0;
        }
        .main-block-right {
            font-size: 24px;
        }
        h2 {
            font-size: 26px;
        }
        h2 span {
            font-size: 16px;
        }
        .red_btn {
            font-size: 18px;
            padding: 15px 30px;
        }
        .prizes-item {
            width: 100%;
        }

        .reviews-item {
            width: 50%;
            min-width: auto;
            padding: 0 1px;
        }
        .reviews-author {
            font-size: 14px;
        }
        .reviews-photo {
            width: 114px;
            height: 114px;
            padding: 6px;
        }
        .reviews-photo img {
            width: 102px;
            height: 102px;
        }
        .reviews-photo:after {
            top: 3px;
            left: 3px;
            right: 3px;
            bottom: 3px;
        }
        #okno{
            width: 350px;
            line-height: 1.1;
            font-size: 14px;
        }





    }