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: 15vw;
    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: 6.1vw;
}

.main_photos_container{
    display: grid;
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    margin-top: 3vw;
    grid-template-columns: 27.96vw 27.96vw;
    grid-template-rows: 14.7vw 3.5vw 14.7vw 3.5vw 2.85vw 4.9vw;
}

.main_photos_item1{
    grid-row-start: 1;
    grid-row-end: 3;
    background-image: url('../img/brand/main_brand3.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.main_photos_item3{
    grid-row-start: 2;
    grid-row-end: 4;
    background-image: url('../img/brand/main_brand2.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.main_photos_item4{
    grid-row-start: 3;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 2;
    background-image: url('../img/brand/main_brand1.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 1.5vw;
}

.main_photos_item6{
    grid-row-start: 5;
    grid-row-end: 7;
    margin-top: 1.5vw;
}

.main_photos_item6 .main_photos_content{
    height: 100%;
}

.main_photos_item5{
    grid-row-start: 4;
    grid-row-end: 6;
}

.main_photos_item7{
    grid-row-start: 6;
    grid-row-end: 7;
}

.main_photos_item2{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main_photos_item{
    width: 100%;
    height: 100%;
}

.main_container{
    width: 57%;
    margin-left: auto;
    margin-right: auto;
}

.main_photos_content{
    height: 58%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

.main_photos_item5 .main_photos_content{
    height: 100%;
}

.main_photos_subtitle{
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #575153;
    font-size: 0.7vw;
}

.main_photos_text{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #575153;
    font-size: 0.7vw;
    line-height: 1.1vw;
}

.main_photo_link{
    color: #00c8c8;
}

.main_photo_link i{
    color: #00c8c8;
}

.main_photos_img_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_photos_img1{
    background-image: url('../img/brand/main_brand4.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 7.03vw;
    height: 4.89vw;
}

.main_photos_img2{
    background-image: url('../img/brand/main_brand5.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 8.7vw;
    height: 4.89vw;
}

.main_photos_img3{
    background-image: url('../img/brand/main_brand6.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 6.64vw;
    height: 4.4vw;
}

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;
    }
    
    .main_photos_container{
        display: block;
    }

    .main_photos_item1, .main_photos_item3, .main_photos_item4{
        width: 36vw;
        height: 25vw;
        background-size: cover;
        margin-left: auto;
        margin-right: auto;
    }

    .main_photos_item{
        margin-top: 2vw;
    }

    .main_photos_content, .main_photos_item6{
        width: 45vw;
        margin-left: auto;
        margin-right: auto;
    }

    .main_photos_title{
        font-size: 1.4vw;
    }

    .main_photos_subtitle{
        font-size: 1vw;
    }

    .main_photos_text{
        font-size: 1vw;
    }

    .main_photos_img1, .main_photos_img2, .main_photos_img3{
        width: 9.8vw;
        height: 6.9vw;
    }
}