.box
{
    margin: 220px 0;
}
.box_content
{
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}
.content_title
{
    margin: 10px 0;
}
/* ODSTĘP MIĘDZY AKAPITAMI W "CZYTAJ DALEJ" */
.read-more-target p
{
    margin: 40px 0;
}
.przejscie
{
    min-height: 500px;
}
#przejscie1
{
    background: url("../img/baner1.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.box_content img
{
    max-height: 220px;
}

/* CZYTAJ WIĘCEJ */
.img-more
{
    max-height: 17vw;
}
.read-more-state
{
    display: none;
}
.read-more-target
{
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target
{
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before
{
    content: 'Czytaj więcej';
}
.read-more-state:checked ~ .read-more-trigger:before
{
    content: 'Czytaj mniej';
}
.read-more-trigger
{
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #1e5799;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #1e5799;
    border-radius: .25em;
    font-family: 'Montserrat', sans-serif;
    z-index: 10;
}
.show-text
{
    display: none;
}
.show-text:target
{
    display: block;
}
/* SKLEP */
table
{
    width: 100%;
}
tr
{
    width: 100%;
}
.komorka td
{
    text-align: center;
    font-size: 20px;
    padding: 5px;
    border: 1px solid #000;
}
.komorka th
{
    text-align: cetner;
    padding: 5px;
    font-size: 20px;
    border: 1px solid #000;
}
.lime
{
    color: lime;
    font-weight: bold;
}
.red
{
    color: red;
    font-weight: bold;
}
.vip 
{
    color: rgb(255, 153, 0);
}
.svip
{
    color: lime;
}
.spon
{
    color: #00eebd;
}
.bold
{
    font-weight: bold;
}

/* RESPONSYWNOŚĆ TABELKI */

@media only screen and (max-width: 687px)
{
    .table
    {
        width: 15px;
    }
    .komorka td
    {
        width: 10px;
        font-size: 8px;
    }
    .komorka th
    {
        width: 10px;
        font-size: 8px;
    }
}

/* REGULAMINY */

.regulaminy header
{
    text-align: center!important;
}
.regulaminy
{
    text-align: left;
}


/* FORMULARZ KONTAKTU */
.form-textarea
{
    resize: none;
}
#kontakt input
{
    margin: 10px 0;
    opacity: .9;
}
#kontakt textarea
{
    margin: 10px 0;
    opacity: .9;
}
#kontakt .box_content
{
    border-radius: 30px;
}

/* RESPONSYWNOŚĆ */
@media only screen and (max-width: 1150px)
{
    .box_content img
    {
        max-height: 200px;
    }
}
@media only screen and (max-width: 1000px)
{
    .box_content img
    {
        max-height: 180px;
    }
}
@media only screen and (max-width: 767px)
{
    .box_content img
    {
        max-width: 100%;
    }
}