@charset "utf-8";
/* CSS Document */
.top-bar {position:fixed; top:0; width:100%; background: #794599; z-index: 1040; transition: all 0.25s ease 0s;}
.top-barC { position: relative; margin:auto; height: 170px; transition: all 0.25s ease 0s;}
.logo {position: absolute; bottom: 0; left: 0; line-height: 0; font-size: 0; background: #fff; height: 105px; padding: 0 5% 0 11.5%; display: flex; align-items: center; justify-content: flex-end; border-radius: 0 60px 60px 0; z-index: 77; transition: all 0.25s ease 0s;}
.logo a { display: block; width: 278px; margin: auto; transition: all 0.25s ease 0s;}
.links { position: relative; background: #ed6c00; width: 100%; height: 65px; box-shadow: 0 0 13px rgba(0, 0, 0, 0.2); transition: all 0.25s ease 0s;}
.links .links_in { position: absolute; top: 25px; left: 11.5%; right: 11.5%; display: flex; flex-flow: row; align-items: center; transition: all 0.25s ease 0s;}
.links .links_in > div { display: flex; flex-flow: wrap; align-items: center; margin-right: 2.8%; color: #fff!important; text-decoration: none;}
.links .links_in > div:last-child { margin-right: 0;}
.links .links_in > div > span { margin-right: 5px;}
.links .links_in .phone img { width: 15px; margin-right: 8px;}
.links .links_in .mail img { width: 18px; margin-right: 8px;}