@media (min-width: 1200px) {
    .container {
        max-width: 1275px;
        padding: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1330px) {
    .container {
        padding: 0 50px;
    }
}
.cenik h2 {
    color: #322c5a;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    max-width: 315px;
    line-height: 34px;
}
.cenik-heading img {
    margin: 0 0 0 40px;
}
.cenik-heading {
    display: flex;
}
.cenik-about ul {
    padding: 0;
}
.cenik-about li {
    background-image: url("../images/orange-list.svg");
    background-position: left top 6px;
    background-repeat: no-repeat;
    list-style: none;
    padding: 0 0 0 40px;
    font-family: "Muli",sans-serif;
    color: #545454;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}
.cenik-btn a {
    margin-top: 40px;
    text-transform: uppercase;
    display: block;
    width: fit-content;
    line-height: 50px;
    padding: 0 30px;
    font-family: "Muli",sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.25px;
    border-radius: 35px;
    background: rgb(42,197,245);
    background: linear-gradient(150deg, rgba(42,197,245,1) 0%, rgba(36,132,201,1) 100%);
    transition-duration: 0.3s;
}
.cenik-btn a:hover {
    text-decoration: none;
    background: linear-gradient(150deg, rgba(70,204,245,1) 00%, rgba(6,92,154,1) 100%);
    transition-duration: 0.3s;
}
.cenik-box {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    padding: 50px 45px;
    border-radius: 5px;
    height: 100%;
}
.cenik-box h2 {
    color: #322c5a;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    line-height: 34px;
    margin: 0 0 15px 0;
}

.cenik-box h4 {
    color: #de6742;
    font-size: 21px;
    font-family: "Roboto", sans-serif;
    line-height: 34px;
    margin: 0;
}
.cenik-box .heading p {
    color: #322c5a;
    font-size: 14px;
    font-family: "Muli", sans-serif;
    line-height: 28px;
    margin: 0 0 5px 0;
    font-weight: 600;
}
.cenik-box .content p {
    font-weight: 700;
    color: #545454;
    font-family: "Muli", sans-serif;
    font-size: 14px;
    margin: 0 0 10px 0;
}
.cenik-box .heading {
    margin-bottom: 30px;
}
.cenik-box ul {
    padding: 0;
}
.cenik-box li {
    background-image: url("../images/orange-li.svg");
    background-position: left top 12px;
    background-repeat: no-repeat;
    list-style: none;
    padding: 0 0 0 13px;
    font-family: "Muli",sans-serif;
    color: #545454;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}
.cenik-box ul li span {
    display: block;
    font-weight: 700;
}
.cenik-box ul li span span {
    display: unset;
}
.form-group-eye {
    display: flex;
    align-items: center;
}
.form-group-eye img {
    margin-right: 10px;
    max-width:35px;
}
.form-group-eye .custom-control {
    margin-bottom: 0;
}
.form-group-eye .custom-control label {
    color: #de6742;
}
.form-group-eye .custom-control-label::before {
    border: 1px solid #de6742;
}
.submit-form-text p {
    text-align: justify;
}
#frm-registration3Form p {
    line-height: 28px;
}
#frm-registration3Form .contact-form-subtitle {
    margin: 10px 0 40px 0;
}
.o-nas {
    display: flex;
}
.o-nas .gallery {
    padding-right: 50px;
}
.o-nas .gallery div.row div.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.page-contact__info * {
    color: #322c5a;
}
.page-contact__info a:hover {
    color: #322c5a;
}
.footer-newsletter p {
    color: #615985;
}
.footer-newsletter a {
    color: #8277b5;
}
.button-orange {
    background: linear-gradient(
135deg, #f18860 0, #ef7344 50%, #f26631 100%);
}
.button-orange:hover {
    background: linear-gradient(
135deg, #f26631 0, #ef7344 50%, #f18860 100%);
}
.kontakt .page-contact {
    padding: 20px 50px 50px;
}
.hlidani {
    padding-top: 100px;
}
.hlidani .process-item__name {
    max-width: 230px;
    display: block;
    margin: auto;
}
@media (min-width: 1200px) {
    .header-banner__img img {
        margin-bottom: 21px;
    }

    .hlidani .process-item__img:after {
        background: url(../images/hlidani-arrow.png) right center no-repeat;
        width: 95px;
        left: 87%;
    }
    .form-contact {
        padding: 80px 0 80px;
        margin-top: -70px;
    }
}
@media (min-width: 993px) {
    .cenik-boxes .col-12:nth-child(odd) .cenik-box {
        margin-right: 20px;
    }
    .cenik-boxes .col-12:nth-child(even) .cenik-box {
        margin-left: 20px;
    }
    .cenik-box {
        min-height: 600px;
    }
    .cenik-box .h-limit h2 {
        max-width: 315px;
    }
    .o-nas .gallery img {
        max-width: 300px;
    }
    .whyus {
        padding: 70px 0;
    }
}
@media (max-width: 993px) {
    .o-nas {
        flex-direction: column;
    }
    .cenik-box {
        padding: 30px 25px 40px;
    }
    .cenik-btn a {
        margin-top: 0px;
    }
    .form-group-eye img {
        display: none;
    }
    .o-nas .gallery {
        padding-right: 0px;
        padding-bottom: 50px;
    }
    .header-banner__button {
        margin-left: 0 !important;
        margin-bottom: 30px;
    }
}
@media (max-width: 578px) {
    .cenik1 {
        min-height: 712px;
    }
    .cenik2 {
        min-height: 684px;
    }
    .cenik3 {
        min-height: 622px;
    }
}