/*
*{
    box-sizing:border-box; 
}
*/

/*
html{
    font-size: 62.5%;
}

body{
    margin: 0;
    padding: 0; 
    font-size: 1.6rem;
    line-height: 1.75;
    color: #333;
    letter-spacing: 0.2rem;
}
*/

li{
    list-style: none;
}

a{    
    text-decoration: none;
    color: #333;
}

a:hover{
    color: #007cc2;
}

.wrapper{
    display: block;
    width: 100%;
    margin: 0 auto;
}

.block{
    display: block;
}

.none{
    display: none;
}

/*tableMenu
-----------------------------------------------------*/
.XX{
    display: inline-block;
    padding: 10px;
    margin-bottom: 20px;
    float: right;
    font-size: 30px;
    color: #fff;
    background-color: #34a8e5;
    cursor: pointer;
}

.tableMenu,.tableSearch{
    display: none;
    width: 100%;
    height: 100%;
    background-color: #007cc2;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0px 60px;
    z-index: 10;
}

.tab_Title{
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 100px;
}

.tab_Title li a{
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    text-decoration: none;
    position: relative;
}
.active a{
    position: relative;
} 
.active a:before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 6px;
    background-color: #34a8e5;
    left: 0;
    bottom: -10px;
}

.tab_Title li a:hover:before{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 6px;
    background-color: #34a8e5;
    left: 0;
    bottom: -10px;
}

.tab_Title li:last-of-type a{
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 70%;
    padding-right: 30px;
}

.tab_Item{
    display: block;
    margin-right: 40%;
}

.tab_Item ul{
    padding-left: 0;
}

.tab_Item ul li a{
    color: #fff;
    font-size: 30px;
    font-weight: 200;
    line-height: 3;
}

.tableMenu_Info{
    display: block;
    height: 100vh;
    color: #fff;
    font-size: 26px;
    font-weight: 200;
    line-height: 1.5;
    margin-left: 60%;
    padding-left: 70px;
    padding-right: 60px;
    border-left: 1px solid #fff;
    position: absolute;
    top: 200px;
}

.tableMenu_Info a{
    color: #fff;
}

.searchBlock form{
    display: flex;
    width: 100%;
}

.searchBlock form input{
    display: block;
    border: 1px solid #fff;
    width: calc(100% - 90px);
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    font-weight: 300;
    padding: 0 15px;
}

.searchBlock form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #007cc2;
    opacity: 1; /* Firefox */
    height: 48px;
    line-height: 48px;
}

.searchBlock form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #007cc2;
    height: 48px;
    line-height: 48px;
}

.searchBlock form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #007cc2;
    height: 48px;
    line-height: 48px;
}

.searchBlock form .search_Btn{
    display: block;
    border: 1px solid #fff;
    background-color: #007cc2;
    width: 90px;
    height: 48px;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    line-height: 20px;
}

.searchBlock_position{
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


/*nav
-----------------------------------------------------*/
.menuBox{
    width: 100%;
    height: 90px;
    background-color: #1A1A1A;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.menuWrapper{
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.search{
    display: block;
    background-image: url(../images/search_Blue.svg);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 23px;
    right: 70px;
    cursor: pointer;
}

.Hamburger,.HamburgerB{
    display: block;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 0px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.Hamburger:before,.HamburgerB:before{
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background-color: #007cc2;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    position: absolute;
    box-shadow: 0px 8px 0 #007cc2, 0px -8px 0 #007cc2;
}

.HamburgerB{
    display: none;
}

.logoBox{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 70px;
    margin-right: 100px;
    margin: 10px 100px 10px 0;
}

.logo_dell {
	/* width: 160px; */
    margin-right: 20px;
}

.logo_mircosoft {
	width: 160px;
}

.menu{
    display: block;
    float: right;
    margin-bottom: 0;
    padding-left: 0;
}
.menu>li{
    display: inline-block;
    line-height: 80px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.menu>li>a {
    padding: 0px 15px;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: 300;
}

.menu>li>a:hover{
    background-color: transparent;
}

.menuItem{
    display: none;
    background-color: #007cc2;
    padding: 0 30px;
    width: 100%;
    height: calc(100vh);
    position: fixed;
    left: 0;
    bottom: -100vh;
    text-align: center;
    z-index: 1;
    opacity: 0.95;
    transition: 1s;
}

.menuItem_active{
    display: block;
    bottom: 0;
    transition: 1s;    
}

.menuItem_sub{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-left: 0;
}
.menuItem li{
    display: block;
}

.menuItem li a{
    color: #fff;
    font-weight: 300;
}

.menuItem li a:hover{
    color: #ddd;
    text-decoration: none;
}

.menuItem_sub_Block{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.menuItem_sub_Block li{
    display: inline-block;
    margin-right: 10px;
}
.menuItem_sub_Block li a{
    display: block;
    border: 1px solid #fff;
    line-height: 40px;
    margin: 40px 0;
    padding: 0 10px;
}

.menuItem_sub_Block li a:hover{
    color: #fff;
    background-color: #69baff;
    border: 1px solid #fff;
    transition: 0.5s;
}


.phoneMenu{
    display: none;
}



/*RWD
-----------------------------------------------------*/

@media screen and (max-width: 768px) {
    
    .Hamburger{
        display: none;
    }
    
    .phoneMenu{
        display: none;
    }   
    
    .HamburgerB{
        display: block;
    }
 
    
    .menu{
        display: block;
        width: 100%;
        padding-left: 0;
        padding: 30px auto  30px 0;
        float: none;
        position: fixed;
        top: 80px;
        left: 0;
        background-color: #007cc2;
        text-align: center;
        height: 467px;
        overflow: auto;
    }

    .menu>li{
        display: block;
        width: 100%;
        line-height: 60px;
        position: relative;
        color: #fff;
    }
    .menu>li a{
        color: #fff;   
    }
 
    .menuItem{
        background-color: #1a1a1a;
        height: auto;
        position: static;
    }
    
    .menuItem_sub {
        position: static;
        top: 0;
        left: 0;
        transform: translate(0,0);
    }    

    .menuItem li{
        display: block;
    }

    .menuItem li a{
        display: inline-block;
        padding: 0 15px;
        position: relative;
        color: #fff;
        font-weight: 300;
    }

    .searchBlock.searchBlock{
        display: flex;
        height: 60px;
        align-items: center;
        padding: 50px 30px;
    }
    
    .searchBlock form input {
/*        height: 36px;*/
    }
    
    .searchBlock form .search_Btn {
/*        height: 36px;*/
    }
    
    .searchBlock_position.searchBlock_position{
        width: 90%;
        padding: 0;
    }
        
}

@media screen and (max-width: 470px) {
.logo_dell,.logo_mircosoft {
	/* width: 120px; */
}
}

@media screen and (max-width: 375px) {
.logo_dell,.logo_mircosoft {
	/* width: 100px; */
}    
}

@media screen and (max-width: 375px) {
.logo_dell,.logo_mircosoft {
	/* width: 85px; */
}    
}