h1.h1-page-info {
color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
.bg-pages {
    text-align: center;
}
p#breadcrumbs {
    text-align: center;
    color: #fff;
    margin-top: -7px;
}
.col-md-4.box-ico-kontakt {
    max-width: 31%;
    margin: 10px 13px;
    text-align: center;
    padding: 35px 20px 20px 20px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ededed;
}
.box-ico-kontakt .ico img {
    margin: 0 auto;
    max-width: 73px;
    margin-bottom: 35px;
}
p.KontaktHeaders {
    color: #222;
    margin-bottom: 15px;
}
.ico-desc p {
    color: #222;
}

.col-md-12.info-kontakt {
    padding: 0 12px;
}
.row.space50.formspace {
    padding: 40px 60px;
    background: #e9e9e9;
    margin-top: 80px;
    max-width: 1237px;
    margin: 80px auto;
}
div#wpcf7-f1526-o1 .wpcf7-submit {
    background: #efefef;
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 5px;
    border: none;
    margin-left: 15px;
}
div#wpcf7-f1526-o1 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #cacaca;
    font-size: 15px;
	    background: #fff;
        box-shadow: none;
}div#wpcf7-f1526-o1 textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #cacaca;
    font-size: 15px;
	    background: #fff;
        box-shadow: none;
}
p.form-kontakt.content-small {
    font-size: 13px;
}
h2.contactHead {
    font-size: 29px;
    text-transform: uppercase;
    color: #222;
    font-weight: 600;
    margin-bottom: 40px;
}
span.head-k {
    font-weight: 600;
}
.ico svg {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    color: #82a851;
}
.row.box-kontakt {
    padding: 40px 0 80px 0;
	    justify-content: space-between;
}

.bg-pages {
    padding-top: 100px;
    padding-bottom: 100px !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    margin-bottom: 20px;
}
span.breadcrumb_last {
    text-align: left;
    color: #fff;
    margin-top: -7px;
}
p#breadcrumbs a, p#breadcrumbs {
    color: #fff;
}
.loop-div svg {
    position: absolute;
    width: 270px;
    height: 238px;
    top: -64px;
    right: 86px;
}
.path {
    stroke-dasharray: 1700;
    stroke-dashoffset: 1700;
    animation: dash 5s linear alternate infinite;
}
.path2 {
    stroke-dasharray: 1900;
    stroke-dashoffset: 1900;
    animation: dash 5s linear alternate infinite;
}
.path3 {
    stroke-dasharray: 1600;
    stroke-dashoffset: 1600;
    animation: dash 5s linear alternate infinite;
}
span.woocommerce-Price-amount.amount {
    font-size: 20px;
}

.products li {
    transition: 0.5s ease;
}
.products li:hover {
    transition: 0.5s ease;
    opacity: 0.7;
	box-shadow:1px 1px 5px #fbfbfb;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1002;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.ico i.fas {
    color: #0196da;
    font-size: 46px;
}

.row.up-kontakt {
    margin-top: 30px;
}
label {
    width: 100%;
    margin-bottom: -5px;
}
.row.kontakt-form {
    box-shadow: 1px 1px 5px #d0cccc;
    padding: 24px;
    border-radius: 20px;
}
.margin-right {
    padding-right: 25px;
}
input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
    width: 100%;
}
.row.up-nn {
    margin-top: 60px;
}
p.sub-opp {
    margin-bottom: 2px;
    font-size: 17px;
    text-decoration: underline;
    letter-spacing: 1px;
    text-align: center;
}
h2.h2-pytania {
    font-size: 31px;
    font-weight: 600;
    text-align: center;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text {
    width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    max-height: 175px;
}
input.wpcf7-form-control.wpcf7-submit {
    margin-top: 20px;
    padding: 7px 30px;
}
@media only screen and (max-width: 768px) {
.bg-pages {
    padding-top: 50px;
    padding-bottom: 30px !important;
    background-size: cover !important;
}
.loop-div {
    display: none;
}
.col-md-4.box-ico-kontakt {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
p.sub-opp {
    margin-top: -30px;
}
.col-md-4.box-ico-kontakt {
    max-width: 100%;
}
}