html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: 'Open Sans', sans-serif;
	line-height: normal;
    max-width: 1060px;
    margin: 0 auto;
    }
    ol, ul {
	    list-style: none;
        }
.container_page {
    box-shadow: 0px 9px 4px grey;
    padding: 0px 46px;  
    padding-bottom: 60px;
    }
    .logo{
        height: 40px;
        padding: 50px 0px 40px 0px;
        border: none;  
    }
    .nav{
        width:966px;
        height: 40px;
        background: linear-gradient(0deg, rgba(68,68,68,1) 0%, rgba(94,94,94,1) 100%);
        }
        .nav:before{
            display: block;
            width: 100%;
            position: absolute;
            left: 0;
            z-index: -1;    
            }
            .nav ul{
                margin: 0;
                padding: 0;
                list-style: none;
                height: 40px;
                }
                nav ul::after{    
                    content: '';   
                    display: table;  
                    clear: both;   
                }
                .nav ul li{
                    float: left;
                    margin-right: 20px;
                    }
                    .nav ul li a{
                        color: #ffffff;
                        font-size: 14px;
                        display: inline-block;
                        /*padding: 12px 25px 9px 25px;*/
                        padding: 12px 25px;
                        line-height: 1;  
                        text-decoration: none;
                        border-left: solid 1px transparent;
                        border-right: solid 1px transparent;
                        }
                        .nav ul li a:hover{
                            color: #ffffff;
    	                    background: linear-gradient(0deg, rgba(47,47,47,1) 0%, rgba(74,74,74,1) 100%);
                            border-left: solid 1px #838383;
                            border-right: solid 1px #838383;
                            cursor: pointer;
                            }                      
    .container{
        position: relative;
        display: flex;
        flex-direction: row;
        width: 966px;
        margin-top: 40px;
        }
        .left_menu{ 
            width: 240px;
            padding: 0px;
            }
            .left_menu ul{
                border-top: 1px solid #c8c8c8;
                border-left: 1px solid #c8c8c8;
                border-right: 1px solid #c8c8c8;
            }
            .left_menu a{
                color: #656363;
                font-size: 13px;
                padding: 15px 10px 11px 24px;
                text-decoration: none;
                display: block;
                border-bottom: 1px solid #c8c8c8;
                }
                .left_menu a:hover{
                    color: #2c2c2c;
                    padding: 15px 0px 11px 36px;
                }
        .content{
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        }   
            .image{
                align-self: flex-end;
                text-align: center;
                width: 678px;
                border: 1px solid #c8c8c8;
            }
            .text{           
                align-self: flex-end;
                width: 678px;
                }
                p{
                    font-size: 13px;
                    color: #333;
                    padding: 40px 24px 60px 24px;
                    line-height: 1.5;
                    clear: both;
                    }
    .footer{
        width:966px;
        margin: 0px auto;
        height: 40px;
        background: #e1e1e1;
        }
            .footer ul{
                margin: 0px;
                padding: 0px;
                list-style: none;
                height: 40px;
                }
                .footer ul li{
                    float: left;
                    }
                    .footer ul li a{
                        color: #2c2c2c;
                        line-height: 13px;
                        font-weight: 100;
                        font-size: 13px;
                        text-shadow: 1px 0px #999999;
                        display: block;
                        padding: 15px 24px 12px 24px;
                        text-decoration: none;
                        }
                        .footer ul li a:hover{
                            text-decoration: underline;
                            cursor: pointer;
                        }
            .copy {
                float: right; 
                font-size: 13px;
                line-height: 13px;
                padding: 15px 24px 12px 24px;
}

