html, body{
    padding: 0;
    margin: 0;
}
/*Задается базовый размер текста тега htm (он родительский к овсем остальным)*/

html{
    font-family: arial, sans-serif, tahoma;
    line-height: 1.4;
    font-size: 13px;
}

/*задается размер текста html тэга в завивисомси от размера экрана*/

/* 
########  #######  ##    ## ########          ######  #### ######## ########
##       ##     ## ###   ##    ##            ##    ##  ##       ##  ##
##       ##     ## ####  ##    ##            ##        ##      ##   ##
######   ##     ## ## ## ##    ##    #######  ######   ##     ##    ######
##       ##     ## ##  ####    ##                  ##  ##    ##     ##
##       ##     ## ##   ###    ##            ##    ##  ##   ##      ##
##        #######  ##    ##    ##             ######  #### ######## ########
*/

@media screen and (min-width: 500px){
  html{
    font-size: 14px;
  }
}
@media screen and (min-width: 570px){
  html{
    font-size: 15px;
  }
}
@media screen and (min-width: 620px){
  html{
    font-size: 16px;
  }
}
@media screen and (min-width: 680px){
  html{
    font-size: 17px;
  }
}
@media screen and (min-width: 720px){
  html{
    font-size: 18px;
  }
}
@media screen and (min-width: 800px){
  html{
    font-size: 19px;
  }
}
@media screen and (min-width: 860px){
  html{
    font-size: 20px;
  }
}
@media screen and (min-width: 920px){
  html{
    font-size: 21px;
  }
}
@media screen and (min-width: 1000px){
  html{
    font-size: 22px;
  }
}

/*common stes over##############################################*/




/*
##     ## ########    ###    ########  ######## ########           ######   #######  ##    ## ########    ###    #### ##    ## ######## ########
##     ## ##         ## ##   ##     ## ##       ##     ##         ##    ## ##     ## ###   ##    ##      ## ##    ##  ###   ## ##       ##     ##
##     ## ##        ##   ##  ##     ## ##       ##     ##         ##       ##     ## ####  ##    ##     ##   ##   ##  ####  ## ##       ##     ##
######### ######   ##     ## ##     ## ######   ########          ##       ##     ## ## ## ##    ##    ##     ##  ##  ## ## ## ######   ########
##     ## ##       ######### ##     ## ##       ##   ##           ##       ##     ## ##  ####    ##    #########  ##  ##  #### ##       ##   ##
##     ## ##       ##     ## ##     ## ##       ##    ##          ##    ## ##     ## ##   ###    ##    ##     ##  ##  ##   ### ##       ##    ##
##     ## ######## ##     ## ########  ######## ##     ## #######  ######   #######  ##    ##    ##    ##     ## #### ##    ## ######## ##     ##
*/




.header_container{
    display: block;
    position: relative;
    width:100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    opacity: inherit;
}

    .header_img_background{
        display: block;
        position: absolute;
        width:100%;
        height: 100vh;
        padding: 0;
        margin: 0;
        background-image: url(../img/header/main_photo_hands.jpg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: cover;
        background-attachment: fixed;
        overflow: hidden;
        z-index: -1;
    }

    .header_logo{
        background-image: url(../img/header/header_logo_gexaider.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        float: left;
        display: inline-block;
        width: 178px;
        height: 180px;
        line-height: 180px;
        text-align: center;
        color: #E7FF6E;
        font-size: 1.5rem;
        font-weight: 100;
        margin-left: 12vw;
        margin-top: 3vh;

    }


    .header_nav{
        height: 180px;
        line-height: 180px;
        float: right;
        margin-right: 30%;
        margin-top: 3vh;
    }
    .clearfix{
        content: '';
        clear: both;
        display: block;
        width: 0;
        height: 0;
        }

    .header_nav ul{
        padding: 0;
        margin: 0;
    }

    .header_nav ul li{
        list-style: none;
        display: inline-block;
    }

    .header_nav ul li a{
        display: block;
        width: 100%;
        color: #E7FF6E;
        text-decoration: none;
        padding-left: 2rem;
        font-size: 0.7rem;
        font-weight: 100;

    }

        .header_nav ul li a:hover{
            color:#605E5E;
        }


.title_arow_container{
    transition:all 0.5s;
    will-change: opacity;
}

    .title{
        display: block;

        color: #fff;
        font-size: 16vh;
        margin-left: 23vw;
        line-height: 16vh;
        text-transform: uppercase;
        font-weight: 600;
        margin-top: 8vh;
    }
    .title i{
        position: relative;
        top:-15px;
        left:-8px;
    }



    .arow{
        background-image: url(../img/header/arow_down.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        position: relative;
        top:70px;
        width: 80px;
        height: 44px;
        margin: 0 auto;
        color: #fff;
    }


/*
##     ## #### ########          ##     ## ######## ##    ## ##     ##
##     ##  ##  ##     ##         ###   ### ##       ###   ## ##     ##
##     ##  ##  ##     ##         #### #### ##       ####  ## ##     ##
#########  ##  ##     ##         ## ### ## ######   ## ## ## ##     ##
##     ##  ##  ##     ##         ##     ## ##       ##  #### ##     ##
##     ##  ##  ##     ##         ##     ## ##       ##   ### ##     ##
##     ## #### ########  ####### ##     ## ######## ##    ##  #######

*/

.hidden_menu {
    position: fixed;

    top: 0;
    left: 0;
    background: #605E5E;
    height: 40px;
    width:  100%;
    opacity: 0;
    color: #E7FF6E;
    transform: translateY(-40px);
    transition: all 1s ease;
    will-change: transform, opacity;



}
.hidden_menu_logo{
    float: left;
    display: inline-block;
    position: relative;
    left:25%;
    margin-right: 20px;
    line-height: 40px;

}
.hidden_menu_nav{
    float: left;
    display: inline-block;
    position: relative;
    left:25%;
}



.hidden_menu_nav ul{
    display: inline-block;
    position: relative;
    list-style: none;
    line-height: 40px;
    padding: 0;
    margin: 0;

}
.hidden_menu_nav ul li{
    display: inline-block;

}
.hidden_menu_nav ul li a{
    display: block;
    width: 100%;
    color: #E7FF6E;
    text-decoration: none;
    padding-left: 2rem;
    font-size: 0.7rem;
    font-weight: 100;
}
    .hidden_menu_nav ul li a:hover{
        color: #AFBA79;
    }

.back_to_top{
    width: 40px;
    height: 40px;
    position: fixed;
    bottom:20px;
    right:20px;
    background: #605E5E;
    transform: translateY(60px);
    line-height: 40px;
    color: #E7FF6E;
    text-align: center;
    border-radius: 3px;
    transition: all 0.5s cubic-bezier(0.595, 1.650, 0.685, 0.775);;
    opacity: 0;
    will-change: transform, opacity;

}
.back_to_top a{
    display: block;
    color: #E7FF6E;
    text-decoration: none;\
    width: 100%;
    height: 100%;
    font-size: 0.7rem;
}
    .back_to_top a:hover{
        color:#AFBA79;
    }

.fixed{

    z-index: 9999;
    opacity: 1;
    transform: translateY(0px);
}

/*header_container OVER ###############################################*/


.if_case_background{
    width: 100%;
    background: #E7FF6E;
}
.if_case{
    width: 70%;
    margin: 0 auto;
    color: #605E5E;
    font-size: 1rem;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: 100px;

}



/*
######## ########    ###    ######## ##     ## ########  ########  ######
##       ##         ## ##      ##    ##     ## ##     ## ##       ##    ##
##       ##        ##   ##     ##    ##     ## ##     ## ##       ##
######   ######   ##     ##    ##    ##     ## ########  ######    ######
##       ##       #########    ##    ##     ## ##   ##   ##             ##
##       ##       ##     ##    ##    ##     ## ##    ##  ##       ##    ##
##       ######## ##     ##    ##     #######  ##     ## ########  ######
*/
.features{
    text-align: center;
    color: #605E5E;
    font-size: 3.3rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 70px;

}

.features_container{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}
    .fast, .reliably, .easily{
        display: inline-block;
        width: 300px;
        height: 300px;
        margin-left: 50px;
        transform: translateX(-25px);
        /*border: 1px solid gray;*/
    }

    .features_container_fast_img{
        background-image: url();
    }

    .features_title{
        text-align: center;
        margin-left: 10px;
        font-size: 1.3rem;
        color: #605E5E;
    }

    .features_title i{
        color:#AEFD81;
        font-style: normal;
        fon
        text-transform: uppercase;
    }
    .features_container article{
        color: #605E5E;
        font-size: 0.7rem;
    }

.main_scheme_container{
    display: block;
    width: 90%;
    margin: 100px auto;
}
/*features OVER #############################################*/

/*
##     ## #### ########  ########  #######
##     ##  ##  ##     ## ##       ##     ##
##     ##  ##  ##     ## ##       ##     ##
##     ##  ##  ##     ## ######   ##     ##
 ##   ##   ##  ##     ## ##       ##     ##
  ## ##    ##  ##     ## ##       ##     ##
   ###    #### ########  ########  #######
*/
.show_video{

    width: 200px;
    height: 40px;
    font-size: 1rem;
    color: #605E5E;
    border: 5px solid #605E5E;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    margin: 100px auto;

}
    .show_video:hover{
        cursor: pointer;
    }

.video_container{
    width: 100%;
    margin: 0 auto;
    /*border: 1px solid gray;*/
    text-align: center;
}
    .video_container p{
        padding-left: 20px;
    }
.video_concurent, .our_video {
    width: 640px;
    height: 360px;
    margin: 50px auto;
    display:inline-block;
    color: #605E5E;
    padding: 0 20px;
}

iframe{
    border:1px solid #605E5E;
}






/*
##     ##    ###    ##    ## ##     ##    ###    ##
###   ###   ## ##   ###   ## ##     ##   ## ##   ##
#### ####  ##   ##  ####  ## ##     ##  ##   ##  ##
## ### ## ##     ## ## ## ## ##     ## ##     ## ##
##     ## ######### ##  #### ##     ## ######### ##
##     ## ##     ## ##   ### ##     ## ##     ## ##
##     ## ##     ## ##    ##  #######  ##     ## ########
*/
.how_container_title{
    background: #E7FF6E;
    width: 100%;
    margin: 0 auto;
}
    .how_does_it_work{
        color: #605E5E;
        font-size: 3.3rem;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .how_container_elements{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-around;
        max-width: 1200px;
        /*border: 1px solid gray;*/
        margin: 0 auto;
    }
        .how_container_elements .text{
            color: #605E5E;
            font-size: 0.7rem;
        }

        .how_element{
            max-width: 250px;
            /*border: 1px solid gray;*/
            position: relative;
            margin-top: 30px;
            margin-bottom: 30px;
        }

        .how_element img{

        }
        .number{
            font-size: 10rem;
            position: absolute;
            color: rgba(100,100,100, 0.4);
            top:5rem;
            left: -1rem;
            font-weight: 600;
            transform: translate(-20px, 20px);
            opacity: 0;
            transition: all .5s cubic-bezier(0.595, 1.650, 0.685, 0.775);
            will-change: transform, opacity;
        }
/*MANUAL OVER###############################################*/



/*
##    ##  #######  ######## ######## ##       ########
###   ## ##     ##      ##       ##  ##       ##
####  ## ##     ##     ##       ##   ##       ##
## ## ## ##     ##    ##       ##    ##       ######
##  #### ##     ##   ##       ##     ##       ##
##   ### ##     ##  ##       ##      ##       ##
##    ##  #######  ######## ######## ######## ########
*/
.nozzle_container{

}
    .nozzle_titile{
        color: #605E5E;
        font-size: 3.3rem;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .nozle_common_text{
        text-align: center;
        font-size: 0.7rem;
        color: #605E5E;
        padding-bottom: 10px;
    }

    .nozzle_elements_container{
        margin: 0 auto;
        max-width: 800px;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .nozle_1, .nozle_2, .nozle_3, .nozle_4{
        width:300px;
        height:170px;
        /*border:1px solid gray;*/
        position: relative;

    }

    .nozzle_container p{
        color: #605E5E;
        font-size: 0.7rem;

    }
/*NOZZLE OVER##################################################*/



/* 
########     ###    ##    ##         ########     ###    ##       ##
##     ##   ## ##    ##  ##          ##     ##   ## ##   ##       ##
##     ##  ##   ##    ####           ##     ##  ##   ##  ##       ##
########  ##     ##    ##            ########  ##     ## ##       ##
##        #########    ##            ##        ######### ##       ##
##        ##     ##    ##            ##        ##     ## ##       ##
##        ##     ##    ##    ####### ##        ##     ## ######## ########
*/

.pay_wrapper{
    width: 100%;
    background-color: #E7FF6E;
    width: 100%;
    padding: 50px 0px 30px;
    margin-top: 50px;
    text-align: center;
    color: #605E5E; 
}
.pay_container{
    width: 270px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
form img{
    display: block;
    margin: 10px auto;
}


/* pay_pal over ############################################################*/


/* 
########  ######## ##       #### ##     ## ######## ########  ##    ##
##     ## ##       ##        ##  ##     ## ##       ##     ##  ##  ##
##     ## ##       ##        ##  ##     ## ##       ##     ##   ####
##     ## ######   ##        ##  ##     ## ######   ########     ##
##     ## ##       ##        ##   ##   ##  ##       ##   ##      ##
##     ## ##       ##        ##    ## ##   ##       ##    ##     ##
########  ######## ######## ####    ###    ######## ##     ##    ## 
*/

.delivery_container{
    background-color: #fff;
    width: 100%;
    color: #605E5E;
}

    .delivery_title{

        font-size: 3.3rem;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .dilivery_table_container{
        width: 40%;
        margin: 0 auto;
        text-align: left;
        /* border: 1px solid gray; */
        margin-bottom: 50px;
    }
    table{
        width: 100%;
        border-spacing: 0;
        margin-left: 10px;
    }
    tr:nth-child(odd) {
        background-color: #E7FF6E;
    }
    td:nth-child(odd){
        padding-left: 15px;
        padding-top: 3px;
        padding-bottom: 3px;
    }



/*
 ######   #######  ##    ## ########    ###     ######  ########
##    ## ##     ## ###   ##    ##      ## ##   ##    ##    ##
##       ##     ## ####  ##    ##     ##   ##  ##          ##
##       ##     ## ## ## ##    ##    ##     ## ##          ##
##       ##     ## ##  ####    ##    ######### ##          ##
##    ## ##     ## ##   ###    ##    ##     ## ##    ##    ##
 ######   #######  ##    ##    ##    ##     ##  ######     ##
*/

.contact_container_background{
    background: #E7FF6E;}

.contact_title{
    color: #605E5E;
    font-size: 3.3rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 50px;
    padding-bottom: 50px;

}

.contact_container{
    display: flex;
    justify-content: center;
    align-items: center;
    width:60%;

    margin: 0 auto;
    color: #605E5E;
    font-size: 0.7rem;
    padding-bottom: 50px;
}

    .e-mail{
        font-size: 1rem;
    }

    .phone{
        border-left: 3px solid #605E5E;
        border-right: 3px solid #605E5E;
        padding-left: 70px;
        padding-right: 70px;

    }
    .contact_container a{
        text-decoration: underline;
        color: #605E5E;
    }

/*CONTACT OVER#######################################################*/


/*
########  #######   #######  ######## ######## ########
##       ##     ## ##     ##    ##    ##       ##     ##
##       ##     ## ##     ##    ##    ##       ##     ##
######   ##     ## ##     ##    ##    ######   ########
##       ##     ## ##     ##    ##    ##       ##   ##
##       ##     ## ##     ##    ##    ##       ##    ##
##        #######   #######     ##    ######## ##     ##
*/

.footer{
    background: #605E5E;
    width: 100%;
    position: relative;
    display: block;

}
    .footer_logo{
        background-image: url(../img/header/header_logo_gexaider.png);
        background-size: 138px 160px;
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        width: 178px;
        height: 180px;
        line-height: 180px;
        text-align: center;
        color: #E7FF6E;
        font-size: 1rem;
        font-weight: 100;
        margin: 0 auto;
    }

/*FOOTER OVER###########################################################*/



/*
   ###    ##    ## #### ##     ##    ###    ######## ####  #######  ##    ##  ######
  ## ##   ###   ##  ##  ###   ###   ## ##      ##     ##  ##     ## ###   ## ##    ##
 ##   ##  ####  ##  ##  #### ####  ##   ##     ##     ##  ##     ## ####  ## ##
##     ## ## ## ##  ##  ## ### ## ##     ##    ##     ##  ##     ## ## ## ##  ######
######### ##  ####  ##  ##     ## #########    ##     ##  ##     ## ##  ####       ##
##     ## ##   ###  ##  ##     ## ##     ##    ##     ##  ##     ## ##   ### ##    ##
##     ## ##    ## #### ##     ## ##     ##    ##    ####  #######  ##    ##  ######
*/
.hide {
    opacity: 0;
}
.show{
    opacity: 1;
    transform: translate(0px, 0px);
}



/*
##     ## ########    ###    ########  ####    ###       ########  ########  #######  ##     ## ########  ######  ########  ######
###   ### ##         ## ##   ##     ##  ##    ## ##      ##     ## ##       ##     ## ##     ## ##       ##    ##    ##    ##    ##
#### #### ##        ##   ##  ##     ##  ##   ##   ##     ##     ## ##       ##     ## ##     ## ##       ##          ##    ##
## ### ## ######   ##     ## ##     ##  ##  ##     ##    ########  ######   ##     ## ##     ## ######    ######     ##     ######
##     ## ##       ######### ##     ##  ##  #########    ##   ##   ##       ##  ## ## ##     ## ##             ##    ##          ##
##     ## ##       ##     ## ##     ##  ##  ##     ##    ##    ##  ##       ##    ##  ##     ## ##       ##    ##    ##    ##    ##
##     ## ######## ##     ## ########  #### ##     ##    ##     ## ########  ##### ##  #######  ########  ######     ##     ######
*/
@media only screen and (max-height : 720px){
    .arow{
        top:20px
    }
    .dilivery_table_container{
        width: 90%;
    }
    table{
        margin-left: 0px;
    }
}

@media only screen and (max-width : 1500px){
    .header_logo{
        margin-left: 3vw;
    }
}

@media only screen and (max-width : 1250px){
    /**{
        border:1px solid gray;
    }*/
    .header_logo{
        width:130px;
        height: 150px;
        line-height: 150px;
        margin-left: 7vw;
        margin-top: 2vh;
    }

    .header_nav{
        height: 150px;
        line-height: 150px;
        margin-top: 2vh;
        margin-right: 10%
    }
    .title {
        font-size: 10vh;
        margin-left: 12vw;
    }
    .title i{
        top:0;
        left:0;
    }
    .video_concurent, .our_video {
        width:100%;
        padding: 0;

    }

    .back_to_top{
        bottom:20px;
        right:40px;
    }
}

@media only screen and (max-width : 820px){
    .header_img_background{
        background-position: 70%, 20%;
    }

    .header_logo{
        width:50px;
        height: 80px;
        line-height: 80px;
        margin-left: 12vw;
        margin-top: 1vh;
        font-size: 0.7rem;
    }
    .header_nav{
        height: 80px;
        line-height: 80px;
        margin-top: 1vh;
        margin-left: 5%;
    }

    .header_nav ul li a{
        padding-left: 0.5rem;
    }
    .title{
        font-size: 7vh;
        line-height: 7.5vh;
    }
    .arow{
        width: 40px;
    }

    iframe{
        width:90vw;
        height:60vh;

        }

        .contact_container{
            display: block;
            padding-bottom: 10px;
        }
        .phone{
            border:0;
            padding: 10px 0;
        }
    
    .pay_wrapper{
    padding: 20px 0px;
    margin-top: 20px;
}

}


@media only screen and (max-width : 500px){
    /**{
        border:1px solid gray;}*/

    .hidden_menu_logo, .hidden_menu_nav{
        left:0;
    }
    .hidden_menu_nav ul li a{
        padding-left: .8rem;
    }
    
    .header_logo{
        margin-left: 1rem;
    }

    .contact_container{
        flex-direction: column;
        align-items: center;
    }
    .phone{
        left:0;
    }

    .if_case{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .video_concurent, .our_video{
        margin: 10px auto;
    }

    .features{
        margin-top: 20px;
    }

    .fast, .reliably, .easily{
        height: 240px;
    }

    .main_scheme_container{
        margin: 20px auto;
    }

    .how_does_it_work{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .how_element{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .nozzle_titile{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nozle_1, .nozle_2, .nozle_3, .nozle_4{
        height: 140px;
    }

    .contact_title{
        padding-top: 10px;
        padding-bottom: 10px;
    }



}

@media only screen and (max-width : 400px){
    .hidden_menu_logo{display: none;}
    .fast, .reliably, .easily{
        width: 150px;
    }
}


/*MEADIA REQUESTS OVER#####################################################*/
