*{
    font-family: Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    /* transition: all 0.4s linear 0s; */
    outline: none !important;
}

@font-face {font-family: SesBold; src: url(../fonts/Ses_Bold.ttf);}
@font-face {font-family: SesLato; src: url(../fonts/SesLato.ttf);}
@font-face {font-family: SesOswald; src: url(../fonts/SesOswald.ttf);}


/* TOP MAIN */
.main{
    position: absolute;
    height: 120px;
    width: 100%;
    z-index: 4;
    margin: 0 auto;
    text-align: center;
}
.main__logo{
    width: 228px;
    margin: 19px 0;
    transition: all 0.4s;
}
.main__logo:hover{
    width: 148px;
    margin:9px 0 28px 0;
}
.main__content{
    display: inline-flex;
    width: 1200px;
    max-width: 1200px;
    color: #FFFFFF;
    flex-shrink: inherit;
    overflow: hidden;
}
.main__content_link{
    flex: 20%;
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
    margin: auto 0;
    position: relative;
}
.main__content_link span{
    position: relative;
    transition: all 0.6s;
    text-transform: uppercase;
    font-family: SesOswald;
    font-size: 22px;
}
.main__content_link span:before {
    content: "";
    width: 0;
    height: 0.1em;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #FFFFFF;
    transition: all 0.3s;
}
  .main__content_link span:hover:before {
    width: 100%;
    left: 0%;
    background: #EF9000;
}


/* HEADER */
.header{
    position: relative;
    width: 100%;
    height: 800px;
    background: url(../images/first_block.png) no-repeat bottom;
    background-size: cover;
    text-align: center;
    
    color: #FFFFFF; 
}
.header__title{
    font-size: 62px;
    font-family: SesOswald;
    text-transform: uppercase;
    font-weight: 600;
    color:#6B2720;
    width: 650px;
    letter-spacing: 3px;
    margin: 0 auto;
    padding: 330px 0 1px 0;
}
.header__subtitle{
    font-family: SesOswald;
    font-size: 32px;
    letter-spacing: 14.1px;
    text-transform: uppercase;
}


/* ABOUT */
.about{
    width: 100%;
    padding: 70px 0 0px;
}
.about__title{
    font-size: 62px;
    font-family: SesOswald;
    font-weight: 600;
    letter-spacing: 3px;
    color:#6B2720;
    text-transform: uppercase;
    text-align: center;
}
.title_decoration{
    width: 170px;
    background-color: #FFED02;
    height: 3px;
    border: none;
    margin: 0 auto;
}
.about__content{
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    overflow: hidden;
    text-align: center;
}
.about__description{
    font-size: 24px;
    line-height: 48px;
    color: #252525;
    font-family: SesLato;
}
.about__subtitle{
    font-size: 48px;
    padding-top: 40px;
    text-transform: uppercase;
    font-weight: bold;
    margin: auto 0;
    font-family: SesOswald;
    color: #6B2720;
}
.about__subtitle_info{
    display: inline-flex;
}
.about__subtitle_one{
    flex: 31%;
    margin: 0 2%;
}
.about__subtitle_two{
    flex: 31%;
    margin: 0 2%;
}
.about__subtitle_three{
    flex: 31%;
    margin: 0 2%;
}
.about__subtitle_img{
     width: 110px;
}
.about__subtitle_info span{
    display: block;
    font-size: 24px;
    line-height: 36px;
    padding-top: 35px;
    color: #252525;
    font-family: SesLato;
}

/* NUMBERS */
.numbers{
    background: url(../images/numbers.png) no-repeat top;
    background-size: cover;
    width: 100%;
    height:845px;
    padding: 120px 0 0 0;
}
.numbers__title{
    font-size: 62px;
    font-family: SesOswald;
    font-weight: 600;
    letter-spacing: 3px;
    color:#FFFFFF;
    text-transform: uppercase;
    text-align: center;
}
.numbers__content{
    position: relative;
    width: 100%;
    padding-top: 80px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}
.numbers__logo{
    margin:0 auto;
}

.numbers__data{
    width: 310px;
    height:120px;
    color:#FFFFFF;
    display: inline-flex;
    position: absolute;
    text-align: left;
    /* text-indent: 45px; */
}
.numbers__description{
    flex: 66%;
}
.numbers__text{
    font-size: 62px;
    font-family: SesOswald;
    letter-spacing: 3px;
}
.numbers__subtext{
    font-size: 19px;
    font-family: SesLato;
}
.numbers__img{
    align-self: center;
    padding-right: 42px;
}

/* NUMBERS POSITION */
.numbers__partners{
    top: 90px;
    left: 0;
}
.numbers__FMCG{
    top: 310px;
    left: 0;
}
.numbers__skus{
    margin: 0 auto;
    top: 540px;
    left: 0;
    right: 0;
}
.numbers__stocks{
    top:90px;
    right: 50px;
}
.numbers__containers{
    top:310px;
    right: 50px;
}


/* PARTNERS */
.partners{
    width: 100%;
    padding: 70px 0 100px;
    text-align: center;
}
.partners__title{
    font-size: 62px;
    font-family: SesOswald;
    font-weight: 600;
    letter-spacing: 3px;
    color:#6B2720;
    text-transform: uppercase;
    text-align: center;
}
.partners__logo{
    margin: auto;
    transform: scale(1,1);
}
.owl-carousel {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}
.owl-prev span{
    font-weight: 600;
    font-size: 40px;
    position: absolute;
    margin-left: -157px;
    color:#6B2720;
}
.owl-next span{
    font-weight: 600;
    font-size: 40px;
    position: absolute;
    color:#6B2720;
    margin-left: 147px;
}
.owl-dot{
    height: 40px;
}
.owl-carousel .owl-item img {
    width: 70%;
}
.item{
    height: 240px;
    display: flex;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background:#6B2720}
.owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;}
.hide{
    display: none;
}


/* FOOTER */
.footer{
    width: 100%;
    height: 200px;
    padding: 20px 0;
    background-color: #151515;
    text-align: center;
}
.footer__content{
    width: 1200px;
    height: 100%;
    display: inline-flex;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.footer__data{
    flex:25%;
    position: relative;
}
.footer__data_title{
    font-family: SesOswald;
    font-size: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 0.3;
    text-align: center;
}
.footer__img{
    margin: auto;
    padding: 20px 0;
    display: block;
    width: 22px;
}

.footer__link{
    color: #FFFFFF;
    text-decoration: none;
    font-family: SesLato;
    font-size: 16px;
}
.footer__link:hover{
    text-decoration: underline;
}
.footer__button{
    position: absolute;
    margin: auto 0;
    top: 0;
    display: block;
    bottom: 0;
    height: 48px;
    background-color: #151515;
    font-size: 16px;
    font-weight: 600;
    width: 70%;
    font-family: SesOswald;
    text-transform: uppercase;
    border-radius: 6px;
    color: #FFED02;
    border: 2px solid #FFED02;
    letter-spacing: 1px;
}
.footer__button:hover{
    transition: 0.4s all;
    color: #151515;
    background-color: #FFED02;
}








@media (max-width: 1279px) {
/* TOP MAIN */
    .main{
        height: 110px;
    }
    .main__logo{
        width: 100px;
    }
    .main__logo:hover{
        width: 100px;
    }
    .main__content{
        width: 1000px;
    }
    .main__content_link span{
        font-size: 20px;
    }


    /* HEADER */
    .header{
        height: 600px;
    }
    .header__title{
        font-size: 52px;
        padding: 170px 0 50px 0;
    }
    .header__subtitle{
        font-size: 26px;
    }


    /* ABOUT */
    .about{
        width: 100%;
        padding: 50px 0 40px;
    }

    .about__title{
        font-size: 52px;
    }
    .title_decoration{
        width: 145px;
    }
    .about__content{
        width: 1000px;
        padding-top: 40px;
    }
    .about__subtitle{
        font-size: 42px;
    }
    .about__description{
        font-size: 18px;
    }
    .about__subtitle_info span{
        font-size: 16px;
    }
    .about__subtitle_img {
        width: 90px;
        padding-top: 40px;
    }


    /* NUMBERS */
    .numbers{
        height:745px;
        padding: 120px 0 0 0;
    }
    .numbers__title{
        font-size: 52px;
    }
    .numbers__content{
        padding-top: 60px;
        max-width: 1000px;
    }
    .numbers__logo{
        padding-top: 20px;
        width: 300px;
    }

    .numbers__data{
        width: 280px;
        height:120px;
        color:#FFFFFF;
        display: inline-flex;
        position: absolute;
        text-align: left;
        /* text-indent: 45px; */
    }
    .numbers__description{
        flex: 66%;
    }
    .numbers__text{
        font-size: 48px;
    }
    .numbers__subtext{
        font-size: 17px;
    }
    .numbers__img{
        padding-right: 30px;
    }

    /* NUMBERS POSITION */
    .numbers__partners{
        top: 90px;
        left: 0;
    }
    .numbers__FMCG{
        top: 310px;
        left: 0;
    }
    .numbers__skus{
        margin: 0 auto;
        top: 500px;
        left: 0;
        right: 0;
    }
    .numbers__stocks{
        top:90px;
        right: 0;
    }
    .numbers__containers{
        top:310px;
        right: 0;
    }



    /* PARTNERS */
    .partners{
        padding: 50px 0 100px;
    }
    .partners__title{
        font-size: 52px;
    }
    .partners__content{
        width: 1000px;
        height: 220px;
    }
    .partners__content_first{
        padding-top: 50px;
    }
    .partners__logo{
        transform: scale(.8,.8);
    }
    .button{
        height: 44px;
        width: 225px;
        font-size: 15px;
    }
    .partners__hand{
        top: 25px;
    }
    .partners__new{
        bottom: 35px;
    }


    /* FOOTER */
    .footer{
        height: 190px;
        padding: 20px 0 0;
    }
    .footer__content{
        width: 1000px;
    }
    .footer__data_title{
        font-size: 18px;
    }
    .footer__data_content{
        margin: 20px 0 0;
    }
    .footer__img{
        width: 16px;
    }

    .footer__link{
        font-size: 15px;
    }
}







@media (max-width: 1023px) {
    /* TOP MAIN */
    .main{
        height: 100px;
    }
    .main__logo{
        width: 150px;
    }
    .main__logo:hover{
        width: 90px;
    }
    .main__content{
        width: 760px;
    }
    .main__content_link span{
        font-size: 18px;
    }


    /* HEADER */
    .header{
        height: 600px;
    }
    .header__title{
        font-size: 48px;
        padding: 250px 0 50px 0;
    }
    .header__subtitle{
        font-size: 22px;
    }

    
    /* ABOUT */
    .about{
        width: 100%;
        padding: 50px 0 40px;
    }

    .about__title{
        font-size: 48px;
    }
    .title_decoration{
        width: 130px;
    }
    .about__content{
        width: 760px;
        padding-top: 40px;
    }
    .about__subtitle{
        font-size: 27x;
        padding-right: 50px;
        flex: 35%;
    }
    .about__description{
        font-size: 16px;
        flex: 65%;
    }
    .about__subtitle_info span {
        font-size: 14px;
    }

    /* NUMBERS */
    .numbers{
        height:680px;
        padding: 100px 0 0 0;
        overflow: hidden;
    }
    .numbers__title{
        font-size: 48px;
    }
    .numbers__content{
        padding-top: 60px;
        max-width: 760px;
    }
    .numbers__logo{
        padding-top: 40px;
        width: 250px;
    }

    .numbers__data{
        width: 235px;
        height:85px;
        color:#FFFFFF;
        display: inline-flex;
        position: absolute;
        text-align: left;
        /* text-indent: 45px; */
    }
    .numbers__description{
        flex: 66%;
    }
    .numbers__text{
        font-size: 40px;
    }
    .numbers__subtext{
        font-size: 14px;
    }
    .numbers__img{
        padding-right: 15px;
        transform: scale(.8,.8);
    }

    /* NUMBERS POSITION */
    .numbers__partners{
        top: 90px;
        left: 0;
    }
    .numbers__FMCG{
        top: 310px;
        left: 0;
    }
    .numbers__skus{
        margin: 0 auto;
        top: 430px;
        left: 0;
        right: 0;
    }
    .numbers__stocks{
        top:90px;
        right: -35px;
    }
    .numbers__containers{
        top:310px;
        right: -35px;
    }


    /* PARTNERS */
    .partners{
        padding: 40px 0 20px;
    }
    .partners__title{
        font-size: 48px;
    }
    .partners__content{
        width: 760px;
        height: 200px;
    }
    .partners__content_first{
        padding-top: 50px;
    }
    .partners__logo{
        transform: scale(1,1);
        width: 60%;
    }
    .button{
        height: 38px;
        width: 185px;
        font-size: 13px;
        margin: 30px 0;
    }
    .partners__hand{
        top: 25px;
    }
    .partners__new{
        bottom: 35px;
    }
    .owl-next span {
        margin-left: 190px;
    }
    .owl-prev span {
        margin-left: -205px;
    }


    /* FOOTER */
    .footer{
        height: 190px;
        padding: 20px 0 0;
    }
    .footer__content{
        width: 760px;
    }
    .footer__data_title{
        font-size: 16px;
    }
    .footer__data_content{
        margin: 18px 0 0;
    }
    .footer__img{
        width: 14px;
    }

    .footer__link{
        font-size: 13px;
    }
}




@media (max-width: 799px) {
    /* TOP MAIN */
    .main{
        position: absolute;
        height: 60px;
    }
    .main__logo, .main__logo:hover{
        width: 140px;
        bottom: -100px;
        margin: 0 auto;
        left: 0;
        position: absolute;
        right: 0;
    }
    .main__content{
        width: 98%;
        margin: 0 1%;
    }
    .main__content_link span{
        font-size: 14px;
        line-height: 60px;
    }


    /* HEADER */
    .header{
        background: url(../images/first_block.png) no-repeat left;
        height: 600px;
    }
    .header__title{
        width: 95%;
        margin: 0 auto;
        font-size: 50px;
        padding: 180px 0 50px 0;
    }
    .header__subtitle{
        font-size: 24px;
    }

    
    /* ABOUT */
    .about{
        width: 100%;
        padding: 50px 0 0px;
    }
    .about__br{
        display: none;
    }
    .about__title{
        font-size: 60px;
    }
    .title_decoration{
        width: 170px;
    }
    .about__content{
        width: 95%;
        display: block;
        padding-top: 40px;
    }
    .about__subtitle{
        font-size: 27x;
        padding-right: 0;
        flex: none;
        text-align: center;
    }
    .about__description{
        width: 95%;
        margin: 30px auto 0;
        font-size: 18px;
        flex: none;
    }
    .about__subtitle_info {
        display: block;
    }


    /* NUMBERS */
    .numbers{
        height:1080px;
        padding: 100px 0 0 0;
        overflow: hidden;
    }
    .numbers__title{
        font-size: 60px;
    }
    .numbers__content{
        padding-top: 60px;
        width: 98%;
        margin: 0 1%;
    }
    .numbers__logo{
        display: none;
    }

    .numbers__data{
        width: 315px;
        margin: 0 auto;
        height:120px;
        color:#FFFFFF;
        display: inline-flex;
        position: relative;
        text-align: left;
        /* text-indent: 45px; */
    }
    .numbers__description{
        flex: 66%;
    }
    .numbers__text{
        font-size: 60px;
    }
    .numbers__subtext{
        font-size: 20px;
    }
    .numbers__img{
        padding-right: 30px;
        transform: scale(1,1);
    }

    /* NUMBERS POSITION */
    .numbers__partners{
        top: 0;
        left: 0;
    }
    .numbers__skus{
        top: 80px;
        left: 10px;
    }
    .numbers__FMCG {
        top: 40px;
        left: 25px;
    }
    .numbers__stocks{
        top:120px;
        right: -15px;
    }
    .numbers__containers{
        top:160px;
        right: 0;
    }
    

    /* PARTNERS */
    .partners{
        padding: 40px 0 0px;
    }
    .partners__title{
        font-size: 60px;
    }
    .partners__content{
        width: 98%;
        margin: 0 1%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .partners__imgwrapper{

        display: flex;
        height: 220px;
        position: relative;
        width: 40%;
        margin: 0 5%;
        float: left;
    }
    .partners__content_first{
        padding-top: 50px;
    }
    .partners__logo{
        transform: scale(1,1);
        width: 100%;
    }
    .button{
        height: 38px;
        width: 185px;
        font-size: 13px;
        margin: 30px 0;
    }
    .partners__hand{
        top: 5px;
        width: 50%;
    }
    .partners__new{
        bottom: 40px;
        margin: 0 auto;
    }
    .become__imgwrapper{
        width: 96%;
        margin: 0 3%;
    }
    .last_imgwrapper{
        display: none;
    }


    /* FOOTER */
    .footer{
        height: auto;
        padding: 0 0 40px;
    }
    .footer__content{
        width: 98%;
        margin: 0 1%;
        display: block;
    }
    .footer__data{
        flex: none;
        position: relative;
        width: 50%;
        float: left;
        margin: 0 auto;
    }
    .footer__data_title{
        padding-top: 40px;
        font-size: 14px;
    }
    .footer__data_content{
        margin: 16px 0 0;
    }
    .footer__img{
        width: 14px;
    }
    .footer__name{
        font-size: 16px;
        margin: 16px 0 0;
        line-height: 40px;
    }
    .footer__link{
        font-size: 12px;
        padding-left: 20px;
    }
    .footer__button {
        top: -80px;
        width: 100%;
        bottom: 25px;
        left: 15px;
    }
}
.modal__button{
    height: 44px;
    width: 236px;
    background-color: #FFED02;
    font-size: 16px;
    font-weight: 600;
    font-family: SesOswald;
    text-transform: uppercase;
    color: #000000;
    border: none;
    
    letter-spacing: 1px;
}