#index_logo {
    text-align: center;
    height: 120px;
    border: 0;
    background-color: transparent;
}

#copyright {
    font-size: 11px;
    color: #000;
    font-weight: bold;
}


.img_icon {

    overflow:hidden;
    -webkit-transition: all 1s ease-out 0.5s;
    -moz-transition: all 1s ease-out 0.5s;
    -o-transition: all 1s ease-out 0.5s;
    -ms-transition: all 1s ease-out 0.5s;
    transition: all 1s ease-out 0.5s;

    text-align: center;
    border: 0px solid #fff;
    height: 150px;
    margin: 5px;

}

.img_icon:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.2);
    transform: scale(1.1);
    border: 2px;
    align-content: center;
}


strong {
    font-weight: bold;
}


.FIO_Photo {
    width: 250px;
    border: black 1px solid;
    border-radius: 2px;
}

.FIO_Photo_img {
    display: block;
    max-width: 100%;
    height: auto;
}
