@media (max-width: 992px) {


/*Licznik*/

.countup .counterup-item span.counter{
    top: -35px;
}


/*Mobile menu*/

.mobile-menu ul{
    z-index: 1;
}

/*Blog*/

.section.article .container-wrapper {
    margin-top: 0px;
}

.blog .article .article-list .card{
    width: 100%;
}

.article-box {
    flex-direction: column-reverse;
    height: auto;
}

.article-box .article-info {
    padding: 30px 15px;
}

.article-box .article-info h3{
    font-size: 35px;
    text-align: center;
}

.blog .article .article-list .card h3{
    text-align: center;
}

/*Single*/

.blog-single-container{
    flex-wrap: wrap;
}

.blog-single-content {
    width: 100%;
}

.sidebar {
    width: 100%;
    margin-top: 80px;
}

/*Cennik*/

.price{
    padding: 50px 0 30px;
}

.price .container-wrapper{
    padding: 0 15px;
}

.price table td{
    font-size: 14px; 
    padding: 15px;
    vertical-align: middle;
}

/*Dlaczego warto*/

.why .reviews .reviews-text{
    width: 100%;
}

.why .information-wrapper, 
.why .reviews-wrapper{
    display: block;
}

.why .reviews .reviews-image {
    right: 0;
    left: 0;
    margin: auto;
}

.why .video-box {
    height: 600px;
    min-height: 400px;
}

.why .video-box video {
    height: 600px;
}

.why .reviews{
    margin: 80px auto;
    min-height: 550px;
    background-position: center center;
    background-size: 70%;
}

.why .reviews-wrapper {
    min-height: 420px;
}

.why .reviews .reviews-text {
    padding: 25px 0;
}

.why .reviews .reviews-text p {
    font-size: 14px;
}

.reviews-author {
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
}



































}