/*
Theme Name: domet
Author: Annaes
Version: 1.0.0
Text Domain: domet
*/

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	font-size: 0.625em;
	overflow-y: scroll;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 150%;
	font-weight: 400;
	background-color: #fff;
}

#page {
	background-color: #fff;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
	font-family: 'Prompt';
	src: url('fonts/Prompt-Light.ttf');
	font-weight: 300;
}

@font-face {
	font-family: 'Prompt';
	src: url('fonts/Prompt-Regular.ttf');
	font-weight: 400;
}

@font-face {
	font-family: 'Prompt';
	src: url('fonts/Prompt-Medium.ttf');
	font-weight: 500;
}

@font-face {
	font-family: 'Prompt';
	src: url('fonts/Prompt-S.ttf');
	font-weight: 700;
}

@font-face {
	font-family: 'Prompt';
	src: url('fonts/Prompt-Bold.ttf');
	font-weight: 700;
}


/*--------------------------------------------------------------
GENERAL
--------------------------------------------------------------*/

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

a {
	color: #000000;
	text-decoration: none;
}

a:focus,
a:hover {
	text-decoration: none !important;
}

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

b,
strong {
	font-weight: bolder;
}

img {
	border-style: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

template {
	display: none;
}

[hidden] {
	display: none;
}


/*--------------------------------------------------------------
CONTAINER
--------------------------------------------------------------*/

@media screen and (max-width: 992px) {
	.entry-content {
		padding-top: 30px;
	}
}

body.home .row {
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 1105px) {
	.container {
		width: 1000px !important;
	}
}

@media screen and (min-width: 1250px) {
	.container {
		width: 1200px !important;
	}
}

@media screen and (max-width: 600px) {
	.block-text::before {
		right: 10px;
	}
}


/*--------------------------------------------------------------
HEADER MENU
--------------------------------------------------------------*/

#header {
	position: relative;
}

#header .header-bg {
	position: absolute;
	height: 139px;
	left: 0px;
	right: 0px;
	background: rgba(151, 0, 1, 0.9);
	opacity: 0;
	transition: opacity 0.3s;
}

.header-top {
	position: relative;
	clear: both;
	width: 100%;
	height: 139px;
	z-index: 99;
}

.header-logo {
	float: left;
	width: 170px;
	margin-top: 23px;
	transition: width 0.3s, margin-top 0.3s;
}

.header-logo img {
	width: 100%;
}

.header-logo .mobile {
	display: none;
}

@media screen and (min-width: 1205px) {
	#header {
		position: fixed;
		top: 0px;
		width: 100%;
		z-index: 90;
		transition: top 0.3s;
	}
	.page-scroll #header {
		top: -55px;
	}
	.header-top {
		width: 1180px;
		margin: 0 auto;
	}
	.page-scroll .header-logo {
		width: 100px;
		margin-top: 73px;
	}
	.header-nav-container {
		position: relative;
		width: 1180px;
		margin: 0 auto;
		margin-top: -139px;
	}
	.page-scroll #header .header-bg {
		opacity: 1;
		transition: opacity 0.3s;
	}
}

@media screen and (max-width: 1204px) {
	#header .header-bg {
		position: fixed;
		height: 64px;
		top: 0px;
		left: 0px;
		right: 0px;
		z-index: 99;
	}
	.header-top {
		position: fixed;
		top: 0px;
		height: 64px;
		padding: 0px 0px 0px 20px;
	}
	.header-logo {
		width: 78px;
		margin-top: 1px;
		transition: width 0.3s;
	}
	.header-logo .mobile {
		display: block;
	}
	.header-logo .desktop {
		display: none;
	}
}

@media screen and (max-width: 1205px) {
	.header-top {
		background: rgba(151, 0, 1, 0.9);
		transition: background 0.3s;
	}
}


/*-------------MENU TOP----------------*/

.header-menu ul,
.header-menu li {
	list-style: none;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	margin-top: -3px;
}

#header-menu-btn {
	display: none;
	float: right;
	color: #ffffff;
	font-size: 3.0em;
	margin-top: 15px;
	margin-right: 40px;
	cursor: pointer;
	transition: color 0.2s;
}

#header-menu-btn:hover {
	color: #d57372;
	transition: color 0.3s;
}

@media screen and (min-width: 1205px) {
	#header-menu-btn {
		display: none !important;
	}
	#header-nav {
		position: absolute;
		height: 127px;
		top: 0px;
		right: 0px;
		padding-top: 45px;
		display: block !important;
		z-index: 100;
		transition: padding-top 0.3s;
	}
	.page-scroll #header-nav {
		padding-top: 79px;
	}
	.header-menu {
		float: right;
	}
	.header-menu li {
		display: inline-block;
	}
	.header-menu a {
		display: block;
		font-family: 'Prompt';
		font-weight: 400;
		padding: 12px 18px;
		color: #ffffff;
		font-size: 1.3em;
		text-transform: uppercase;
		transition: background 0.4s ease-in-out;
	}
	.header-menu a:hover {
		background: rgba(121, 0, 1, 0.5);
		transition: background 0.4s ease-in-out;
	}
	.header-menu .menu > li.current-menu-item > a {
		background: rgba(121, 0, 1, 0.5);
		transition: background 0.4s ease-in-out;
	}
	.header-menu .menu > li.current-menu-item > a:hover {
		background: transparent;
		transition: background 0.4s ease-in-out;
	}
	.header-menu .menu > li > .sub-menu {
		position: absolute;
		margin-left: -9999px;
		width: auto;
		padding: 10px 0px;
		background-color: firebrick;
		opacity: 0;
		transition: opacity 0.5s;
	}
	.header-menu .menu > li:hover > .sub-menu {
		margin-left: 0px;
		opacity: 1;
	}
	.header-menu .sub-menu li {
		display: block;
	}
	.header-menu .sub-menu a {
		font-size: 1.3em;
		color: #ffffff;
		line-height: 120%;
		padding-top: 9px;
		padding-bottom: 9px;
		border-bottom: 1px solid firebrick;
		transition: background-color 0.3s;
	}
	.header-menu .sub-menu .sub-menu a {
		border-left: 7px solid firebrick;
	}
	.header-menu .sub-menu a:hover {
		background-color: firebrick;
	}
}

@media screen and (max-width: 1204px) {
	#header-menu-btn {
		display: block;
	}
	#header-nav {
		display: none;
	}
	.header-menu {
		clear: both;
		padding-top: 15px;
		margin-top: 50px;
		border-top: 1px solid #be3d3d;
		background-color: #9a1919;
	}
	.header-menu::before {
		position: fixed;
		top: 0px;
		width: 100%;
		height: 64px;
		background-color: #be3d3d;
		content: '';
	}
	.header-menu a {
		display: block;
		font-family: 'Prompt';
		font-size: 1.5em;
		color: #ffffff;
		font-weight: 400;
		line-height: 120%;
		text-transform: uppercase;
		padding: 15px 15px;
		border-bottom: 1px solid #be3d3d;
		transition: background-color 0.3s;
	}
	.header-menu a:hover,
	.header-menu .sub-menu a:hover {
		background: rgba(121, 0, 1, 0.5);
		transition: background 1s ease-in-out;
	}
	.header-menu .sub-menu a {
		border-left: 7px solid #be3d3d;
	}
	.header-menu .current-menu-item a {
		background-color: #de0202;
	}
}

@media screen and (max-width: 550px) {
	.header-top {
		background: rgba(0, 0, 0, 0.0);
		transition: background 0.3s;
	}
	.page-scroll .header-top {
		background: rgba(121, 0, 1, 0.9);
		transition: background 0.3s;
	}
}

/*-------------LANG MENU----------------*/

ul.sub-menu li.current-lang a {
	display: none !important;
}

@media screen and (max-width: 1201px) {
	ul#header-menu ul.sub-menu li a {
		padding-left: 30px;
	}
	
	ul#header-menu ul.sub-menu li {
		background: rgba(121, 0, 1, 0.5);
	}
	
	.header-menu ul, .header-menu li {
    margin-top: 0px;
}
}
li#mmenu-item-1949 > ul.sub-menu,
li#menu-item-1948 > ul.sub-menu {
	margin-top: 1px;
}

li#menu-item-1949 > ul.sub-menu,
li#menu-item-1948 > ul.sub-menu {
	padding: 0px 0px;
}

li#menu-item-1949 > ul.sub-menu li.lang-item,
li#menu-item-1948> ul.sub-menu li.lang-item {
	margin-top: 0px !important;
}

li#menu-item-1949 > ul.sub-menu li.lang-item a,
li#menu-item-1948 > ul.sub-menu li.lang-item a {
	padding: 11px;
	margin: 0px;
}


.header-menu {
    margin-right: 40px;
}

li#menu-item-1949, li#menu-item-1948 {
position: absolute;
right: 0px;
margin-top: 2px;
}

@media screen and (max-width: 1201px) {

li#menu-item-1949, li#menu-item-1948 {
right: 100px;
top: -39px;
margin-top: 0px;
z-index: 99999999999999;
}

li#menu-item-1949 > a, li#menu-item-1948 > a{
display: inline;
}

li#menu-item-1949 > ul.sub-menu, li#menu-item-1948 > ul.sub-menu {
display: inline-block;
}

.header-menu {
    margin-right: 0px;

}
}


/*--------------------------------------------------------------
IMG HEADER ON PAGE
--------------------------------------------------------------*/

.page-header {
	position: relative;
	height: 282px;
	width: 100%;
	padding-bottom: 0px !important;
	margin: 0px 0 0px !important;
	border-bottom: none !important;
}

.page-header::before,
.header-module::before {
	background-color: #b80101;
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0.7;
}

.img-header {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 282px;
}

@media screen and (max-width: 550px) {
	.img-header {
		height: 202px;
	}
	.page-header {
		height: 202px;
	}
}

.page-header::before,
.header-module::before {
	background-color: #b80101;
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0.7;
}

.page-header::after,
.header-module::after {
	background-color: #fff;
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	width: 4px;
	height: 40px;
	z-index: 5;
	left: 50%;
}

.page-line::before {
	background-color: #b80101;
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 40px;
	z-index: 5;
	left: 50%;
}


/*--------------------------------------------------------------
MAIN HEADER LINE TEXT
--------------------------------------------------------------*/

.page-header-text {
	padding-top: 50px;
}

.block-title-black {
	display: inline-block;
	font-family: 'Prompt';
	font-size: 5em;
	color: #3c3c3c;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.block-title-after {
	color: #3e3e3e;
	font-family: 'Open Sans';
	font-size: 2.4em;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.title-line {
	display: inline-block;
	height: 3px;
	width: 80px;
	background-color: #e10001;
	margin-right: 25px;
	margin-bottom: 8px;
}

.col-text-right,
.col-text-right .module-text {
	text-align: right;
}

.reverse-col .col:first-child {
	float: right;
}

.reverse-col .col:last-child {
	float: left;
}

@media screen and (max-width: 1350px) {
	.block-title-black {
		font-size: 5em;
	}
	.block-title-after {
		font-size: 2.0em;
	}
}

@media screen and (max-width: 991px) {
	.col-text-right,
	.col-text-right .module-text {
		text-align: left;
	}
	.reverse-col .col:first-child,
	.reverse-col .col:last-child {
		float: none;
	}
	.page-header-text {
		padding-top: 20px;
	}
	body.blog .page-header-text {
		padding-top: 50px;
	}
	.block-title-black {
		width: 100%;
	}
}

@media screen and (max-width: 550px) {
	.block-title-black {
		font-size: 3.3em;
	}
	.block-title-after {
		font-size: 1.7em;
	}
	.title-line {
		width: 50px;
		margin-right: 15px;
		margin-bottom: 5px;
	}
}


/*--------------------------------------------------------------
NEWS INDEX PAGE
--------------------------------------------------------------*/

.news-box {
	padding-top: 40px;
	padding-bottom: 50px;
}

.single-news {
	-webkit-box-shadow: 0px 2px 2px 2px rgba(121, 129, 144, 0.2);
	box-shadow: 0px 2px 2px 2px rgba(121, 129, 144, 0.2);
	width: 360px;
	margin: 0px 18px 0px 0px;
	transition: all .5s;
}

.single-news:hover {
	-webkit-box-shadow: 0px 2px 2px 2px rgba(121, 129, 144, 0.4);
	box-shadow: 0px 2px 2px 2px rgba(121, 129, 144, 0.4);
	transition: all .5s;
}

.news-img-contain {
	border-bottom: 3px solid #df0001;
	overflow: hidden;
	position: relative;
}

.news-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	width: 360px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.news-img:hover {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition: all .5s;
}

h3.news-title {
	display: inline-block;
	width: 100%;
	font-family: 'Prompt';
	font-size: 1.7em;
	color: #e42627 !important;
	font-weight: 400;
	line-height: 120%;
	margin-top: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}

h3.news-title a {
	color: #e42627 !important;
	transition: color 0.2s;
}

h3.news-title a:hover {
	color: #4b4b4b !important;
	text-decoration: none;
	transition: color 0.2s;
}

.news-text-content::before {
	display: block;
	height: 2px;
	width: 20px;
	background-color: #e42627;
	left: 20px;
	top: 23px;
	content: '';
	position: absolute;
}

.single-news .news-date {
	display: inline-block;
	font-family: 'Prompt';
	font-size: 1.3em;
	color: #9e9e9e;
	font-weight: 300;
	line-height: 100%;
	margin-bottom: 20px;
}

.news-text-content {
	padding: 0px 20px 0px 55px;
	position: relative;
}

.news-box .news-img img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.news-box .news-content {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.7em;
	color: #494549;
	font-weight: 400;
	line-height: 130%;
}

.news-box .news-col {
	margin-bottom: 60px;
}

.screen-reader-text {
	display: none;
}

.wp-pagenavi a {
	color: #524e52;
}

.wp-pagenavi {
	clear: both;
	text-align: center;
	font-family: 'Prompt';
	font-size: 1.6em;
	font-weight: 400;
	line-height: 100%;
}

span.pages {
	display: none !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: none !important;
	padding: 4px 10px !important;
	margin: 7px !important;
}

.wp-pagenavi a:hover {
	border-left: 1px solid #ec0101;
	border-top: 1px solid #ec0101;
	border-bottom: none;
	border-right: none;
	color: #ec0101;
}

span.current {
	border-left: 1px solid #ec0101 !important;
	border-top: 1px solid #ec0101 !important;
	border-bottom: none !important;
	border-right: none !important;
	color: #ec0101;
	font-weight: 400 !important;
}

@media screen and (max-width: 1199px) {
	.single-news {
		width: 100%;
	}
	.news-img {
		width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.single-news {
		margin: 0px 0px 0px 0px;
	}
	.news-box .news-col {
		padding: 0px 40px;
	}
	.news-box {
		padding-top: 20px;
	}
}


/*--------------------------------------------------------------
SIGLE NEWS PAGE
--------------------------------------------------------------*/

.news-full h1.news-title {
	font-family: 'Prompt';
	font-size: 3.6em;
	color: #3c3c3c;
	line-height: 120%;
	padding: 0px 15px;
}

.news-full .news-date {
	font-family: 'Prompt';
	font-size: 2em;
	color: #ec0101;
	line-height: 150%;
	padding: 0px 15px 30px;
}

.news-full .entry-content p {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.7em;
	color: #000000;
	line-height: 150%;
	font-weight: 300;
}

.btn-wrapper {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: 40px;
}

span.btn-line {
	white-space: nowrap;
	background-color: transparent;
	border-top: 1px solid #ec0101;
	border-left: 1px solid #ec0101;
	-webkit-transition: border 3s ease;
	-moz-transition: border 3s ease;
	-o-transition: border 3s ease;
	-ms-transition: border 3s ease;
	transition: border 3s ease;
	padding: 20px 10px 10px 20px;
}

span.btn-line a.page-btn {
	font-family: 'Prompt';
	font-size: 1.5em;
	color: #ec0101;
	line-height: 66px;
	font-weight: 400;
	text-transform: uppercase;
}


/*--------------------------------------------------------------
BLOCK MODULE PAGE
--------------------------------------------------------------*/

.module-text-container.padding-top-no {
	padding-top: 0px;
}

.module-text-container .col {
	padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
	.module-text-container {
		padding-top: 60px;
	}
}

@media screen and (max-width: 800px) {
	.module-text-container {
		padding-top: 40px;
		padding-bottom: 10px;
	}
}


/*-------------------- FORMULARZ -----------------------*/

div.formularz {
	margin-top: 15%;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 2px 2px rgba(121, 129, 144, 0.2);
	box-shadow: 1px 1px 6px 2px rgba(121, 129, 144, 0.2);
}


/*
div.formularz-box {
	position: relative;
}

div.formularz-box::before {
	content: '';
	background-color: transparent;
	width: 98%;
	height: 98%;
	border: 5px solid #df0001;
	top: -30px;
	position: absolute;
	right: -30px;
}
*/

div.wpcf7 {
	padding: 40px 30px;
}

div.wpcf7 label,
div.wpcf7 {
	font-weight: 400;
	font-family: 'Open Sans';
	font-size: 14px;
	color: #919090;
	width: 100%;
}

div.wpcf7 input,
div.wpcf7 textarea {
	margin-top: 5px;
	padding: 7px 10px;
	border: 1px solid #e7e7e7;
	width: 100%;
	font-size: 14px;
}

div.wpcf7 input.wpcf7-submit {
	background-color: #df0001;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	width: 140px;
	padding: 12px 0px;
	font-weight: 600;
	border: 3px solid #df0001;
	transition: all 0.3s;
}

div.wpcf7 input.wpcf7-submit:hover {
	color: #df0001;
	background-color: #fff;
	border: 3px solid;
	letter-spacing: 1px;
	transition: all 0.3s;
	transition: background 0.5s;
}

textarea.wpcf7-textarea {
	height: 130px;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #cc3233;
	line-height: 120%;
	padding: 12px;
}

span.wpcf7-not-valid-tip {
	color: #cc3233;
	font-size: 14px;
}

@media screen and (max-width: 991px) {
	div.formularz {
		margin-top: 40px;
		width: 90%;
	}
	div.wpcf7 {
		padding: 30px 20px;
	}
}

@media screen and (max-width: 550px) {
	.contact-info {
		padding: 0px 0px;
	}
	h3.offer-title {
		font-size: 2.8em;
	}
	.offer-container {
		padding: 0px 20px 60px 40px;
	}
}


/*--------------------------------------------------------------
FOOTER COPYRIGHT
--------------------------------------------------------------*/

div.footer-copy {
	font-family: 'Prompt';
	font-size: 1.2em;
	color: #fff;
	font-weight: 400;
	line-height: 130%;
	padding: 20px 10px 0px;
	border-top: 1px solid #807f7f;
}

div.footer-copy a {
	color: #fff;
	transition: color 0.3s ease-in-out;
}

div.footer-copy a:hover {
	color: #ccc;
	transition: color 0.3s ease-in-out;
}

div.footer-menu nav ul.menu {
	text-align: right;
}

div.footer-menu nav ul.menu li {
	list-style: none;
	line-height: normal;
	padding: 12px 0px;
	margin: 0px;
	display: inline-block;
	line-height: 120%;
}

div.footer-menu nav ul.menu li a {
	display: block;
	font-family: 'Prompt';
	font-weight: 400;
	padding: 10px 10px;
	color: #fff;
	font-size: 1.4em;
	text-transform: uppercase;
	transition: background 0.5s ease-in-out;
}

div.footer-menu nav ul.menu li a:hover {
	background: rgba(255, 255, 255, 0.1);
	transition: background 0.5s ease-in-out;
}

div.footer-menu nav ul.sub-menu {
	display: none;
}

#footer {
	position: relative;
	padding: 10px 0px;
	background-color: #505050;
}

.footer-menu {
	clear: both;
	padding: 15px 0px;
	float: right;
}

img.footer {
width: 90%;
padding-left: 8px;
padding-top: 10px;
}

div.footer-menu nav ul.menu li.menu-item-450 {
	display: none;
}

div.footer-menu nav ul.menu li.pll-parent-menu-item {
	display: none;
}

.header-menu li.pll-parent-menu-item a {
	border: 1px solid #fff;
	padding: 6px 10px;
	transition: background-color 0.3s ease-in-out;
}

.header-menu ul.sub-menu li a,
.header-menu ul.sub-menu li a:hover {
	border: none;
}

.header-menu li.pll-parent-menu-item a:hover {
	background-color: #505050;
	transition: background-color 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
	div.footer-menu nav ul.menu li a {
		padding: 10px 9px;
		display: inline-block;
		font-size: 1.2em;
	}
}

@media screen and (max-width: 768px) {
	.footer-menu {
		padding-top: 0px;
		text-align: center;
		float: none;
	}
	div.footer-menu {
		padding: 0px 0px;
	}
	div.footer-logo {
		text-align: center;
	}
	div.footer-menu nav ul.menu li {
		padding: 0px 0px;
		height: 30px;
	}
	div.footer-copy {
		text-align: center;
	}
	ul#header-menu {
		padding-left: 0px;
	}
	img.footer {
		padding-left: 0px;
	}
	div.footer-menu nav ul.menu {
		text-align: center;
	}
	ul#header-menu ul.sub-menu {
		background-color: firebrick;
	}
}


/*-------------SHOW----------------*/

.show-mobile {
	display: none;
}

@media screen and (max-width: 1100px) {
	.show-mobile {
		display: inline-block;
	}
	.show-desktop {
		display: none;
	}
}


/*--------------------------------------------------------------
PAGE LIST
--------------------------------------------------------------*/

.entry-content ul,
.entry-content ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: normal;
}

.entry-content ul {
	margin-bottom: 10px;
	font-family: 'Open Sans';
	font-size: 1.6em;
	list-style-position: inside;
	text-indent: -2.5em;
	margin-left: 43px;
}

.entry-content ul li {
	line-height: 140%;
}

.entry-content ul li::before {
	display: inline-block;
	width: 16px;
	height: 3px;
	margin-right: 25px;
	background-color: #df0001;
	content: '';
	vertical-align: middle;
}


/*--------------------------------------------------------------
PAGE OFFER AND CONTACT
--------------------------------------------------------------*/

#content {
	background-color: #ffffff;
}

.page-title {
	height: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.entry-content {
	padding-bottom: 50px;
}

.entry-content .module-text {
	margin-bottom: 40px;
}

.entry-content p {
	color: #3e3e3e;
	font-family: 'Open Sans';
	font-size: 1.7em;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 20px;
}

.page-id-13 .entry-content p {
	padding-right: 15px;
	padding-left: 15px;
}

.entry-content h4 {
	font-weight: 600;
	font-family: 'Prompt';
	color: #e53333;
	padding-right: 15px;
	padding-left: 15px;
}

.entry-content h5 {
	font-weight: 600;
	font-family: 'Prompt';
	padding: 15px 15px 5px;
}

.entry-content h5.nazwisko {
	font-family: 'Prompt';
	color: #545454;
	padding: 0px 15px;
	font-weight: 400;
}

.entry-content table {
	margin-top: 7px;
	width: 270px;
	border-spacing: 0px 3px;
	border-collapse: separate;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 140%;
	padding: 0px 15px;
	border-bottom: 1px solid #fff;
}

.entry-content table td {
	float: left;
}

.entry-content .ico-page {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 22px;
	margin-right: 15px;
}

.entry-content .box-2 {
	margin-right: 45px;
}

.entry-content .offer-container {
	padding: 30px 0px 60px 0px;
}

.entry-content .offer-box {
	max-width: 300px;
	margin-top: 25px;
}

.entry-content .img-offer2::before,
.entry-content .img-offer::before,
.entry-content .img-offer3::before {
	display: none;
}

.entry-content .img-offer2,
.entry-content .img-offer,
.entry-content .img-offer3 {
	margin-left: -18px;
}

@media screen and (max-width: 992px) {
	.entry-content .box-3 {
		padding-top: 0px;
	}
}

@media screen and (max-width: 768px) {
	.entry-content .img-wozki {
		background-image: url('https://www.do-met.pl/wp-content/themes/domet/images/6m.jpg');
	}
	.entry-content .img-rolka {
		background-image: url('https://www.do-met.pl/wp-content/themes/domet/images/4m.jpg');
	}
	.entry-content .img-rolka2 {
		background-image: url('https://www.do-met.pl/wp-content/themes/domet/images/3m.jpg');
	}
	.entry-content .img-rolka3 {
		background-image: url('https://www.do-met.pl/wp-content/themes/domet/images/5m.jpg');
	}
	.entry-content .img-offer2,
	.entry-content .img-offer,
	.entry-content .img-offer3 {
		margin-left: 20px;
		margin-right: 20px;
	}
	.entry-content .offer-box {
		width: 90%;
		max-width: 90%;
	}
	.entry-content {
		padding-bottom: 0px;
		padding: 30px 15px 0px;
	}
	.entry-content h3.offer-title {
		font-size: 3.5em;
		left: 40px;
	}
	.entry-content .offer-container {
		padding: 0px 0px 40px 0px;
	}
}

@media screen and (max-width: 550px) {
	.entry-content h3.offer-title {
		font-size: 2.7em;
		left: 30px;
	}
}

.entry-content div.formularz {
	margin-left: 20px;
	margin-top: 20px;
}

.entry-content div.wpcf7 input,
div.wpcf7 textarea {
	margin-top: 0px;
	padding: 2px 10px;
	font-size: 12px;
}

.entry-content label {
	margin-bottom: 0px;
}

.entry-content div.wpcf7 input.wpcf7-submit {
	padding: 5px 0px;
}

.entry-content h2.contact {
	font-size: 20px;
	font-weight: 500;
	padding: 0px 0px 20px;
}

.entry-content table.contact-page {
	padding: 0px 5px;
	border-spacing: 0px 8px;
	border-bottom: 1px solid #e9e8e8;
	width: 90%;
	margin-top: 12px;
}


/*--------------------------------------------------------------
BTN TO TOP
--------------------------------------------------------------*/

@media screen and (max-width: 1100px) {
	.footer-btn-top {
		background-image: url(images/btn-top-m.png);
		background-size: 33px 20px;
	}
}

@media screen and (min-width: 801px) {
	.footer-btn-top {
		position: fixed;
		display: block;
		right: 60px;
		bottom: 0px;
		width: 60px;
		height: 57px;
		border-radius: 4px;
		background: url(images/btn-top.png) 14px 22px no-repeat #ec0101;
		transition: bottom 0.4s, opacity 0.4s, background-position ease-in-out 0.2s, background-color 0.2s;
		opacity: 0;
		z-index: 100;
	}
	.btn-top-show .footer-btn-top {
		bottom: 0px;
		opacity: 1;
		transition: bottom 0.5s, opacity 0.5s, background-position ease-in-out 0.2s, background-color 0.2s;
	}
	.footer-btn-top:hover {
		background-position: 14px 18px;
		background-color: #de0202;
	}
}

@media screen and (max-width: 800px) {
	.footer-btn-top {
		display: block;
		height: 50px;
		background: url(images/btn-top.png) center center no-repeat #ec0101;
		transition: background-color 0.2s;
	}
	.footer-btn-top:hover {
		background-color: #de0202;
		transition: background-color 0.3s;
	}
}


/*--------------------------------------------------------------
MAIN SLIDER
--------------------------------------------------------------*/

.slider-top {
	position: relative;
}

#vid {
	width: 100%;
}

.bx-wrapper {
	box-shadow: none !important;
	border: none !important;
	background: transparent !important;
	margin: 0px !important;
}

.bx-wrapper .bx-pager {
	text-align: left !important;
	color: #fff !important;
	bottom: 70px !important;
	width: 300px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 80px;
	height: 5px;
	border-radius: 0px;
	background-color: #fff !important;
	transition: background-color 0.1s;
}

bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ff6868 !important;
	transition: background-color 0.1s;
}

.slider-top br {
	display: none;
}

.slider-top ul,
.slider-top li {
	margin: 0px;
	padding: 0px;
}

.slider-top .bx-wrapper {
	position: relative;
}

.slider-top .bx-wrapper .bx-viewport {
	left: 0px;
	box-shadow: none;
	margin: 0px;
	border: none;
}

.slider-top {
	background: rgb(191, 0, 1);
}

.slider-top .slider li img {
	width: 100%;
	opacity: 0.4;
}

.slider-top .slide-text {
	position: absolute;
	top: 80px;
	text-align: left;
	opacity: 1;
	transition: opacity 1.2s;
	width: 900px;
}

.slider-top .slide-text .slide-title {
	display: inline-block;
	font-family: 'Prompt';
	font-size: 6.7em;
	color: #ffffff;
	font-weight: 700;
	line-height: 110%;
	text-transform: uppercase;
}

.slider-top .slide-text .slide-title br {
	display: inline;
}

@media screen and (max-width: 1450px) {
	.slider-top .bx-wrapper .bx-controls-direction a {
		width: 47px;
		height: 47px;
	}
	.slider-top .bx-wrapper .bx-controls-direction .bx-next,
	.slider-top .bx-wrapper .bx-controls-direction .bx-next:hover {
		right: 20px;
	}
	.slider-top .bx-wrapper .bx-controls-direction .bx-prev,
	.slider-top .bx-wrapper .bx-controls-direction .bx-prev:hover {
		left: 20px;
	}
	.slider-top .slide-text .slide-title {
		font-size: 6em;
	}
	.bx-wrapper .bx-pager {
		padding: 0px 0px;
		width: 80%;
	}
	.bx-wrapper .bx-pager {
		bottom: 150px !important;
	}
	.slider-top .slide-text .slide-title {
		font-size: 8.0em;
		line-height: 110%;
	}
}

@media screen and (max-width: 1250px) {
	slider-top .slide-text {
		width: 75%;
		top: 60px;
	}
	.slider-top .slide-text .slide-title {
		font-size: 6.0em;
	}
	.slide-btn-wrapper {
		top: 230px !important;
	}
	.bx-wrapper .bx-pager {
		bottom: 40px !important;
	}
}

@media screen and (max-width: 1205px) {
	slider-top .slide-text {
		width: 900px;
	}
}

@media screen and (max-width: 1000px) {
	.slider-top .slide-text {
		top: 40px;
		width: 75%;
	}
	.slider-top .slide-text .slide-title {
		font-size: 4.8em;
	}
	.slider-top .slide-text-container {
		margin-left: 70px;
	}
	.bx-wrapper .bx-pager {
		bottom: 40px !important;
	}
	.slide-btn-wrapper {
		top: 160px !important;
	}
}

@media screen and (max-width: 800px) {
	.slider-top .bx-wrapper .bx-controls-direction {
		display: none;
	}
	.slider-top .slide-text .slide-title {
		font-size: 4em;
	}
	.bx-wrapper .bx-pager {
		bottom: 30px !important;
	}
	.slider-top .slide-text {
		top: 50px;
		width: 72%;
	}
	.slide-btn-wrapper {
		top: 150px !important;
		width: 230px !important;
	}
	span.btn-draw {
		padding: 15px 15px !important;
		font-size: 1.4em !important;
	}
}

@media screen and (max-width: 768px) {
	.slider-top .slide-text {
		width: 75%;
	}
	.bx-wrapper .bx-pager {
		width: 90%;
	}
	.slider-top .slider li {
		width: 100%;
	}
}

@media screen and (max-width: 670px) {
	.slider-top .slide-text {
		width: 93%;
		top: 45px;
		text-align: center;
	}
	.slider-top .slide-text .slide-title {
		font-size: 3.2em;
	}
	.slide-btn-wrapper {
		display: none !important;
	}
}

@media screen and (max-width: 610px) {
	.slider-top .slide-text {
		top: 30px;
		width: 95%;
	}
	.bx-wrapper .bx-pager {
		display: block !important;
		text-align: center !important;
	}
}

@media screen and (max-width: 400px) {
	.slider-top .slide-text .slide-title {
		font-size: 2.4em;
	}
	.bx-wrapper .bx-pager {
		display: none !important;
	}
}

@media only screen and (max-width: 1400px) and (min-width: 1251px) {
	.slider-top .slide-text {
		width: 900px;
		top: 80px;
	}
	.slider-top .slide-text .slide-title {
		font-size: 7.3em;
	}
	.bx-wrapper .bx-pager {
		bottom: 60px !important;
	}
	.slide-btn-wrapper {
		top: 270px !important;
	}
}

@media only screen and (max-width: 1699px) and (min-width: 1401px) {
	.slider-top .slide-text {
		width: 650px;
		top: 100px;
	}
	.slide-btn-wrapper {
		top: 320px !important;
	}
}

@media only screen and (max-width: 1526px) and (min-width: 1500px) {
	.slider-top .slide-text {
		width: 64%;
	}
}

@media only screen and (max-width: 1919px) and (min-width: 1700px) {
	.slider-top .slide-text {
		width: 60%;
		top: 28%;
	}
	.slide-btn-wrapper {
		top: 280px !important;
	}
}

@media screen and (min-width: 1919px) {
	.slider-top .slide-text {
		width: 60%;
		top: 25%;
	}
	.bx-wrapper .bx-pager {
		bottom: 80px !important;
	}
	.slider-top .slide-text .slide-title {
		font-size: 7.4em;
		line-height: 130%;
	}
	.slide-btn-wrapper {
		top: 340px !important;
		width: 300px !important;
	}
	span.btn-draw {
		padding: 25px 30px !important;
		font-size: 1.7em !important;
	}
	.slider-top {
		height: 800px;
	}
	.slider-top .bx-wrapper .bx-viewport {
		height: 800px !important;
	}
}

@media screen and (min-width: 2100px) {
	.slide-btn-wrapper {
		top: 350px !important;
	}
	.slider-top .slide-text {
		width: 64%;
	}
	.slider-top .slide-text .slide-title {
		font-size: 8em;
		width: 90%;
	}
}

@media screen and (min-width: 2499px) {
	.slide-btn-wrapper {
		top: 250px !important;
	}
}

@media screen and (min-width: 3000px) {
	.slider-top .slide-text {
		top: 16%;
	}
}


/*--------------------------------------------------------------
PAGE ABOUT
--------------------------------------------------------------*/

img.img-about {
	margin-top: 0px;
	position: absolute;
	right: -20px;
}

div.img-about::before {
	content: '';
	background-color: transparent;
	width: 480px;
	height: 300px;
	border: 5px solid #ec0101;
	top: 98px;
	position: absolute;
	right: 65px;
}

.about-icons-bg {
	background-image: url(images/about-bg.jpg);
	width: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
}

.about-icons {
	padding-top: 4%;
}

table.icon-block {
	line-height: 120%;
	width: 100%;
	border-bottom: none;
	margin-top: 40px;
	font-size: 1.8em;
	font-weight: 500;
	text-align: center;
	transition: all 0.3s;
}

table.icon-block:hover {
	transition: all 0.3s;
	transform: translate(10px);
}

table.icon-block td {
	text-align: center !important;
	vertical-align: middle !important;
	float: none;
}

table.icon-block table tr {}

.icon-block h5.icon-title {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 17px;
	font-weight: 500;
	padding: 0 10px;
}

span.ico-about {
	display: inline-block;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100px 100px;
}

span.ico-precyzja {
	background-image: url(images/ico-precyzja.png);
}

span.ico-experience {
	background-image: url(https://www.do-met.pl/wp-content/uploads/2019/05/ico-experience.png);
}

span.ico-termin {
	background-image: url(https://www.do-met.pl/wp-content/uploads/2019/05/ico-termin.png);
}

span.ico-jakosc {
	background-image: url(https://www.do-met.pl/wp-content/uploads/2019/05/ico-jakosc.png);
}

.text-column-about2 {
	padding-left: 60px;
	width: 35%;
}

.page-id-218 .container-fluid {
	padding-top: 50px;
	padding-bottom: 20px;
}

@media screen and (max-width: 1250px) {
	img.img-about {
		right: 0px;
		left: 0px;
	}
}

@media screen and (max-width: 1060px) {
	img.img-about {
		margin-top: 120px;
		width: 95%;
	}
}

@media screen and (max-width: 991px) {
	div.img-about::before {
		display: none;
	}
	img.img-about {
		margin-top: 30px;
		position: relative;
		width: 100%;
	}
	.text-column-about2 {
		width: 750px;
	}
	span.ico-about {
		width: 70px;
		height: 70px;
		background-size: 70px 70px;
	}
	.about-icons-bg {
		width: 100%;
	}
	div.img-about::before {
		content: '';
		background-color: transparent;
		width: 380px;
		height: 270px;
		border: 5px solid #ec0101;
		top: 178px;
		position: absolute;
		right: 65px;
	}
}

.owl-item img {
	transition: all .5s;
	border: 8px solid #fff !important;
}

.owl-item img:hover {
	transition: all .5s;
	border: 8px solid #ec0101 !important;
}

.owl-nav {
	display: block !important;
}

.owl-carousel .owl-stage-outer {
	left: 0px !important;
}

@media screen and (min-width: 1500px) {
	.owl-carousel .owl-item {
		left: -11% !important;
	}
}

@media screen and (min-width: 1300px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 992px) {
	.about-mobile {
		display: block;
	}
	.text-column-about2 {
		display: none;
	}
	.owl-carousel .owl-item {
		left: 0% !important;
	}
	.owl-carousel .owl-stage-outer {
		left: 0px;
	}
	owl-carousel {
		left: -30px;
	}
	.sa_owl_theme .owl-nav .owl-next {
		right: 0px;
	}
	.sa_owl_theme .owl-nav .owl-prev {
		left: 0px;
	}
}

@media screen and (min-width: 992px) {
	.about-mobile {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.about-icons-bg {
		height: 690px;
	}
	.about-icons {
		padding-top: 0%;
	}
	.owl-pagination-true {
		margin-bottom: 70px !important;
	}
	.sa_owl_theme .owl-dots {
		width: 90%;
		padding: 5px 0px 0px !important;
		bottom: -30px !important;
	}
}

@media screen and (max-width: 459px) {
	.icon-block h5.icon-title {
		font-size: 15px;
	}
	table.icon-block {
		margin-left: -15px;
	}
}

div.galeria {
	padding-top: 50px;
}


/*--------------------------------------------------------------
ELEMENTOR GENRAL STYLES
--------------------------------------------------------------*/

p.akapit-punkt {
	margin: 0 0 0px;
}

.page-id-537 .elementor-element-b9de235 .elementor-image img {
	width: 480px;
	margin-top: 10px;
	position: absolute;
	left: 20px;
}

.page-id-537 .elementor-element-b9de235 .elementor-image::before {
	content: '';
	background-color: transparent;
	width: 450px;
	height: 230px;
	border: 5px solid #ec0101;
	top: -10px;
	position: absolute;
	left: 0px;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

p.icon-akapit {
	color: #fff;
	font-family: 'Open Sans';
	font-size: 1.0em;
	font-weight: 400;
	line-height: 140%;
	margin: 0 20px 20px;
}

.elementor-element-3392826,
.elementor-element-cfc136c,
.elementor-element-7062474,
.elementor-element-f81a200,
.elementor-element-1d1b73d {
	border-bottom: 1px solid lightgray;
}

.elementor-element-66cf19b {
	margin-bottom: 0px !important;
}

.elementor-710 .elementor-element.elementor-element-9dcbff2 > .elementor-element-populated {
	margin: 00px 00px 120px 30px !important;
}

.single-post .elementor-slick-slider ul.slick-dots {
	bottom: -35px !important;
}

.entry-content ul.slick-dots li::before {
	display: none !important;
}

.elementor-slick-slider ul.slick-dots li button::before {
	font-family: none !important;
	width: 15px !important;
	height: 6px !important;
	content: '' !important;
	color: #000 !important;
	background-color: #000 !important;
	margin: 0px 20px !important;
}

.elementor-slick-slider ul.slick-dots li {
	width: 25px !important;
	height: 6px !important;
}

@media only screen and (max-width: 1200px) and (min-width: 600px) {
	.entry-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.page-id-537 .elementor-element-b9de235 .elementor-image::before {
		width: 350px;
		height: 190px;
		top: 0px;
	}
}

@media screen and (max-width: 1250px) {
	.news-full h1.news-title {
		padding: 0px 0px;
	}
	.news-full .news-date {
		padding: 0px 0px 30px;
	}
}

body.home div#sample_slider {
	padding-top: 20px;
}


/*--------------------------------------------------------------
ELEMENTOR HOVER AND FRAME STYLES
--------------------------------------------------------------*/


/*----- HOME QUOTE -----*/

.elementor-element-c835f65::before {
	color: #ccc;
	content: '"';
	font-size: 8em;
	line-height: 0.1em;
	font-weight: 300;
	position: absolute;
	right: 0px;
	font-style: italic;
	top: 20px;
}

.elementor-element-c835f65::after {
	color: #ccc;
	content: '"';
	font-size: 8em;
	line-height: 0.1em;
	font-weight: 300;
	position: absolute;
	bottom: -10px;
	left: -15px;
	font-style: italic;
}


/*----- HOME IMAGE -----*/

img.img-home {
	width: 450px;
	margin-top: 0px;
	position: absolute;
	right: 10px;
}

div.img-home::before {
	content: '';
	background-color: transparent;
	width: 370px;
	height: 300px;
	border: 5px solid #ec0101;
	top: -20px;
	position: absolute;
	right: -12px;
}


/*----- button 3 -----*/

ul.elementor-editor-element-settings,
ul.elementor-editor-section-settings {
	list-style-position: none;
	text-indent: 0em;
	margin-left: inherit;
}

ul.elementor-editor-element-settings::before {
	width: auto;
	height: auto;
	margin-right: auto;
	background-color: transparent;
}

ul.elementor-editor-element-settings li::before {
	margin-right: auto;
	background-color: transparent;
	content: inherit;
}


/*--------------------------------------------------------------
COOKIES
--------------------------------------------------------------*/

#cookie-law-info-bar,
#cookie-law-info-again {
	box-shadow: none !important;
}


/*--------------------------------------------------------------
CONTACT FORM 2
--------------------------------------------------------------*/

.input-hidden {
	position: absolute;
	left: -9999px;
}

input[type=radio]:checked + label > img {
	border: 1px solid #ec0101;
	transition: 500ms all;
}

input[type=radio] + label > img {
	border: 3px solid red;
	width: 150px;
	height: 150px;
	transition: 500ms all;
}

input[type=radio]:checked + label > img {
	transform: scale(0.9) scale(1);
}

input.accept {
	width: 20px !important;
	height: 20px;
	border: none !important;
	position: absolute;
	left: 0;
	top: 10px;
	margin-top: 26px !important;
}

span.wpcf7-acceptance span.wpcf7-list-item-label {
	padding-left: 10px;
}

span.wpcf7-list-item {
	display: block;
}

.elementor-element-4b1387c0 #left {
	width: 47%;
	float: left;
	margin-right: 6%;
}

.elementor-element-4b1387c0 #right {
	width: 47%;
	float: left;
}

.elementor-element-4b1387c0 .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	margin-bottom: 10px;
}

.elementor-element-4b1387c0 .clearfix {
	display: block;
}

label.two-row span.your-name {
	margin-top: 10px;
	padding: 12px 10px;
}


/*--------------------------------------------------------------
BOX OFFER
--------------------------------------------------------------*/


/*----- O FIRMIE I HOME BOXES -----*/

.elementor-element-e4b1bd8:hover .park-link::after,
.elementor-element-bbea5d3:hover .lab-link::after {
	width: 160px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.elementor-element-e4b1bd8:hover h3 a,
.elementor-element-bbea5d3:hover h3 a {
	color: #e00000;
	transition: all 0.3s;
}

.elementor-element-e4b1bd8:hover img {
	transform: translate(10px);
	transition: all 0.3s;
}

.elementor-element-e4b1bd8:hover img,
.elementor-element-bbea5d3:hover img {
	transform: translate(10px);
	transition: all 0.3s;
}

.elementor-element-e4b1bd8 img,
.elementor-element-bbea5d3 img {
	transition: all 0.3s;
}

div.park-link::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 32px;
	height: 4px;
	width: 120px;
	border-bottom: 3px solid #e00000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

div.lab-link::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 33px;
	height: 4px;
	width: 120px;
	border-bottom: 3px solid #e00000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}


/*----- OFFER BOX ON HOMEPAGE -----*/

#offer-box::before {
	content: "";
	position: absolute;
	left: 17px;
	top: 1px;
	height: 260px;
	width: 290px;
	border: 5px solid #ccc;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#offer-link h3::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 33px;
	height: 4px;
	width: 70px;
	border-bottom: 3px solid #e00000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#labo-link h3::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 60px;
	height: 4px;
	width: 70px;
	border-bottom: 3px solid #e00000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#offer-box:hover #offer-link h3::after,
#offer-box:hover #labo-link h3::after {
	width: 100px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#offer-box #offer-link h3 a,
#offer-box #labo-link h3 a {
	transition: all 0.3s;
}

#offer-box:hover #offer-link h3 a,
#offer-box:hover #labo-link h3 a {
	color: #e00000;
	transition: all 0.3s;
}

#offer-box a img {
	transition: all 0.3s;
}

#offer-box:hover a img {
	transform: translate(10px);
	transition: all 0.3s;
}

@media screen and (max-width: 1100px) {
	#offer-box::before {
		display: none;
	}
}


/*----- OFFER MOBILE -----*/

.mobile-link h3::after {
	content: "";
	position: absolute;
	left: 20px;
	top: 35px;
	height: 4px;
	width: 80px;
	border-bottom: 3px solid #e00000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-link:hover h3::after {
	width: 110px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-link2 h3::after {
	content: "";
	position: absolute;
	left: 20px;
	top: 60px;
	height: 4px;
	width: 80px;
	border-bottom: 3px solid #e00000;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-link2:hover h3::after {
	width: 110px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-link:hover h3 a,
.mobile-link2:hover h3 a {
	transition: all 0.3s;
}

.mobile-link:hover h3 a,
.mobile-link2:hover h3 a {
	color: #e00000;
	transition: all 0.3s;
}

@media screen and (max-width: 950px) {
	.mobile-link h3::after {
		left: 40px;
		top: 55px;
	}
	.mobile-link2 h3::after {
		left: 50px;
		top: 60px;
	}
}


/*----- POCZYTAJ WIĘCEJ LINK HOVER -----*/

.elementor-element-6f61d50 h5 a:hover,
.elementor-element-8d64866 h5 a:hover {
	color: #505050;
	transition: all 0.3s;
	letter-spacing: 1px;
}


/*----- OFFER POMIARY IMG BORDER -----*/

img.offer-pomiary {
	width: 90%;
	position: absolute;
	right: 0px;
	margin-top: 0px;
}

div.img-pomiary::before {
	content: '';
	background-color: transparent;
	width: 570px;
	height: 310px;
	border: 5px solid #ec0101;
	top: -20px;
	position: absolute;
	right: -20px;
}

@media screen and (max-width: 1100px) {
	div.img-pomiary::before {
		width: 470px;
	}
}

@media screen and (max-width: 1024px) {
	div.img-pomiary::before {
		width: 370px;
		height: 210px;
	}
}

@media screen and (max-width: 965px) {
	img.offer-pomiary {
		right: -30px;
	}
	div.img-pomiary::before {
		right: -50px;
	}
}

@media screen and (max-width: 860px) {
	div.img-pomiary::before {
		display: none;
	}
}


/*----- OFFER GALLERY HOVER -----*/

.elementor-widget-image-carousel img.slick-slide-image {
	transition: all .5s;
	border: 5px solid #fff !important;
}

.elementor-widget-image-carousel img.slick-slide-image:hover {
	border: 5px solid #ec0101 !important;
	transition: all .5s;
}

.elementor-slick-slider ul.slick-dots {
	bottom: -35px !important;
}


/*--------------------------------------------------------------
BUTTON SLIDE DRAW
--------------------------------------------------------------*/

.slide-btn-wrapper {
	position: relative;
	background: none;
	cursor: pointer;
	display: block;
	width: 270px;
	top: 360px;
}

span.btn-draw {
	display: block;
	padding: 20px 25px;
	background: rgba(121, 0, 1, 0.8);
	border: none;
	font-weight: 400;
	white-space: nowrap;
	text-transform: uppercase;
	font-family: 'Prompt';
	font-size: 1.6em;
	transition: background 1s ease-in-out;
	text-align: center;
}

a.slide-btn {
	color: #fff;
	text-decoration: none;
}

span.btn-draw::before,
span.btn-draw::after {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	transition: all 0.2s linear;
	background: #fff;
}

a.slide-btn::before,
a.slide-btn::after {
	content: "";
	width: 2px;
	height: 0;
	position: absolute;
	transition: all 0.2s linear;
	background: #fff;
}

span.btn-draw:hover::before,
span.btn-draw:hover::after {
	width: 100%;
}

span.btn-draw:hover a.slide-btn::before,
span.btn-draw:hover a.slide-btn::after {
	height: 100%;
}


/*----- button 3 -----*/

span.btn-draw::after {
	left: 0;
	bottom: 0;
	transition-delay: 0.5s;
}

span.btn-draw a.slide-btn::after {
	transition-delay: 0.3s;
	right: 0;
	bottom: 0
}

span.btn-draw::before {
	right: 0;
	top: 0;
	transition-delay: 0.1s;
}

span.btn-draw a.slide-btn::before {
	transition-delay: 0s;
	left: 0;
	top: 0;
}

span.btn-draw:hover {
	background: transparent;
	transition: background 1s ease-in-out;
}

span.btn-draw:hover::after {
	transition-delay: 0s;
}

span.btn-draw:hover a.slide-btn::after {
	transition-delay: 0.1s;
}

span.btn-draw:hover::before {
	transition-delay: 0.3s;
}

span.btn-draw:hover a.slide-btn::before {
	transition-delay: 0.5s;
}

.video-btn {
	width: 180px !important;
	top: 0px !important;
	margin: 0 auto;
	background: red;
	left: 0;
	display: block !important;
}

span.bg-red {
	background: #db0007;
	padding: 19px 30px;
	transition: background 1s ease-in-out;
}

span.bg-red:hover {
	background: #505050;
	transition: background 1s ease-in-out;
}


/*--------------------------------------------------------------
RESPONSIVE TABLE WÓZKI
--------------------------------------------------------------*/

.entry-content table.table-wozki td {
	float: none;
}

.entry-content table.table-wozki {
	width: 100%;
}

@media only screen and (max-width: 550px) {
	/* Force table to not be like tables anymore */
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	#no-more-tables tr {
		border: 1px solid #ccc;
	}
	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align: left;
	}
	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
	}
	/*
	Label the data
	*/
	#no-more-tables td:before {
		content: attr(data-title);
	}
}


body.page-id-710 .slider-top {
display: none !important;
}

ul.list {
font-family: 'Open Sans';
font-size: 1.0em;
list-style-position: inside !important;
text-indent: -2.5em;
margin-left: 49px !important;

}

ul.list, ul.list li {
    padding: 0px;
    margin: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    list-style: none;
        list-style-position: outside;
    line-height: 1.5em;
}

ul.list ul li {
    line-height: 140%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul.list li::before {
    display: inline-block;
    width: 16px;
    height: 3px;
    margin-right: 25px;
    background-color: #df0001;
    content: '';
    vertical-align: middle;
}

.logo-slide img.swiper-slide-image {
filter: grayscale(100%) !important;
	opacity: 0.8;
	transition: all 0.3s;
}

.logo-slide img.swiper-slide-image:hover {
filter: none !important;
	transition: all 0.3s;
	opacity: 1;
}

.gallery-slide .swiper-slide {
    left: -8%;
}

.gallery-slide  .swiper-slide {
    margin: 0 20px;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    margin: 10px 5px !important;
}

.elementor-swiper-button {
    font-size: 35px !important;
    background: rgba(0,0,0,0.4);
    padding: 8px !important;
}

.elementor-swiper-button:hover {
    background: rgba(0,0,0,0.7) !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: -10px !important;
}

.elementor-swiper-button-next {
    right: 0px !important;
}

.elementor-swiper-button-prev {
    left: 0px !important;
}

#overlay {
    filter: alpha(opacity=80) !important;
    -moz-opacity: .8 !important;
    opacity: .8 !important;
}