body{
    background: #fff;
}

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #000;
}

header{
    background: #f8f8f8;
}

.top_header_block{
    background: #333333;
    width: 100%;
    height: 2.33vw;
}

.top_header_content_container{
    width: 56%;
    height: 2.33vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.top_header_curency{
    font-size: 0.63vw;
    text-decoration: none;
    line-height: 2.33vw;
    font-family: 'Montserrat', sans-serif;
    color: #777777;
}

.top_header_info_container{
    display: flex;
    justify-content: space-between;
    width: 32%;
}

.top_header_basket{
    height: 2.33vw;
    background: #00c8c8;
    width: 40%;
    border: none;
    outline: none;
}

.top_header_basket a{
    text-decoration: none;
}

.top_header_basket_container{
    width: 68%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.fa-shopping-cart{
    color: #fff;
    font-size: 0.9vw;
}

.cart_text_container p{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 0.67vw;
}

.cart_arrow{
    font-size: 0.5vw;
    color: #fff;
}

.cart_text_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 2.9vw;
}

.cart_text_container p{
    color: #fff;
}

.top_header_register_container a{
    color: #898989;
    font-size: 0.64vw;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    line-height: 2.33vw;
}

.top_header_register_container a:first-child{
    margin-left: 0;
}

.top_header_register_container{
    width: 37%;
    display: flex;
    justify-content: space-between;
}

.header_menu_container{
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.header_logo_container{
    display: flex;
    justify-content: space-between;
    width: 14%;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.2vw;
}

.header_logo_container span{
    font-weight: 400;
    margin-left: 5px;
    font-size: 24px;
    font-size: 1.2vw;
}

.header_menu_container{
    padding: 1.92vw 0 2.7vw 0;
}

.header_nav_container{
    width: 49%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}

.header_nav_item{
    display: inline-block;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.header_nav_item_title_arrow{
    font-size: 0.45vw;
    color:#aeaeae;
    margin-top: 3%;
    transition: all ease 0.2s;
    margin-left: 0.1vw;
}

.header_nav{
    width: 66%;
    display: flex;
    justify-content: space-between;
}

.header_nav_item_title{
    font-size: 0.73vw;
    transition: all ease 0.2s;
}

.header_nav_item_title_container:hover .header_nav_item_title_arrow{
    color: #00c8c8;
}

.header_nav_item_title_container:hover .header_nav_item_title{
    color: #00c8c8;
}

.header_nav_to_page_item_title{
    font-size: 0.73vw;
    transition: all ease 0.2s;
}

.header_nav_to_page_item_title_container:hover .header_nav_to_page_item_title{
    color: #00c8c8;
}

.header_input_container{
    width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    height: 0.7vw;
    border: 0.01vw solid #e7e7e7;
    font-size: 10vw;
    font-family: 'Montserrat', sans-serif;
    padding: 0.35vw 0.55vw;
}

.header_input_container input{
    width: 7.1vw;
    display: inline-block;
    font-size: 0.64vw;
}

.header_input_container a{
    color: #989898;
    font-size: 0.8vw;
}

.header_search_string{
    outline: none;
    border: none;
}

.header_nav_list_wrapper{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    position: absolute;
    z-index: 1;
    height: 27vw;
    margin-top: 1vw;
}

.header_nav_list{
    background: #fff;
    width: 75%;
    padding: 1.48vw;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    height: 21.49vw;
    box-shadow: 0 0 0.5vw 0.1vw rgba(0,0,0,0.1);
    transition: transform ease 0.5s;
}

.active_nav_item_title{
    color: #25cbcb;
}

.active_nav_item_arrow{
    color: #25cbcb;
}

.header_nav_link{
    display: flex;
    flex-direction: column;
    height: 1.5vw;
    justify-content: space-between;
}

.show_list{
    transform: translate(0, 0);
}

.casual_title{
    text-transform: uppercase;
    color: #746f71;
    font-size: 0.63vw;
    display: inline;
    font-weight: 700;
}

.nav_casual_list{
    width: 7vw;
}

.nav_casual_item{
    margin-top: 0.98vw;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 0.68vw;
}

.formal_title{
    text-transform: uppercase;
    color: #746f71;
    font-size: 0.63vw;
    display: inline;
    font-weight: 700;
}

.nav_formal_item{
    margin-top: 0.98vw;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 0.68vw;
}

.header_nav_list_container{
    display: flex;
    justify-content: space-between;
    width: 72%;
    max-height: 12.25vw;
}

.header_nav_list_banner_container{
    height: 1.85vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background: #333333;
    margin-top: 1.25vw;
    padding: 3.06vw 2.6vw;
}

.header_nav_list_banner_title{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 1.2vw;
}

.header_nav_list_banner_text{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 1.2vw;
}


.hidden{
    transform: translate(0, -27vw);
}

.header_bg_banner_container{
    width: 100%;
    height: 22vw;
    background-image: url('../img/header_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_bg_banner_title_container{
    text-transform: uppercase;
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 19.03vw;
    margin-left: auto;
    margin-right: auto;
}

.header_bg_banner_title_container p, .header_bg_banner_title_container h2{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.38vw;
}

.header_bg_banner_bold_title{
    font-weight: 700;
}

.header_bg_banner_subtitle_container{
    margin-top: 2.44vw;
}

.header_bg_banner_subtitle{
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.564vw;
}

.header_bg_banner_content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

main{
    padding-bottom: 6vw;
}

.main_stores_cities_container{
    width: 57%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 2.92vw;
}

.main_stores_cities_title{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #727272;
    text-transform: uppercase;
    font-size: 0.96vw;
}

.main_stores_cities_item{
    width: 17.96vw;
}

.main_stores_cities_subtitle{
    font-family: 'Lato', sans-serif;
    color: #727272;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.68vw;
    margin-top: 1.47vw;
}

.main_stores_cities_text{
    font-family: 'Lato', sans-serif;
    color: #727272;
    font-weight: 400;
    margin-top: 0.88vw;
    font-size: 0.76vw;
    line-height: 1vw;
}

.main_stores_cities_button{
    width: 10.46vw;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin-top: 1.47vw;
    height: 2.92vw;
    background: none;
    text-transform: uppercase;
    color: #737373;
    border: solid 0.01vw #737373;
    transition: all ease 0.2s;
    font-size: 1vw;
}

.main_stores_cities_button:hover{
    background: #00c8c8;
    color: #fff;
    border: solid 0.01vw #00c8c8;
}

.main_map_info_container{
    margin-top: 2.9vw;
    display: flex;
    justify-content: space-between;
    background: #f8f8f8;
}

.main_map_container{
    width: 102.9vw;
    height: 26vw;
    background-image: url('../img/local_stores/map.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.main_info_container{
    margin-left: 2vw;
    margin-top: 2vw;
    width: 46.5vw;
}

.main_info_title{
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 1.2vw;
    color: #575153;
    text-transform: uppercase;
}

.main_info_subtitle{
    margin-top: 1.5vw;
    font-family: 'Lato', sans-serif;
    font-size: 0.687vw;
    color: #575153;
    text-transform: uppercase;
}

.main_info_text{
    color: #575153;
    font-weight: 400;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    width: 26.64vw;
    font-size: 0.8vw;
    margin-top: 0.9vw;
}

.main_map_social_list_item a{
    display: inline-flex;
    justify-content: space-between;
    font-size: 0.78vw;
}

.main_map_social_list_container{
    margin-top: 1.5vw;
}

.main_map_social_list_item i, .main_map_social_list_item p{
    color: #8e8c8c;
    
}

.main_map_social_list_item p{
    margin-left: 0.65vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.main_map_social_list_item{
    margin-top: 0.75vw;
    max-width: 26.44vw;
}

.main_map_social_list_item:first-child{
    margin-top: 0;
}

.main_map_social_item{
    width: 1.5vw;
    height: 1.5vw;
    background: #727272;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_map_social_list{
    display: flex;
    justify-content: space-between;
    width: 7.903vw;
    margin-top: 2vw;
}

.main_map_social_item i{
    color: #fff;
    font-size: 0.8vw;
}

.main_map_social_item a{
    font-size: 0.8vw;
}

footer{
    background: #f8f8f8;
    padding-top: 3.16vw;
}

.top_footer_container{
    width: 57%;
    margin-left: auto;
    margin-right: auto;
    background: #f8f8f8;
}

.top_footer_info_list_container{
    display: flex;
    justify-content: space-between;
}

.top_footer_info_list_item:first-child{
    margin-top: 0;
}

.top_footer_info_list_item{
    list-style: none;
    display: inline;
    margin-top: 0.49vw;
    height: 0.54vw;
}

.top_footer_info_list{
    display: flex;
    flex-direction: column;
}

.top_footer_info_list_item p{
    color: #727272;
    font-size: 0.672vw;
    display: inline;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;
    display: block;
}

.top_footer_info_list_item a{
    transition: all ease 0.2s;
}

.top_footer_info_list_item_title{
    margin-bottom: 1.22vw;
    height: 0.54vw;
}

.top_footer_info_list_item_title p{
    font-weight: 700;
    text-transform: uppercase;
}


.top_footer_banner_container{
    display: flex;
    justify-content: space-between;
    margin-top: 2.92vw;
}

.top_footer_banner{
    width: 27.81vw;
    height: 9.7567vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_footer_banner1{
    background: #333333;
}

.top_footer_banner2{
    background: #00c8c8;
}

.top_footer_banner_title{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.799vw;
    color: #fff;
}

.top_footer_banner_subtitle{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.799vw;
    color: #fff;
}

.top_footer_banner_info_container{
    display: flex;
    flex-direction: column;
}

.top_footer_banner_icons_container{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 49%;
    justify-content: space-between;
}

.top_footer_banner_icons_container i{
    color: #fff;
}

.top_footer_banner_icons_container a{
    font-size: 1.41vw;
}

.top_footer_banner_container{
    margin-bottom: 2.44vw;
}

.lower_footer_container{
    width: 100%;
    background: #333333;
    height: 2.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lower_footer_content_container{
    width: 57%;
    display: flex;
    justify-content: space-between;
}

.lower_footer_content_container p{
    color: #999999;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-left: 1.7vw;
    font-size: 0.635vw;
}

.lower_footer_content_container p:first-child{
    margin-left: 0;
}

.lower_footer_developers_container{
    display: flex;
}

.top_footer_info_list_item_active a:hover{
    color: #00c8c8;
}

@media(max-width: 700px){
    .top_footer_info_list_item p{
        font-size: 1vw;
    }
}

@media(max-width: 910px){
    .main_map_info_container{
        display: block;
    }

    .main_info_container{
        margin-left: auto;
        margin-right: auto;
        width: 72.5vw;
    }

    .main_info_title{
        font-size: 2.4vw;
    }

    .main_info_subtitle{
        font-size: 1.2vw;
    }

    .main_info_text{
        font-size: 1.6vw;
        width: 53.2vw;
    }

    .main_map_social_list_item{
        max-width: 52.88vw;
    }

    .main_map_social_list_item a{
        font-size: 1.5vw;
    }

    .main_map_social_list{
        width: 16vw;
    }

    .main_map_social_item{
        width: 3vw;
        height: 3vw;
    }

    .main_map_social_item a{
        font-size: 1.6vw;
    }

    .main_map_social_item i{
        font-size: 1.6vw;
    }

    .main_map_social_list{
        padding-bottom: 2vw;
    }

    .main_stores_cities_container{
        display: block;
    }

    .main_stores_cities_item{
        width: 100%;
        margin-top: 2vw;
    }

    .main_stores_cities_title{
        font-size: 3vw;
    }

    .main_stores_cities_subtitle{
        font-size: 2vw;
    }

    .main_stores_cities_text{
        line-height: 3vw;
        font-size: 2.28vw;
    }

    .main_stores_cities_button{
        width: 31.2vw;
        height: 5.5vw;
        font-size: 2vw;
    }
}