@font-face {
    font-family: 'Conv_RoscherkDL';
    src: url('../fonts/RoscherkDL.eot');
    src: local('☺'), url('../fonts/RoscherkDL.woff') format('woff'), url('../fonts/RoscherkDL.ttf') format('truetype'), url('../fonts/RoscherkDL.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    background-color: #ecf0f1;
    font-family: helvetica, arial, sans-serif;
    font-size: 16px;
    padding-top: 330px;
    -moz-transition: padding-top 0.5s ease;
    -o-transition: padding-top 0.5s ease;
    -webkit-transition: padding-top 0.5s ease;
    transition: padding-top 0.5s ease;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
.banner{
    max-width: 1280px;
    text-align: center;
    margin: 0 auto;
    margin: 30px auto;
}

.banner img{
    max-width: 800px;
     filter: brightness(1);
       -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.banner img:hover{
    max-width: 800px;
     filter: brightness(0.7);
       -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.text_item{

    height: 100%;
    text-align: center;
}
.cloud_text {
    font-size: 17px;
    font-weight: 900;
    color: #ef815b;
    text-transform: uppercase;
    text-align: center;
    transform: rotate(6deg);
    margin-top: 18px;
    margin-left: 57px;
}
.img_m{
    margin-top: -30px;
    position: relative;
    z-index: -1;
}

.cloud_text span {
    color: #79ab31;
    display: block;
}

header {
    width: 100%;
    height: 100%;
    background-image: url(../img/header.jpg);
    position: relative;
    position: fixed;
    top: 0;
    overflow: hidden;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-top: 16px;
    z-index: 100;

background-size: 100%;
background-repeat: no-repeat;
background-position: center top;

}

.menu_fixed_ul {
    border-radius: 50px;
    background-color: #B74396;
    color: #fff;
    position: fixed;
    z-index: 400;
    padding: 0;
    margin: 0;
    box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.1);
    top: 50%;
    height: 412px;
    margin-top: -206px;
}

.menu_fixed_ul li {
    list-style: none;
    padding: 4px;
}

.menu_fixed_ul li:first-child {
    padding-top: 20px;
    border-radius: 50px 50px 0 0;
}

.menu_fixed_ul li:last-child {
    padding-bottom: 20px;
    border-radius: 0px 0px 50px 50px;
}

.menu_fixed_ul li a {
    display: block;
    background-image: url(../img/ic1.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    display: block;
}

.menu_fixed_ul li .bacal {
    background-image: url(../img/ic2.png);
}

.menu_fixed_ul li .kons {
    background-image: url(../img/ic3.png);
}

.menu_fixed_ul li .candy {
    background-image: url(../img/ic4.png);
}

.menu_fixed_ul li .coffee {
    background-image: url(../img/ic5.png);
}

.menu_fixed_ul li .milk {
    background-image: url(../img/ic6.png);
}

.menu_fixed_ul li .meat {
    background-image: url(../img/ic7.png);
}

.menu_fixed_ul li .fish {
    background-image: url(../img/ic8.png);
}

.menu_fixed_ul li .ice {
    background-image: url(../img/ic9.png);
}

.menu_fixed_ul li .cheemie {
    background-image: url(../img/ic10.png);
}

.menu_fixed_ul li:hover a {
    background-image: url(../img/ic1_hover.png);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.menu_fixed_ul li:hover .bacal {
    background-image: url(../img/ic2_hover.png);
}

.menu_fixed_ul li:hover .kons {
    background-image: url(../img/ic3_hover.png);
}

.menu_fixed_ul li:hover .candy {
    background-image: url(../img/ic4_hover.png);
}

.menu_fixed_ul li:hover .coffee {
    background-image: url(../img/ic5_hover.png);
}

.menu_fixed_ul li:hover .milk {
    background-image: url(../img/ic6_hover.png);
}

.menu_fixed_ul li:hover .meat {
    background-image: url(../img/ic7_hover.png);
}

.menu_fixed_ul li:hover .fish {
    background-image: url(../img/ic8_hover.png);
}

.menu_fixed_ul li:hover .ice {
    background-image: url(../img/ic9_hover.png);
}

.menu_fixed_ul li:hover .cheemie {
    background-image: url(../img/ic10_hover.png);
}

.menu_fixed_ul li:hover {
    background-color: #fff;
}

.cloud {
    width: 375px;
    height: 157px;
    background-image: url(../img/cloud.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: -18px;
}

.pumpa {
    width: 272px;

 /*   background-image: url(../img/header_after.png);*/
    margin: 0 auto;
    margin-top: -100px;
    position: relative;
    z-index: 500;
    background-color: #fff;
    padding: 8px 15px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 1px 2px 15px rgba(0,0,0,0.1);
        -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;


}
.pumpa:hover{
      margin-top: -110px;
          -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.pumpa a{
        color:#FF3602;
            font-weight: 600;
}
.pumpa a span{
    color:#000;
}
.pumpa a:active, .pumpa a:visited{
    text-decoration: none;
}
.pumpa a:hover{
    text-decoration: none;
}
.ar_bot {
    width: 100%;
    height: 100%;
    display: block;
}

.sticky-header header:after {
    display: none;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.sticky-header .pumpa {
    display: none;
}

header h1 {
    font-size: 42px;
    color: #fff;
    line-height: 230px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 50px;
    text-align: center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px;
}

.h2 {
    font-size: 53px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
margin-bottom: 0;
    text-transform: uppercase;
    font-size: 74px;
    font-weight: 800;

}

.h2 span {
    display: block;
    font-size: 53px;

}

.text {
margin-bottom: 30px;
    z-index: 400;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.text img{
    max-width: 235px;
    float: left;
    margin-left: 20px;
}
.snow {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 20;
}

/*.text:after {
    content: "";
    width: 65px;
    height: 65px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 100px;
    left: -100px;
}*/
.text-absol {
    color: #fff;
    font-weight: 500;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 18px;
    text-align: right;
    margin-right: 20px;
}
body.sticky-header .text-absol {
    position: absolute;
    right: 0;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    top: 6px;
    right: 5px;
    color:#000;
}
.text p {
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
}

.flex_block {

    height: 100%;
}

.p_big {
    font-size: 60px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
        font-family: 'Conv_RoscherkDL';
        font-weight: 100;
            line-height: 46px;
}

.img_header {
    text-align: center;
    padding-top: 60px;
}

.img_header img {
    max-width: 100%;
}

section {
    padding: 20px;
    margin-bottom: 40px;
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}






/* Sticky Header Style */


/* ---------------------------------------- */

.mangal {
    display: none;
}
.logo img {
    display: none;
}
body.sticky-header {
    padding-top: 100px;
}

body.sticky-header header {
    height: 75px;
    background-color: rgba(255,255,255,0.9);
    background-image: none;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
}

body.sticky-header header h1 {
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

body.sticky-header .logo img {
    max-width: 200px;
    display: block;
}


.content {
    margin-top: 100px;
}

.goods_item {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    max-width: 260px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 240px;
    min-width: 240px;
    position: relative;
}
.women:before{
    content:'';
    width: 97px;
    height: 88px;
    background-image: url(../img/women.png);
    background-repeat: no-repeat;
    right: -30px;
    top: -30px;
    position: absolute;
}
.cake:before{
    content:'';
    width: 97px;
    height: 88px;
    background-image: url(../img/cake.png);
    background-repeat: no-repeat;
    right: -30px;
    top: -30px;
    position: absolute;
}
.goods {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

.img_wrap {
    text-align: center;
    height: 250px;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
}

.img_wrap img {
    max-width: 100%;
    max-height: 100%;
}

.price {
    justify-content: center;
    display: flex;
    margin-top: 10px;
}

.price_un {
    font-size: 24px;
    font-weight: 600;
    text-decoration: line-through;
    margin-right: 5px;
    line-height: 40px;
}

.title {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    min-height: 60px;
    margin-top: 14px;
}
.title span{
    color:red;
    display: block;
    text-align: center;
}
.price_sale {
    font-size: 28px;
    font-weight: 800;
     background-color: #d8d8d3;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
}

.price_clever {
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: -1px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price_clever span {
    font-weight: 800;
    color: #43B02A;
    letter-spacing: 0;
    font-size: 26px;
}

.price_clever img {
    margin-left: 5px;
    margin-right: 5px;
      -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.goods_item:hover .price_clever img {
transform: rotate(180deg);
  -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}
.main_a {
display: block;
    /* background-color: #eeeeee; */
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #ff3602;
    border-radius: 50px;
    padding-top: 10px;
    margin-top: 20px;
    padding-bottom: 10px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    background-image: url(../img/cart.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;


}

.goods_sale {
    position: relative;
}

.goods_sale:after {
    content: '';
}
.hit2:before{
    content:'';
        position: absolute;
        width: 69px;
        height: 43px;
        background-image: url(../img/hit.png);
        right: 15px;
        top: 10px;
}
.goods_s_a {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    width: 104px;
    height: 88px;
    background-image: url(../img/ugol.png);
    /* text-align: center; */
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 10px;
    z-index: 80;
    padding-top: 4px;
}

.main_a:focus,
.main_a:active,
.main_a:visited {
    text-decoration: none;
    color:#000;

}

.main_a:hover {
    color: #fff;
    text-decoration: none;
    background-color:#FF3602;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
}

.footer {
    text-align: center;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    position: relative;
    /*    background-image: url("../img/footer.jpg");*/
    background-color: #F9F9F9;
    padding-top: 50px;
    background-position: center top;
    background-size: cover;
    padding-left: 44px;
    padding-right: 44px;
    margin-top: 30px;
}

.hi-icon-wrap {
    margin-top: 0px;
}

.footer h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    color: #545454;
    margin: 0;
    margin-bottom: 0px;
    letter-spacing: 2px;
}

.a_footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-top: 0;
}

.a_footer a {
    margin: 10px;
    font-size: 14px;
    font-weight: 700;
  background-color:#22292F;
  border-radius:50px;
    color: #fff;
    padding: 16px 15px;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    display: block;
}

.a_footer a:hover {
    color: #fff;
    background-color: #FF3602;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
}

.header_item {
    position: relative;
    height: 100%;
}

@media (max-width: 1300px) {
header{
    background-size: cover;
}
    .img_header img {
        max-width: 550px;
    }
}

@media (max-width: 900px) {
    .img_header {
        display: none;
    }

    header:after {
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .text p {
        display: none;
    }
    .h2{
        font-size: 45px;

    }

    .text{
        width: 100%;
    }
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

section {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: auto;
}
section .content {
    width: 100%;
    max-height: 400px;
}
section img {
    width: 100%;
    height: 100%;
}
.container {

    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    width: 100%;
    padding: 25px;
    align-items: center;
    justify-content: space-between;
}

.container .box {
    width: 10%;
}

.container .box:last-of-type {
    width: calc(100% - 30%);
    display: flex;
    justify-content: space-between;
}

.container .comments {
    width: 100%;
}

.container .comments div {
    color: black;
    background: #ebebeb;
    margin-top: 20px;
    padding: 25px 35px;
    position: relative;
}
.container .comments div span {
    font-size: 15px;
    position: absolute;
    bottom: 0;
    color: #555;
    right: 15px;
}
.container .comments div i {

    font-size: 20px;
    color: #526b7e;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .5s;

}

.container .comments div i:hover {
    color: #293d4d;
    transform: translateY(-50%) scale(1.3);
}

.container .box input {
    width: 70%;
    border: none;
    padding: 15px;
  border-radius:2%
}

.container .box button {
    width: 30%;
    background: none;
    border: 1px solid #fff;
    cursor: pointer;
    color: #fff;
    transition: all .5s;
}

.container .box button:hover {
    background: #3f4c6b;
    border: 1px solid #3f4c6b;
}

.box i {
    cursor: pointer;
    transition: all .5s;
    font-size: 23px;
}

.like {
    color: #5691c8;
    transform: scale(1.2);
}

.love {
    color: #c31432;
    transform: scale(1.2);
}
@media (max-width: 769px) {
    .text {
        margin-top: -16px;
    }
    .logo {
        margin-bottom: 19px;
    }
    .banner img{
        max-width: 100%;
    }

    header:after {
        width: 100%;
        height: 440px;
        bottom: -8px;
        background-size: 453px;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: -58px;
    }
    .flex_block {
        padding: 10px;
    }
    .logo {}
    .logo img {
        max-width: 190px;
    }
    .h2 span {
        font-size: 29px;
    }
    .h2 {
        font-size: 31px;
    }
    .p_big {
        font-size: 26px;
    }
    .cloud {
        background-image: none;
        background-color: #fff;
        height: auto;
        min-height: 50px;
        margin-bottom: 20px;
        position: relative;
        width: 100%;
        margin-bottom: 0;
        top: 0;
    }
    body.sticky-header .cloud {
        display: none;
    }
    .h2 span {
        display: inline;
    }
    header {
        padding-top: 0;
    }
    .pumpa {
        margin-top: -15px;
        position: absolute;
        bottom: 29px;
        left: 50%;
        margin-left: -135px;
    }
    .text {
        text-align: center;

    }
    .cloud_text {
        transform: none;
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 0;
    }
    .logo {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 28px;
    }
    body.sticky-header header {
        height: 64px;
    }
   
    .mangal {
        display: block;
        margin: 0 auto;
        max-width: 360px;
        margin-top: -84px;
        margin-left: 57px;
    }
    .flex_block {
        height: auto;
    }
    .mangal img {
        max-width: 100%;
    }
    .text {
        margin-top: 0;

    }
    body.sticky-header .logo {
        margin-top: 0;
    }
    .a_footer {
        display: block;
        margin: 10px;
    }
    .cloud_text {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 0;
    }
    .cloud_text span {
        display: inline;
    }
    .cloud {
        min-height: auto;
    }
.text:after {
    content: "";
    width: 65px;
    height: 65px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 16px;
    left: 0;
}
.text:after{
        background-size: 100%;
        width: 45px;
        height: 45px;
}
header{
    background-image: url(../img/header_2.jpg);
    -webkit-background-size: cover;
    background-size: cover;

}
.text-absol{
    font-size: 13px;
    margin-right: 5px;
}
.logo img {
      max-width: 138px;
}
body.sticky-header .logo img{
       max-width: 140px;
    margin-top: 7px;
}

.text img{
    margin-left: 0;
}
.text-absol{
    text-align: center;
}
body.sticky-header .text-absol{
    top:18px;
}

}



@media (max-width: 578px) {
    .goods,.footer {

        padding-left: 10px;
        padding-right: 10px;
    }
    .goods_item {
        max-width: 100%;
    }
    .text:after{
        display: none;
    }
    .footer h2{
        font-size: 15px;
    }
    .a_footer a{
        font-size: 12px;
        letter-spacing: 0px;
    }
}