html,
body {
    height: 100%;
    max-width: 1980px;
}

.text-red{
    color:#F21616;
}


/*:::
   Preloader
::*/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 99999;
}

.load-circle {
    margin: 50vh auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 10px solid rgb(255, 255, 255);
    border-top: 10px solid #cd1515;
    -webkit-animation: rotate 1.2s infinite linear;
    animation: rotate 1.2s infinite linear;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*************BANNER SECTION*************/
.section-banner{
    height: 500px;
    /*height: 80%;*/
}
.banner__left-side img{
    /*position: absolute;*/
    /*width: 40%;*/
    left: 0;
}
.right-side-banner{
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    float: right;
}
.right-side-banner img{
    width: 100%;
}

.beans-banner-block{
    text-align: right;
}
.beans-banner-block img{
    width: 100%;
}

.block-text-logo{
    /*top: 40%;*/
    /*left: 25%;*/
    /*right: 0;*/
    /*position: absolute;*/
    /*margin: 0 auto;*/
    padding-top: 110px;
    text-align: right;
}

.block-text-logo img:nth-child(1){
    width: 100%;
}
.block-text-logo img:nth-child(2){
    width: 50%;
    position: inherit;
    right: 0;
}

.block-text-logo2{
    float: right;
}


/****************************************************/

/*********TIMER********************/

.section-timer{
    height: 360px;
    /*height: 50%;*/
}

.timer{
    background: linear-gradient(0deg, #1D8E45, #1D8E45), #C4C4C4;
    color: #ffffff;
    padding: 15px;
    font-size: 12px;
    border-radius: 50%;
    /*clip-path: circle(50% at center center);*/
    margin-right: 10px;
    width: 90px;
    height: 90px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}
.timer p{
    font-size: 1.9em;
    padding: 0;
    margin: 0;
}

.btn-link-prod{
    background: #F21616;
    border-radius: 45px;
    color:#fff;
    width: 45%;
    padding: 10px 10px 10px 10px;
    font-size: 1.1em;
}

.btn-link-prod:hover{
    color: #ffffff;
    background-color: #cd1515;
}

.bean-stock{
    display: block;
    text-align: right;
    position: relative;
}

.bean-stock img:nth-child(1){
    position: absolute;
    left: -17%;
    top: -79px;
    width: 37%;
    max-width: 400px;
}
.bean-stock img:nth-child(2){
    position: absolute;
    left: 5%;
    top: -50px;
    width: 40%;
    max-width: 410px;
}
.bean-stock img:nth-child(3){
    position: absolute;
    left: 30%;
    top: -40px;
    width: 42%;
    max-width: 440px;
}

.bean-stock img:nth-child(4){
    position: absolute;
    left: 60%;
    top: -20px;
    width: 42%;
    max-width: 440px;

}

.date-text{
    color: #F21616;
    font-weight: 700;
    font-size: 2.5em;
}

.today-stock{
    top: -55px!important;
}

/*********************************************/

.section-twobean{
    background: url(../img/pattern.png) repeat-x;
    height: 350px;
    width: 100%;
    position: relative;
    /*display: none;*/
}
.green-block{
    background-color: #BAE0CD;
    width: 100%;
    height: 175px;
    position: absolute;
    top: 23%;
    left: 0;
}

.green-block-image{
    width: 250px;
    display: block;
    margin: 0 auto;
    padding-top: 40px;
}

.green-block-text{
    color: #1D8E45;
    text-align: center;
    padding-top: 22px;
}

.btn-green-block{
    width: 200px;
    height: 50px;
    color: #ffffff;
    background: linear-gradient(0deg, #1D8E45, #1D8E45), #FFFFFF;
    border-radius: 45px;
    display: block;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

.btn-green-block:hover{
    text-decoration: none;
    color: #f9f9f9;
    background: linear-gradient(0deg, #1a7e3f, #1b7e3e), #FFFFFF;
}

.bead-block img{
    position: relative;
    display: block;
    margin: 0 auto;
}

.bead-block span{
    position: absolute;
    background-color: #F21616;;
    padding: 10px;
    color: white;
    border-radius: 5px;
    z-index: 1;
    left: 50px;
}

.bead-block .dis-span{
    background-color: #B3B3B3;
}

.block-rules{
    display: block;
    margin: 50px auto;
}
.btn-rules{
    background: #F21616;
    color: #ffffff;
    text-decoration: none;
    /*text-transform: uppercase;*/
    border-radius: 45px;
    font-size: 1.1em;
    padding: 15px;
    width: 250px;
}

.btn-rules:hover{
    color: white;
    background-color: #d81515;
}
.top-footer-image{
    height: 220px; /* Высота блока */
    width: 100%;
    overflow: hidden;
    background: url("../img/pattern.png") repeat-x;
}
/*****FOOTER******/
.footer_inner {
    width: 100%;
    /*    margin-top: 50px;*/
    display: block;
    background: #8A0000;

}

.footer-title p {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
}

.text-footer-title {
    padding-top: 0.8em;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    /*    text-transform: uppercase;*/
    text-align: left;
}

.footer-links {
    display: block;
    color: gray;
    font-size: 17px;
    margin-left: -39px;
}

.footer-links li {
    list-style: none;
}

.footer-links li > a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
}

.footer-container {
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 31px;
}

.bottom-footer {
    display: block;
    background: linear-gradient(to top, #e6e6e6, #fff);
}

.social-icons li {
    list-style-type: none;
    float: left;
    padding-top: 5px;
    padding-left: 15px;
}
.social-icons li a img{
    width: 24px;
    opacity: 0.9;
}

.social-icons li a img:hover{
    opacity: 1;
}


.footer-copyright {
    margin: 0 auto;
}

.copyright-text {
    float: none;
    color: #ffffff;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    font-size: 1em;
    margin-bottom: 30px;
    font-weight: 300;
}

.phone {
    font-size: 1.9em !important;
    color: #fff;
    text-align: left;
    font-weight: 600;
}

.working-hours {
    text-align: left;
    font-weight: 300;
    color: #fff;
}

.social-links {
    text-align: left;
    font-weight: 300;
    color: #fff;
}

.social-icons {
    margin-left: -50px;
}

.link-footer-company {
    color: #ffffff;
}

.link-footer-company:hover {
    color: #f7f7f7;
}


@media screen and (min-width: 300px) and (max-width: 767px){


    .banner__left-side img{
        /*width: 80%;*/
        width: 270px;
    }
    .section-banner{
        min-height: 850px;
    }

    .beans-banner-block img {
        width: 350px;
        margin: 0 auto;
        display: block;
    }

    .beans-banner-block{
        margin-top: -70px;
    }

    .block-text-logo{
        padding-top: 0;
    }

    .right-side-banner{
        display: none;
    }

    .bean-stock img:nth-child(1){
        /*position: absolute;*/
        /*left:-60px;*/
        /*top:-230px ;*/
        /*width: 110px;*/
        display: none;
    }
    .bean-stock img:nth-child(2){
        position: absolute;
        /*left: 0;*/
        left: -40px;
        top:-200px ;
        /*top:-180px ;*/
        width: 40%;

    }
    .bean-stock img:nth-child(3){
        position: absolute;
        /*left: 50px;*/
        left: 15px;
        top:-150px ;
        width: 47%;

    }

    .bean-stock img:nth-child(4){
        position: absolute;
        left: 105px;
        top:-120px!important ;
        width: 50%;
    }

    .section-timer {
        height: 330px;
    }
    
    .timer{
        width:83px;
        height:83px;
    }

}

@media screen and (min-width: 385px) and (max-width: 767px){
    .section-banner{
        min-height: 800px;
        max-height: 1250px;
        height: auto;
    }

    .block-text-logo img:nth-child(1) {
        width: 80%;
    }
}

@media screen and (min-width: 768px) and (max-width: 998px){
    .banner__left-side img{
        width: 400px;
    }

    .beans-banner-block img{
        width: 400px;
        margin-top: -250px;
    }

    .block-text-logo{
        padding-top: 0;
        text-align: center;
    }

    .block-text-logo img{
        width: 330px!important;
    }

    .block-text-logo2 img{
        width: 100px!important;
        margin-top: -5px;
        margin-left: 200px;
    }

    .block-text-logo2{
        text-align: center;
        float: none;!important;
    }

    .right-side-banner{
        display: none;
    }

    .section-banner{
        min-height: 660px;
        max-height: 900px;
        height: auto;
    }

    .bean-stock img:nth-child(1){
        position: absolute;
        left: -30%;
        top: -15px;
        width: 40%;
    }
    .bean-stock img:nth-child(2){
        position: absolute;
        left: -10%;
        top: 12px;
        width: 45%;

    }
    .bean-stock img:nth-child(3){
        position: absolute;
        left: 10%;
        top: 35px;
        width: 52%
        /*display: none;*/
    }

    .bean-stock img:nth-child(4){
        position: absolute;
        left: 45%;
        top: 55px!important;
        width: 53%;
    }

    .section-timer{
        height: 315px;
    }

    .timer{
        width: 83px;
        height: 83px;
    }
}

@media screen  and (min-width: 999px) and (max-width: 1024px){
    .banner__left-side img{
        width: 350px;
    }

    .section-banner{
        height: 400px;
    }

    .section-timer{
        height: 350px;
    }

    /*.bean-stock img:nth-child(1){*/
    /*    position: absolute;*/
    /*    left: -50px;*/
    /*    width: 175px;*/
    /*}*/
    /*.bean-stock img:nth-child(2){*/
    /*    position: absolute;*/
    /*    left: 40px;*/
    /*    width: 195px;*/

    /*}*/
    /*.bean-stock img:nth-child(3){*/
    /*    position: absolute;*/
    /*    left: 165px;*/
    /*    top: 60px;*/
    /*    width:200px;*/
    /*    !*display: none;*!*/
    /*}*/

    /*.bean-stock img:nth-child(4){*/
    /*    position: absolute;*/
    /*    left: 300px;*/
    /*    top: 85px;*/
    /*    width: 210px;*/
    /*}*/
}

@media screen and (min-width: 600px) and (max-width: 767px){
    
    .block-text-logo img:nth-child(1) {
    width: 50%;}
    
    .bean-stock img:nth-child(2) {
    position: absolute;
    /* left: 0; */
    left: -40px;
    top: -340px;
    /* top: -180px; */
    width: 32%;
}
    
    .bean-stock img:nth-child(3) {
    position: absolute;
    /* left: 50px; */
    left: 37px;
    top: -285px;
    width: 35%;
}
    
    .bean-stock img:nth-child(4){
    left: 150px;
    top: -226px!important;
    width: 50%;
    max-width: 270px;
    }
    
}

@media screen and (min-width: 425px) and (max-width: 599px){
    
        .bean-stock img:nth-child(2) {
   
    width: 37%;
}
    
    .bean-stock img:nth-child(3) {
    
    width: 41%;
}
    
    .bean-stock img:nth-child(4){
    width: 40%;
    max-width: 270px;
    }
    
}
@media screen and (min-width: 310px) and (max-width: 597px){
    .green-block-text{
        font-size: 1.1em;
    }
}
