
/*@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, h4{
   font-family: 'Gabriela', serif;
   text-align: center;
   color: #d02d16;
   line-height: 1.3;
}

h1 {
    margin: 120px 0 25px;
}
h2 {
    font-size: 42px;
    padding: 5px;
    margin: 30px auto;
    background: url(../img/h2_line.jpg) repeat-x;
    background-position: bottom;
    display: inline-block;
}

h2:after {
    content: '';
    position: absolute;
    top:9px;
    left: -81px;
    z-index: 100;
    background: url(../img/h2_left.png) no-repeat;
    width: 81px;
    height: 63px;
}

h2:before {
    content: '';
    position: absolute;
    top:-8px;
    right: -62px;
    z-index: 100;
    background: url(../img/h2_right.png) no-repeat;
    width: 62px;
    height: 80px;
}

h3{
    margin: 0 auto;
    padding: 30px 0;
    text-align: center; 
    color: #d02d16;
}

h4{
    font-size: 20px;
    line-height: 22px;
    padding: 10px 10px;
    color: #222;
}

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;
    background: no-repeat url("../img/bg_top.jpg") top center;
}

a,
button{
    color: #2f343a;
}
.m_link a{
    color: red;
}

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;
}


.container{
    max-width: 1220px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 25px;
}

main{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

li .ava-big {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
}

/*header*/

header {
    position:relative;
    height: 100px;
}

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{
    vertical-align: middle;
}

.nav_back{
    position:absolute;
    top:0;
    left:0;
    height: 60px;
    width: 100%;
}

.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;
    padding: 20px 0 5px;
}

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: #2f3a43;
    line-height: 1;
    text-align: center;
    display: block;
}

nav a:hover {
    opacity: 0.75;
    color:#ff3636;
}

nav .logo:hover {
    opacity: 1;
}

/*main-block*/


.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; 
}
/*count*/

.container .count1{
    margin:0 auto;
    text-align: center;
}

.count1 li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

.count1 li span {
  display: block;
  font-size: 4.5rem;
}

/*   back button   */
#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


/*space*/

.last_block{
    padding: 0 0 60px; 
}
.first_block{
    margin-top: 60px; 
}
p span {
    color: #2198df;
}

/*content*/

.top_snow_block, .blue_block{
 text-align: center;
}

.top_snow_block {
  background: url(../img/bg_top2.png) no-repeat;
  padding: 65px 0;

}

.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: 48px 0 25px;
}
.container li{
    padding-bottom: 15px;
}

.rules2 {
    background: right top 305px url(../img/rule_bg.jpg) no-repeat;
}
.rules2 p{
    text-align: left;
}

.rules2 ul{
    width: 70%;
    padding-bottom: 30px;
}

.rules2 .rules ul{
    width: 100%;
}

.rules2 span{
   color: red;
}

.rules2 .dig1{
    font-size:30px;
    color:#d02d16;
}

.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;
}

.red-txt {
    color: #d02d16;
}

/*   STARS   */

.space_block:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/star_anim2.gif);
    width:85px;
    height:85px;
    bottom:0;
    left: -150px;
}

.count1:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/star_anim2.gif);
    width:85px;
    height:85px;
    bottom:0;
    right: -150px;
}


.wrap-prizes:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/star_anim2.gif);
    width:85px;
    height:85px;
    bottom:0;
    left: -150px;
}


/*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;
    height: 3.8em;
    overflow: hidden;
}


/*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: 400;
    font-family: 'Gabriela', serif;
    font-size: 20px;
    padding: 6px 30px;
    color: #fff;
    -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;
}
.white_btn{
    background: #dec15d;
}

.white_btn:hover {
    background: #cf9e23;
}

.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: #cf9e23;
}



.light-red-txt {
    color: #fe7676;
}

/*slider-gallery*/

.slider-gallery {
   /* padding: 0 70px;*/
}

.slider-gallery .swiper-slide{
    text-align: center;
}

.gallery-img {
    margin-bottom: 20px;
}

/*.gallery-img:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/gallery/shadow.png) no-repeat;
    width:100%;
    height:20px;
    bottom: -30px;
    left: 15px;
    }*/

    .gallery-img img{

    }

    .slider-gallery p{
        text-align: center;
        font-size: 18px;
        line-height: initial;
        color: #000;
        font-family: 'Gabriela', serif;
    }

    .gray-bg{
        background: #fafafa;
    }

    /*red-block*/

    .red-block {
        background: url(../img/bg_bottom.jpg);
        /*height: 550px;*/
        color: #ffffff;
        padding: 45px 0 85px;
    }

    .side-decor:before,
    .side-decor:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 10px;
        z-index: -1;
    }

    .side-decor:before {
        left: -10px;
        -webkit-border-radius: 10px 0 0 10px;
        -moz-border-radius: 10px 0 0 10px;
        border-radius: 10px 0 0 10px
    }

    .side-decor:after {
        right: -10px;
        -webkit-border-radius: 0 10px 10px 0;
        -moz-border-radius: 0 10px 10px 0;
        border-radius: 0 10px 10px 0;
    }

    .red-block.side-decor:before,
    .red-block.side-decor:after{
        background: #ff7777;
    }

    .content.side-decor:before,
    .content.side-decor:after{
        background: #fff;
    }

    .content.gray-bg.side-decor:before,
    .content.gray-bg.side-decor:after{
        background: #FAFAFA;
    }

/*.cloud{
    margin-top: -200px;
    z-index: 100;
    }*/

    .cloud{
        position: absolute;
        bottom: -6px;
        left:0;
        z-index: 200;
    }

    /* parallax   */

    .parallax-mouse{
      width: 100%;
      height: 620px;
      display: block;
      position: relative;
      /*  overflow: hidden;*/
  }
  .parallax-mouse .parallax-element{
      position: absolute;
      width: 100%;
      bottom: -80px;
  }

  #square-1 {
    bottom: 170px;
    margin-left:350px;
}

#square-4 {
    bottom: 400px;
}

/*banner*/


  .snow {
      height: 800px;
      position: absolute;
      width: 100%;
  }

  .banner_top{
    padding: 70px 60px 0;
    text-align: center;
    max-width: 900px;

}

.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;
}

/*video block*/
.video_block {
    width: 600px;
    margin: 0 auto;
}
.video_block:after {
    content: '';
    position: absolute;
    top:15px;
    left: -115px;
    z-index: 100;
    background: url(../img/video_1.jpg) no-repeat;
    width: 115px;
    height: 307px;
}
.video_block:before {
    content: '';
    position: absolute;
    top:15px;
    right: -115px;
    z-index: 100;
    background: url(../img/video_2.jpg) no-repeat;
    width: 115px;
    height: 307px;
}
.art_left_block p{
    text-align: left;
}
/*dec*/

@media (max-width: 1600px){
    .rules2 {
        background: right top 400px url(../img/rule_bg.jpg) no-repeat;
    }
    .container {
        max-width: 1000px;
    }

    .blue_block .hero{
        width: 100%;
    }

    .blue_block p {
        padding: 20px;
    }
    h1{
        margin: 90px 0 25px;
        padding: 40px 0 20px;
    }
}

@media (max-width: 1160px) {

    body {
        font-size: 18px;
    }
    nav a {
        font-size: 20px;
    }
    nav li {
        margin: 0 15px;
    }
    .rules2 {
        background: right top 270px url(../img/rule_bg.jpg) no-repeat;
    }
    .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;
    }

    h2:after {
        top:4px;
    }

    h2:before {
        top:-13px;
    }
    .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{
        margin: 80px 0 20px;
        font-size: 1.5em;
        padding: 30px 0 20px;
    }
    .banner_top .image_holder{
        width: 400px;
        margin: 0 auto;
    }

}

@media (max-width: 940px) {

      h1{
        margin: 30px 0 20px;
    }
    .rules2 {
        background: right -40px top 270px url(../img/rule_bg.jpg) no-repeat;
    }
    .logo_mobile{
        display: block;
        padding-top: 10px;
    }
    .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; 
        -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%;

    }

    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;
    }

    nav a:hover {
        opacity: 0.75;
        color: #fff;
    } 

    .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;
    }

    h2:after {
        top:-1px;
    }

    h2:before {
        top:-18px;
    }

    footer p {
        font-size: 24px;
    }
    .container ul {
        text-align: left;
        padding: 48px 0;
    }
    .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;
    }

    #square-4 {
    bottom: 370px;
}

}

@media (max-width: 699px) {

      #button {
        margin: 30px;
    }
    .rules2 {
        background: none;
    }
    .rules2 ul {
        width: 100%;
    }
    .banner_top{
        background: none;
    }
    .logo {
        width: 230px;
    }
    .main-block {
        padding: 135px 0;
    }

    .top_snow_block p {
        line-height: 1.2;
    }

    #square-1 {
    bottom: 120px;
        margin: 0 0 0 10%;
    width: 80%;
}

    #square-4 {
    bottom: 390px;
}

    h2 {
        font-size: 30px;
    }
    h2 span {
        font-size: 18px;
    }

    h2:after {
        top: auto;
        bottom: -8px;
    }

    h2:before {
        top: auto;
        bottom: -8px;
    }
    .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;
    }

     h2:after {
        height: 0;
    }

    h2:before {
        height: 0;
    }

    .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;
    }

    h1{
        font-size: 1.2em;
    }

}