/*
Theme Name: Secpol
Version: 1.0
Author: Digital Noise
Author URI: https://digitalnoise.pl/

@import url("https://use.typekit.net/wre2oox.css");
*/

@import url("https://use.typekit.net/dng5hqt.css");


*,
*::after,
*::before {
	box-sizing: border-box;
	position: relative;
}

:root {
	--white: #ffffff;
	--beige: #f8ebd8;
	--red: #de4a4a;
	--grey: #e9decd;
}

body {
	font-family: roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	background: var(--white);
	color: var(--black);
	font-size: 19px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	transition: 0s;
	overflow-x: hidden;
}

.small {
	font-size: 15px;
}

a, a:active, a:visited {
	text-decoration: none;
	color: var(--black);
}

:focus {
	outline: none;
}

img, video {
	max-width: 100%;
	height: auto;
	display: block;
}

img.aligncenter {
	margin: 0 auto;
}

u {
	text-decoration: none;
	border-bottom: 1px solid var(--white);
}

.block {
	max-width: 1170px;
	margin: 0 auto;
}

.mini-block {
	max-width: 970px;
	margin: 0 auto;
}

.grid {
	display: grid;
	grid-gap: 48px;
}

.grid-1-2-1 {
	grid-template-columns: 1fr 2fr 1fr;
}

.grid-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-2-1 {
	grid-template-columns: 2fr 1fr;
}

.grid-1-2 {
	grid-template-columns: 3fr 5fr;
}

.grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-a-1 {
	grid-template-columns: auto 1fr;
}

.products.grid {
	row-gap: 183px;
}

.products.grid .product {
	transition: .5s;
}

.products.grid .product .bottom {
	padding: 20px;
	background: var(--beige);
	margin-top: -1px;
}

.products.grid .product .top {
	background: var(--white);
	border: 5px solid var(--beige);
}

.products.grid .product .top img {
	margin-top: -80px;
	margin-bottom: -40px;
}

.products.grid .product .grid {
	grid-gap: 0px;
}

.products.grid .product h2 {
	color: var(--red);
	text-indent: 16px;
	margin: 0px;
	height: 58px;
}

.products.grid .product .desc {
	margin: 10px 0 18px 0;
	height: 34px;
	font-size: 14px;
}

.products.grid .product .desc p {
	margin: 0;
}

.products.grid .product h2:before {
	content: '';
	left: 3px;
	top: 3px;
	width: 2px;
	height: 24px;
	background: var(--red);
	position: absolute;
}

.products.grid .product .jumplink {
	margin: 0 20px;
	padding-top: 12px;
	font-size: 12px;
	border-top: 1px solid var(--grey);
}

.products.grid .product .jumplink a {
	color: var(--red);
}

.products.grid .product:hover {
	scale: 1.17;
}

.products.grid .product:hover .bottom {
	background: var(--red);
	color: var(--white);
}

.products.grid .product:hover .top {
	border: 5px solid var(--red);
}

.products.grid .product:hover h2, .products.grid .product:hover .jumplink a {
	color: var(--white);
}

.products.grid .product:hover h2:before {
	background: var(--white);
}

.products.grid .product h2 {
	font-size: 24px;
	font-family: bebas-neue-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
}

footer {
	margin-top: 60px;
	padding: 10px 0;
	background: var(--beige);
	font-size: 17px;
}

.page-template-about footer {
	margin-top: 0px;
}

footer .center img {
	margin: 0 auto;
}

footer .center .grid {
	grid-template-columns: 1fr 1fr;
	width: fit-content;
	margin: 40px auto 0 auto;
	line-height: 1.7;
}

footer .shape {
	position: absolute;
	bottom: 100%;
	width: 100%;
}

footer .home {
	filter: grayscale(1) brightness(1);
}

.header {
	background-repeat: no-repeat !important;
	background-size: 100% !important;
	background-position: bottom !important;
	padding-bottom: 100px;
}

.header .center .child-menu {
	display: grid;
	grid-template-columns: 28px 1fr;
	grid-gap: 40px;
	width: fit-content;
	align-items: center;
	margin: 0 auto;
}

.header .main-menu {
	background: var(--white);
	margin: 0 -60px;
	padding: 20px 60px;
	border-radius: 35px 0 35px 0;
}

.header .main-menu .grid {
	grid-template-columns: 120px 1fr 120px;
	align-items: center;
}

.header .main-menu ul {
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
}

.header .main-menu ul li {
	list-style-type: none;
	display: inline-block;
	font-family: roboto, sans-serif;
	font-weight: 600;
	font-size: 16px;
}

.header .main-menu ul li a {
	padding: 10px 20px;
}

h1, h2, .header .title, .news h3 {
	font-family: "bebas-neue-pro-semiexpanded", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 60px;
	margin-top: 0;
}

.header h1, .header .title {
	color: var(--white);
	text-transform: uppercase;
	text-align: center;
	margin: 20px 0;
}

.secondary-logo {
	margin: 0 auto -80px auto;
	transform: translatey(-60%);
}

.page-template-blog .secondary-logo {
	margin: 0 auto -70px auto;
}

.single-product_cpt .secondary-logo {
	margin: 0 auto 5px auto;
}

.secondary-logo img {
	margin: 0 auto;
}

.header .switch {
	color: var(--red);
	font-family: roboto, sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	width: 60px;
	margin: 0 0 0 auto;
}

.header .switch-current {
	border: 2px solid var(--red);
	padding: 18px 0;
}

.header .switch-current:hover {
	cursor: pointer;
}

.header .switch-current span {
    display: inline-block;
    rotate: 90deg;
    margin: 0 0 0 2px;
	font-size: 18px;
}

.header .switch .switch-child {
	border: 2px solid var(--red);
	background: var(--white);
	border-top: 0px;
	position: absolute;
	width: 100%;
	display: none;
}

.header .switch .switch-child li {
	list-style-type: none;
	padding: 20px 0;
}

.some {
	text-align: right;
}

.some a {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 20px;
	align-items: center;
	text-align: right;
	width: fit-content;
	margin: 0 0 20px auto;
}

.some img {
	padding: 10px;
	background: var(--red);
	border-radius: 50%;
	width: 45px;
}

footer .subtitle {
	font-family: "bebas-neue-pro-semiexpanded", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 26px;
}

footer .right .subtitle {
	text-align: right;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer ul li {
	list-style-type: none;
}

footer ul li a {
	padding: 10px 0;
	display: block;
	width: fit-content;
	margin-bottom: 5px;
}

footer .left .home {
	max-width: 20px;
	margin-bottom: 10px;
}

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

.contact .grid-a-1 {
	grid-gap: 20px;
}

.contact .grid-a-1 p {
	margin-top: 0px;
	line-height: 1.7;
}

.contact .grid-a-1 img {
	width: 80px;
}

.single-post h1 {
	max-width: 850px;
	text-align: center;
	margin: 0 auto 50px auto;
}

.single-post .content img {
	border-radius: 35px 0 35px 0;
	margin: 50px 0;
}

.single-post .content img.aligncenter {
	margin: 50px auto;
}

.single-post .gallery {
	margin-top: 50px;
}

.single-post .gallery img {
	border: 1px solid var(--red);
}

.posts .post {
	background: var(--red);
	color: var(--white);
}

.posts .post a {
	display: grid;
	height: 100%;
}

.posts .post .bottom {
	padding: 20px 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: fit-content;
}

.posts .post .bottom h2 {
	margin: -15px 0 0 0;
    padding: 15px 0 10px 0;
}

.posts .post:after {
	content: '';
	position: absolute;
	bottom: 15px;
	height: 1px;
	left: 40px;
	right: 40px;
	background: var(--white);
	opacity: .2;
}

.posts .post .top {
	margin-top: 1px;
}

.posts .post .top img {
	width: 100%;
}

.posts .post .top .jumplink {
	position: absolute;
	top: -20px;
	left: 0px;
	transform: translatey(-50%);
	background: var(--red);
	font-size: 16px;
	padding: 10px;
	font-weight: 600;
}

.posts .post h2, .news .post h3 {
	font-size: 22px;
	letter-spacing: -.5px;
}

.page-template-blog .main-content {
	margin-top: 30px;
}

.page-template-blog .main-content .grid-3 {
	row-gap: 70px;
}

.about .section-title {
	background: url(https://www.secpol.mezyk.eu/wp-content/themes/Secpol/img/red-bg.webp) repeat-x;
	background-position: center;
	color: var(--white);
	text-align: center;
	padding: 50px 0;
	margin: 40px 0 70px 0;
}

.about .section-title h2 {
	margin: 0;
	margin: 0 auto;
}

.about .section-title:before {
	content: '';
	position: absolute;
	top: -1px;
	right: 0px;
	left: 0px;
	height: 50px;
	background: url(https://www.secpol.mezyk.eu/wp-content/themes/Secpol/img/section-title-top.webp) no-repeat;
	background-size: 100%;
}

.about .section-title:after {
	content: '';
	position: absolute;
	bottom: -1px;
	right: 0px;
	left: 0px;
	height: 50px;
	background: url(https://www.secpol.mezyk.eu/wp-content/themes/Secpol/img/section-title-bottom.webp) no-repeat;
	background-size: 100%;
	background-position: bottom;
}

.about.red {
	background: url(https://www.secpol.mezyk.eu/wp-content/themes/Secpol/img/red-bg.webp) repeat;
	background-position: center;
	background-size: cover;
	padding: 50px 0 100px 0;
	margin-top: 100px;
	color: var(--white);
}

.about.red:before {
	content: '';
	position: absolute;
	top: -1px;
	right: 0px;
	left: 0px;
	height: 50px;
	background: url(https://www.secpol.mezyk.eu/wp-content/themes/Secpol/img/section-title-top.webp) no-repeat;
	background-size: 100%;
}

.about.red .section-title {
	background: none;
	margin-bottom: 40px;
}

.about.red .section-title:before, .about.red .section-title:after {
	display: none;
}

.about p {
	text-align: justify;
	line-height: 1.5;
}

.about .content img {
	margin: 0 auto;
}

.about .subtitle {
	font-family: "bebas-neue-pro-semiexpanded", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	text-align: center;
	margin: 30px 0 50px 0;
}

.about .content .gallery {
	margin: 40px 0;
}

hr {
	background: url(https://www.secpol.mezyk.eu/wp-content/themes/Secpol/img/hr.webp) no-repeat;
	background-position: center;
	height: 50px;
	border: 0px;
}

.single-product_cpt .content p:not(:first-of-type) img {
	width: auto;
	margin: 0 auto;
}

.single-product_cpt p:has(img) {
    margin: 0;
}

.single-product_cpt section.content {
    margin-top: -120px;
}

.single-product_cpt h3 {
	font-family: "bebas-neue-pro-semiexpanded", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	margin-top: 10px;
}

.single-product_cpt p {
	text-align: justify;
}

.single-product_cpt .gallery .grid-item {
	border: 1px solid var(--red);
}

.single-product_cpt .details {
	margin: 50px 0;
	display: flex;
	align-items: center;
	font-size: 17px;
}

.single-product_cpt .details .label {
	font-size: 10px;
	line-height: 1.2;
	display: block;
	text-align: center;
}

.single-product_cpt .details .value {
	font-weight: bold;
}

.single-product_cpt .details .item {
	flex: auto;
	display: flex;
	align-items: center;
}

.single-product_cpt .details .item span {
	display: inline-block;
}

.single-product_cpt .details .item img {
	display: inline-block;
	margin: 0 10px;
}

.header .slider {
	margin: -30px auto 20px auto;
	z-index: 9;
	max-width: 1290px;
}

.header .slider a {
	display: block;
	width: 100%;
}

.header .slider .lines {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 99;
}

.header .main-menu {
	z-index: 999;
}

.header .slider .content {
	color: var(--white);
	position: absolute;
	top: 50%;
	transform: translatey(-30%);
	right: 0px;
	left: 0px;
}

.header .slider .subtitle {
	font-family: "bebas-neue-pro-semiexpanded", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 100px;
	line-height: 1;
	margin-bottom: 30px;
}

.header .slider .desc {
	max-width: 700px;
	text-align: justify;
}

.slick-dots {
	margin: 0;
	padding: 0;
	width: fit-content;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translatex(-50%);
}

.slick-dots li {
	list-style-type: none;
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 5px;
	border: 1px solid #f8ebd8;
	border-radius: 50%;
}

.slick-dots li.slick-active {
	background: #f8ebd8;
}

.slick-dots button {
	display: none;
}

.slick-nav {
	position: absolute;
	top: 50%;
	right: 0px;
	left: 0px;
	z-index: 9999;
}

.slick-nav.right-1:hover {
	cursor: pointer;
}

.slick-nav.right-1 {
	position: absolute;
	top: 50%;
	right: 10px;
	left: unset;
	z-index: 9999;
}

.slick-nav.left-1 {
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 9999;
}

.home .header {
	background-image: url(https://www.secpol.mezyk.eu/wp-content/themes/Secpol/img/products-bg.webp);
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom !important;
}

.home .products {
	padding: 0 0 0 0;
}

.home .products .image-title {
	margin-bottom: 50px;
}

.home .products:before {
	content: '';
	background: url(https://www.secpol.mezyk.eu/wp-content/themes/Secpol/img/products-lines.webp) repeat-x;
	position: absolute;
	top: 0px;
	bottom: -50px;
	right: 0px;
	left: 0px;
	background-position: bottom;
}

.home .products .slider .item {
	margin: 0 10px;
}

.home .products .slider .item h3 {
	font-family: bebas-neue-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: var(--red);
	margin-top: 0px;
	text-indent: 16px;
}

.home .products .slider .item h3:before {
    content: '';
    left: 3px;
    top: 3px;
    width: 2px;
    height: 24px;
    background: var(--red);
    position: absolute;
}

.products .slider .item .grid {
	grid-gap: 0;
}

.products .slider .item .top {
	border: 3px solid #f8ebd8;
	margin-top: 100px;
}

.products .slider .item .top img {
	margin-top: -100px;
	margin-bottom: -40px;
}

.products .slider .item .bottom {
	background: #f8ebd8;
	padding: 25px;
	margin-top: -1px;
	margin-bottom: 30px;
}

.products .slider .jumplink {
    margin: 0 20px;
    padding-top: 12px;
    font-size: 12px;
    border-top: 1px solid var(--grey);
	color: var(--red);
}

.products .slider .item {
	transform: scale(0.9);
	transition: .5s;
}

.products .slider .slick-center {
	transform: scale(1.1);
	transition: .5s;
	margin-top: -10px;
}

.products .slider .slick-center .bottom {
	background: var(--white);
}

.products .slider .slick-center .top {
	border: 3px solid var(--white);
}

.home .products h2 {
	text-transform: uppercase;
	color: var(--white);
	text-align: center;
}


.products .slick-nav.left {
    position: absolute;
	left: -20px;
	top: calc(50% + 175px);
}

.products .slick-nav.right {
    position: absolute;
	right: -20px;
	left: unset;
	top: calc(50% + 175px);
}

.products .slick-nav.left:hover, .products .slick-nav.right:hover {
	cursor: pointer;
}

.news .item {
	margin: 40px 10px 0 10px;
	z-index: 99;
}

.slick-nav.left-3 {
	position: absolute;
	top: calc(50% + 40px);
    left: -30px;
}
.slick-nav.right-3 {
	position: absolute;
	top: calc(50% + 40px);
    right: -30px;
	left: unset;
}

.slick-nav.left-3:hover, .slick-nav.right-3:hover {
	cursor: pointer;
}

.home h2 {
	text-transform: uppercase;
	text-align: center;
}

.home .about, .home .news {
	padding: 100px 0;
}

.photos .jumplink, .about .jumplink {
	width: fit-content;
	margin: 40px auto;
	font-size: 16px;
	text-decoration: underline;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
}

.about .jumplink {
	color: var(--white);
	margin: 40px auto 0 auto;
}

.photos .jumplink img, .about .jumplink img {
	max-height: 15px;
	display: inline-block;
	margin-left: 10px !important;
	margin-bottom: -1px;
}

.home .about .red {
	background: var(--red);
	color: var(--white);
	padding: 40px;
	border: 20px solid var(--white);
	border-radius: 60px 0 60px 0;
	z-index: 99;
	display: block;
	position: relative;
}

.home .about .red h3 {
	font-size: 60px;
	text-align: center;
	font-family: "bebas-neue-pro-semiexpanded", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 0 50px 50px 50px;
}

.home .about .red h4 {
	font-size: 40px;
	text-align: center;
	font-family: "bebas-neue-pro-semiexpanded", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 50px 50px 0 50px;
}

.home .about .red img {
	margin-top: 50px;
}

.home .about:before {
	content: '';
	position: absolute;
	top: 250px;
	bottom: 120px;
	right: 0px;
	left: 0px;
	background: url(https://www.secpol.mezyk.eu/wp-content/themes/Secpol/img/lines-left.webp) repeat-x;
	background-size: auto 100%;
	z-index: -1;
}

.lines_section_2 {
	margin-bottom: 100px;
	margin-top: -120px;
}

.home footer {
	margin-top: 100px;
}

footer .shape img {
    width: 100%;
}

.hfl {
	position: absolute;
	left: calc(50% - 1170px);
	bottom: -190px;
	z-index: -1;
}

.hfr {
	position: absolute;
	right: calc(50% - 800px);
	bottom: -90px;
	z-index: 9;
}

.image-title {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	padding: 30px 0;
}

.image-title h2 {
	margin: 0 120px;
}

.hpl {
	margin: 0 0 0 auto;
}

.hpr {
	align-self: end;
}

.hal {
	position: absolute;
	top: -100px;
	left: calc(50% - 900px);
}

.news .slider {
	z-index: 99;
}

.har {
	position: absolute;
	right: calc(50% - 1150px);
	top: -250px;
	z-index: 1;
}

.hnl {
	position: absolute;
	top: 300px;
	left: calc(50% - 800px);
}

.hnr {
	position: absolute;
	top: 50px;
	right: calc(50% - 770px);
}

.g1 {
	position: absolute;
	top: -50px;
	left: calc(50% - 760px);
}

.g2 {
	position: absolute;
	right: calc(50% - 740px);
	top: 340px;
}

.g3 {
	position: absolute;
	bottom: -210px;
	right: calc(50% - 1260px);
	z-index: -1;
}

.cp1 {
	position: absolute;
	top: 450px;
	left: calc(50% - 780px);
}

.about.seven ul li {
	color: var(--red);
}

.about.seven ul ::marker {
	color: var(--red);
}

.about.two .grid-2 {
	align-items: center;
}

.page-template-about .main-content {
	margin-top: -100px;
}

.lightbox .lb-image {
	max-height: 80vh;
}

.lines_section_1 {
	background: url('https://www.secpol.mezyk.eu/wp-content/themes/Secpol/img/linie-2.webp') repeat-x;
	background-size: auto 100%;
	background-position: center center;
	height: 130px;
}

.lines_section_2 {
	background: url('https://www.secpol.mezyk.eu/wp-content/themes/Secpol/img/linie-2.webp') repeat-x;
	background-size: auto;
	background-position: bottom center;
}

.ludzik {
	margin: 0 auto;
	padding-bottom: 115px;
}

.news .slick-track {
	display: flex !important;
}

.news .slick-slide {
	height: auto;
}

.slick-nav {
	z-index: auto;
}

.legal {
	font-size: 13px;
	margin: 10px 0;
}

@media screen and (max-width: 1700px) {
	
	.cp1 {
		left: 40px;
	}
	
	.har {
		width: 300px;
		top: -150px;
	}
	
	.hal {
		width: 380px;
	}
	
	.hfl {
		width: 330px;
	}
	
	.hfr {
		width: 120px;
		right: 50px;
	}
	
}

@media screen and (max-width: 1400px) {
	.header .main-menu {
		margin: 0 -20px;
	}
	
	.cp1 {
		display: none;
	}
	
	.home .products:before {
		background-size: 100%;
		bottom: 50px;
	}
	
	.header .slider .subtitle {
		font-size: 60px;
	}
	
	.header .slider .desc {
		font-size: 18px;
	}
	
	.slick-nav .right img {
		margin: 0 -40px 0 auto;
	}
	
	.slick-nav .left img {
		margin: 0 auto 0 -40px;
	}
	
	.hnl {
		display: none;
	}
	
	.header .slider {
		max-width: 1210px;
	}
	
	.header .slider .block {
		max-width: 1060px;
	}

}

@media screen and (max-width: 1270px) {
	
	.block, .header .slider .block {
		max-width: calc(100% - 100px);
	}
	
	.menu-menu-glowne-pl-container, .menu-menu-glowne-en-container, .menu-menu-glowne-de-container {
		position: fixed;
		top: 126px;
		right: 110px;
		width: 220px;
		background: var(--white);
		border: 1px solid var(--red);
		border-top: 3px solid var(--red);
		display: none;
	}
	
	.header .main-menu .menu-menu-glowne-pl-container ul li, .header .main-menu .menu-menu-glowne-en-container ul li, .header .main-menu .menu-menu-glowne-de-container ul li {
		display: block;
		text-align: left;
		border-bottom: 1px solid var(--red);
	}
	
	.header .main-menu .menu-menu-glowne-pl-container ul li:last-of-type, .header .main-menu .menu-menu-glowne-en-container ul li:last-of-type, .header .main-menu .menu-menu-glowne-de-container ul li:last-of-type {
		border-bottom: 0px;
	}
	
	.header .main-menu .menu-menu-glowne-pl-container ul li, .header .main-menu .menu-menu-glowne-en-container ul li, .header .main-menu .menu-menu-glowne-de-container ul li {
		padding: 20px 10px;
	}
	
	.hamburger {
		display: block !important;
	}
	
	.header .main-menu .grid {
		grid-gap: 0px;
		grid-template-columns: 120px 1fr 80px;
	}
	
	.header .center .child-menu {
		grid-template-columns: 1fr 1fr;
		margin: 0 0 0 auto;
	}
	
	.g1, .g2 {
		display: none;
	}
	
	.single-product_cpt .details .item span {
		display: block;
	}
	
	.single-product_cpt .details .item img {
		display: block;
		margin: 10px auto;
	}
	
	.single-product_cpt .details .item {
		display: unset;
		text-align: center;
	}
	
	.single-product_cpt .details .value {
		font-size: 15px;
	}
	
	footer .grid-1-2-1 {
		grid-template-columns: 1fr 1fr;
	}
	
	footer .grid-1-2-1 .right {
	  grid-column: 1 / -1;
	}
	
	footer .grid-1-2-1 .right .subtitle, footer .grid-1-2-1 .right a span {
		display: none;
	}
	
	.some {
		text-align: center;
	}
	
	.some a {
		display: inline-block;
		margin: 0 10px;
	}
	
	footer .center .grid {
		grid-template-columns: 1fr;
		grid-gap: 0px;
		margin: 0;
	}
	
	footer .center .grid p {
		margin: 0;
	}
	
	footer .center img {
		margin: 0 auto 10px 0;
		max-height: 70px;
	}
	
	footer .grid-1-2-1 .left .subtitle {
		margin-top: 0px;
	}
	
	footer {
		padding: 20px 0;
	}
	
	.header .main-menu {
		position: fixed;
		top: 0px;
		width: calc(100% - 100px);
		margin: 0 auto;
	}
	
	.header {
		padding-top: 150px;
	}
	
	.products.grid {
		row-gap: 183px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.products.grid .product:hover {
		scale: none;
	}
	
	.contact .grid-3 {
		grid-template-columns: 1fr;
		width: fit-content;
		margin: 50px auto 0 auto;
	}
	
	.hal, .hnr, .har, .hfl, .hfr {
		display: none;
	}
	
	.grid-2-1, .grid-1-2, .grid-2 {
		grid-template-columns: 1fr;
	}
	
	.header .slider {
		margin-top: -50px;
        max-width: calc(100% - 100px);
	}
	
	.slick-nav .block {
		max-width: calc(100% - 80px);
	}
	
	.slick-nav .right img {
		margin: 0 0 0 auto;
	}
	
	.slick-nav .left img {
		margin: 0 auto 0 0;
	}
	
	.header .slider .content {
		padding-right: 50px;
		padding-left: 50px;
	}
	
	.header .slider .desc {
		max-width: 100%;
		width: 100% !important;
		z-index: 999;
	}
	
	.slick-nav .grid-2 {
		grid-template-columns: 1fr 1fr;
	}
	
	/*
	.header .slider.big .slick-slide:before {
		content: '';
		position: absolute;
		top: 0px;
		bottom: 0px;
		right: 0px;
		left: 0px;
		background: black;
		opacity: .7;
		z-index: 1;
		border-radius: 0 0 100px 0;
	}
	*/
	
	.header .slider.big .slick-slide a .content {
		z-index: 999;
	}
	
	.header .slider.big .slick-slide a img {
		border-radius: 0 0 100px 0;
	}
	
	.about.two .grid-2 {
		grid-template-columns: 1fr 1fr;
	}
	
	.about.four .img, .about.red .img {
		order: 1;
	}
	
	.about.four .text, .about.red .text {
		order: 2;
	}
	
	.about.red {
		background-size: auto 100%;
	}
	
	.about .grid-3 {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.about.one img {
		max-width: 70%;
		margin: 0 auto;
	}
	
	.about.five .grid-2 {
		grid-template-columns: 1fr 1fr;
	}
	
	.home .about .red h3 {
		font-size: 40px;
	}
	
	.home .about .red img {
		margin: 0 auto;
	}
	
	.home .about:before, .home .about:after {
		display: none;
	}
	
	.home .lines_section_1, .home .lines_section_2 {
		overflow: hidden;
		text-align: center;
	}
	
	.home .lines_2, .home .lines_3 {
		width: auto;
		max-width: unset;
	}
	
	.home .lines_3 {
		left: 50%;
		transform: translatex(-50%)
	}
	
	.home .about .red h4 {
		font-size: 30px;
	}
	
}

@media screen and (max-width: 900px) {
	.grid-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 60px;
        column-gap: 20px;
	}
	.header .slider .subtitle {
        font-size: 40px;
    }
	
	.header .slider .desc {
        font-size: 14px;
    }
	
	.header .slider.big .slick-slide a .content {
        margin-top: -40px;
    }
	
	.products .slick-track {
		display: flex !important;
	}
	
	.products .slick-slide {
		height: auto;
	}
	
	.products .slider .jumplink {
		margin: 0;
		font-size: 14px;
	}
	
	.products .slider .item {
		transform: scale(1);
		transition: .5s;
	}
	
	.products .slick-nav .left img {
		margin: 0 auto 0 -50px;
	}
	
	.products .slick-nav .right img {
		margin: 0 -50px 0 auto;
	}
	
	.home .products .slider .item h3 {
		height: 55px;
	}
	
	.products .slider .item .top img {
		margin-top: -70px;
	}
	
	br.mobile {
		display: none;
	}
	
	.home .products .image-title {
		margin-bottom: 0;
	}
	
	.products .slick-nav.left, .products .slick-nav.right {
		top: calc(50% + 120px);
	}
	
	.image-title {
		padding: 0;
	}
	
	.header {
		padding-bottom: 10px;
	}
	
	.home .about {
		padding: 50px 0;
	}
	
	.home .news {
		padding: 50px 0 100px 0;
	}
	
	.lines_section_2 {
		margin-bottom: 40px;
	}
	
	.header h1, .header .title {
        margin: -10px 0 120px 0;
    }
	
}


@media screen and (max-width: 700px) {
	body, footer {
		font-size: 13px;
	}
	
	.block {
		max-width: calc(100% - 40px);
	}
	
	.header .main-menu {
		padding: 10px 20px;
		border-radius: 0;
		width: 100%;
		margin: 0;
		left: 0;
	}
	
	.header {
        padding-top: 40px;
    }
	
	h1, h2, .header .title {
		font-size: 32px;
	}
	
	h2, .news h3, .single-post h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
	.single-product_cpt h3 {
		font-size: 15px;
	}
	
	.single-product_cpt .details {
		display: block;
		width: fit-content;
		margin: 10px auto 30px auto;
	}
	
	.single-product_cpt .details .item {
		display: grid;
		grid-template-columns: 150px 40px 1fr;
		text-align: left;
		grid-gap: 10px;
		width: fit-content;
	}
	
	.single-product_cpt .details .label {
		text-align: left;
	}
	
	.gallery.grid {
		grid-template-columns: 1fr 1fr;
	}
	
	.secondary-logo img {
		max-width: 30vw;
		margin-bottom: 80px;
	}
	
	.header {
		padding-bottom: 20px;
		background-size: 200% !important
	}
	
	hr {
		background: url(https://www.secpol.mezyk.eu/wp-content/themes/Secpol/img/hr.webp) no-repeat;
		background-position: center;
		height: 40px;
		border: 0px;
		background-size: contain;
	}
	
	footer {
		margin-top: 80px;
	}
	
	footer .grid-1-2-1 {
        grid-gap: 10px;
    }
	
	.g3 {
		bottom: -140px;
		width: 50%;
	}
	
	img.logo {
		max-height: 40px;
	}
	
	.header .switch-current {
		padding: 7px 0;
	}
	
	.header .switch {
		width: 50px;
		font-size: 14px;
	}
	
	.header .main-menu .grid {
        grid-template-columns: 120px 1fr 60px;
    }
	
	.header .center .child-menu {
        grid-gap: 20px;
    }
	
	.single-product_cpt .details .item {
        grid-template-columns: 110px 40px 1fr;
    }
	
	.menu-menu-glowne-pl-container, .menu-menu-glowne-en-container, .menu-menu-glowne-de-container {
		top: 60px;
		right: 20px;
	}
	
	.header .main-menu ul li {
		font-size: 14px;
	}
	
	.products.grid .product .desc {
		height: 50px;
		font-size: 12px;
	}
	
	.products.grid .product h2 {
		font-size: 20px;
		height: 50px;
	}
	
	.products.grid .product h2:before {
		height: 18px;
	}
	
	.products.grid {
        row-gap: 60px;
        column-gap: 20px;
    }
	
	.products.grid .product .top img {
		margin-bottom: -20px;
		margin-top: -60px;
	}
	
	.main-content {
		margin-top: -100px;
	}
	
	.page-template-blog .main-content {
		margin-top: -50px;
	}
	
	.page-template-blog .g1 {
        display: block;
		max-width: 50px;
		left: 50px;
		top: -70px;
    }
	
	.page-template-blog .g2 {
        display: block;
		max-width: 50px;
		right: 30px;
		top: -90px;
    }
	
	.posts .post .top .jumplink {
		font-size: 11px;
		top: -17px;
	}
	
	.posts .post .bottom {
		padding: 10px 20px;
	}
	
	.posts .post h2, .news .post h3 {
		font-size: 16px;
	}
	
	.single-post .content img {
		margin: 20px 0;
	}
	
	.contact .grid-a-1 img {
		width: 55px;
	}
	
	.page-template-gallery  .main-content {
		margin-top: -70px;
	}
	
	.page-template-gallery .g1 {
        display: block;
		max-width: 50px;
		left: 30px;
		top: unset;
		bottom: -60px;
    }
	
	.page-template-gallery .g2 {
        display: block;
		max-width: 50px;
		right: 30px;
		top: -70px;
    }
	
	.home .main-content {
        margin-top: 64px;
    }
	
	.header .slider {
        margin-top: -44px;
		max-width: 100%;
    }
	
	.slick-nav.right-1, .slick-nav.left-1 {
		max-height: 25px;
	}
	
	.header .slider.big .slick-slide a .content {
        margin-top: -30px;
    }
	
	.header .slider .lines {
		display: none;
	}
	
	.header .slider .subtitle {
        font-size: 30px;
    }
	
	.header .slider .desc {
        font-size: 12px;
    }
	
	br.mobile {
		display: none;
	}
	
	.header .slider .subtitle {
		margin-bottom: 0px;
		margin-top: -10px;
	}
	
	.home .products h2 {
		font-size: 40px;
	}
	
	.hpl {
		max-height: 130px;
	}

	.hpr {
		max-height: 70px;
	}
	
	.home .products .image-title {
		grid-template-columns: 1fr;
		margin: 50px 0 100px 0;
	}
	
	.about.three .grid-5 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		grid-gap: 10px;
	}
	
	.about.three .grid-5 .grid-item {
  		width: calc(33% - 10px);
	}
	
	.about.three .grid-5 .grid-item img {
		margin: 0;
		display: block;
		margin: 0 auto;
	}
	
	.about.four .img img {
		max-width: 70%;
		margin: 0 auto;
	}
	
	.about h2 {
		font-size: 30px;
	}
	
	.about .subtitle {
		font-size: 20px;
	}
	
	.about.red .section-title {
		margin-bottom: 0;
		margin-top: 0;
	}
	
	.about.red {
		padding: 20px 0;
	}
	
	.about img {
		max-width: 70%;
		margin: 0 auto;
	}
	
	.about .section-title {
		padding: 20px 0;
		margin: 40px 0;
	}
	
	.home .about .red h3 {
        font-size: 25px;
		margin: 0 0 20px 0;
    }
	
	.home .about .red h4 {
		font-size: 18px;
		margin: 10px 0 0 0;
	}
	
	.photos .jumplink, .about .jumplink {
		font-size: 13px;
	}
	
	.photos .jumplink img, .about .jumplink img {
		max-height: 11px;
	}
	
	.home .about .red {
		padding: 30px 20px;
		border: 0px;
		margin-top: 20px;
	}
	
	.hpl {
		position: absolute;
		left: 50px;
		bottom: 0px;
	}
	
	
	.hpr {
		position: absolute;
		right: 50px;
		bottom: 0px;
	}
	
	.slick-nav img {
		max-height: 20px;
	}
	
	.header .slider .content {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.home .lines_2, .home .lines_3 {
		max-width: 200%;
	}
	
	.home .about, .home .news {
		padding: 40px 0;
	}
	
	.home h2 {
		font-size: 40px;
	}
	
	.lines_section_2 {
		margin-bottom: 40px;
		margin-top: -60px;
	}
	
	.home .header {
		background-size: auto 100% !important;
	}
	
	.home .products .slider .item h3 {
		font-size: 20px;
	}
	
	.home .products .slider .item h3:before {
		height: 20px;
	}
	
	.products .slick-nav .left img {
		margin: 0 auto 0 -30px;
	}
	
	.products .slick-nav .right img {
		margin: 0 -30px 0 auto;
	}
	
	.products .slider .item .top img {
		margin-top: -50px;
		margin-bottom: -30px;
	}
	
	.products .slider .jumplink {
        margin: 0;
        font-size: 12px;
    }
	
	.home .products .image-title h2 {
		margin: 0 auto;
	}
	
	.header h1, .header .title {
        margin: 50px 0 90px 0;
    }
	
	.single-product_cpt .content p:first-of-type img {
		max-width: 70vw;
	}
	
	.single-product_cpt .content p:not(:first-of-type) img {
		max-width: 40vw;
	}
	
	.home .products .image-title {
		margin: 100px 0 0 0;
	}
	
	.products .slick-nav.right {
		right: -15px;
		top: calc(50% + 15px);
	}
	
	.products .slick-nav.left {
		left: -15px;
		top: calc(50% + 15px);
	}
	
	.slick-nav.left-3 {
		left: -15px;
	}
	
	.slick-nav.right-3 {
		right: -15px;
	}
	
	.wp-image-1027, .wp-image-1028, .wp-image-1029, .wp-image-1030, .wp-image-1031 {
		max-width: 52vw !important;
	}
	
	.wp-image-1080 {
		max-width: 72vw !important;
	}
	
}


@media screen and (max-width: 570px) {
	
	.hpl {
		left: 30px;
	}
	
	
	.hpr {
		right: 30px;
	}
	
	.header h1, .header .title {
        margin: 50px 0 50px 0;
    }
	
	.block, .header .slider .block {
        max-width: calc(100% - 50px);
    }
	
}


@media screen and (max-width: 500px) {
	
	.products.grid .product .top img {
		margin-bottom: 0px;
		margin-top: -30px;
	}
	
	.products.grid .product h2 {
        height: auto;
		font-size: 18px;
    }
	
	.products.grid .product .desc {
        height: auto;
		padding-bottom: 25px;
	}
	
	.products.grid .product .grid {
		display: block;
		height: 100%;
	}
	
	.products.grid .product .bottom {
		height: calc(100% - 75px);
		margin-top: -15px;
	}
	
	.products.grid .product .jumplink {
		position: absolute;
		bottom: 20px;
	}
	
	.products.grid .product .jumplink {
		margin: 0;
		text-align: center;
	}
	
	.posts .post .top .jumplink {
		left: 0px;
		padding: 5px;
		top: -12px;
	}
	
	footer ul li a {
		padding: 5px 0;
	}
	
	.header .slider.big .slick-slide a .content {
        margin-top: -30px;
    }
	
	.slick-dots {
		bottom: 10px;
	}
	
	.home .lines_2, .home .lines_3 {
		max-width: 300%;
	}
	
	.home .products .slider .item h3 {
		height: 75px;
	}
	
	.products .slider .item .top img {
		margin-top: -40px;
		margin-bottom: -20px;
	}
	
	.hpl {
		left: 10px;
		max-width: 70px;
		bottom: 20px;
	}
	
	
	.hpr {
		right: 10px;
		max-width: 70px;
		bottom: 20px;
	}
	
	.home .products .image-title {
		margin: 80px 0 0 0;
	}
	
	.products .slider .item .top {
		margin-top: 60px;
	}
	
}

@media screen and (max-width: 420px) {
	
	.home .products .slider .item h3 {
        font-size: 18px;
    }
	
	.home .products .slider .item h3 {
        height: 60px;
    }
	
	.products .slider .item .bottom {
		padding: 10px;
	}
	
	.hpl {
		left: 0px;
		max-width: 60px;
		bottom: 20px;
	}
	
	
	.hpr {
		right: 0px;
		max-width: 60px;
		bottom: 20px;
	}
	
	.home .products .image-title {
        margin: 60px 0 0 0;
    }
}


@media screen and (max-width: 370px) {
	.single-product_cpt .details {
		margin: 50px auto 50px 0;
	}
	
	.menu-menu-glowne-pl-container, .menu-menu-glowne-en-container, .menu-menu-glowne-de-container {
		right: 0px;
		left: 0px;
		width: unset;
	}
	
	.header {
        padding-bottom: 1px;
    }
	
	.about h2 {
		font-size: 25px;
	}
	
	.about .subtitle {
		font-size: 17px;
	}
	
	footer .subtitle {
		font-size: 20px;
	}
	
	.products .slider .item .top img {
		margin-top: -30px;
		margin-bottom: -10px;
	}
	
	.home .products .slider .item h3 {
        height: 80px;
    }
	
}

@media screen and (min-width: 2700px) {
	footer, .home footer {
		margin-top: 200px;
	}
	.page-template-about footer {
		margin-top: 20px;
	}
	.hfr {
		bottom: -190px;
	}
}