* {
    box-sizing: border-box;
    font-family: 'Saira', sans-serif;
}

html,
body {
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

figure {
    margin: 0;
    padding: 0;
}

figure img {
    max-width: 100%;
    vertical-align: top;
}

img {
    max-width: 100%;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semibold {
    font-weight: 600;
}

.techno {
    font-family: 'TacticSans-Med';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.container {
    width: 78%;
    margin: 0 auto;
}

.white_txt {
    color: #fff;
}

.navy_txt {
    color: #2d3744;
}

.green_txt {
    color: #afc96e;
}

.grey_txt {
    color: #8b8b8b;
}

.green_bg {
    background-color: #afc96e;
}

.navy_bg {
    background-color: #2d3744;
}

.red_bg {
    background-color: #ff2f47;
}

.grey_bg {
    background-color: #e1e1e1;
}

.bg {
    background-position: center;
    background-size: cover;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.al_center {
    align-items: center;
}

.al_bottom {
    align-items: bottom;
}

.al_top {
    align-items: top;
}

.just_center {
    justify-content: center;
}

.just_space {
    justify-content: space-between;
}

.flex_0 {
    flex: 0 0 auto;
}

.flex_1 {
    flex: 1;
}

.top {
    padding: 15px 0;
    background-color: #fff;
}

#top_sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#fix_top {
    margin-top: 142px;
}

a.bt {
    display: table;
    padding: 8px 20px;
    /* min-width: 235px; */
    text-align: center;
    transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
}

.top_bt a.bt {
    min-width: 210px;
    font-size: 15px;
    border: 1px solid #e1e1e1;
    margin-left: 10px;
}

.top_bt a.bt.red_bg {
    border: none;
}

.bt_txt {
    font-size: 14px;
    transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    -o-transform: skewX(40deg);
}



.uslugi_bt {
    width: 260px;
    padding: 10px 20px;
    cursor: pointer;
    box-shadow: 0px 3px 7px 0px rgba(71, 71, 71, 0.22);
    position: relative;
    z-index: 3;
}

.uslugi_bt figure {
    margin-right: 15px;
}

.uslugi_bt h3 {
    font-size: 18px;
}

.nav_a a {
    font-size: 18px;
    display: inline-block;
    margin-left: 60px;
}

.slider {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.abs {
    position: absolute;
}

.slider .content_biegacz {
    left: 320px;
    bottom: -100px;
    z-index: -1;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.slider .pasek {
    height: 100%;
    width: 500px;
    right: -120px;
    bottom: 100px;
    transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    z-index: -1;
}

.slider .pasek:before {
    content: '';
    position: absolute;
    left: -180px;
    height: 50%;
    width: 300px;
    background-color: #fff;
    opacity: 0.4;
}

.slider .kolo {
    width: 300px;
    height: 300px;
    border-radius: 100%;
    left: -75px;
    top: 50px;
    z-index: -1;
    background-color: #fff;
    opacity: 0.4;
}

.slider_ozdoba {
    left: -320px;
    bottom: 100px;
    z-index: -1;
}

.slider h1 .medium {
    font-size: 27px;
}

.slider h1 .techno,
.slider_min h1.techno {
    font-size: 75px;
}

h2 {
    font-size: 40px;
}

p,
.tresc {
    font-size: 18px;
    line-height: 1.7em;
}

.slider_form {
    width: 475px;
    padding: 40px 30px;
}

.slider_form form {
    margin-top: 30px;
}

.slider_form h3 {
    font-size: 20px;
}

.input {
    margin-bottom: 20px;
}

.input p {
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
select,
.select-selected,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    border: none;
    background-color: #444d59;
    padding: 7px;
    width: 100%;
    outline: none;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    text-align: left;
}

textarea {
    height: 80px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.formcheck {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 15px;
}

.formcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #fff;
}

.formcheck:hover input~.checkmark {
    background-color: transparent;
}

.formcheck input:checked~.checkmark {
    background-color: transparent;
    border: 1px solid #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.formcheck input:checked~.checkmark:after {
    display: block;
}

.formcheck .checkmark:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid #afc96e;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.txtcheck {
    font-size: 12px;
    width: 100%;
    text-align: left;
    color: #fff;
    line-height: 1.5em;
    font-weight: 300;
}

.txtcheck a {
    color: inherit;
    text-decoration: underline;
}

input[type="submit"],
a.more {
    cursor: pointer;
    background-color: #ff2f47;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    min-width: 200px;
    font-size: 18px;
    display: table;
    box-shadow: 0px 5px 9.9px 0.1px rgba(255, 47, 71, 0.41);
    text-align: center;
}

input[type="submit"] {
    margin: 40px 0 0 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
}

.dzieki {
    text-align: center;
    display: none;
    margin-top: 20px;
}

.onas {
    padding: 100px 0 140px 0;
}

.onas .tytul_sekcji,
.czlonek .tytul_sekcji,
.sprzet .tytul_sekcji {
    width: 50%;
    margin-left: auto;
    margin-bottom: 60px;
}

.sprzet .tytul_sekcji {
    width: auto;
}

.tytul_sekcji h2 {
    line-height: 1em;
}

.tytul_sekcji h3 {
    font-size: 22px;
    margin-top: 10px;
    line-height: 1em;
}

.onas .tytul_sekcji .pasek,
.czlonek .tytul_sekcji .pasek,
.sprzet .tytul_sekcji .pasek {
    background-image: url('../img/pasek_onas.png');
    background-position: left;
    background-size: cover;
}

.czlonek .tytul_sekcji .pasek,
.sprzet .tytul_sekcji .pasek {
    background-image: url('../img/pasek_czlonek.png')
}

.sprzet .tytul_sekcji .pasek {
    width: 600px;
}

.onas .row {
    width: 50%;
}

.onas .content {
    padding: 0 140px;
}

.doswiadczenie .white_txt {
    color: #f8f8f8;
}

.doswiadczenie {
    padding: 80px 0;
    background-image: url('../img/doswiadczenie.jpg');
}

.doswiadczenie .content {
    padding: 0 380px 0 300px;
}

.doswiadczenie .tytul_sekcji {
    margin-bottom: 50px;
}

.txt_center {
    text-align: center;
}

.oferta {
    padding: 80px 0 180px 0;
    position: relative;
    z-index: 1;
}

.pilkarz {
    bottom: 120px;
    right: 0;
    z-index: -1;
    max-width: 38%;
}

.oferta .grid {
    grid-gap: 10px;
    grid-template-columns: repeat(5, 1fr);
    margin-top: -40px;
    position: relative;
    z-index: 1;
}

.oferta .grid.main {
    grid-template-columns: repeat(7, 1fr);
    margin-top: 80px;
}

.oferta .item {
    text-align: center;
    background-color: #efefef;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 240px;
    padding: 15px;
}

.oferta .other .item {
    height: 280px;
}

.oferta .item figure {
    margin-bottom: 20px;
}

.oferta .item p {
    font-size: 22px;
    line-height: 1.3em;
}

.oferta .other {
    margin-top: 90px;
}

.oferta .pasek_wstep {
    padding: 20px 0 60px 11%;
    background-color: #afc96e;
    transform-origin: top;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    position: relative;
    z-index: 1;
    display: block;
}

.oferta .pasek_wstep.one {
    background-image: url('../img/other_pasek.jpg');
    width: 73%;
}

.oferta .pasek_wstep.two {
    background-image: url('../img/other_pasek_2.jpg');
    width: 55%;
}

.oferta .pasek_wstep.three {
    background-image: url('../img/other_pasek_3.jpg');
    width: 35%;
}

.oferta .pasek_wstep:before {
    content: '';
    transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    right: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 120px;
    background-color: #fff;
    transform-origin: bottom;
}

.dla_kogo {
    padding: 80px 0 150px 0;
}

.dla_kogo .grid {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 80px;
}

.dla_kogo .item p {
    font-size: 24px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
}

.dla_kogo .item {
    padding-top: 100%;
    position: relative;
}

.poznaj_nas .pasek {
    height: 100%;
    width: 365px;
    right: 0;
    bottom: 0;
    transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    z-index: -1;
    transform-origin: bottom;
}

.poznaj_nas .pasek:before {
    content: '';
    position: absolute;
    left: -100px;
    height: 60%;
    width: 230px;
    background-color: #f5f5f5;
    mix-blend-mode: multiply;
}

.poznaj_nas .kolo {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    left: 50px;
    top: 40px;
    z-index: -1;
    background-color: #f5f5f5;
}

.poznaj_ozdoba {
    left: -480px;
    bottom: 0;
    z-index: -1;
}

.poznaj_nas {
    padding: 180px 0 140px 0;
    position: relative;
    z-index: 1;
}

.poznaj_nas h2 {
    margin-bottom: 20px;
}

.poznaj_nas .content {
    width: 50%;
    margin-left: auto;
    padding-right: 150px;
}

.content_poznaj {
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    width: 65%;
    background-image: url('../img/poznaj-nas-bg.jpg');
    background-position: right;
    background-size: cover;
}

.content_poznaj .osoba {
    bottom: 0;
    left: 10%;
    max-width: 60%;
}

.zespol {
    padding: 130px 0 80px 0;
}

.czlonek .tytul_sekcji .txt {
    padding: 20px 0;
    margin-right: 70px;
}

.czlonek .row {
    width: 50%;
}

.czlonek .row:nth-child(1) {
    padding: 0 80px;
    text-align: center;
}

.czlonek_info h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.czlonek_info figure {
    padding-right: 20px;
    min-width: 93px;
}

.czlonek_info {
    margin-bottom: 30px;
}

.czlonek_info:last-child {
    margin-bottom: 0;
}

.czlonek_info {
    align-items: baseline;
}

.czlonek .tytul_sekcji {
    margin-bottom: 25px;
}

.czlonek {
    margin-bottom: 100px;
}

.czlonek:last-child {
    margin-bottom: 0;
}

.certyfikaty {
    background-image: url('../img/certyfikaty.jpg');
    padding: 0 0 200px 0;
}

.arrow img {
    cursor: pointer;
}

.content_slick {
    position: relative;
}

.content_slick .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.content_slick .arrow_prev {
    left: -60px;
}

.content_slick .arrow_next {
    right: -60px;
}

.certyfikaty_slick .item figure {
    padding-top: 100%;
    background-color: #e9edf0;
    margin-bottom: 40px;
}

.certyfikaty_slick .slick-slide,
.metody_slick .slick-slide {
    margin: 0 25px 0 0;
}

.certyfikaty_slick .slick-list,
.metody_slick .slick-list {
    margin: 0 -25px 0 0;
}

.certyfikaty .content_slick:first-of-type {
    margin-bottom: 200px;
}

.certyfikaty .content_slick {
    margin-top: 40px;
}

.certyfikaty .move {
    position: relative;
    top: -160px;
    margin-bottom: -160px;
}

.zdjecia_slick .grid {
    grid-template-areas: "one one two three"
        "one one six six"
        "four five six six";
    grid-gap: 20px;
    grid-template-columns: repeat(4, auto);
    display: grid !important;
}

.zdjecia_slick .grid .foto {
    position: relative;
    background-position: center;
    background-size: cover;
    padding-top: 65%;
}

.zdjecia_slick .grid .foto a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.zdjecia_slick .grid .foto:nth-child(1) {
    grid-area: one;
}

.zdjecia_slick .grid .foto:nth-child(2) {
    grid-area: two;
}

.zdjecia_slick .grid .foto:nth-child(3) {
    grid-area: three;
}

.zdjecia_slick .grid .foto:nth-child(4) {
    grid-area: four;
}

.zdjecia_slick .grid .foto:nth-child(5) {
    grid-area: five;
}

.zdjecia_slick .grid .foto:nth-child(6) {
    grid-area: six;
}

footer {
    position: relative;
}

footer .mapa {
    width: calc(50% + 140px);
    top: 0;
    left: 0;
    height: 100%;
    transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    transform-origin: top left;
    overflow: hidden;
}

footer .mapa:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-image: url('../img/mapa.jpg');
    transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    -o-transform: skewX(40deg);
    transform-origin: top left;
}

footer .row {
    width: 50%;
    margin-left: auto;
    padding: 120px 0 160px 250px;
    position: relative;
    z-index: 2;
}

.dane_stopka {
    margin-top: 30px;
}

.dane_stopka figure {
    min-width: 60px;
    margin-right: 20px;
}

footer h2 {
    line-height: 1.1em;
}

.dolny_pasek {
    width: 50%;
    bottom: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    z-index: 1;
}

.dolny_pasek .pasek {
    width: 100%;
    height: 65px;
    transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    transform-origin: bottom left;
}

.sportowiec {
    bottom: 60px;
    left: -130px;
}

.dolny_pasek .pasek_grey {
    background-color: #efefef;
    transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    width: 365px;
    height: 100%;
    bottom: 0;
    left: -365px;
    transform-origin: bottom left;
    z-index: -1;
}

.designed_by {
    position: absolute;
    bottom: 15px;
    right: 11%;
    z-index: 2;
}

.slider_min {
    padding: 150px 0;
}

.metoda .tytul_sekcji {
    margin-bottom: 60px;
}

.metoda .tytul_sekcji,
.metoda .tresc,
.metoda .foto,
.leczymy_site .metoda:nth-of-type(4) .info_staw {
    padding: 0 calc(11% + 140px);
    position: relative;
}

.metoda .tresc .pasek {
    left: 0;
    top: 0;
    max-width: calc(11% + 85px);
}

.metoda {
    padding-top: 100px;
}

.metody_slick .item figure {
    padding-top: 100%;
    background-color: #e9edf0;
}

.metoda .content_slick {
    padding-bottom: 60px;
    margin-top: 100px;
}

.metoda .content_slick .container {
    position: relative;
    top: -65px;
    margin-bottom: -65px;
}

.black_txt {
    color: #181818;
}

.bold {
    font-weight: 700;
}

.sprzet_wstep .row {
    width: 50%;
}

.sprzet_wstep .row:nth-child(1) {
    padding-right: 80px;
    margin-bottom: -70px;
}

.sprzet_wstep .row:nth-child(2) {
    padding-bottom: 80px;
}

.sprzet_wstep {
    background-color: #f8f8f8;
    padding-top: 110px;
}

.sprzet_wstep .content,
.sprzet .content,
.blog_open .content,
.kontakt .content,
.usluga .container {
    padding: 0 140px;
}

.sprzet {
    padding: 150px 0 110px 0;
}

.sprzet .tytul_sekcji .txt {
    text-align: right;
    padding: 23px 15px 23px 0;
}

.sprzet .desc_flex {
    padding: 40px 0;
    align-items: flex-start;
}

.sprzet .desc_flex.game_foto {
    padding: 80px 0 0 0;
    align-items: stretch;
}

ul {
    padding: 0 0 0 1em;
    margin: 0;
}

.sprzet .desc_flex .row:nth-child(1) {
    padding-right: 80px;
}

.sprzet .desc_flex.game_foto .row:nth-child(1) {
    padding-right: 0;
}

.sprzet .desc_flex.game_foto .row:nth-child(2) {
    padding-left: 20px;
}

.sprzet .desc_flex .other {
    width: 5vw;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
}

.sprzet .desc_flex .other a {
    flex: 1;
    margin-bottom: 10px;
}

.sprzet .desc_flex .other a:last-child {
    margin-bottom: 0;
}

.sprzet .desc_flex .other figure,
.sprzet .desc_flex.game_foto .main figure {
    height: 100%;
}

.sprzet .desc_flex img {
    vertical-align: top;
    max-width: none;
    width: 100%;
}

.opis_sprzetu {
    margin-bottom: 100px;
}

.opis_sprzetu:last-child {
    margin-bottom: 0;
}

.sprzet .opis_sprzetu:nth-of-type(even) .tytul_sekcji .pasek {
    background-image: url('../img/pasek_game.png');
}

.sprzet .opis_sprzetu:nth-child(2) .desc_flex .row {
    width: 50%;
}

.leczymy_site .metoda {
    padding-bottom: 100px;
}

.leczymy_site .metoda:nth-of-type(1) li {
    margin-top: 10px;
    width: 65%;
}

.leczymy_site .metoda:nth-of-type(1) .foto,
.leczymy_site .metoda:nth-of-type(3) .foto {
    margin-top: 60px;
}

.leczymy_site .metoda:nth-of-type(2) .foto,
.leczymy_site .metoda:nth-of-type(4) .foto {
    margin: 100px 0;
}

.leczymy_site .doswiadczenie {
    background-image: url('../img/leczymy.jpg');
    padding: 60px 0 80px 0;
}

.leczymy_site .doswiadczenie p {
    line-height: 2em;
}

.info_staw {
    margin-bottom: 80px;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
}

.info_staw .item_txt {
    height: 240px;
    padding: 20px;
}

.info_staw .item_txt.grey_bg {
    background-color: #efefef;
}

.leczymy_site .metoda.grey_bg {
    background-color: #f8f8f8;
}

.leczymy_site .metoda:nth-of-type(4) ul {
    margin-top: 50px;
}

.leczymy_site .metoda:nth-of-type(4) li {
    margin-top: 5px;
}

.leczymy_site .metoda:nth-of-type(4) .info_staw {
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 0;
}

.leczymy_site .podsumowanie {
    background-image: url('../img/podsumowanie_leczymy.jpg');
    padding: 180px 0;
}

.leczymy_site .podsumowanie .content {
    padding: 0 0 0 140px;
    width: 65%;
}

.leczymy_site .podsumowanie p {
    line-height: 2em;
}

.umow_wizyte {
    margin-top: 40px;
    position: relative;
}

.umow_wizyte .tytul_sekcji {
    padding: 80px 0 70px 11%;
    flex: 0 0 auto;
    width: 50%;
}

.umow_wizyte .green_div {
    flex: 1;
    background-image: url('../img/umow-wizyte.jpg');
    background-repeat: no-repeat;
    position: relative;
    z-index: -2;
    background-blend-mode: multiply;
    background-position: top left;
}

.umow_wizyte .content {
    position: relative;
}

.umow_wizyte .row.row:nth-child(1) {
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.umow_wizyte .row.row:nth-child(2) {
    padding: 170px 11% 200px 170px;
    width: 50%;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.umow_wizyte:before {
    content: '';
    width: calc(100% - 220px);
    height: calc(100% - 70px);
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('../img/umow-wizyte.png');
    background-position: left;
    background-size: cover;
    z-index: -1;
}

.umow_wizyte form {
    margin-top: 20px;
}

.umow_wizyte input[type="text"],
.umow_wizyte input[type="email"],
.umow_wizyte select,
.umow_wizyte .select-selected,
.umow_wizyte textarea {
    opacity: 0.5;
}

.mobile {
    display: none;
}

.oferta.info_wizyta {
    padding: 60px 0 100px 0;
}

.oferta.info_wizyta .item p {
    font-size: 18px;
}

#cssmenu {
    display: none;
}

.blog {
    padding: 100px 0 65px 0;
}

.blog .grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
}

.aktualnosc .bg {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.aktualnosc a.more {
    margin: 30px auto 0 auto;
}

.aktualnosc h3 {
    font-size: 22px;
    margin: 25px 0 15px 0;
}

.aktualnosc .tresc {
    line-height: 2em;
}

.data_akt {
    transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    transform-origin: top left;
    display: table;
    padding: 7px 15px 7px 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.data_txt {
    transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    -o-transform: skewX(40deg);
    color: #f8f8f8;
}

.blog .content {
    padding: 0 calc(11% + 140px);
    margin-top: 150px;
}

.blog .content:first-child {
    margin-top: 0;
}

.blog .content:nth-of-type(even) {
    background-color: #2d3744;
}

.blog .content:nth-of-type(even) .aktualnosc {
    margin: -50px 0 -25px 0;
}

.pagination {
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    line-height: 1em;
    border: 1px solid #e1e1e1;
    color: #0b0b0b;
    font-size: 18px;
    margin-right: 10px;
}

.pagination a.active {
    background-color: #ff2f47;
    color: #fff;
    border: 1px solid #ff2f47;
}

.blog_open .akt_wstep {
    padding: 80px 0 160px 0;
    background-color: #f8f8f8;
}

.blog_open .akt_opis {
    padding-bottom: 80px;
    margin-top: -50px;
}

.blog_open h2 {
    margin-bottom: 50px;
}

.blog_open .akt_foto {
    position: relative;
}

.akt_ozdoba.navy_bg,
.akt_ozdoba.green_bg {
    bottom: 0;
    transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
}

.akt_ozdoba.navy_bg {
    left: -26%;
    width: 26%;
    height: 100%;
    transform-origin: bottom;
}

.akt_ozdoba.green_bg {
    right: 0;
    width: 225px;
    transform-origin: bottom;
    height: 300px;
}

.blog_open a.more {
    margin: 40px 0 0 auto;
}

a.more.back img {
    flex: 0 0 auto;
    padding-right: 10px;
    vertical-align: middle;
}

.kontakt {
    padding: 100px 0 0 0;
}

.kontakt_dane {
    margin-top: 60px;
}

.kontakt_dane .grey_bg {
    background-color: #f8f8f8;
}

.kontakt_dane .row {
    height: 21vw;
    transform: skewX(-40deg);
    -webkit-transform: skewX(-40deg);
    -moz-transform: skewX(-40deg);
    -ms-transform: skewX(-40deg);
    -o-transform: skewX(-40deg);
    position: relative;
}

.kontakt_dane .row:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    -o-transform: skewX(40deg);
}

.kontakt_dane .dane_stopka {
    transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    -moz-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    -o-transform: skewX(40deg);
    margin: 0;
}

.kontakt_dane .row:nth-child(1) {
    width: 38%;
    left: -9%;
    margin-right: -9%;
    padding-left: 11%;
}

.kontakt_dane .row:nth-child(1):before {
    transform-origin: top;
    background-image: url('../img/kontakt_dane1.png');
    background-position: top left;
    background-repeat: no-repeat;
}

.kontakt_dane .row:nth-child(2):before {
    transform-origin: bottom;
    background-image: url('../img/kontakt_dane2.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
}

.kontakt_dane .row:nth-child(3):before {
    transform-origin: bottom;
    background-image: url('../img/kontakt_dane3.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    mix-blend-mode: multiply;
    background-size: contain;
}

.kontakt_dane .row:nth-child(2) {
    width: 35%;
    left: 9%;
    margin-left: -9%;
    z-index: 2;
}

.kontakt_dane .row:nth-child(3) {
    width: 45%;
    right: -9%;
}

.kontakt_dane .row:nth-child(1) .dane_stopka {
    transform-origin: top;
}

.kontakt_dane .row:nth-child(3) .dane_stopka {
    transform-origin: bottom;
    margin-left: -18vw;
    width: 37%;
}

.twarzoczaszka {
    display: none;
}

.oferta.info_wizyta .grid.main {
    grid-template-columns: repeat(6, 1fr);
}

.polityka ol {
    margin: 40px 0 0 0;
    padding-left: 1em;
}

.polityka li {
    margin-top: 5px;
}

.polityka h2 {
    margin-bottom: 40px;
}

.polityka {
    padding-bottom: 100px;
}

nav {
    position: relative;
}



.cennik {
    padding: 100px 0;
}

.cennik_opcja h3 {
    font-size: 30px;
}

.cennik_tytul,
.cennik_opcja {
    padding: 30px 140px;
}

.cennik_opcja:nth-of-type(even) {
    background-color: #f8f8f8;
}

.cennik_opcja h3:nth-child(2) {
    text-align: right;
    margin-left: 20px;
}

.cennik_part .content {
    margin: 60px 0;
}

.cennik_bg {
    background-image: url('../img/cennik_bg.jpg');
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.cennik_opcja p {
    margin-top: 5px;
}

.above_footer img {
    max-width: none;
    width: 100%;
}

.sprzet .desc_flex img.width_auto {
    max-width: 100%;
    width: auto;
}

nav .dropdown {
    position: absolute;
    top: 48px;
    left: 11%;
    z-index: 2;
    display: none;
}

nav .dropdown .option h3 {
    font-size: 18px;
}

nav .dropdown .option {
    display: block;
    padding: 15px 15px 15px 45px;
    border-bottom: 2px solid #c1d298;
    overflow: hidden;
}

nav .dropdown .item .option {
    border-bottom: 2px solid #eaeaea;
}

nav .dropdown .option.flex {
    display: flex;
}

nav .dropdown .option:last-of-type {
    border-bottom: none;
}

nav .dropdown .option:hover h3 {
    color: #fff;
}

nav .dropdown .item .option:hover h3 {
    color: #afc96e;
}

nav .dropdown .item {
    position: absolute;
    bottom: 0;
    left: 260px;
    background-color: #efefef;
    box-shadow: 0px 3px 7px 0px rgba(71, 71, 71, 0.22);
    overflow: hidden;
    display: none;
}

nav .dropdown,
nav .dropdown .item,
nav .dropdown .option {
    width: 260px;
}

video.akt_video {
    max-width: 100%;
}

.usluga .tytul_flex {
    margin-bottom: 25px;
}

.usluga .tytul_flex h2 {
    font-size: 30px;
    line-height: 1.2em;
}

.usluga .tytul_flex figure {
    margin-right: 35px;
}

.part .usluga:nth-of-type(odd) {
    background-color: #f8f8f8;
}

.usluga {
    padding: 40px 0 60px 0;
    position: relative;
    z-index: 1;
}

.usluga_foto {
    right: 0;
    bottom: 0;
    width: 25%;
    height: 100%;
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: right;
    z-index: -1;
}

.usluga_foto img {
    display: none;
}

.usluga .tresc {
    width: 75%;
}


.usluga .tytul_flex .green_txt {
    font-size: 22px;
}

.dysponujemy {
    padding: 100px 0 220px 0;
    position: relative;
    z-index: 2;
}

.dysponujemy_bg {
    top: 0;
    right: 0;
    z-index: 1;
    max-width: 47%;
}

.dysponujemy .desc {
    background-color: #f5f5f5;
    padding: 70px 0 100px 0;
    margin-top: -100px;
}

.dysponujemy .urzadzenie h3 {
    font-size: 30px;
    width: 260px;
}

.dysponujemy .urzadzenie p {
    font-size: 20px;
}

.dysponujemy .urzadzenie {
    margin-bottom: 5px;
}

.dysponujemy .urzadzenie:last-child {
    margin-bottom: 0;
}

.dysponujemy ul li {
    color: #2d3744;
    margin-bottom: 10px;
}

.dysponujemy ul li:last-child {
    margin-bottom: 0;
}

.dysponujemy .urzadzenia {
    margin-bottom: 40px;
}

.dysponujemy .efekty {
    margin-top: 80px;
}

.dysponujemy .efekty ul {
    margin-top: 30px;
}

#akt_yt iframe {
    width: 100%;
    min-height: 30vw;
}

.czlonek_info .read_more,
.czlonek_info .read_less {
    color: #afc96e;
    cursor: pointer;
}

@media screen and (min-width: 300px) and (max-width: 767px) {

    .nav_a,
    .top .top_bt {
        display: none;
    }

    .uslugi_bt {
        width: 150px;
        margin-left: 5%;
    }

    .uslugi_bt h3 {
        font-size: 16px;
    }

    .uslugi_bt {
        display: none;
    }

    .container {
        width: 90%;
    }

    .slider h1,
    .slider_form {
        width: 100%;
    }

    .slider {
        padding: 40px 0 0 0;
    }

    .slider h1 .medium {
        font-size: 18px;
    }

    .slider h1 .techno {
        font-size: 40px;
    }

    h2 {
        font-size: 24px;
    }

    .slider_form h3 {
        font-size: 16px;
    }

    p,
    .tresc,
    input[type="text"],
    input[type="email"],
    select,
    .select-selected,
    textarea {
        font-size: 15px;
    }

    .input {
        margin-bottom: 10px;
    }

    .slider_form form {
        margin-top: 10px;
    }

    .slider_form {
        padding: 20px;
        margin-top: 20px;
    }


    .mobile {
        display: block;
    }

    .slider .content_biegacz,
    .slider .kolo {
        display: none;
    }

    .slider .mobile {
        position: relative;
        bottom: -10vw;
        margin-top: -10vw;
    }

    .onas {
        padding: 70px 0 40px 0;
    }

    .onas .tytul_sekcji,
    .czlonek .tytul_sekcji,
    .sprzet .tytul_sekcji {
        width: 95%;
        margin-bottom: 20px;
    }

    .tytul_sekcji h3 {
        font-size: 16px;
    }

    .onas .content,
    .doswiadczenie .content {
        padding: 0;
    }

    .onas .row {
        width: 100%;
    }

    .onas .row:nth-child(1) {
        margin-bottom: 20px;
    }

    .doswiadczenie {
        padding: 40px 0;
    }

    .doswiadczenie .tytul_sekcji {
        margin-bottom: 20px;
    }

    .oferta {
        padding: 40px 0;
    }

    .oferta .grid {
        grid-template-columns: repeat(2, 1fr);
        margin-top: -20px;
    }

    .oferta .grid.main {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 40px;
    }

    .oferta.info_wizyta .grid.main {
        grid-template-columns: repeat(2, 1fr);
    }

    .oferta.oferta.info_wizyta .grid.main .item:last-child {
        grid-column: inherit;
    }

    .oferta .item {
        height: 180px;
    }

    .oferta .grid.main .item:last-child {
        grid-column: 1/-1;
    }

    .oferta .item p,
    .oferta.info_wizyta .item p {
        font-size: 16px;
    }

    .oferta .other {
        margin-top: 40px;
    }

    .oferta .other .item {
        height: auto;
    }

    .oferta .pasek_wstep {
        padding: 20px 0 40px 5%;
        background-size: cover;
    }

    .oferta .pasek_wstep.one {
        width: 90%;
    }

    .oferta .pasek_wstep.two {
        width: 85%;
    }

    .oferta .pasek_wstep.three {
        width: 75%;
    }

    .pilkarz {
        bottom: 0;
    }

    .dla_kogo {
        padding: 40px 0;
    }

    .dla_kogo .grid {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px;
    }

    .dla_kogo .grid .item:nth-child(5) {
        grid-column: 1/-1;
    }

    .dla_kogo .item p {
        font-size: 15px;
    }

    .poznaj_nas {
        padding: 0 0 40px 0;
    }

    .poznaj_nas .content {
        padding: 0;
        width: 100%;
        margin-top: 20px;
    }

    .content_poznaj,
    .poznaj_nas .kolo {
        display: none;
    }

    .poznaj_nas h2 {
        margin-bottom: 10px;
    }

    .zespol {
        padding: 0;
    }

    .czlonek .tytul_sekcji .txt {
        margin-right: 20px;
        padding: 10px 0;
    }

    .czlonek .row:nth-child(1) {
        padding: 0 0 20px 0;
    }

    .czlonek .row {
        width: 100%;
    }

    .czlonek_info h3 {
        font-size: 18px;
    }

    .czlonek_info {
        margin-bottom: 20px;
    }

    .czlonek {
        margin-bottom: 40px;
    }

    .certyfikaty .move {
        top: -100px;
        margin-bottom: -100px;
    }

    .certyfikaty .content_slick:first-of-type {
        margin-bottom: 80px;
    }

    .certyfikaty .content_slick {
        margin-top: 20px;
    }

    .certyfikaty_slick .slick-slide,
    .metody_slick .slick-slide {
        margin-right: 15px;
    }

    .certyfikaty_slick .slick-list,
    .metody_slick .slick-list {
        margin-right: -15px;
    }

    .certyfikaty .container {
        width: 100%;
        padding: 0 calc(5% + 20px);
    }

    .content_slick .arrow {
        width: 10px;
    }

    .content_slick .arrow_prev {
        left: -25px;
    }

    .content_slick .arrow_next {
        right: -25px;
    }

    .certyfikaty_slick .item figure {
        margin-bottom: 20px;
    }

    .zdjecia_slick .grid {
        grid-template-areas:
            "one one"
            "two three"
            "six six"
            "four five";
        grid-template-columns: repeat(2, auto);
        grid-gap: 10px;
    }

    .certyfikaty {
        padding: 0 0 40px 0;
    }

    footer .row {
        width: 70%;
        padding: 40px 0 80px 0;
    }

    .dane_stopka {
        margin-top: 20px;
    }

    .dolny_pasek {
        width: 100%;
    }

    .dolny_pasek .pasek {
        height: 40px;
    }

    .sportowiec {
        bottom: 35px;
        left: -70px;
        max-width: 230px;
        width: 50%;
    }

    .dolny_pasek .pasek_grey {
        width: 100px;
        left: -100px;
    }

    footer .mapa {
        display: none;
    }

    .dane_stopka figure {
        margin-right: 15px;
        width: 40px;
        min-width: auto;
    }

    .dane_stopka p {
        font-size: 14px;
    }

    .slider_min {
        padding: 40px 0;
    }

    .slider_min h1.techno {
        font-size: 26px;
    }

    .metoda {
        padding-top: 80px;
        background-image: url('../img/pasek_metoda.png');
        background-position: 0 20px;
        background-repeat: no-repeat;
        background-size: auto 40px;
    }

    .leczymy_site .metoda {
        padding-bottom: 40px;
    }

    .metoda .tytul_sekcji,
    .metoda .tresc,
    .metoda .foto,
    .leczymy_site .metoda:nth-of-type(4) .info_staw {
        padding: 0 5%;
    }

    .metoda .tytul_sekcji {
        margin-bottom: 20px;
    }

    .metoda .tresc .pasek {
        display: none;
    }

    .leczymy_site .metoda:nth-of-type(1) li {
        margin-top: 5px;
        width: 100%;
    }

    .leczymy_site .metoda:nth-of-type(1) .foto,
    .leczymy_site .metoda:nth-of-type(3) .foto {
        margin-top: 20px;
    }

    .leczymy_site .metoda:nth-of-type(2) .foto,
    .leczymy_site .metoda:nth-of-type(4) .foto {
        margin: 20px 0;
    }

    .leczymy_site .doswiadczenie {
        padding: 40px 0;
    }

    .info_staw {
        grid-template-columns: 1fr;
        grid-gap: 10px;
        margin-bottom: 20px;
    }

    .info_staw .item_txt {
        height: auto;
    }

    .leczymy_site .metoda:nth-of-type(4) ul {
        margin-top: 20px;
    }

    .leczymy_site .metoda:nth-of-type(4) .info_staw {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .leczymy_site .podsumowanie {
        padding: 40px 0;
    }

    .leczymy_site .podsumowanie .content {
        padding: 0;
        width: 100%;
    }

    .metoda .content_slick {
        padding-bottom: 40px;
        margin-top: 80px;
    }

    .metoda .content_slick .container {
        padding: 0 30px;
        top: -40px;
        margin-bottom: -40px;
    }

    .metoda .content_slick .arrow_prev {
        left: 0;
    }

    .metoda .content_slick .arrow_next {
        right: 0;
    }

    .sprzet_wstep {
        padding: 40px 0;
    }

    .sprzet_wstep .content,
    .sprzet .content,
    .blog_open .content,
    .kontakt .content,
    .usluga .container {
        padding: 0;
    }

    .sprzet_wstep .row {
        width: 100%;
    }

    .sprzet_wstep .row:nth-child(1) {
        padding: 0 0 20px 0;
        margin-bottom: 0;
    }

    .sprzet_wstep .row:nth-child(2) {
        padding-bottom: 0;
    }

    .sprzet {
        padding: 40px 0;
    }

    .sprzet .tytul_sekcji .txt {
        padding: 10px 10px 10px 0;
    }

    .sprzet .desc_flex {
        padding: 20px 0;
    }

    .sprzet .desc_flex .row:nth-child(1) {
        padding: 0 0 20px 0;
        width: 100%;
    }

    .sprzet .desc_flex .other {
        width: 20vw;
    }

    .opis_sprzetu {
        margin-bottom: 40px;
    }

    .sprzet .tytul_sekcji .pasek {
        width: 60px;
    }

    .sprzet .desc_flex.game_foto {
        padding: 20px 0 0 0;
    }

    .sprzet .desc_flex.game_foto .row:nth-child(1) {
        padding-bottom: 0;
    }

    .sprzet .desc_flex.game_foto .row:nth-child(2) {
        padding: 10px 0 0 0;
    }

    .sprzet .opis_sprzetu:nth-child(2) .desc_flex .row {
        width: 100%;
    }

    .sprzet .opis_sprzetu:nth-child(2) .desc_flex .row .main figure.bg {
        padding-top: 90%;
    }

    .above_footer {
        display: flex;
    }

    .umow_wizyte {
        margin-top: 0;
    }

    .umow_wizyte .row.row:nth-child(1) {
        position: relative;
    }

    .umow_wizyte .row.row:nth-child(2) {
        padding: 40px 5%;
        width: 100%;
        background-color: #2d3744;
        background-image: url('../img/umow-wizyte-mob.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
    }

    .umow_wizyte .tytul_sekcji {
        padding: 40px 5%;
        width: 100%;
    }

    .umow_wizyte .green_div {
        display: none;
    }

    .umow_wizyte:before {
        content: none;
    }

    .oferta.info_wizyta {
        padding: 40px 0;
    }

    .oferta.info_wizyta .item {
        height: auto;
    }

    .blog {
        padding: 40px 0;
    }

    .blog .content {
        padding: 0 5%;
        margin-top: 80px;
    }

    .blog .grid {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }

    .aktualnosc a.more {
        margin-top: 20px;
    }

    .blog .content:nth-of-type(even) .aktualnosc {
        margin: 0;
    }

    .blog .content:nth-of-type(even) .aktualnosc:first-child {
        margin-top: -40px;
    }

    .blog .content:nth-of-type(even) .aktualnosc:last-child {
        margin-bottom: -20px;
    }

    .aktualnosc h3 {
        font-size: 20px;
        margin: 15px 0 5px 0;
    }

    .pagination {
        padding-top: 80px;
    }

    .pagination a {
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin-right: 5px;
    }

    .blog_open .akt_wstep {
        padding: 40px 0 80px 0;
    }

    .akt_ozdoba {
        display: none;
    }

    .blog_open .akt_opis {
        margin-top: -40px;
        padding-bottom: 40px;
    }

    input[type="submit"],
    a.more {
        font-size: 16px;
    }

    .blog_open h2 {
        margin-bottom: 40px;
    }

    .kontakt {
        padding-top: 40px;
    }

    .kontakt_dane {
        margin-top: 40px;
    }

    .kontakt_dane .row {
        height: auto;
        padding: 40px 0;
    }

    .kontakt_dane .row:nth-child(3) {
        width: 100%;
        right: 0;
    }

    .kontakt_dane .row:nth-child(3) .dane_stopka {
        width: 100%;
        margin-left: 0;
        padding: 0 5%;
    }

    .kontakt_dane .row:nth-child(3),
    .kontakt_dane .row:nth-child(3) .dane_stopka,
    .kontakt_dane .row:nth-child(3):before {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .kontakt_dane .row:nth-child(1) {
        width: 80%;
        left: -23%;
        margin-right: -23%;
        justify-content: flex-start;
        padding-left: 20vw;
    }

    .kontakt_dane .row:nth-child(1) .dane_stopka {
        transform-origin: center;
        padding-left: 11%;
    }

    .kontakt_dane .row:nth-child(2) {
        width: 66%;
        left: 26%;
        margin-left: -26%;
        justify-content: flex-start;
        padding-left: 1vw;
    }

    .kontakt_dane .dane_stopka figure {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .kontakt_dane .dane_stopka p {
        font-size: 12px;
    }

    .kontakt_dane .row:nth-child(2) .dane_stopka figure {
        padding-left: 20px;
    }

    .kontakt_dane .dane_stopka figure img {
        width: 40px;
    }

    .kontakt_dane .row:nth-child(1):before {
        background-size: 150px auto;
    }

    .cennik {
        padding: 40px 0;
    }

    .cennik_part .content {
        margin: 20px 0;
    }

    .cennik_bg {
        background-size: cover;
    }

    .cennik_tytul h2 {
        font-size: 4vw;
    }

    .cennik_opcja h3 {
        font-size: 3vw;
    }

    .cennik_opcja p {
        font-size: 2vw;
    }

    .cennik_opcja,
    .cennik_tytul {
        padding: 20px 5%;
    }

    .usluga .tytul_flex figure {
        margin: 0 0 10px 0;
        flex: none;
        width: 100%;
    }

    .usluga .tytul_flex h2 {
        font-size: 22px;
    }

    .usluga .tytul_flex {
        margin-bottom: 20px;
    }

    .usluga .tresc {
        width: 100%;
    }

    .usluga {
        padding: 40px 0;
    }

    .usluga .tytul_flex .green_txt {
        font-size: 18px;
    }

    .usluga_site .cennik_tytul h2 {
        font-size: 22px;
    }

    .dysponujemy_bg {
        top: 195px;
        max-width: 160px;
    }

    .dysponujemy .content .tytul_sekcji {
        width: 100%;
        margin-bottom: 40px;
    }

    .dysponujemy .desc {
        margin-top: -20px;
        padding: 40px 0;
    }

    .dysponujemy .urzadzenie h3 {
        flex: none;
        width: 100%;
        font-size: 24px;
    }

    .dysponujemy .urzadzenie p {
        font-size: 16px;
        flex: none;
        width: 100%;
    }

    .dysponujemy .urzadzenie {
        margin-bottom: 10px;
    }

    .dysponujemy .urzadzenia {
        margin-bottom: 20px;
    }

    .dysponujemy .efekty {
        margin-top: 40px;
    }

    .dysponujemy .efekty ul {
        margin-top: 20px;
    }

    .dysponujemy ul li {
        margin-bottom: 5px;
    }

    .dysponujemy {
        padding: 40px 0 140px 0;
    }

    #fix_top {
        margin-top: 140px;
    }

    .designed_by {
        right: 5%;
        bottom: 5px;
    }

    .slider .content,
    .onas .content,
    .czlonek .content,
    .sprzet_wstep .content,
    .sprzet .content,
    .sprzet .desc_flex,
    .umow_wizyte .content,
    .kontakt_dane,
    .kontakt_dane .dane_stopka,
    .usluga .tytul_flex,
    .dysponujemy .content,
    .dysponujemy .urzadzenie {
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
    .container {
        width: 90%;
    }

    .uslugi_bt {
        display: none;
    }

    figure.logo {
        padding-right: 20px;
        width: 200px;
        flex: 0 0 auto;
    }

    .top_bt a.bt {
        min-width: 150px;
        padding: 8px;
    }

    .bt_txt {
        font-size: 1.3vw;
    }

    .nav_a {
        display: none;
    }

    .uslugi_bt {
        width: 180px;
    }

    .slider h1 .medium {
        font-size: 20px;
    }

    .slider h1 .techno,
    .slider_min h1.techno {
        font-size: 50px;
    }

    .slider_form {
        width: 100%;
        margin-top: 40px;
    }

    h2 {
        font-size: 30px;
    }

    .slider_form h3 {
        font-size: 18px;
    }

    p,
    .tresc,
    input[type="text"],
    input[type="email"],
    select,
    .select-selected,
    textarea {
        font-size: 16px;
    }

    .input {
        margin-bottom: 10px;
    }

    .slider_form form {
        margin-top: 20px;
    }

    .slider h1 {
        flex: 0 0 auto;
    }

    .slider .content_biegacz {
        left: 0;
        display: none;
    }

    .biegacz {
        max-width: 50%;
    }

    .slider .pasek {
        transform-origin: bottom;
        width: 40%;
        left: 0;
    }

    .slider_ozdoba {
        max-width: 50%;
        left: 0;
    }

    .slider .pasek:before {
        left: -50px;
        width: 100px;
    }

    .slider .kolo {
        width: 200px;
        height: 200px;
        left: -50px;
        display: none;
    }

    .onas .content {
        padding: 0;
    }

    .onas .row:nth-child(1) {
        padding-right: 40px;
    }

    .onas {
        padding-bottom: 80px;
    }

    .doswiadczenie .content {
        padding: 0;
    }

    .oferta {
        padding-bottom: 80px;
    }

    .oferta .grid.main {
        grid-template-columns: repeat(4, 1fr);
        margin-top: 40px;
    }

    .oferta.info_wizyta .grid.main {
        grid-template-columns: repeat(3, 1fr);
    }

    .oferta .item p {
        font-size: 18px;
    }

    .tytul_sekcji h3 {
        font-size: 20px;
    }

    .oferta .pasek_wstep {
        background-size: cover;
    }

    .oferta .pasek_wstep {
        padding-left: 5%;
    }

    .oferta .other .item p {
        font-size: 15px;
    }

    .oferta .pasek_wstep.one {
        width: 85%;
    }

    .oferta .pasek_wstep.two {
        width: 65%;
    }

    .oferta .pasek_wstep.three {
        width: 45%;
    }

    .oferta .other .item {
        height: auto;
        min-height: 200px;
    }

    .oferta .other {
        margin-top: 80px;
    }

    .dla_kogo {
        padding: 80px 0;
    }

    .dla_kogo .item p {
        font-size: 17px;
    }

    .poznaj_nas .content {
        padding-right: 0;
    }

    .content_poznaj {
        left: 0;
    }

    .poznaj_nas .osoba {
        max-width: 80%;
        left: -60px;
    }

    .poznaj_nas .pasek {
        width: 150px;
        left: -50px;
    }

    .poznaj_nas .pasek:before {
        width: 80px;
        left: -40px;
    }

    .poznaj_ozdoba {
        left: 0;
    }

    .poznaj_nas .kolo {
        width: 60px;
        height: 60px;
        left: 20px;
        top: 20px;
    }

    .poznaj_nas {
        padding: 80px 0;
    }

    .zespol {
        padding: 80px 0 0 0;
    }

    .czlonek .tytul_sekcji .txt {
        padding: 15px 0;
        margin-right: 20px;
    }

    .czlonek .row:nth-child(1) {
        padding: 0 40px 0 0;
    }

    .czlonek_info h3 {
        font-size: 20px;
    }

    .czlonek {
        margin-bottom: 80px;
    }

    .certyfikaty .move {
        top: -140px;
        margin-bottom: -140px;
    }

    .certyfikaty_slick .item figure {
        margin-bottom: 20px;
    }

    .content_slick .arrow_prev {
        left: -40px;
    }

    .content_slick .arrow_next {
        right: -40px;
    }

    .certyfikaty .container {
        padding: 0 20px;
    }

    .certyfikaty_slick .slick-slide,
    .metody_slick .slick-slide {
        margin: 0 15px 0 0;
    }

    .certyfikaty_slick .slick-list,
    .metody_slick .slick-list {
        margin: 0 -15px 0 0;
    }

    .certyfikaty .content_slick:first-of-type {
        margin-bottom: 80px;
    }

    .certyfikaty {
        padding: 0 0 80px 0;
    }

    footer .row {
        padding: 80px 0 130px 95px;
    }

    .dolny_pasek .pasek {
        height: 50px;
    }

    .sportowiec {
        bottom: 45px;
    }

    .dolny_pasek {
        width: 67%;
    }

    .dolny_pasek .pasek_grey {
        width: 150px;
        left: -150px;
    }

    footer .mapa {
        width: 70%;
    }

    footer .mapa:before {
        background-position: right;
    }

    .slider_min {
        padding: 80px 0;
    }

    .metoda {
        padding-top: 80px;
    }

    .leczymy_site .metoda {
        padding-bottom: 80px;
    }

    .metoda .tytul_sekcji,
    .metoda .tresc,
    .metoda .foto {
        padding: 0 calc(5% + 100px);
    }

    .leczymy_site .metoda:nth-of-type(4) .info_staw {
        padding: 0 5%;
    }

    .metoda .tresc .pasek {
        max-width: calc(5% + 80px);
    }

    .metoda .tytul_sekcji {
        margin-bottom: 40px;
    }

    .leczymy_site .metoda:nth-of-type(1) .foto,
    .leczymy_site .metoda:nth-of-type(3) .foto {
        margin-top: 40px;
    }

    .leczymy_site .metoda:nth-of-type(2) .foto,
    .leczymy_site .metoda:nth-of-type(4) .foto {
        margin: 40px 0;
    }

    .info_staw {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
        margin-bottom: 40px;
    }

    .leczymy_site .metoda:nth-of-type(1) li {
        width: 100%;
    }

    .leczymy_site .metoda:nth-of-type(4) ul {
        margin-top: 20px;
    }

    .leczymy_site .metoda:nth-of-type(4) .info_staw {
        grid-template-columns: repeat(3, 1fr);
    }

    .leczymy_site .metoda:nth-of-type(4) .info_staw .item_txt:last-child {
        grid-column: 1/-1;
    }

    .leczymy_site .podsumowanie .content {
        padding: 0;
    }

    .leczymy_site .podsumowanie {
        padding: 80px 0;
    }

    .metoda .content_slick .container {
        padding: 0 20px;
    }

    .metoda .content_slick .arrow_prev {
        left: -20px;
    }

    .metoda .content_slick .arrow_next {
        right: -20px;
    }

    .sprzet_wstep {
        padding: 80px 0;
    }

    .sprzet_wstep .content,
    .sprzet .content,
    .kontakt .content,
    .usluga .container {
        padding: 0;
    }

    .sprzet_wstep .row:nth-child(1) {
        padding-right: 40px;
        margin-bottom: 0;
    }

    .sprzet_wstep .row:nth-child(2) {
        padding-bottom: 0;
    }

    .sprzet {
        padding: 80px 0;
    }

    .onas .tytul_sekcji,
    .czlonek .tytul_sekcji,
    .sprzet .tytul_sekcji {
        margin-bottom: 40px;
    }

    .sprzet .desc_flex .row:nth-child(1) {
        padding-right: 40px;
    }

    .sprzet .desc_flex .other {
        width: 10vw;
    }

    .sprzet .tytul_sekcji .pasek {
        width: 200px;
    }

    .sprzet .tytul_sekcji .txt {
        padding: 15px 15px 15px 0;
    }

    .sprzet .desc_flex.game_foto {
        padding-top: 40px;
    }

    .umow_wizyte {
        margin-top: 0;
    }

    .umow_wizyte .row.row:nth-child(1) {
        position: relative;
    }

    .umow_wizyte .row.row:nth-child(2) {
        padding: 40px 5%;
        width: 100%;
        background-color: #2d3744;
        background-image: url('../img/umow-wizyte-mob.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
    }

    .umow_wizyte .tytul_sekcji {
        padding: 80px 5%;
        width: 100%;
    }

    .umow_wizyte .green_div {
        display: none;
    }

    .umow_wizyte:before {
        content: none;
    }

    .umow_wizyte .content {
        flex-wrap: wrap;
    }

    .oferta.info_wizyta {
        padding-bottom: 80px;
    }

    .blog {
        padding-top: 80px;
    }

    .blog .content {
        padding: 0 5%;
        margin-top: 100px;
    }

    .blog .grid {
        grid-gap: 20px;
    }

    .aktualnosc h3 {
        font-size: 18px;
        margin: 20px 0 10px 0;
    }

    .aktualnosc .tresc {
        line-height: 1.9em;
    }

    .pagination a {
        width: 50px;
        height: 50px;
    }

    .blog_open .content {
        padding: 0 80px;
    }

    .akt_ozdoba.green_bg {
        width: 100px;
    }

    .akt_ozdoba.navy_bg {
        width: calc(5% + 130px);
        transform-origin: top;
        left: 0;
    }

    .blog_open .akt_wstep {
        padding-bottom: 80px;
    }

    .blog_open .akt_opis {
        margin-top: -40px;
    }

    .kontakt {
        padding-top: 80px;
    }

    .kontakt_dane .row:nth-child(1):before {
        background-size: 150px auto;
    }

    .kontakt_dane .row:nth-child(1) {
        padding-left: 0;
    }

    .kontakt_dane .dane_stopka figure {
        margin-right: 10px;
    }

    .kontakt_dane .row:nth-child(3) .dane_stopka {
        width: 70%;
        margin-left: 0;
    }

    .kontakt_dane .row:nth-child(3) p {
        color: #fff;
    }

    .cennik {
        padding: 80px 0;
    }

    .cennik_part .content {
        margin: 40px 0;
    }

    .cennik_tytul,
    .cennik_opcja {
        padding: 20px 5%;
    }

    .cennik_opcja h3 {
        font-size: 20px;
    }

    .cennik_opcja p {
        font-size: 14px;
    }

    .usluga .tytul_flex figure {
        margin-right: 20px;
    }

    .usluga .tytul_flex h2 {
        font-size: 24px;
    }

    .usluga .tytul_flex {
        margin-bottom: 20px;
    }

    .usluga .tytul_flex .green_txt {
        font-size: 18px;
    }

    .kontakt_dane .dane_stopka p {
        font-size: 14px;
    }

    .dysponujemy_bg {
        bottom: 220px;
        top: inherit;
        max-width: 35%;
    }

    .dysponujemy .desc {
        margin-top: -20px;
        padding: 80px 0;
    }

    .dysponujemy .urzadzenie h3 {
        font-size: 24px;
        width: 220px;
    }

    .dysponujemy .urzadzenie p {
        font-size: 18px;
    }

    .dysponujemy {
        padding-top: 80px;
    }

    .slider .content {
        flex-wrap: wrap;
    }

    .slider .mobile {
        display: block;
        position: relative;
        bottom: -10vw;
        margin-top: -10vw;
    }

    .slider {
        padding: 40px 0 0 0;
    }

    #fix_top {
        margin-top: 124.39px;
    }

    footer h2 {
        font-size: 25px;
    }

    footer p {
        font-size: 14px;
    }

    .designed_by {
        right: 5%;
    }
}

@media screen and (min-width: 990px) and (max-width: 1299px) {
    .container {
        width: 90%;
    }

    figure.logo {
        padding-right: 40px;
    }

    .top_bt a.bt {
        min-width: 180px;
    }

    .nav_a a {
        font-size: 14px;
        margin-left: 15px;
    }

    .uslugi_bt {
        width: 180px;
    }

    .slider h1 .medium {
        font-size: 24px;
    }

    .slider h1 .techno,
    .slider_min h1.techno {
        font-size: 60px;
    }

    .slider_form {
        padding: 30px 20px;
        flex: 1;
        max-width: 40%;
        margin-left: 40px;
    }

    h2 {
        font-size: 30px;
    }

    p,
    .tresc,
    input[type="text"],
    input[type="email"],
    select,
    .select-selected,
    textarea {
        font-size: 16px;
    }

    .input {
        margin-bottom: 10px;
    }

    .slider_form form {
        margin-top: 20px;
    }

    .slider h1 {
        flex: 0 0 auto;
        padding-top: 10vw;
    }

    .slider .content {
        align-items: flex-start;
    }

    .slider .content_biegacz {
        left: 140px;
        max-width: 45%;
    }

    .slider_ozdoba {
        left: -140px;
    }

    .slider .pasek {
        width: 30vw;
        right: 6vw;
        transform-origin: bottom;
    }

    .slider .pasek:before {
        width: 100px;
        left: -50px;
    }

    .slider .kolo {
        width: 200px;
        height: 200px;
        left: -50px;
    }

    .onas .content {
        padding: 0;
    }

    .onas .row:nth-child(1) {
        padding-right: 80px;
    }

    .onas {
        padding-bottom: 100px;
    }

    .doswiadczenie .content {
        padding: 0;
    }

    .oferta {
        padding-bottom: 100px;
    }

    .oferta .grid.main {
        grid-template-columns: repeat(7, 1fr);
        margin-top: 40px;
    }

    .oferta .item {
        height: auto;
    }

    .oferta .item p {
        font-size: 16px;
    }

    .oferta .pasek_wstep {
        background-size: auto 100%;
    }

    .oferta .pasek_wstep {
        padding-left: 5%;
    }

    .oferta .pasek_wstep.one {
        width: 85%;
    }

    .oferta .pasek_wstep.two {
        width: 65%;
    }

    .oferta .pasek_wstep.three {
        width: 45%;
    }

    .oferta .other .item {
        height: auto;
        min-height: 200px;
    }

    .dla_kogo {
        padding: 100px 0;
    }

    .dla_kogo .item p {
        font-size: 16px;
    }

    .poznaj_nas .content {
        padding-right: 0;
    }

    .content_poznaj {
        left: 0;
    }

    .poznaj_nas .osoba {
        max-width: 70%;
        left: 0;
    }

    .poznaj_nas .pasek {
        width: 150px;
        left: 0px;
    }

    .poznaj_nas .pasek:before {
        width: 100px;
        left: -50px;
        height: 60%;
    }

    .poznaj_ozdoba {
        left: -75px;
    }

    .poznaj_nas .kolo {
        width: 80px;
        height: 80px;
        left: 20px;
        top: 20px;
    }

    .poznaj_nas {
        padding: 100px 0;
    }

    .zespol {
        padding: 100px 0 0 0;
    }

    .czlonek .tytul_sekcji .txt {
        padding: 15px 0;
        margin-right: 20px;
    }

    .czlonek .row:nth-child(1) {
        padding: 0 80px 0 0;
    }

    .certyfikaty_slick .item figure {
        margin-bottom: 20px;
    }

    .content_slick .arrow_prev {
        left: -40px;
    }

    .content_slick .arrow_next {
        right: -40px;
    }

    .certyfikaty .container {
        padding: 0 20px;
    }

    .certyfikaty_slick .slick-slide,
    .metody_slick .slick-slide {
        margin: 0 15px 0 0;
    }

    .certyfikaty_slick .slick-list,
    .metody_slick .slick-list {
        margin: 0 -15px 0 0;
    }

    .certyfikaty .content_slick:first-of-type {
        margin-bottom: 100px;
    }

    .certyfikaty {
        padding: 0 0 100px 0;
    }

    footer .row {
        padding: 100px 0 150px 170px;
    }

    .dolny_pasek .pasek {
        height: 50px;
    }

    .sportowiec {
        bottom: 45px;
    }

    .dolny_pasek {
        width: 55%;
    }

    .dolny_pasek .pasek_grey {
        width: 150px;
        left: -150px;
    }

    footer .mapa {
        width: 77%;
    }

    footer .mapa:before {
        background-position: right;
    }

    .slider_min {
        padding: 100px 0;
    }


    .metoda .tytul_sekcji,
    .metoda .tresc,
    .metoda .foto,
    .leczymy_site .metoda:nth-of-type(4) .info_staw {
        padding: 0 calc(5% + 120px);
    }



    .metoda .tresc .pasek {
        max-width: calc(5% + 100px);
    }

    .info_staw {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }

    .leczymy_site .metoda:nth-of-type(1) li {
        width: 100%;
    }

    .leczymy_site .metoda:nth-of-type(4) .info_staw {
        grid-template-columns: repeat(3, 1fr);
    }


    .leczymy_site .podsumowanie .content {
        padding: 0;
    }

    .leczymy_site .podsumowanie {
        padding: 100px 0;
    }

    .metoda .content_slick .container {
        padding: 0 20px;
    }

    .metoda .content_slick .arrow_prev {
        left: -20px;
    }

    .metoda .content_slick .arrow_next {
        right: -20px;
    }

    .sprzet_wstep {
        padding: 100px 0 0 0;
    }

    .sprzet_wstep .content,
    .sprzet .content {
        padding: 0;
    }

    .sprzet_wstep .row:nth-child(1) {
        display: flex;
        align-items: flex-end;
        padding-right: 40px;
        margin-bottom: -30px;
    }

    .sprzet {
        padding: 100px 0;
    }

    .sprzet .desc_flex .row:nth-child(1) {
        padding-right: 80px;
    }

    .sprzet .desc_flex .other {
        width: 10vw;
    }

    .sprzet .tytul_sekcji .txt {
        padding: 15px 15px 15px 0;
    }

    .umow_wizyte .tytul_sekcji {
        padding-left: 5%;
    }

    .umow_wizyte .row.row:nth-child(2) {
        padding: 140px 5% 140px 100px;
    }

    .umow_wizyte .green_div {
        background-size: 50% auto;
    }

    .oferta.info_wizyta .item p {
        font-size: 16px;
    }

    .blog .content {
        padding: 0 5%;
    }

    .blog .grid {
        grid-gap: 40px;
    }

    .aktualnosc h3 {
        font-size: 20px;
    }

    .pagination a {
        width: 50px;
        height: 50px;
    }

    .blog_open .content {
        padding: 0 80px;
    }

    .akt_ozdoba.navy_bg {
        width: calc(5% + 180px);
        transform-origin: top;
        left: 0;
    }

    .akt_ozdoba.green_bg {
        width: 110px;
    }

    .blog_open .akt_wstep {
        padding-bottom: 100px;
    }

    .kontakt_dane .row:nth-child(1):before {
        background-size: 220px auto;
    }

    .kontakt_dane .row:nth-child(1) {
        padding-left: 0;
    }

    .kontakt_dane .dane_stopka figure {
        margin-right: 10px;
    }

    .kontakt_dane .row:nth-child(3) .dane_stopka {
        margin-left: 0;
        width: 70%;
    }

    .kontakt_dane .row:nth-child(3) p {
        color: #fff;
    }


    .cennik_tytul,
    .cennik_opcja {
        padding: 20px 5%;
    }

    .cennik_opcja h3 {
        font-size: 22px;
    }

    .sprzet .tytul_sekcji .pasek {
        width: 250px;
    }

    nav .dropdown {
        left: 5%;
    }

    nav .dropdown,
    nav .dropdown .item,
    nav .dropdown .option {
        width: 230px;
    }

    nav .dropdown .item {
        left: 230px;
    }

    nav .dropdown .option h3 {
        font-size: 16px;
    }

    nav .dropdown .option {
        padding: 15px;
    }

    .usluga .container {
        padding: 0;
    }

    .umow_wizyte:before {
        width: 100%;
        height: 100%;
    }

    .dysponujemy_bg {
        bottom: 220px;
        top: inherit;
        max-width: 35%;
    }

    .dysponujemy .desc {
        margin-top: -20px;
        padding: 80px 0;
    }

    .dysponujemy .urzadzenie h3 {
        font-size: 26px;
    }

    footer h2 {
        font-size: 26px;
    }

    .designed_by {
        right: 5%;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1579px) {
    .container {
        width: 90%;
    }

    figure.logo {
        padding-right: 40px;
    }

    .top_bt a.bt {
        min-width: 180px;
    }

    .nav_a a {
        font-size: 16px;
        margin-left: 35px;
    }

    .uslugi_bt {
        width: 220px;
    }


    .slider_form {
        width: 400px;
    }

    h2 {
        font-size: 33px;
    }

    p,
    .tresc,
    input[type="text"],
    input[type="email"],
    select,
    .select-selected,
    textarea {
        font-size: 16px;
    }


    .slider .content_biegacz {
        left: 140px;
        max-width: 55%;
    }

    .slider_ozdoba {
        left: -140px;
    }

    .slider .pasek {
        width: 30vw;
        right: 18vw;
        transform-origin: bottom;
    }

    .slider .pasek:before {
        width: 180px;
        left: -90px;
    }

    .slider .kolo {
        width: 250px;
        height: 250px;
        left: -60px;
    }

    .onas .content {
        padding: 0;
    }

    .onas .row:nth-child(1) {
        padding-right: 80px;
    }

    .onas {
        padding-bottom: 100px;
    }

    .doswiadczenie .content {
        padding: 0 260px 0 140px;
    }

    .oferta {
        padding-bottom: 100px;
    }

    .oferta .grid.main {
        grid-template-columns: repeat(7, 1fr);
    }

    .oferta .item p {
        font-size: 20px;
    }

    .oferta .pasek_wstep {
        background-size: auto 100%;
    }

    .oferta .pasek_wstep {
        padding-left: 5%;
    }

    .pilkarz {
        bottom: 50px;
    }

    .dla_kogo {
        padding: 100px 0;
    }

    .dla_kogo .item p {
        font-size: 20px;
    }

    .poznaj_nas .content {
        padding-right: 0;
    }

    .content_poznaj {
        left: 0;
    }

    .poznaj_nas .osoba {
        max-width: 60%;
    }

    .poznaj_nas .pasek {
        width: 220px;
        left: -60px;
    }

    .poznaj_nas .pasek:before {
        width: 140px;
        left: -70px;
        height: 60%;
    }

    .poznaj_ozdoba {
        left: -260px;
    }

    .poznaj_nas .kolo {
        width: 100px;
        height: 100px;
        left: 20px;
        top: 20px;
    }

    .poznaj_nas {
        padding: 100px 0;
    }

    .zespol {
        padding: 100px 0 0 0;
    }

    .czlonek .tytul_sekcji .txt {
        padding: 15px 0;
        margin-right: 20px;
    }

    .czlonek .row:nth-child(1) {
        padding: 0 80px 0 0;
    }

    .certyfikaty_slick .item figure {
        margin-bottom: 20px;
    }

    .content_slick .arrow_prev {
        left: -40px;
    }

    .content_slick .arrow_next {
        right: -40px;
    }

    .certyfikaty .container {
        padding: 0 20px;
    }

    .certyfikaty_slick .slick-slide,
    .metody_slick .slick-slide {
        margin: 0 20px 0 0;
    }

    .certyfikaty_slick .slick-list,
    .metody_slick .slick-list {
        margin: 0 -20px 0 0;
    }

    .certyfikaty .content_slick:first-of-type {
        margin-bottom: 140px;
    }

    .certyfikaty {
        padding: 0 0 100px 0;
    }

    footer .row {
        padding: 100px 0 150px 250px;
    }

    .dolny_pasek .pasek {
        height: 50px;
    }

    .sportowiec {
        bottom: 45px;
    }

    .dolny_pasek {
        width: 50%;
    }

    .dolny_pasek .pasek_grey {
        width: 150px;
        left: -150px;
    }

    footer .mapa {
        width: 77%;
    }

    footer .mapa:before {
        background-position: right;
    }

    .slider_min {
        padding: 100px 0;
    }


    .metoda .tytul_sekcji,
    .metoda .tresc,
    .metoda .foto,
    .leczymy_site .metoda:nth-of-type(4) .info_staw {
        padding: 0 calc(5% + 120px);
    }

    .metoda .tresc .pasek {
        max-width: calc(5% + 100px);
    }

    .info_staw {
        grid-gap: 10px;
    }

    .info_staw .item_txt p {
        font-size: 15px;
    }

    .leczymy_site .metoda:nth-of-type(4) .info_staw {
        grid-template-columns: repeat(4, 1fr);
    }


    .leczymy_site .podsumowanie .content {
        width: 55%;
    }

    .leczymy_site .podsumowanie {
        padding: 100px 0;
    }

    .metoda .content_slick .container {
        padding: 0 20px;
    }

    .metoda .content_slick .arrow_prev {
        left: -20px;
    }

    .metoda .content_slick .arrow_next {
        right: -20px;
    }

    .sprzet_wstep {
        padding: 100px 0 0 0;
    }

    .sprzet_wstep .content,
    .sprzet .content {
        padding: 0;
    }

    .sprzet_wstep .row:nth-child(1) {
        display: flex;
        align-items: flex-end;
        padding-right: 40px;
        margin-bottom: -40px;
    }

    .sprzet {
        padding: 100px 0;
    }

    .sprzet .desc_flex .row:nth-child(1) {
        padding-right: 80px;
    }

    .sprzet .desc_flex .other {
        width: 10vw;
    }

    .sprzet .tytul_sekcji .txt {
        padding: 15px 15px 15px 0;
    }

    .sprzet .tytul_sekcji .pasek {
        width: 250px;
    }

    .umow_wizyte .tytul_sekcji {
        padding-left: 5%;
    }

    .umow_wizyte .row.row:nth-child(2) {
        padding-right: 5%;
        padding-left: 140px;
    }

    .umow_wizyte .green_div {
        background-size: 50% auto;
    }

    .blog .content {
        padding: 0 5%;
    }

    .blog_open .content {
        padding: 0 80px;
    }

    .akt_ozdoba.navy_bg {
        width: calc(5% + 180px);
        transform-origin: top;
        left: 0;
    }

    .akt_ozdoba.green_bg {
        width: 110px;
    }

    .blog_open .akt_wstep {
        padding-bottom: 100px;
    }

    .kontakt_dane .row:nth-child(1):before {
        background-size: 330px auto;
    }

    .kontakt_dane .row:nth-child(1) {
        padding-left: 0;
    }

    .kontakt_dane .dane_stopka figure {
        margin-right: 10px;
    }

    .cennik_tytul,
    .cennik_opcja {
        padding: 30px 5%;
    }

    .cennik_opcja h3 {
        font-size: 24px;
    }

    nav .dropdown,
    nav .dropdown .item,
    nav .dropdown .option {
        width: 220px;
    }

    nav .dropdown .option {
        padding: 15px;
    }

    nav .dropdown {
        left: 5%;
    }

    nav .dropdown .item {
        left: 220px;
    }

    nav .dropdown .option h3 {
        font-size: 16px;
    }

    .umow_wizyte:before {
        width: calc(100% - 100px);
    }

    .dysponujemy .urzadzenie h3 {
        font-size: 26px;
    }

    .dysponujemy .desc {
        margin-top: -40px;
    }

    .dysponujemy_bg {
        bottom: 160px;
        top: inherit;
    }

    .designed_by {
        right: 5%;
        bottom: 10px;
    }
}

@media screen and (min-width: 1580px) and (max-width: 1799px) {
    .nav_a a {
        margin-left: 30px;
    }

    .slider_form {
        width: 35%;
    }

    .slider .content_biegacz {
        left: 220px;
        max-width: 50%;
    }

    .slider_ozdoba {
        left: -220px;
    }

    h2 {
        font-size: 36px;
    }

    .onas .row:nth-child(1) {
        padding-right: 80px;
    }

    .doswiadczenie .content {
        padding: 0 300px 0 140px;
    }

    .dla_kogo .item p {
        font-size: 20px;
    }

    .poznaj_nas .content {
        padding: 0 0 0 150px;
    }

    .content_poznaj {
        left: 0;
        width: 75%;
    }

    .poznaj_ozdoba {
        left: -360px;
    }

    .info_staw .item_txt p {
        font-size: 16px;
    }

    .leczymy_site .metoda:nth-of-type(4) .info_staw {
        grid-template-columns: repeat(4, 1fr);
    }

    .blog .content {
        padding: 0 11%;
    }

    .cennik_opcja h3 {
        font-size: 26px;
    }

    .sprzet .tytul_sekcji .pasek {
        width: 400px;
    }

    .dysponujemy_bg {
        top: inherit;
        bottom: 160px;
    }

}

@media screen and (min-width: 1800px) and (max-width: 1860px) {
    .info_staw .item_txt p {
        font-size: 17px;
    }

    .nav_a a {
        margin-left: 55px;
    }
}

@media screen and (min-width: 300px) and (max-width: 989px) {

    #cssmenu,
    #cssmenu ul,
    #cssmenu ul li,
    #cssmenu ul li a,
    #cssmenu #head-mobile {
        border: 0;
        list-style: none;
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    #cssmenu:after,
    #cssmenu>ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }

    #cssmenu #head-mobile {
        display: none
    }

    #cssmenu {
        font-family: sans-serif;
        width: 100%;
        left: 0;
        z-index: 9999;
    }

    ul#menu_list {
        position: relative;
        background-color: #2d3744;
        padding-left: 0;
        margin: 0;
        top: 0;
    }

    #cssmenu>ul>li {
        float: left
    }

    #cssmenu>ul>li>a {
        text-decoration: none;
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        height: 57px;
        display: flex;
        align-items: center;
        margin: 0px;
        letter-spacing: 1px;
    }

    #cssmenu>ul>li.has-sub>a {
        padding-right: 30px
    }

    #cssmenu>ul>li.has-sub>a:after {
        position: absolute;
        top: 27px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #fff;
        content: ''
    }

    #cssmenu>ul>li.has-sub>a:before {
        position: absolute;
        top: 24px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #fff;
        content: '';
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease
    }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px
    }

    #cssmenu ul ul li {
        height: 0;
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        background: #afc96e;
        transition: all .25s ease
    }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0
    }

    #cssmenu ul ul li a {
        height: 34px;
        display: flex;
        align-items: center;
        font-size: 14px;
        text-decoration: none;
        color: #fff;
        font-weight: 400;
        padding-right: 5%;
    }

    #cssmenu ul ul li:last-child>a,
    #cssmenu ul ul li.last-item>a {
        border-bottom: 0
    }

    #cssmenu ul ul li.has-sub>a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #fff;
        content: ''
    }

    #cssmenu ul ul li.has-sub>a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #fff;
        content: '';
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease
    }

    #cssmenu ul ul ul li.active a {
        border-left: 1px solid #afc96e
    }

    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: 1px solid #afc96e
    }

    #cssmenu ul {
        width: 100%;
        display: none;
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    #cssmenu ul ul li {
        height: auto;
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
        padding-left: 5%;
    }

    #cssmenu>ul>li {
        float: none;
    }

    #cssmenu ul ul li a {
        padding-left: 0;
        margin-left: 0;
    }

    #cssmenu ul ul li {
        background: #afc96e !important;
        padding-left: 5%;
    }

    #cssmenu ul ul ul li a {
        padding-left: 0;
    }

    #cssmenu ul ul li a {
        color: #fff;
        background: none;
    }

    #cssmenu ul ul li.active>a {
        color: #fff;
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        padding-left: 0;
    }

    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none;
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
    }

    #cssmenu .button {
        width: 55px;
        height: 46px;
        position: relative;
        margin: 0 13px 0 auto;
        cursor: pointer;
        z-index: 12399994;
    }

    #cssmenu .button:after {
        position: absolute;
        top: 22px;
        right: 0;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        content: '';
    }

    #cssmenu .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 0;
        display: block;
        height: 2px;
        width: 20px;
        background: #fff;
        content: '';
    }

    #cssmenu .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #cssmenu .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        height: 57px;
        width: 46px;
        cursor: pointer;
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 28px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #fff;
        content: '';
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff;
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 25px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #fff;
        content: '';
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }

    #cssmenu ul ul ul li.active a {
        border-left: none;
    }

    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none;
    }

    nav .content {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    nav .container {
        width: 100%;
    }

    nav {
        padding: 0;
    }
}