:root {
    --main_margin: 10%;
}

a {
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background-color: #F9F5ED;
}
ol > li > ol{
    list-style-type: circle;
}

.red-txt {
    color: #d02d16;
}

.winners {
    margin: 0 12rem 3em;
    font-size: 24px;
    text-align: center;
}

.winners li {
    list-style: none;
    text-align: left;
    padding: 0 0 25px;
}

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

.small_header{
    display: none;
    position: relative;
    background-color: #FFFFFF;
}

.hid{
    display: none;
}

.sticky_header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    padding: 1rem;
}

.call_text {
    margin: 6.25rem var(--main_margin) 7rem;
    text-align: center;
    font-size: 2.3rem;
    line-height: 4rem;
}

.h2_block_title{
    text-align: center;
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: bold;
    padding-bottom: 4rem;
    letter-spacing: .5rem;
}

.rules_background .h2_block_title{
    color: #FFFFFF;
    margin: 0;
    padding: 8rem 0 0;
}

.articles_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 var(--main_margin) 10rem;
    position: relative;
}

.single_article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 40%;
    border-radius: 4px;
    background: #ffffff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin: 1rem .5%;

}

.single_article:hover {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.article_name {
    font-size: 2rem;
    margin: 2rem 2rem 3rem;
    color: #000000;
}

.article_detail {
    font-size: 1.2rem;
    color: #515151;
    margin: 0 2rem 5rem;
}

.article_more {
    margin: 1rem;
    padding: 1.2rem;
    text-align: center;
    background: #1EAD5E;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 4px;
}

.article_more a {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
}

.main_jam {
    position: relative;
    padding-top: 9rem;
    background: url("../img/main_background.jpg");
    background-size: cover;
    height: 57rem;
    color: #FFFFFF;
    overflow: hidden;
}

.main_jam h1 {
    margin-left: var(--main_margin);
    font-size: calc(3.5rem + .5vw);
}

.main_jam p {
    max-width: 35%;
    margin-left: var(--main_margin);
    line-height: 2em;
    font-size: calc(1rem + .5vw);
    position: relative;
    z-index: 6;
}

.main_jam p span {
    font-weight: bold;
}

.food_sticker_float{
    position: absolute;
    top: 0rem;
    right: calc(1rem + 15vw);
}

.food_sticker img{
    width: 100%;
}

.ketchup{
    position: absolute;
    right: 18vw;
    bottom: 6rem;
}

.single_ketchup{
    display: none;
    position: absolute;
}

.rules_background {
    position: relative;
    background: url("../img/rules_background.jpg") no-repeat;
    background-size: cover;
    height: 1100px;
}

.steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 var(--main_margin);
    padding-top: 4rem;
}

.step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 22%;
    text-align: center;
    overflow: hidden;
    background: #fff;
    padding: 4rem 2rem;
    border: 9px solid #F63D1F;
    border-radius: 4px;
    z-index: 2;
}

.step:nth-child(2n){
     margin-top: 7rem;
}

.step:nth-child(2n+1){
    margin-bottom: 7rem;
}

.step_title {
    font-size: 2rem;
    font-weight: bold;
}

.step_second_title {
    color: #F63D1F;
    margin: 1rem 0;
    padding-right: 1rem;
    font-size: 2.5rem;
    font-weight: bold;
}

.step_text {
    font-size: 1.2rem;
    line-height: 21px;
}

.times {
    margin-top: 6rem;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.5rem;
}

.times br{
    display: none;
}

#rules{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rules_button{
    margin: 6rem 0 0;
}

.rules_button a{
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 2rem 10rem;
    text-align: center;
    border-radius: 4px;
    background: #1EAD5E;
    font-weight: bold;
}

.rules_content {
    margin: 0 2%;
    border: 10px solid #1EAD5E;
    padding: 2%;
    line-height: 132%;
}

.rules_content p{
    padding-bottom: .7rem;
    text-align: left;
}

.rules_content-top {
    text-align: center;
    margin: 2% auto;
    max-width: 800px;
}

.rules_title {
    text-align: center;
    font-size: 2rem;
    color: black;
}

.rules {
    margin-bottom: 5%;
}

.timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FFFFFF;
}

.timer_title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 5rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.timer .main_button {
    margin-top: 4rem;
}

.main_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15rem;
    margin-bottom: 3rem;
}

.main_button a {
    text-align: center;
    font-size: 1.5rem;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 2rem 10rem;
    background: #1EAD5E;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-transform: uppercase;
    font-weight: bold;
}

.main_button a:hover,
.rules_button a:hover{
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.trophies {
    padding: 0 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url("../img/trophie_backgrounds.jpg");
    background-size: cover;
    position: relative;
}

.trophies .h2_block_title{
    margin-top: 5rem;
}

.trophies_info {
    text-align: center;
    font-size: calc(1rem + .5vw);
    line-height: 3rem;
    padding: 0 3%;
    margin-bottom: 4rem;
}

.trophies_foto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.trophies_right_part{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30%;
}

.trophies_left_part{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 65%;
}

.trophie_detail p{
    padding: 2rem;
    background-color: #FFFFFF;
    border-radius: 6px;
    font-size: 1.2rem;
    text-align: center;
    font-weight: 600;
}

.trophies_left_part .trophie_detail{
    position: absolute;
    width: 50%;
    top: 6rem;
    right: 0;
}

.trophie_img img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.trophies_right_part .trophie_detail p{
    font-size: calc(1rem + 0.5vw);
}

.wishes p {
    font-size: calc(2rem + 1vw);
    padding: 5rem 10rem;
    text-align: center;
    color: black;
    font-weight: bold;
}

.recipes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
}

.recipes .article_name{
    font-size: 1rem;
    font-weight: 500;
    margin: 2rem 1rem;
}

.recipes .main_button {
    margin-top: 4rem;
    margin-bottom: 0;
}

.recipes .articles_block {
    margin: 1rem;
}

.recipes .articles_block .single_article{
    width: 18%;
}

.recipes .main_button{
    margin-bottom: 5rem;;
}

.recipes .h2_block_title{
    margin-top: 10rem;
}

.helpers{
    background: url("../img/helpers_background.jpg");
    background-size: cover;
}

.helpers .h2_block_title{
    color: #FFFFFF;
    padding-top: 5rem;
}

.rus_block_1 img{
    float: right;
}

.rus_block_1{
    position: absolute;
    top: -8rem;
    right: -7rem;
    z-index: 5;
}

.bel_block_1{
    position: absolute;
    top: -10rem;
    left: -10rem;
    z-index: 5;
}

.kzh_block_1{
    position: absolute;
    bottom: 5rem;
    left: -10rem;
    z-index: 5;
}

.slick-next {
    right: 13% !important;
    z-index: 5;
}

.slick-prev {
    left: 11% !important;
    z-index: 5;
}

.slick-slide {
    outline: none
}

.slick-list {
    margin: 0 10%!important;
    border-radius: 33px;
    background-color: #ffffff;
    padding: 2% 3%!important;
}

.slick-dots {
    bottom: 2%!important;
}

.slick-dots li.slick-active button:before {
    color: #ffffff!important;
    opacity: 1!important;
}

.slick-dots li button:before {
    font-size: 15px!important;
}

.multy{
    display: none;
}

.parsley{
    position: absolute;
    top: 2rem;
    left: 10rem;
}

.leaves{
    position: absolute;
    top: 16rem;
    left: 10rem;
}

.abs{
    position: absolute;
}

.rus_rules{
    top: -5rem;
    left: 12rem;
}

.bel_rules{
    bottom: -5rem;
    left: 17rem;
}

.kzh_rules{
    top: -5rem;
    right: 10rem;
}

.kzh_rules img{
    float: right;
}

.ketchup_rules_1{
    bottom: -5rem;
    right: 20rem;
}

.ketchup_rules_2{
    left: 32rem;
    bottom: 20rem;
}

.ketchup_rules_3{
    right: 2rem;
    bottom: 26rem;
}

.ketchup_rules_3 img{
    float: right;
}

.ketchup_rules_4{
    right: 32rem;
    bottom: 22rem;
}

.multy_2{
    display: none;
}

.hamburher {
    width: 50px;
    height: 50px;
    position: relative;
}
.hamburher_close{
    max-width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.small_nav .nav_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    padding: 0;
    position: absolute;
    z-index: 2;
    background-color: #FFFFFF;
    width: 100%;
}

.small_nav .nav_list li{
    display: inline-block;
    padding: 1rem 0;
    margin: 0;
}

.small_nav .nav_list li:last-child{
    margin-bottom: 2rem;
}

header {
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem 5rem;
}

.nav_list {
    list-style: none;
    font-size: 1.2rem;
}

.nav_list li {
    display: inline-block;
    margin: 0 4rem;
}

.nav_list li:last-child {
    margin-right: 0;
}

.nav_list li:first-child {
    margin-left: 0;
}

.nav_list li a {
    color: #000000;
    font-weight: bold;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.nav_list li a:hover {
    border-bottom: 3px solid #F43860;
    padding-bottom: .5rem;
    color: #F43860;
}
.competition {
    position: relative;
    margin-left: var(--main_margin);
    z-index: 5;
    margin-top: 7rem;
}

.competition a {
    font-size: 1.4rem;
    padding: 2rem 4rem;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    border: 3px solid #FFFFFF;
}

.competition a:hover {
    -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.25);
    border: 3px solid #F43860;
    color: #F43860;
    background-color: #FFFFFF;
}

.articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 9rem;
}

.articles h2 {
    font-weight: bold;
    margin: 0 var(--main_margin) 1.5rem;
}

.main_timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-carousel {
    width: 100%;
    padding: 5% 0;
}

.product-carousel-wrapper {
    position: relative;
}

.article_logo{
    max-height: 275px;
    overflow: hidden;
}

.article_logo img {
    width: 100%;
}

.article_logo img:hover {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.product-carousel__img-item img,
.product-carousel__img-item p {
    font-size: 1rem;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    padding-top: 1rem;
}

.product-carousel__img-item div img {
    width: 60%;
}

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4rem 0 2rem;
}

footer .logo img{
    width: 100%;
    display: block;
    overflow: hidden;
}

footer img {
    width: auto;
}

.to-top {
    width: 50px;
    height: 50px;
    border:3px solid #1EAD5E;
    background:#ffffff url("../img/arrow-top.png") no-repeat center center;
    background-size: 50%;
    text-align:center;
    padding:5px;
    position:fixed;
    bottom:10px;
    right:10px;
    cursor:pointer;
    display:none;
    color:#1EAD5E;
    font-size:11px;
    z-index: 20;
}

.go-home {
    width: 100px;
    height: 50px;
    background-color: #FFFFFF;
    background-size: 30%;
    border:3px solid #1EAD5E;
    font-weight: bold;
    border-left: none;
    text-align:center;
    padding:5px;
    position:fixed;
    top:30%;
    left:0;
    cursor:pointer;
    color:#1EAD5E;
    font-size:11px;
    z-index: 6;
    -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.25);
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content_article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10%;
}
.content_article p {
    padding-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: justify;
}
.content_article h1 {
    margin: 5rem 0;
    font-size: 3rem;
    text-align: center;
}
.content_article h2 {
    font-size: 1.8rem;
    text-align: center;
}
.content_article ul {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: 3rem;
}
.content_article ul li {
    font-size: 2rem;
}
.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.thumb-wrap iframe
.thumb-wrap object
.thumb-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.article_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.article_img img {
    width: 50%;
}
.nomination_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: bold;
    padding-bottom: 4rem;
    letter-spacing: .5rem;
}
.nominations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 2.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
}
.nominations_item {
    max-width: 30%;
    min-width: 30%;
    margin: 1%;
}
.nominations_item p {
    text-align: center;
}
.nominations_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nominations_img img {
    width: 30%;
}
/*---------------------------------------------------------*/

@media (min-width: 1921px){
    .ketchup{
        display: none;
    }
}

@media(max-width: 1800px){
    .ketchup{
        bottom: 10rem;
    }
}

@media(max-width: 1700px){
    .ketchup{
        bottom: 12rem;
        right: 20rem;
    }
}

@media (max-width: 1600px){
    .food_sticker_float{
        right: calc(1rem + 5vw);
    }

    .ketchup{
        right: 14rem;
    }

    .trophies {
        padding: 0 8rem;
    }

    .trophies_info {
        margin-bottom: 4rem;
    }

    .rus_rules{
        left: 8rem;
    }

    .bel_rules{
        left: 10rem;
    }

    .kzh_rules{
        top: -7rem;
        right: 6rem;
    }

    .ketchup_rules_1{
        right: 12rem;
    }

    .ketchup_rules_2{
        left: 22rem;
    }

    .ketchup_rules_4{
        right: 22rem;
    }
}

@media (max-width: 1400px){
    .ketchup{
        right: 4rem;
    }

    .trophies {
        padding: 0 3rem;
    }

    .rus_rules{
        left: 3rem;
    }

    .bel_rules{
        left: 4rem;
    }

    .kzh_rules{
        right: 4rem;
    }

    .ketchup_rules_1{
        right: 5rem;
    }
}

@media (max-width: 1280px) {
    body{
        font-size: 14px;
    }

    .food_sticker_float{
        right: 3vw;
    }

    .food_sticker img{
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .ketchup{
        right: 3rem;
        bottom: 7rem;
    }

    .ketchup img{
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .nav_list li {
        margin: 0 2rem;
    }

    .main_jam {
        height: 45rem;
    }

    .main_jam h1{
        font-size: calc(3rem + .5vw);
    }

    .main_jam p {
        max-width: 50%;
    }

    .articles_block{
        margin-bottom: 8rem;
    }

    .single_article{
        margin: 1rem .2%;
    }

    .article_name{
        font-weight: bold;
        font-size: 1.2rem;
    }

    .steps{
        margin: 0 2rem;
    }

    .step_title {
        font-size: 1.5rem;
    }

    .step_second_title {
        font-size: 1.8rem;
    }

    .step_text {
        font-size: 1rem;
    }

    .rules_background {
        height: 1000px;
    }

    .times{
        margin: 2rem;
    }

    .trophies{
        padding: 0 2rem;
    }

    .product-carousel {
        padding: 10% 0;
    }

    .rules_content {
        font-size: 16px;
    }

    absolute_img{
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }

    .absolute_img img{
        width: 80%;
    }

    .rus_block_1{
        top: -8rem;
        right: -5rem;
    }

    .bel_block_1{
        top: -6rem;
        left: -7rem;
    }

    .kzh_block_1{
        bottom: 5rem;
        left: -7.5rem;
    }

    .abs img{
        width: 80%;
    }

    .kzh_rules{
        right: 3rem;
    }

    .bel_rules{
        left: 2rem;
    }

    .ketchup_rules_1{
        right: 1rem;
    }

    .ketchup_rules_2{
        left: 16rem;
    }

    .ketchup_rules_3{
        right: 2rem;
        bottom: 14rem;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .ketchup_rules_4{
        top: 14rem;
        right: 15rem;
    }
}

@media (max-width: 1024px){
    .call_text {
        font-size: 1.7rem;
        line-height: 3rem;
    }

    .food_sticker_float{
        right: -7vw;
    }

    .food_sticker img{
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .ketchup{
        right: -2rem;
    }

    .nav_list li {
        margin: 0 1.4rem;
    }

    .trophies_left_part .trophie_detail p{
        font-size: .8rem;
        padding: 1rem;
    }

    .trophies_left_part .trophie_detail{
        right: -3rem;
    }

    .trophies_info {
        margin-bottom: 4rem;
    }

    .slick-next {
        right: 12.7% !important;
    }

    .slick-prev {
        left: 9% !important;
    }

    header{
        padding: 2rem 2rem;
    }

    .competition a{
        font-size: 1rem;
    }

    .articles_block{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .article_name{
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .article_detail{
        font-size: 0.9rem;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        margin: 0 2rem 2rem;
    }

    .rules h2{
        font-size: 3rem;
        margin: 0 2rem;
    }

    .absolute_img img{
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    .rus_block_1{
        top: -5rem;
        right: -4rem;
    }

    .bel_block_1{
        top: -6rem;
        left: -6rem;
    }

    .kzh_block_1{
        bottom: 5rem;
        left: -6rem;
    }

    .parsley{
        left: 2rem;
    }

    .kzh_rules{
        right: 5rem;
    }

    .bel_rules{
        left: -2rem;
    }

    .ketchup_rules_1{
        right: 0;
    }

    .ketchup_rules_2{
        top: 10rem;
        left: 14rem;
    }

    .ketchup_rules_3{
        right: 2rem;
        bottom: 15rem;
    }

    .ketchup_rules_4{
        right: 10rem;
    }
    .nominations_item p{
        font-size: 2rem;
    }
}

@media (max-width: 880px) {
    body{
        font-size: 8px;
    }

    .food_sticker_float{
        top: -4.2rem;
        right: -12vw;
    }

    .food_sticker img{
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    .ketchup{
        right: -2rem;
        bottom: -1rem;
    }

    .ketchup img{
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
    }

    .logo {
        padding: 0;
    }

    .competition{
        font-size: 1rem;
    }

    .main_jam {
        padding-top: 6rem;
        height: 30rem;
    }

    .main_jam h1{
        font-size: calc(2rem + .5vw);
    }

    .main_jam p {
        font-size: calc(.7rem + .5vw);
    }

    .main_jam p {
        max-width: 60%;
    }

    .nav_list li {
        display: inline-block;
        margin: 0 1rem;
    }

    .steps{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .step:nth-child(n){
        margin: 2rem 1rem;
    }

    .step{
        max-width: 30%;
    }

    .rules_background {
        height: 1400px;
    }

    .times br{
        display: block;
    }

    .trophies_foto{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .trophies_left_part{
        width: 80%;
    }

    .trophies_right_part{
        width: 80%;
    }

    .trophies_left_part{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .trophies_left_part .trophie_detail{
        position: relative;
        top: 0;
        right: 0;
        width: 80%;
    }

    .trophies_right_part .trophie_detail p{
        font-size: 1rem;
    }

    .trophie_img img{
        margin-left: auto;
        margin-right: auto;
    }


    .timer_title {
        margin-top: 2rem;
    }

    .article_name{
        font-size: 1.1rem;
    }

    .article_more{
        font-size: .8rem;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .recipes .articles_block{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .recipes .articles_block .single_article{
        width: 25%;
        margin: 1rem;
    }

    .h2_block_title{
        letter-spacing: 0;
    }

    .helpers .h2_block_title{
        padding-bottom: 1rem;
    }

    .kzh_block_1{
        bottom: 5rem;
        left: -7rem;
    }

    .ketchup_rules_4 img{
        width: 40%;
    }

    .bel_rules{
        left: -2rem;
    }

    .ketchup_rules_1{
        bottom: 17rem;
    }

    .ketchup_rules_2{
        left: -2rem;
    }

    .ketchup_rules_3{
        right: 2rem;
        bottom: 35rem;
    }

    .ketchup_rules_4{
        top: 35rem;
        left: 1rem;
    }
    .content_article p {
        padding-bottom: 1rem;
        font-size: 1rem;
        line-height: 1.3rem;
    }
    .content_article h1 {
        font-size: 2rem;
    }
    .nominations_item {
        max-width: 40%;
        margin: 5%;
    }
    .nominations_img img {
        width: 30%;
    }
    .trophies_info{
        padding: 0 5%;
    }
}

@media (max-width: 808px) {
    .slick-next {
        right: 14% !important;
    }

    .slick-prev {
        left: 10% !important;
    }
}

@media (max-width: 720px) {
    .food_sticker_float{
        top: calc(-13vw);
        right: 0;
        left: 0;
    }

    .food_sticker img{
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }

    .ketchup{
        display: none;
    }

    .single_ketchup{
        display: block;
        right: -3rem;
        bottom: 1rem;
    }

    .single_ketchup img{
        -webkit-transform: scale(0.4);
        -ms-transform: scale(0.4);
        transform: scale(0.4);
    }

    .main_jam h1 {
        margin: 4rem var(--main_margin) 1rem;
        font-size: 2rem;
    }

    .wishes p {
        width: 100%;
        margin: 0;
        padding: 2rem 0;
        font-size: 1.5rem;
    }

    .articles_block{
        margin: 0 0 3rem;
    }

    .articles_block .single_article{
        min-width: 80%;
    }

    .recipes .articles_block .single_article{
        max-width: 25%;
        min-width: 25%;
    }

    .rus_block_1,
    .bel_block_1,
    .kzh_block_1{
        display: none;
    }

    .multy{
        display: block;
        margin: 0 3rem;
    }

    .multy img{
        width: 100%;
    }

    .articles {
        margin-top: 3rem;
    }

    header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    header{
        display: none;
    }

    .small_header{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nav{
        display: none;
    }

    .main_jam{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        height: 35rem
    }

    .main_jam p{
        max-width: 100%;
        margin: 0 var(--main_margin) 5rem;
    }

    .competition{
        margin: 0 var(--main_margin);
    }

    .article_name{
        font-size: 1.4rem;
    }

    .article_detail{
        font-size: 1.2rem;
    }

    .single_article:last-child{
        margin: 0;
    }

    .single_article{
        max-width: 40%;
        margin: 1rem;
    }

    .article_more{
        font-size: 1.2rem;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .trophies_foto{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .timer_title{
        margin-top: 5rem;
    }

    .steps{
        margin: 0;
        padding-top: 4rem;
    }

    .trophies_info {
        line-height: 32px;
        padding: 0;

    }

    .rules {
        margin-top: 0;
    }

    .open_rules .main_button {
        margin-bottom: 4rem;
        margin-top: 0;
    }

    .article_logo {
        max-height: 100%;
    }

    .recipes .main_button {
        margin: 3rem 0;
    }

    .recipes .main_button a {
        padding: 2rem 3rem;
    }

    .parsley{
        left: 0;
    }

    .multy_2{
        display: block;
        padding: 0 1rem;
    }

    .multy_2 img{
        width: 100%;
    }

    .rules_background{
        height: 1700px;
    }

    .rules_background .h2_block_title{
        padding: 1rem 0;
    }

    .rus_rules,
    .bel_rules,
    .kzh_rules,
    .ketchup_rules_3,
    .ketchup_rules_4{
        display: none;
    }

    .ketchup_rules_1 img{
        float: right;
    }

    .ketchup_rules_1{
        bottom: 35rem;
        right: 1rem;
    }

    .ketchup_rules_2{
        top: unset;
        left: 0;
        bottom: 25rem;
    }
}

@media (max-width: 600px) {
    .recipes .h2_block_title{
        margin-top: 5rem;
    }

    .food_sticker img{
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    .food_sticker_float{
        top: calc(-10vw);
    }

    .single_ketchup{
        display: none;
    }

    .rules_background {
        height: 1800px;
    }

    .times {
        text-align: center;
        font-size: 1.5rem;
        margin: 1rem;
    }

    .steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 1rem;
    }

    .step{
        max-width: 60%;
    }

    .h2_block_title{
        font-size: 2rem;
        margin-top: 5rem;
    }
    .nomination_title {
        font-size: 2rem;
        letter-spacing: normal;
    }

    .rules_background .h2_block_title{
        letter-spacing: normal;
        padding: 2rem 0 0;
    }

    .rules_button a{
        padding: 2rem;
    }

    .main_button {
        margin: 2rem 0;
    }

    .main_button a {
        font-size: 1rem;
        padding: 2rem 7rem;
    }

    .article_more a{
        font-size: 1rem;
    }

    .recipes .articles_block .single_article{
        max-width: 40%;
        min-width: 40%;
    }

    .product-carousel-wrapper {
        margin-top: 0;
    }

    .competition {
        font-size: .6rem;
        padding: 1rem;
        margin: 0;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .go-home {
        top: 54%;
    }

    .slick-next {
        right: 15% !important;
    }

    .slick-prev {
        left: 10% !important;
    }

    .bel_block_1{
        top: 7rem;
    }

    .kzh_block_1{
        bottom: 18rem;
    }

    .articles .h2_block_title{
        padding: 0 var(--main_margin) .5rem;
        letter-spacing: normal;
    }

    .trophies{
        padding: 0 1rem;
    }

    .trophies_info{
        font-size: 1.2rem;
        padding: 0;
    }

    .trophies {
        margin: 1rem;
    }

    .call_text {
        font-size: 1rem;
        padding: 0;
        margin: 4rem 2rem;
        line-height: 2.2rem;
    }

    .trophies {
        margin: 0;
    }

    footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 2rem 0;

    }

    footer .logo img {
        width: 70%;
        display: block;
        margin: 0 auto;
    }

    footer.new_foot .logo img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .single_article {
        max-width: 80%;
    }

    .timer_title {
        margin-top: 1rem;
    }

    .parsley img{
        width: 70%;
    }

    .parsley{
        top: 5rem
    }

    .ketchup_rules_2{
        top: unset;
        left: -1rem;
        bottom: 60rem;
    }
    .content_article p {
        padding-bottom: 1rem;
        font-size: .8rem;
        line-height: 1.3rem;
    }
    .content_article h1 {
        font-size: 2rem;
    }
    .nominations_item {
        max-width: 90%;
        margin: 5%;
    }
}

@media (max-width: 500px){
    .food_sticker img{
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }

    .food_sticker_float{
        top: calc(-8vw);
    }

    .trophies_left_part .trophie_detail{
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }

    .trophie_img img{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .slick-prev {
        left: 9% !important;
    }

    .bel_block_1{
        top: 5rem;
    }

    .kzh_block_1{
        bottom: 20rem;
    }
}

@media (max-width: 420px) {
    .food_sticker img{
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .food_sticker_float{
        top: calc(-6vw);
    }

    .times{
        font-size: 1.2rem;
    }

    .rules_button a{
        font-size: 1rem;
        padding: 1.5rem;
    }

    .main_button a {
        font-size: 1rem;
        padding: 1.5rem 5rem;
    }

    .recipes .articles_block .single_article{
        max-width: 80%;
        min-width: 80%;
    }

    .recipes .articles_block .single_article:nth-child(n+4){
        display: none;
    }

    .bel_block_1{
        top: 3rem;
    }

    .kzh_block_1{
        bottom: 22rem;
    }

    .recipes .main_button a {
        font-size: 1rem;
        padding: 1.5rem 2rem;
    }

    .competition a{
        font-size: .8rem;
        padding: 1rem;
    }

    .main_jam p{
        margin-bottom: 2rem;
    }

    .timer_title{
        font-size: 2rem;
    }

    footer .logo img{
        width: 50%;
        display: block;
        margin: 0 auto;
    }

    .parsley{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }

    .leaves{
        display: none;
    }
}

@media  (max-width: 367px) {
    .slick-next {
        right: 18% !important;
    }

    .slick-prev {
        left: 10% !important;
    }
}

@media (max-width: 320px) {
    .food_sticker_float{
        display: none;
    }

    .competition{
        padding: 0;
    }

    .competition a{
        padding: 1.3rem 1.8rem;
    }

    .call_text {
        line-height: 1.2rem;
    }

    .call_text br {
        display: none;
    }

    .main_jam {
        padding-top: 0;
    }

    .steps{
        margin: 0;
    }

    .step_second_title{
        margin: 0.5rem 0;
    }

    .slick-dots li {
        margin: 0 1px!important;
    }

    .slick-dots li button:before {
        font-size: 10px!important;
    }

    .main_jam h1 {
        font-size: 2rem;
    }
}