* {
    box-sizing: border-box;
}

html {
    font-family: 'Ubuntu', sans-serif;
    /*background-color: #ebbe384f;*/
    font-size: 14px;
}


body {
    background-image: url(images/fon_01.jpg);
    background-size: cover;
}

div {
    border: 0px red solid;    
}

/*header {
    color: #fff;
    background: rgba(0,0,0,0.1); 
    text-shadow: 1px 1px 2px black, 0 0 2em white;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;    
    align-items: center;
    justify-content: center;
}*/

h1 {      
    color: #fff;
    background: rgba(0,0,0,0.3); 
    text-shadow: 1px 1px 12px black, 0 0 2em white;
    padding: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;    
    align-items: center;
    justify-content: center;
}

h2 {
    
}

h3 {
    text-align: center
}

.section-card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.card {
    width: calc(100% / 2 - 100px);
    border-radius: 15px;
    padding: 10px;
    border: 1px brown solid;
    margin-bottom: 90px;
    height: 430px;
    background-image: url(images/fon.jpg);
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
}

.card_left {
    width: 50%;
}

.card img {
    height: 330px;
    object-fit: cover;
    /*margin: -15px 0px 0px -15px;*/
    border: 3px solid #eef2f5;
    border-radius: 15px;
}

.button {
    text-decoration: none;
    display: inline-block;
    padding: 16px 26px;
    border-radius: 5px;
    background-color: darkred;
    color: #fff;
    margin-top: 15px
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { color: #000;  
    background: white;
    border: 2px darkred solid;
    
}

.card_right {
    width: 50%;
    padding-left: 10px;
}  

footer {
    color: #fff;
    background: rgba(0,0,0,0.5);
    margin-top: 20px;
    padding: 20px;
}


.document {   
    padding: 10px;
    text-align: center;
}