@media screen and (max-width: 1590px) and (min-width: 1001px) {
	div.hero-logo {
		margin-left: calc(10% - 50px);
	}
	
	div.hero-logo img {
		min-width: 487px;
	}
	
	div.about-us > div.features {
		max-width: 75%;
		align-self: center;
		justify-content: center;
	}
}

@media screen and (max-width: 1115px) and (min-width: 1001px) {
	div.about-us > div.features {
		max-width: 90%;
	}
}


@media screen and (max-width: 1380px) and (min-width: 1001px) {	
	nav#header-menu-1 > ul > li:last-child {
		display: none;
	}
}


@media screen and (max-width: 1330px) and (min-width: 1001px) {
	div.our-services > div.boxes > div.service-box {
		width: 100%;
		max-width: 100%;
	}
	
	div.our-services > div.boxes > div.service-box div.service-info {
		width: 100%;
	}
}


@media screen and (max-width: 1290px) and (min-width: 1001px) {
	div.hero-description {
		max-width: 80%;
	}
}


@media screen and (max-width: 1040px) and (min-width: 1001px) {	
	nav#header-menu-1 > ul > li:nth-last-child(2) {
		display: none;
	}
}





@media only screen and (max-width: 1000px) {
	/* HEADER */
	div.header-image-left svg {
		width: calc(100% + 200%);
	}
	
	div.header-start div.main-content {
		max-width: 100%;
	}
	
	div.hero-logo {
		align-self: center;
	}

	div.hero-section:after {
		display: none;
	}
	
	div.hero-section.title div.main-content {
		padding: 32px 0;
	}
	
	div.ct-header-cta, a.register-button-header {
		min-height: 60px;
	}
	
	/* NASZE USŁUGI */
	div.our-services > div.boxes > div.service-box {
		max-width: 100%;
	}
	
	/* ZAREZERWUJ WIZYTĘ ONLINE */
	div.book-appointment-box > div.background {
		flex-direction: column;
		align-items: normal;
		gap: 16px;
		border-radius: 100px;
	}
	
	div.book-appointment-box > div.background > div.advantage-box {
		flex: 1 0 0;
		padding-right: 96px;
	}
	
	div.book-appointment-box > div.background > div.advantage-box > div.description {
		flex: 1 0 0;
		text-align: center;
	}
	
	/* WIĘCEJ O HOPSIUP */ 
	div.about-us > div.two-columns {
		flex-direction: column;
		gap: 32px;
	}
	
	div.about-us > div.two-columns > div.column-one {
		width: 100%;
		max-height: 364px;
	}
	
	div.about-us > div.two-columns > div.column-two {
		padding: 0;
		width: 100%;
	}
	
	div.about-us > div.two-columns > div.column-two > div.heading-2 {
		align-self: center;
	}
	
	div.about-us > div.features {
		justify-content: center;
	}
	
	/* GALERIA ZDJĘĆ */
	div.photo-gallery > div.tile--more {
		min-height: 150px;
	}
	
	body div.photo-gallery {
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: auto;
		grid-template-areas:
			"a a a a a a"
			"b b b c c c"
			"d d d d d d"
			"e e e f f f"
			"g g g h h h"
			"more more more more more more";
	}
	
	/* FOOTER */
	footer div.ct-container div[data-column="widget-area-1"] {
		order: 1;
	}
	
	footer div.ct-container div[data-column="menu"] {
		order: 2;
	}
	
	footer div.ct-container div[data-column="menu-secondary"] {
		order: 3;
	}
	
	footer div[data-column="menu"]:before, footer div[data-column="menu-secondary"]:before {
		margin-top: 0;
	}
	
	/* LOKALIZACJA I DOJAZD */
	div.location-info {
		flex-direction: column;
	}
	
	div.location-info > div.column-one, div.location-info > div.column-one > iframe {
		min-height: 300px;
	}
	
	div.location-info > div.column-two {
		padding: 0;
	}
	
	/* SEKCJA KONTAKTOWA */
	div.contact-info {
		flex-direction: column;
	}
	
	/* CENNIK */
	div.price-list > div.columns > div.price-detail > div.listing {
		grid-template-columns: repeat(1, 1fr);
	}
	
	/* GALERIA ZDJĘĆ */
	body div.photo-gallery {
		grid-auto-rows: auto;
	}
	
	/* PRZYGOTOWANIE NA WIZYTĘ */
	div.visit-preparation-step-by-step > div.main-box > div.column-two {
		padding: 16px 0;
	}
	
	/* OFERTA */
	div.text-block div.main-part {
		grid-template-columns: repeat(2, auto);
		gap: 16px;
	}
	
	body div.text-block div.main-part > div.one-tile.image {
		min-height: 200px;
	}
	
	body.single div.text-block div.main-part > div.one-tile {
		grid-area: auto / span 2;
	}
	
	div.text-block div.main-part > div.one-tile:nth-child(1) {
		order: 1;
	}
	
	div.text-block div.main-part > div.one-tile:nth-child(2) {
		order: 3;
	}
	
	div.text-block div.main-part > div.one-tile:nth-child(3) {
		order: 2;
	}
	
	div.text-block div.main-part > div.one-tile:nth-child(4) {
		order: 4;
	}
	
	div.text-block div.main-part > div.one-tile:nth-child(5) {
		order: 5;
	}
	
	div.point-list-block > div.listing {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		flex: 1 0 0;
	}
	
	body.single.single-usluga div.point-list-block > div.listing > div.one-point {
		grid-area: auto / span 2;
		grid-column: 1;
	}
	
	body.single.single-usluga div.point-list-block > div.listing > div.one-point > svg {
		min-width: 32px;
		min-height: 32px;
	}
	
	div.text-point-list-block > div.columns {
		grid-template-columns: repeat(1, minmax(0, auto));
		justify-items: center;
	}
	
	div.text-image-block > div.columns {
		flex-direction: column;
	}
	
	div.text-image-block > div.columns > div {
		flex: auto;
	}
	
	div.price-list > div.columns {
		grid-template-columns: repeat(1, 1fr)
	}
	
	body.single div.price-list > div.columns > div {
		grid-column: 1;
	}
	
	div.price-list div.one-tile.text.check-more {
		font-weight: 500;
		text-align: center;
		padding: 32px;
	}
	
	/* ZESPÓŁ */
	div.about-me {
		flex-direction: column;
	}
	
	/* BLOG */
	div.promo-table-of-content.one-tile {
		display: flex!important;
	}

	div.promo-table-of-content.sidebar.one-tile {
		display: none;
	}
	
	div.blog-faq-contact {
		flex-direction: column;
	}
	
	/* MODUŁ LINKOWANIA WEWNĘTRZNEGO */
	.rr-carousel {
		 --gap: 14px;
	}
		
	.rr-card__title {
		font-size: 18px;
	}

}


@media only screen and (max-width: 600px) {
	/* HEADER */
	div.hero-logo img {
		max-width: 100%;
		min-width: auto;
	}
	
	div.hero-description {
		max-width: 100%;
	}
	
	/* NASZE USŁUGI */
	div.our-services > div.boxes > div.service-box > a > div.service-icon {
		display: none;
		padding: 8px;
		border-radius: 16px;	
	}
	
	div.our-services > div.boxes > div.service-box > a > div.service-info {
		margin-top: 24px;
		margin-bottom: 24px;
		margin-left: 24px;
	}
	
	div.our-services > div.boxes > div.service-box > a > div.service-info h3 {
		font-size: 18px;
	}
	
	div.header-start {
		padding-bottom: 48px;
	}
	
	
	div.header-end {
		max-height: 36px;
	}
	
	/* REZERWACJA WIZYTY ONLINE */
	div.book-appointment-box > div.heading-2 {
		padding: 16px 32px;
		text-align: center;
	}
	
	div.book-appointment-box > div.background {
		border-radius: 32px;
	}
	
	div.book-appointment-box > div.background {
		padding: 64px 16px;
	}
	
	div.book-appointment-box > div.background svg.mobile {
		display: block;
	}
	
	div.book-appointment-box > div.background svg.desktop {
		display: none;
	}
	
	div.book-appointment-box > div.background > div.advantage-box {
		padding-right: 16px;
	}
	div.book-appointment-box > div.background > div.advantage-box > div.description {
		text-align: left;
		font-size: 14px;
	}
	
	/* WIĘCEJ O NAS */
	div.about-us > div.features > div.features-box, div.about-us > div.features > div.features-box > div.description {
		width: 100%;
	}
	
	div.about-us > div.features > div.features-box {
		padding-right: 32px;
	}
	
	div.about-us > div.features > div.features-box > div.description {
		text-align: center;
	}
	
	/* GALERIA ZDJĘĆ */
	div.photo-gallery > div.tile--more {
		max-height: 150px;
		width: 100%;
	}
	
	/* CENNIK */
	div.our-services > div.boxes > div.service-box > a > div.service-info > div.service-name {
		padding: 0;
	}
	
	div.service-name {
		padding: 16px 32px;
	}
	
	div.service-name > h2 {
		font-size: 18px;
	}
	
	div.price-list > div.columns > div.price-detail {
		padding: 16px;
		padding-top: 63px;
		padding-bottom: 32px;
	}
	
	div.price-list > div.columns > div.price-detail > div.listing > div.detail {
		border-radius: 48px;
	}
	
	/* GALERIA ZDJĘĆ */
	body div.photo-gallery {
		grid-auto-rows: auto;
	}
	
	body div.photo-gallery > div.tile {
		grid-area: span 1;
	}
	div.photo-gallery > div.tile > span.photo-about {
		right: 16px;
		bottom: 16px;
	}
	
	body div.photo-gallery {
		grid-template-columns: 1fr;
		grid-template-areas:
			"a"
			"b"
			"c"
			"d"
			"e"
			"f"
			"g"
			"h"
			"more";
	}
	
	body div.photo-gallery > .tile--0 {
		aspect-ratio: 4 / 3;
	}
	
	/* PRZYGOTOWANIE NA WIZYTĘ */
	div.visit-preparation-step-by-step > div.main-box {
		flex-direction: column;
	}
	
	div.visit-preparation-step-by-step > div.main-box > div.column-one.number {
		margin: 8px;
	}
	
	div.visit-preparation-step-by-step > div.main-box > div.column-two {
		margin: 0;
		padding: 0 32px;
	}
	
	div.visit-preparation-step-by-step > div.main-box > div.column-two > div.heading {
		line-height: 160%;
	}
	
	div.visit-preparation-step-by-step > div.main-box > div.column-three.image {
		align-self: normal;
	}
	
	div.visit-preparation-step-by-step > div.main-box > div.column-three.image > img {
		width: 100%;
		max-width: calc(100% - 16px);
		aspect-ratio: auto;
		margin: 8px;
		border-radius: 89px;
		max-height: 250px;
	}
	
	div.price-list div.one-tile.text.check-more {
		padding: 16px;
	}
	/* OFERTA */
	div.text-point-list-block > div.columns > div.column-two {
		padding: 16px;
		padding-top: 32px;
	}
	
	div.text-point-list-block > div.columns > div.column-two > div.column-title {
		padding: 0 16px;
	}
	
	.rr-carousel {
		--gap: 12px;
		--radius: 14px;
	}

	  /* mobile: pokazujemy ok. 1.15 karty */
	div.blog-posts-list .rr-card {
		flex-basis: 82%;
	}
		
	div.blog-posts-list .rr-arrow {
		width: 42px;
		height: 42px;
	}
}