body { background: white; padding: 0; margin: 0; }
a    { text-decoration: none; }

@keyframes slideshadow {
    0% { width: 0%; left: 0; }
    10% { width: 100%; left: 0; }
    40% { width: 100%; left: 0; }
    50% { width: 0%; left: 100%; }
    100% { width: 0%; left: 100%; }
}

.header              { width: 100%; z-index: 10; position: fixed; top: 0; left: 0; height: 96px; background: white; box-shadow: 0 0 10px 5px rgba(0,0,0,0.5); overflow: hidden; }
.header-logo         { background-image: url('img/logo.png'); background-repeat: no-repeat; background-size: contain; background-position: center; width: 30%; height: 96px; position: absolute; top: 0; left: 0; }
.header-buttons      { position: absolute; top: 8px; right: 18px; }
.header-button       { position: relative; height: 40px; padding: 5px 10px; margin: 15px 0; font-size: 14px; float: left; display: table; transition: 0.4s color, 0.5s background; font-family: 'Amiko', sans-serif; color: #333; text-align: center; }
.header-span         { display: table-cell; vertical-align: middle; }
.header-button:hover { color: white; background: #ff0009; }
.header-split        { position: relative; background: #ff0009; width: 2px; height: 50px; float: left; margin: 15px 0; }
.header-hamburger    { display: none; position: absolute; top: 25px; font-size: 26px; color: #333; right: 30px; cursor: pointer; }
.header-mobile       { display: none; position: fixed; width: 100%; top: 76px; left: 0; z-index: 9; text-align: center; }
.header-mobile-but   { padding: 10px; display: none; z-index: 9; background: rgb(248, 248, 248); width: 100%; color: #ff0009; border-bottom: 1px solid #f0f0f0; font-family: 'Amiko', sans-serif; font-size: 18px; text-align: center; }
.header-mobile-but-f { border-top: 3px solid #ff0009 }
.mobile-blackout     { position: fixed; display: none; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.75); z-index: 8; }

.fixlings-banner     { position: fixed; top: 200px; right: -4px; z-index: 5; }
.fixlings-buttons    { position: fixed; top: 400px; right: 0px; z-index: 5; }
.fixlings-button     { position: relative; margin: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.3); transition: 0.25s background; width: 48px; height: 48px; border-radius: 24px; line-height: 48px; text-align: center; color: white; font-size: 24px; }
.fixlings-fb         { background: #3b5998; }
.fixlings-tw         { background: #1da1f2; }
.fixlings-gp         { background: #dd4b39; }
.fixlings-button:hover { background: #ca8d8f }

.wrap                { margin-top: 96px; min-height: calc(100vh - 351px); }
.wrap-header         { position: relative; font-size: 28px; font-family: 'Gruppo', cursive; font-weight: bold; margin: 40px auto; text-align: center; padding: 10px 0; width: 500px; letter-spacing: 3px; border-bottom: 1px solid #ff0009; color: #ff0009; }
.wrap-mini-header    { position: relative; font-size: 20px; font-family: 'Amiko', sans-serif; margin: 30px auto 20px auto; text-align: center; padding: 0 30px; color: #bc060c; }
.wrap-header-link    { position: absolute; top: -100px; }
.wrap-text           { font-family: 'Amiko', sans-serif; font-size: 16px; color: #222; padding: 0 60px; text-align: center; }
.wrap-image-wrapper  { position: relative; margin: 0 auto; width: calc(100% - 60px); text-align: center; }
.wrap-image          { width: 33.33%; display: inline-block; margin: 0 10px; }
.wrap-image-fix      { margin-top: 20px; }
.wrap-image-fix .wrap-image { margin: 0; }
.wrap-paragraph      { font-family: 'Amiko', sans-serif; font-size: 16px; color: #222; padding: 0 60px; }
.wrap-car-back       { background-image: url("img/podtlo.png"); background-repeat: no-repeat; background-position: right bottom; }
.wrap-table          { margin: 0 auto; width: 800px; max-width: 800px; border-collapse: collapse; }
.wrap-table td       { font-family: 'Amiko', sans-serif; text-align: center; height: 36px; font-size: 16px; background: #f0b1b1; color: #6f0000; padding: 10px 40px; }
.wrap-table th       { font-family: 'Amiko', sans-serif; height: 36px; font-size: 16px; background: #e15050; border-bottom: 2px solid #a72525; color: white; padding: 5px 0; }
.wrap-table td:nth-child(2) { border-left: 1px solid #e09494; width: 100px; padding: 10px 20px; }
.wrap-table th:nth-child(2) { border-left: 1px solid #ba2525; width: 100px; padding: 5px 20px; }
.wrap-table tr:nth-child(even) td { background: #f0a1a1; }
.wrap-showcase       { position: relative; background: black; overflow: hidden; }
.wrap-showcase-image { height: 100%; animation: slideshadow 15s infinite; position: absolute; top: 0; left: 0; width: 100%; background-size: cover; background-position: center; }

.footer              { background: #eceff1; width: 100%; position: relative; padding: 30px 0; margin-top: 40px; }
.footer-wrap         { width: 1200px; margin: 0 auto; }
.footer-column       { position: relative; width: 25%; text-align: center; display: inline-block; vertical-align: top; }
.footer-header       { color: #9c9c9c; font-size: 14px; font-family: 'Amiko', sans-serif; margin-bottom: 30px; letter-spacing: 3px; }
.footer-button       { color: #333; font-size: 12px; font-family: 'Amiko', sans-serif; margin: 10px 0; transition: 0.25s color; }
.footer-button:hover { color: #ff0009; }
.footer-text         { color: #c82a2a; font-size: 12px; font-family: 'Amiko', sans-serif; margin: 10px 0; }


@media (max-width: 1200px) and (min-width: 120px){
    .wrap               { margin-top: 76px; min-height: calc(100vh - 336px); }
    
    .header             { height: 76px; }
    .header-buttons     { display: none; }
    .header-logo        { width: 100%; height: 76px; }
    .header-hamburger   { display: block; }
    
    .fixlings-banner    { display: none; }
    .fixlings-buttons   { top: 100px; }
    
    .wrap-header        { width: calc(100% - 20px); font-size: 20px; }
    .wrap-text          { padding: 0 30px; }
    .wrap-paragraph     { padding: 0 30px; }
    .wrap-image         { margin: 10px 0; display: block; width: 100%; }
    .wrap-table         { width: calc(100% - 40px); }
    .wrap-image-fix .wrap-image { margin: 10px 0; }
    
    .footer-wrap        { width: 100%; }
    .footer-header      { font-size: 18px; }
    .footer-button      { font-size: 16px; }
    .footer-text        { font-size: 16px; }
    .footer-column      { width: 100%; margin: 20px 0; }
}