.container:first-of-type{
    min-height: 0 !important;
    height: auto !important;
    width: 100% !important;
    max-width: 1920px;
}
.header_bg{
    display: none;
}
.start_info{
    width: 100%;
    max-width: 1200px;
    min-width: 300px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    display: block;
    font-size: 20px;
    text-align: center;
    padding-top: 30px;
}
.start_info h3{
    font-size: 30px;
    margin: 0 auto;
}
.start_info_a{
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    background: #5ac509;
    color: #fff;
    display: block;
    margin: 10px auto;
    border: 1px solid #5ac509
}
.start_info_a:hover{
    background: #fff;
    color: #5ac509;
}
/*.aktualnosci{
    width: 30%;
    min-width: 300px;
    height: auto;
    display: block;
    float: left;
    position: relative;
    text-align: center;
}
.aktualnosci h4{
    width: 90%;
}
*/
.aktualnosci h3, .start_content h3, .galeria h3{
    font-size: 30px;
    text-align: left;
    color: #333;
    width: 100%;
    margin: 10px auto;
}
/*
.aktualnosci h3 a{
    text-decoration: none;
    color: #333;
}
.aktualnosci:after{
    clear: both;
    display: block;
    content: '';
}
.aktualnosci_spec{
    width: 300px;
    display: inline-block;
    margin: 5px auto;
    height: auto;
    font-size: 18px;
    border: 1px solid #ccc;
    color: #333;
    background: #fff;
    
}
.aktualnosci_spec h4{
    font-size: 25px;
    margin: 0 auto 5px;
}
.aktualnosci_spec h4 a{
    text-decoration: none;
    color: #333;
}
.aktualnosci_spec img{
    max-width: 100%;
    height: 225px;
    display: block;
    margin: 0 auto 10px;
    border-bottom: 1px solid #5AC509;
}
.aktualnosci_spec p{
    
}*/
.oferta{
    width: 100%;
}
.oferta h3{
    border-bottom: none;
    width: 100%;
    
}
.start_content{
    float: left;
    width: 65%;
    height: auto;
    position: relative;
    display: block;
    font-size: 18px;
    color: #333;
    
    /* text-align: center; */
}
.start_content:after{
    clear: both;
    display: block;
    content: '';
}
.stanica img{
    margin: 5px auto;
    display: block;
    max-width: 650px;
    width: 100%; 
    min-width: 300px;
    
}
.stanica p{
    margin: 10px auto;
}
.galeria{
    width: 30%;
    min-width: 300px;
    height: auto;
    display: block;
    float: right;
    position: relative;
    text-align: center;
}
.galeria a{
    max-height: 150px;
    max-width: 300px;
    width: auto;
    display: block;
    margin: 10px auto;
    text-decoration: none;
}
.galeria img{
    max-height: 146px;
    border: 2px solid #fff;
    box-shadow: 0 2px 3px #000;
}
.galeria img:hover{
    border: 2px solid #aaa;
}
.galeria .start_info_a{
    width: 150px;
    margin: 15px auto;
}
@media screen and (max-width: 1024px){
    
    .aktualnosci, .start_info, .start_content{
        width: 90% !important;
        min-width: 300px;
        height: auto;
        
        margin: 10px auto;
        float: none;
    }
    .aktualnosci_spec{
        width: 40%;
        min-width: 300px;
        overflow: hidden;
        height: 400px;
        padding-bottom: 50px;
    }
    .aktualnosci_spec .start_info_a{
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -75px;
        
    }
    .start_content{
        width: 100%;
        float: none;
        
    }
    .galeria{
        text-align: center;
        width: 100%;
    }
    .galeria a{
        display: inline-block;
    }
    .galeria .start_info_a{
        display: block;
        margin: 10px auto;
    }
}
@media screen and (max-width: 800px){
    
    .aktualnosci h3, .start_content h3{
        text-align: center;
        margin: 15px auto;
    }
    .galeria{
        text-align: center;
    }
    .galeria a{
        display: inline-block;
    }
}
@media screen and (max-width: 480px){
    .aktualnosci_spec{
        margin: 15px 0;
    }
}