/** subpage kalkulator **/
section.sec-kalk {
	position: relative;
	padding: 60px 0;
}
div.box-sticky {
	overflow: hidden;
	position: sticky;
	top: 15px;
	z-index: 3;
}
p.p-kalc {
	margin: 0 0 10px 0;
	font-size: 15px;
	line-height: 22px;
}
label.lab-kalc {
	margin: 0 0 10px 0;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.05em;
	color: rgba(0,0,0,.6);
}
p.p-calc-error {
	display: none;
	margin: -20px 0 0 0;
	font-size: 14px;
	line-height: 20px;
	color: #C31A12;
}
div.box-kalc-wynik {
	float: left;
	width: 50%;
	position: relative;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 2px solid rgba(0,0,0,.05);
}
p.p-kalc {
	margin: 0 0 10px 0;
	font-size: 15px;
	line-height: 22px;
}
p.p-kalc span {
	font-weight: bold;
	text-decoration: underline;
}
div.box-kalc-suma {
	position: relative;
	margin: 20px 0 0 0;
}
p.p-kalc-wynik-title {
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0,0,0,.6);
}
p.p-wynik {
	display: inline-block;	
	margin: 0;
	padding: 10px 15px;
	max-width: 150px;
	width: 100%;
	
	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
	background-color: var(--yellow);
}

/** subpage kontakt **/
div.box-form-title {
	position: relative;
	margin: 0 0 30px 0;
}
h2.h2-form-title {
	position: relative;
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	font-weight: 700;
	font-size: 30px;
	line-height: 50px;
}
h2.h2-form-title::after {
	content: '';
	position: absolute;
	left: 0; top: 0;
	width: 10px; height: 100%;
	background-color: var(--yellow);
}
p.p-form-title {
	margin: 0;
	font-size: 15px;
	line-height: 22px;
}
div.box-sp-kon {
	position: relative;
	margin: 0 0 30px 0;
}
a.a-kon,
a.a-kon:is(:active, :visited) {
	display: inline-block;
	margin: 30px 0 0 15px;
	font-size: 15px;
	line-height: 20px;
	color: #000;
	
	-webkit-transition: color .3s ease-in-out;
	
	-o-transition: color .3s ease-in-out;
	
	transition: color .3s ease-in-out;
}
a.a-kon:is(:hover, :focus, :focus-within) {
	text-decoration: none;
	color: rgba(0,0,0,.5);
}
figure.fig-kon {
	position: relative;
	margin: 0 5px 0 0;
}
img.img-kon {
	max-width: 25px;
	width: 100%;
}
div.box-kon-a a.a-kon,
div.box-kon-a a.a-kon:is(:active, :visited) {
	margin: 15px 0 0 15px;
}

	/** kontakt formularz/form **/
div.box-kon-title {
	position: relative;
	margin: 0 0 40px 0;
}
h2.h2-kon {
	position: relative;
	margin: 0;
	padding: 0 0 0 60px;
	font-weight: 400;
	font-size: 42px;
	line-height: 52px;
	text-transform: uppercase;
	color: #fff;
}
h2.h2-kon::before {
	content: '';
	position: absolute;
	left: 30px; top: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	
	width: 30px; height: 1px;
	background-color: #fff;
}
label.lab-kon {
	margin: 0 0 10px 0;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: -0.05em;
	color: var(--black);
}
div.form-box .form-k,
div.form-box .form-txt {	
	margin-bottom: 25px;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: -0.05em;
	color: var(--black);
	
	padding-left: 20px;
	height: 50px;
	background: transparent;
	border: none;
	border: 1px solid #E0E0E0;
	border-radius: 0;
}
div.form-box .form-k::-webkit-input-placeholder {
	color: rgba(0,0,0,.5);
}
div.form-box .form-k::-moz-placeholder {
	color: rgba(0,0,0,.5);
}
div.form-box .form-k:-ms-input-placeholder {
	color: rgba(0,0,0,.5);
}
div.form-box .form-k::-ms-input-placeholder {
	color: rgba(0,0,0,.5);
}
div.form-box .form-k::placeholder {
	color: rgba(0,0,0,.5);
}
div.form-box .form-k:focus {
	border-color: var(--yellow);
}
div.form-box .form-txt {
	position: relative;
	height: 150px;
	padding-top: 20px;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: -0.05em;
	
	padding-left: 20px;
	height: 150px;
	background: transparent;
	border: none;
	border: 1px solid #E0E0E0;
	border-radius: 0;
}
div.form-box .form-txt::-webkit-input-placeholder {
	color: rgba(0,0,0,.5);
}
div.form-box .form-txt::-moz-placeholder {
	color: rgba(0,0,0,.5);
}
div.form-box .form-txt:-ms-input-placeholder {
	color: rgba(0,0,0,.5);
}
div.form-box .form-txt::-ms-input-placeholder {
	color: rgba(0,0,0,.5);
}
div.form-box .form-txt::placeholder {
	color: rgba(0,0,0,.5);
}
p.p-form-info {
  position: relative;
   margin: -20px 0 10px 0;  
  font-size: 13px;
  line-height: 17px;
  color: var(--txt);
}
div.form-box .btn-send,
div.form-box .btn-send:visited,
div.form-box .btn-send:active {
	position: relative;
  display: block;
	margin: 20px 0 0 0;
	padding: 11px 60px;
	width: 100%;
	
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.035em;
  color: #000;
	
	border: 2px solid var(--yellow);
	border-radius: 0;
	background-color: var(--yellow);
	
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;	
	-o-transition: background .3s ease-in-out, color .3s ease-in-out;	
	transition: background .3s ease-in-out, color .3s ease-in-out;
}
div.form-box .btn-send:hover,
div.form-box .btn-send:focus,
div.form-box .btn-send:focus-within {
	background-color: #000;
	color: #fff;
	text-decoration: none;
	
	 outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #0075FF;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

	/** form accept **/
div.cm-akcept {
	position: relative;	
	z-index: 1;
}
div.cm-akcept input {
	position: relative;
	z-index: 1;
}
div.cm-akcept .wpcf7-list-item {
	margin: 0;
}
p.p-form-accept {
	position: absolute;
	top: 0; left: 20px;
	margin: 0;
	padding: 0 0 0 30px;
	font-size: 13px;
	line-height: 17px;
	color: var(--txt);
	opacity: 0.7;
}
a.a-form,
a.a-form:is(:active, :visited) {
	color: var(--black);
	text-decoration: underline;
	
	-webkit-transition: color .3s ease-in-out;	
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
a.a-form:is(:hover, :focus) {
	color: var(--black);
}

	/** Walidacja Kontaktu **/
span.wpcf7-spinner {
  position: absolute;
  right: 0;
}
span.wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: -10px;
  margin-bottom: 20px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  font-size: 13px;
  text-align: center;
	margin-top: -10px;
  margin-bottom: 40px;	
}
div.wpcf7-mail-sent-ok {
  margin-top: -10px;
  border: 2px solid #398f14;
  margin-bottom: 40px;
  font-size: 13px;
  text-align: center;
	border-radius: 5px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
	background-color: #ffb900;
	color: #000;
	text-align: center;
	font-size: 15px;
	border-radius: 5px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
	background-color: #46b450;
	color: #fff;
	text-align: center;
	font-size: 15px;
	border-radius: 5px;
	display: none;
}


/** subpage o firmie **/
div.row-ofirmie-zes {
	position: relative;
	margin-top: 60px;
	margin-bottom: 60px;
}
div.row-ofirmie {
	position: relative;
	margin-bottom: 30px;
}
figure.fig-ofirmie {
	position: relative;
}
img.img-ofirmie {
	max-width: 260px;
	width: 100%;
}
div.box-ofirmie-meta {
	position: relative;
}
h3.h3-ofirmie {
	margin: 0 0 5px 0;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
}
p.p-ofirmie {
	margin: 0;
	font-weight: 400;
	font-size: 15px;
	line-height: 25px;
}
div.box-wyzwig-ofirmie {
	position: relative;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #DADADA;
}

	/** certyfikaty **/
div.item-cert {
	text-align: center;
}
.fancybox-thumbs__list a:before {
	border: 6px solid var(--yellow);
}
.fancybox-progress {
	background: var(--yellow);
}
a.a-cert {
	font-size: 0;
}
figure.fig-cert {
	position: relative;
}
img.img-cert {
	max-width: 100%;
	width: 100%;
	
	will-change: transform;
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
a.a-cert:is(:hover, :focus, :focus-within) img.img-cert {
	opacity: .8;
	-webkit-transform: scale(1.02);
	    -ms-transform: scale(1.02);
	        transform: scale(1.02);
}

/** subpage dokumenty **/
div.box-dok-content {
	position: relative;
}
div.box-dok {
	position: relative;
	
  padding: 30px 15px;
  border-bottom: 2px solid #DADADA;
   
  -webkit-transition: border-color .3s ease-in-out;
   
  -o-transition: border-color .3s ease-in-out;
   
  transition: border-color .3s ease-in-out;
}
div.box-dok:is(:hover, :focus, :focus-within)  {
	border-color: var(--yellow);
}
div.col-dok {
	position: relative;
	float: left;
}
div.col-dok-a {
	padding: 0 15px 0 0;
	width: calc(100% - 150px);
}
div.col-dok-b {
	width: 150px;
	text-align: right;
}
h3.h3-dok {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.5px;	
}
div.col-dok-b a.btn-yellow,
div.col-dok-b a.btn-yellow:is(:active, :visited) {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}

/** dropdown menu **/
section.sec-menu {
	display: none;
	opacity: 1;
	position: absolute;
	z-index: 0;
	top: 101px; left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	padding: 0;
	
	max-width: 1410px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	
	background-color: #fff;
	-webkit-box-shadow: 0 14px 28px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 1%);
	        box-shadow: 0 14px 28px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 1%);
	
	will-change: transform;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
div.col-menu {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}
div.box-of-menu {
	position: relative;
	min-height: 250px;
	border: none!important;
}
div.box-of-menu::after {
	content: '';
	position: absolute;
	left: 0; top: 0;
	width: 0; height: 100%;
	background-color: var(--yellow);
	
	-webkit-transition: width .5s ease-in-out;
	
	-o-transition: width .5s ease-in-out;
	
	transition: width .5s ease-in-out;
}
a.a-of:is(:hover, :focus, :focus-within) div.box-of-menu::after {
	width: 100%;
}
div.col-menu a.a-of:is(:hover, :focus, :focus-within) div.box-of-icon::after {
	width: 18%;
}

	/** show menu **/
li.active-nav button {
	color: var(--yellow);
}
img.img-menu {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
button.active-nav {
	border-bottom: 2px solid var(--yellow)!important;
}
button.active-nav img.img-menu {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
section.sec-menu-of-sh {
  display: block!important;
  -webkit-animation-name: menu-sh;
          animation-name: menu-sh;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	     -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
@-webkit-keyframes menu-sh {
  from {
		opacity: 0;
		-webkit-transform: translate(-50%, 0);
		 transform: translate(-50%, 0);
	}
  to {
		opacity: 1;
		-webkit-transform: translate(-50%, -20px);
		transform: translate(-50%, -20px);
	}
}
@keyframes menu-sh {
  from {
		opacity: 0;
		-webkit-transform: translate(-50%, 0);
		 transform: translate(-50%, 0);
	}
  to {
		opacity: 1;
		-webkit-transform: translate(-50%, -20px);
		 transform: translate(-50%, -20px);
	}
}

/** subpage single oferta **/
div.row-sp-content {
	position: relative;
	background-color: var(--bg);
}
div.box-sp-title {
	position: relative;
	margin: 0 0 30px 0;
}
h2.h2-sp-title {
	position: relative;	
	margin: 0;
	padding: 5px 0 5px 30px;
	font-weight: 700;
	font-size: 24px;
	line-height: 25px;
	letter-spacing: -0.5px;
	color: #000;
}
h2.h2-sp-title::after {
	content: '';
	position: absolute;
	left: 0; top: 0;
	width: 15px; height: 100%;
	background-color: var(--yellow);
}
div.col-bg-content {
	position: relative;
	padding-right: 0;
}
div.bg-sp {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%; height: 100%;
}
div.row-sp-wyzwig {
	position: relative;
	margin-top: 60px;
}
div.col-sp-content {
	position: relative;
	padding: 40px;
}
div.box-sp-wyzwig-dodt {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

/** section oferta **/
section.sec-of {
	position: relative;
	padding: 60px 0;
}
div.box-page {
	position: relative;
}
h2.h2-page {
	margin: 0 0 30px 0;
	font-weight: 700;
	font-size: 48px;
	line-height: 50px;
}
p.p-page {
	font-size: 15px;
	line-height: 22px;
}
div.row-page {
	position: relative;
	margin-top: 40px;
}
figure.fig-of {
	position: relative;
}
img.img-of {
	max-width: 500px;
	width: 100%;
}

	/** section oferta boxes **/
div.col-of {
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 0 10px 0;
}
a.a-of,
a.a-of:is(:active, :visited) {
	display: block;
	color: #000;
}
a.a-of:is(:hover, :focus, :focus-within) {
	text-decoration: none;
	color: #000;
}
div.box-of {
	position: relative;
	padding: 20px;
	border: 2px solid transparent;
	
	-webkit-transition: border-color .3s ease-in-out;
	
	-o-transition: border-color .3s ease-in-out;
	
	transition: border-color .3s ease-in-out;
}
a.a-of:is(:hover, :focus, :focus-within) div.box-of {
	border-color: var(--yellow);
}
div.box-of-icon {
	position: relative;
	padding: 10px 0 0 0;
}
div.box-of-icon::after {
	content: '';
	position: absolute;
	left: 0; top: 0;
	width: 18%; height: 100%;
	background-color: var(--yellow);
	
	-webkit-transition: width .3s ease-in-out;
	
	-o-transition: width .3s ease-in-out;
	
	transition: width .3s ease-in-out;
}
a.a-of:is(:hover, :focus, :focus-within) div.box-of-icon::after {
	width: 100%;
}
figure.fig-of-icon {
	position: relative;
	z-index: 1;
}
img.img-of-icon {
	display: inline-block;
	padding: 0 0 0 15px;
	max-height: 70px;
	height: 100%;
	width: 100%;
}
div.box-of-meta {
	position: relative;
	z-index: 1;
	margin: 15px 0 0 0;
}
div.box-of-title {
	position: relative;
}
h3.h3-of {
	margin: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.5px;
	color: #000;
	
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  overflow: hidden;
    -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
div.box-of-href {
	position: relative;
	margin: 40px 0 0 0;
}
p.p-of-href {
	margin: 0;
	font-family: 'DM Sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
} 
p.p-of-href span {
	display: inline-block;
	margin: 0 0 0 5px;
}

/** subpage general **/
section.sec-sp-h {
	position: relative;
	margin: 134px 0 0 0;
	padding: 60px 0;
	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
div.box-sp-h-title {
	position: relative;
}
h1.h1-sp-h {
	margin: 0;
	font-weight: 700;
	font-size: 44px;
	line-height: 62px;
	color: #fff;
}
h2.h2-sp-h {
	margin: 0;
	font-weight: 700;
	font-size: 44px;
	line-height: 62px;
	color: #fff;
}
p.p-sp-h {
	margin: 0;	
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}

	/** breadcrump **/
section.sec-sp-h-bread {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,.05);
}
div.sep-bread {
	display: inline-block;
	width: 7px; height: 7px;
	background-color: var(--yellow);
	margin: 0 5px 0 5px;
	position: relative;
	top: -2px;
	border-radius: 50%;
}
div.breadcrumbs {
	font-size: 14px;
	line-height: 25px;
	color: var(--txt);
}
div.breadcrumbs a,
div.breadcrumbs a:is(active, :visited) {
	font-size: 14px;
	line-height: 19px;
	color: var(--txt);
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
div.breadcrumbs a:is(:hover, :focus) {
	text-decoration: none;
	color: var(--yellow);
}

	/** section subpage **/
section.sec-sp {
	position: relative;
	padding: 60px 0;
}

/** header **/
header#masthead {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	z-index: 99;
	background-color: var(--black);
}
.home header#masthead {
	background-color: transparent;
}
div.mob-box-menu {
	display: none;
}
div.w1840 {
	max-width: 1840px;
	width: 100%;
	margin: 0 auto;
}

	/** section sp **/
section.sec-h {
	position: relative;
	padding: 5px 0 0 0 0;
}
div.cont-h {
	padding-top: 10px;
	padding-bottom: 20px;
}

	/** header cont-h **/
div.cont-th {
	padding-top: 10px;
	padding-bottom: 5px;
}
div.box-th {
	position: absolute;
	left: 15px; top: 0;
}
p.p-th {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.5);
}
a.a-th,
a.a-th:is(:active, :visited) {
	position: relative;
	display: inline-block;
	margin: 0 0 0 10px;
	
	font-size: 14px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.5);
	
	-webkit-transition: color .3s ease-in-out;
	
	-o-transition: color .3s ease-in-out;
	
	transition: color .3s ease-in-out;
}
a.a-th:is(:hover, :focus) {
	text-decoration: none;
	color: #fff;
}
figure.fig-th {
	position: relative;
	margin: 0 5px 0 0;
}
img.img-th {
	max-width: 20px;
	width: 100%;
}

	/** header logo **/
div.box-logo-h {
	position: absolute;
	left: 0; top: 0;
}
a.a-logo-h {
	font-size: 0;
}
figure.fig-logo-h {
	position: relative;
}
img.img-logo-h {
	max-width: 160px;
	width: 100%;
}

	/** header navigation **/
ul.ul-h {
	margin: 15px 0 0 0; padding: 0;
}
ul.ul-h li {
	display: inline-block;
}
ul.ul-h li.li-home {
	display: none;
}
button.btn-h-nav,
button.btn-h-nav:is(:active, :visited),
a.a-h,
a.a-h:is(:active, :visited) {
	display: inline-block;	
	padding: 10px 20px;
	font-weight: 700;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.02em;
	border-radius: 0;

	background-color: transparent;
	border: none;
	color: #fff;
	
	-webkit-transition: color .3s ease-in-out;
	
	-o-transition: color .3s ease-in-out;
	
	transition: color .3s ease-in-out;
}
button.btn-h-nav:is(:hover, :focus),
a.a-h:is(:hover, :focus) {
	text-decoration: none;
	color: var(--yellow);
	
	-webkit-box-shadow: none;
	
	        box-shadow: none;
	outline: none;
}
a.nav-h-active,
button.nav-h-active {
	color: var(--yellow)!important;
}

/** section hero **/
section.sec-hero {
	position: relative;
	padding: 250px 0 0 0;
	height: 750px;
	overflow: hidden;
}

	/** section video **/
section.sec-hero:before {
    content: '';
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
section.sec-video {
  position: absolute;
  height: 750px;
  left: 0; top: 0;
  width: 100%;
}
div.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    overflow: hidden;
}
video.bg-video-content {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
figure.fig-hero {
	position: relative;
}
img.img-hero {
	max-width: 700px;
	width: 100%;
}
div.box-hero {
	position: relative;
}
h1.h1-hero {
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 66px;
	line-height: 69px;
	letter-spacing: -0.05em;
	color: #fff;
}
p.p-hero {
	margin: 0;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
}
div.box-btn {
	position: relative;
	margin: 40px 0 0 0;
}
div.box-btn-hero {
	position: relative;
}
a.btn-yellow,
a.btn-yellow:is(:active, :visited) {
	display: inline-block;
	min-width: 200px;
	padding: 12px 0;
	
	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
	color: #000;
	background-color: var(--yellow);
	border-radius: 0;
	border: 2px solid var(--yellow);
	
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	
	-o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
a.btn-yellow:is(:hover, :focus, :focus-within) {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}
a.btn-white,
a.btn-white:is(:active, :visited) {
	display: inline-block;
	min-width: 200px;
	padding: 12px 0;
	
	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
	color: #fff;
	background-color: transparent;
	border-radius: 0;
	border: 2px solid var(--yellow);
	
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	
	-o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
a.btn-white:is(:hover, :focus, :focus-within) {
	text-decoration: none;
	color: #000;
	background-color: var(--yellow);
}
div.box-btn-hero a {
	margin: 0 10px 0 0;
}

	/** hero hash **/
a.a-hash,
a.a-hash:is(:active, :visited) {
	display: inline-block;
	padding: 30px 35px 0 35px;
	font-size: 0;
	text-align: center;
	margin: 0;
	position: absolute;
	left: 50%; bottom: -20px;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 3;
}
svg.svg-hash {
	width: 40px;
	fill: #404040;
	-webkit-transition: fill .3s ease-in-out;
	-o-transition: fill .3s ease-in-out;
	transition: fill .3s ease-in-out;
		-webkit-animation: bounce-top 2.5s infinite alternate-reverse forwards;
	        animation: bounce-top 2.5s infinite alternate-reverse forwards;
}
a.a-hashis(:hover, :focus, :focus-within) svg.svg-hash {
	fill: rgba(19, 193, 163, 1);
}
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}

/** end custom **/

/* Footer top */
section.sec-f-top {
	background-image: url(/wp-content/uploads/2023/02/bcg-f-top-expert-e1676357093638.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 60px 0;
}

p.p-f-top-nag {
	font-weight: 700;
	font-size: 40px;
	line-height: 118.7%;
	color: #FFFFFF;
}

p.p-f-top-txt {
	font-weight: 400;
	font-size: 32px;
	line-height: 118.7%;
	color: #FFFFFF;
}

a.a-f-top-kon,
a.a-f-top-kon:is(:active, :visited)  {
	font-weight: 700;
	font-size: 50px;
	line-height: 150%;
	color: var(--yellow);
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

a.a-f-top-kon:is(:hover, :focus) {
	text-decoration: none;
	color: #fff;
}

img.img-top-ico-tel {
	width: 50px;
	height: 50px;
	margin-top: -9px;
}

/* Footer copy */
section.sec-f-cw {
	background: #000;
	padding: 15px 0;
}

p.p-copy {
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.55);
	margin-bottom: 0;
}

section.sec-f-cw-top {
	background: #171717;
	padding: 15px 0;
}
a.a-copy,
a.a-copy:is(:active, :visited) {
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.55);
	margin-bottom: 0;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

a.a-copy:is(:hover, :focus) {
	text-decoration: none;
	color: var(--yellow);
}

a.a-f-cw-link,
a.a-f-cw-link:is(:active, :visited) {
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.55);
	margin-bottom: 0;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: inline-block;
}

a.a-f-cw-link:is(:hover, :focus) {
	text-decoration: none;
	color: var(--yellow);
}

a.a-f-cw-link-a,
a.a-f-cw-link-a:is(:active, :visited) {
	margin-right: 30px;
}


/* Footer */
figure.fig-logo-f {
	max-width: 170px;
	width: 100%;
}

section.sec-f {
	background: url(/wp-content/uploads/2023/02/footer-bcg-expert.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 60px 0;
}

h3.h3-f {
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
	margin-bottom: 7px;
}
hr.hr-f {
	background: var(--yellow);
	width: 60px;
	height: 3px;
	display: inline-block;
	margin-top: 0;
}

div.r-f-link {
	margin-top: 30px;
}

a.a-f-kon,
a.a-f-kon:is(:active, :visited)  {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #FFFFFF;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	margin-bottom: 20px;
}

a.a-f-kon:is(:hover, :focus) {
	text-decoration: none;
	color: var(--yellow);
}

figure.f-ico-kon {
	margin-right: 10px;
}

p.p-f {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #FFFFFF;
}

a.a-f,
a.a-f:is(:active, :visited)  {
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	color: #FFFFFF;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: block;
	margin-bottom: 10px;
}

a.a-f:is(:hover, :focus) {
	text-decoration: none;
	color: var(--yellow);
}

/* Sekcja o firmie */
section.sec-ofirmie {
	background: url(/wp-content/uploads/2023/02/footer-bcg-expert.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 60px 0;	
}

h2.h2-ofirmie {
	position: relative;
	margin: 0;
	padding: 5px 0 5px 30px;
	font-weight: 700;
	font-size: 48px;
	letter-spacing: -0.5px;
	color: #fff;
}

h2.h2-ofirmie::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background-color: var(--yellow);
}

div.box-ofirmie div.box-wyz-of {
	margin-top: 30px;
}

div.box-ofirmie div.box-wyz-of p {
	color: #fff;
}

div.box-ofirmie div.box-wyz-of p span {
	color: var(--yellow);
}

div.box-ofirmie-btn {
	margin-top: 40px;
}

div.box-ofirmie-btn a.btn-white {
	margin-right: 10px;
}

/**
 * 
 * mobile version
 * 
 * **/

/** mobile section banner **/
@media only screen and (max-width: 960px) {
	div.col-top-mob {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
		text-align: center;
	}
	figure.fig-logo-f-top {
		margin: 0 0 30px 0;
	}
	img.img-logo-f-top {
		max-width: 260px;
	}
	p.p-f-top-nag {
    margin: 0 0 20px 0;
    font-size: 30px;
    line-height: 40px;
	}
	p.p-f-top-txt {
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 30px;
	}
	a.a-f-top-kon,
	a.a-f-top-kon:is(:active, :visited) {
    font-size: 20px;
    line-height: 30px;
	}
	img.img-top-ico-tel {
		width: 30px; height: 30px;
	}
}
@media only screen and (max-width: 768px) {
	section.sec-f-top {
		padding: 40px 0;
	}
	p.p-f-top-nag {
    font-size: 25px;
    line-height: 35px;
	}
	p.p-f-top-txt {
    font-size: 16px;
    line-height: 24px;
	}
}

/** mobile footer **/
@media only screen and (max-width: 768px) {
	section.sec-f {
		padding: 40px 0;
	}
	h3.h3-f {
		margin: 20px 0 10px 0;
	}
	a.a-f-cw-link,
	a.a-f-cw-link:is(:active, :visited) {
		display: block;
		margin: 10px 0;
	}
}

/** mobile section o firmie **/
@media only screen and (max-width: 960px) {
	div.box-ofirmie-btn a,
	div.box-ofirmie-btn a:is(:active, :visited) {
		display: block;
		margin: 10px 0;
	}
	div.box-ofirmie-btn a:is(:hover, :focus, :focus-within) {
		display: block;
		margin: 10px 0;
	}
}
@media only screen and (max-width: 768px) {
	section.sec-ofirmie,
	section.sec-kalk {
		padding: 40px 0;
	}
	h2.h2-ofirmie {	
			font-size: 35px;
	}
	figure.fig-of-exp {
		margin: 30px 0 0 0;
	}
	img.img-of-exp {
		max-width: 260px;
	}
}

/** mobile section oferta **/
@media only screen and (max-width: 860px) {	
	div.col-of-main {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
	}
	figure.fig-of {
		margin: 30px 0 0 0;
	}
	img.img-of {
		max-width: 260px;
	}
	h3.h3-of { 
    -webkit-line-clamp: 99;
	}
}
@media only screen and (max-width: 768px) {
	section.sec-of {
		padding: 40px 0;
	}
	div.col-of {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
		margin: 0 0 10px 0;
		padding-left: 0;
		padding-right: 0;
	}
	div.box-of {
		padding: 20px 10px;
		border: 2px solid var(--yellow)!important;
	}
}

/** mobile section hero **/
@media only screen and (max-width: 1280px) {
	img.img-hero {
		max-width: 500px;
	}
}
@media only screen and (max-width: 1140px) {
	div.col-hero-mob-a {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		   -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
		text-align: center;
	}
	div.col-hero-mob-b {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		   -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
		text-align: center;
	}
	section.sec-hero {
    padding: 180px 0 100px 0;
	}
	figure.fig-hero {
		margin: 0 0 30px 0;
	}
	img.img-hero {
		max-width: 360px;
	}
}
@media only screen and (max-width: 860px) {
	section.sec-hero {
		padding: 60px 0 0 0;
		height: 560px;
	}
	section.sec-video {
   	 height: 635px;
	}
	img.img-hero {
		max-width: 260px;
	}
	h1.h1-hero {
    font-size: 40px;
    line-height: 50px;
	}
	p.p-hero {
		font-size: 15px;
		line-height: 20px;
	}
}
@media only screen and (max-width: 560px) {
	div.box-btn-hero a,
	div.box-btn-hero a:is(:active, :visited) {
		display: block;
		margin: 10px 0;
	}
	div.box-btn-hero a:is(:hover, :focus, :focus-within) {
		display: block;
		margin: 10px 0;
	}
	section.sec-hero {
		height: 615px;
	}
	section.sec-video {
   	 height: 690px;
	}
}

/** mobile subpage o firmie **/
@media only screen and (max-width: 768px) {
	div.row-ofirmie-zes {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	figure.fig-ofirmie {
		margin: 0 0 30px 0;
	}
	div.box-ofirmie-meta {
		text-align: center;
	}
	div.box-wyzwig-ofirmie {
		margin: 15px 0 0 0;
		padding: 15px 0 0 0;
	}
}

/** mobile subpage kalkulatory **/
@media only screen and (max-width: 768px) {
	div.box-kalc-wynik {
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
		text-align: center;
	}
	h2.h2-page {
		margin: 0 0 20px 0;
		font-size: 30px;
		line-height: 40px;		
	}
	div.row-page {
		margin-top: 40px;
	}
}

/** mobile subpage dokumenty **/
@media only screen and (max-width: 768px) {
	div.col-dok {
		float: none;
	}
	div.col-dok-a {
		width: 100%;
	}
	div.col-dok-b {
		width: 100%;
		margin: 15px 0 0 0;
	}
}

/** mobile subpage sprowadzenie auta **/
@media only screen and (max-width: 768px) {
	div.col-sp-content {
		padding: 30px 15px;
	}
	div.col-bg-content,
	div.box-sp-wyzwig-dodt {
		padding-left: 0;
		padding-right: 0;
	}
	div.bg-sp {
		height: 300px;
	}
}

/** mobile subpage kontakt **/
@media only screen and (max-width: 768px) {
	h2.h2-form-title {
		font-size: 30px;
		line-height: 35px;
	}
	div.box-sp-mob {
		margin-top: 30px;
	}
}

/** mobile header **/
@media only screen and (max-width: 1100px) {
	button.btn-h-nav,
	button.btn-h-nav:is(:active, :visited),
	a.a-h,
	a.a-h:is(:active, :visited) {
		padding: 10px 5px;
	}
	div.box-of-menu img.img-of-icon {
		max-height: 50px;
	}
	h3.h3-of {
		font-size: 15px;
		line-height: 20px;
	}
}
li.li-mob-kon {
	display: none!important;
}
@media only screen and (max-width: 860px) {
	li.li-mob-kon {
		display: block!important;
		margin: 20px 0 0 0;
		padding: 20px 0 0 0;
		border-top: 1px solid rgba(255,255,255,.2);
	}
	img.img-ico-kon {
		width: 20px; height: 20px;
	}
	
	/** mobile geneeral subpage **/
	section.sec-sp-h {
		margin: 0;
	}
	h1.h1-sp-h {   
    font-size: 20px;
    line-height: 30px;
	}
	section.sec-sp,
	section.sec-sp-h {
		padding: 40px 0;
	}
 	div.breadcrumbs,
	div.breadcrumbs a,
	div.breadcrumbs a:is(active, :visited) {
	font-size: 13px;
	line-height: 20px;
}
	
	/** mobile general header **/
	div.cont-th {
		display: none;
	}
	main#primary {
		margin-top: 75px;
	}
	.fixed-menu div.cont-h {
		padding: 10px 0;
	}
	
	/** mobile navigation **/
	div.mob-box-menu {
		display: inline-block!important;
	}
	.no-scroll {
		overflow: hidden;
	}
	ul.ul-h li.li-home {
		display: inline-block;
	}
	.page-id-10 ul.ul-h li.li-home {
		display: none!important;
	}
	
	/** mobile header position **/
	div.cont-th {
		display: none;
	}
	div.cont-h {
		padding: 10px 0;
	}
	div.mob-rgt {
		text-align: right;
	}
  header#masthead {
    padding: 0;
    position: fixed;
    left: 0; top: 0;
    width: 100%;
    z-index: 5;
		background-color: rgba(0, 0, 0, .95);
    -webkit-box-shadow: 0 14px 28px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 1%);
            box-shadow: 0 14px 28px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 1%);
  }
	.home header#masthead {
		background-color: rgba(0, 0, 0, .95);
	}
 div.box-logo-h {
    left: 15px;  top: 5px;
	}
  img.img-logo-h {
    max-width: 130px;
	}

  /** mobile menu content **/
  .box-nav {
    position: fixed;
    left: 0; top: 75px;
    width: 100%; height: 100vh;

    z-index: 4;
    text-align: left;
    overflow-y: scroll;
	 overflow-x: hidden; 
   background-color: rgba(0, 0, 0, .95);
    padding: 40px 0 120px 0;
		
    -webkit-transform: translateX(-100%);
		
        -ms-transform: translateX(-100%);
		
            transform: translateX(-100%);
    will-change: transform;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .box-nav::-webkit-scrollbar {
    width: 0;
  }
  .mob-sec-m-sh {
    transform: translateX(0)!important;
    -webkit-transform: translateX(0)!important;
    -moz-transform: translateX(0)!important;
    -ms-transform: translateX(0)!important;
    -o-transform: translateX(0)!important;
  }
	
	/** mobile show menu **/
	section.sec-menu {
		position: relative;
		margin: 20px 0;
		background-color: transparent;
		opacity: 1;
		top: auto; left: auto;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		background-image: none!important;
	}
	section.sec-menu-of-sh {
		display: block;
		-webkit-animation: none;
		        animation: none;
	}
	section.sec-menu h3.h3-of,
	section.sec-menu p.p-of-href {
		color: #fff;
	}
	section.sec-menu div.col-menu {
		-ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
		        flex: 0 0 50%;
    max-width: 50%;
		margin: 5px 0;
		padding-left: 5px;
		padding-right: 5px;
	}
	section.sec-menu div.box-of {
		padding: 15px 10px;
		border: 2px solid var(--yellow)!important;
		text-align: center;
	}
	section.sec-menu div.box-of-icon {
		display: none;
	}
	section.sec-menu div.box-of-menu {
		min-height: 160px;
	}
	section.sec-menu p.p-of-href {
		font-size: 12px;
		
		-webkit-transition: color .3s ease-in-out;
		
		-o-transition: color .3s ease-in-out;
		
		transition: color .3s ease-in-out;
	}
	section.sec-menu h3.h3-of {
		font-size: 14px;
		-webkit-line-clamp: 99;
		
		-webkit-transition: color .3s ease-in-out;
		
		-o-transition: color .3s ease-in-out;
		
		transition: color .3s ease-in-out;
	}
	section.sec-menu a.a-of:is(:hover, :focus, :focus-within) h3.h3-of,
	section.sec-menu a.a-of:is(:hover, :focus, :focus-within) p.p-of-href {
		color: #000;
	}

  /** mobile menu list **/
  ul.ul-h {
    margin: 0; padding: 0 0 0 15px;
    display: block;
  }
  ul.ul-h li {
    display: block!important;
  }
  button.btn-h-nav,
	button.btn-h-nav:is(:active, :visited),
	a.a-h,
	a.a-h:is(:active, :visited) {	
		font-weight: normal;
    color: #fff;
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 20px;
    position: relative;
    z-index: 1;
		padding: 15px 0;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
  }
  button.btn-h-nav:is(:hover, :focus),
	a.a-h:is(:hover, :focus) {
    color: rgba(255,255,255,.5);
		border-bottom-color: transparent;
  }	
	figure.fig-h-kon {
		display: none;
	}
	
	/** mobile nav animation **/
  nav.nav-h {
		width: auto;
		will-change: transform;
		-webkit-transition: -webkit-transform .4s ease-in-out;
		transition: -webkit-transform .4s ease-in-out;
		-o-transition: transform .4s ease-in-out;
		transition: transform .4s ease-in-out;
		transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;	
	}
  nav.nav-h-sh {
    -webkit-animation-name: mob-nav;
            animation-name: mob-nav;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
         -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
            transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0;
	}
	@-webkit-keyframes mob-nav {
		from {
			-webkit-transform: translateX(-100px);
			        transform: translateX(-100px);
			opacity: 0;
		}
		to {
			-webkit-transform: translateX(0);
			        transform: translateX(0);
			opacity: 1;
		}
	}
	@keyframes mob-nav {
		from {
			-webkit-transform: translateX(-100px);
			        transform: translateX(-100px);
			opacity: 0;
		}
		to {
			-webkit-transform: translateX(0);
			        transform: translateX(0);
			opacity: 1;
		}
	}

  /** Hamburger **/
  .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .hamRotate.active {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .hamRotate180.active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
	.line {
		fill:none;
		-webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
		-o-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
		transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
		stroke: var(--yellow);
		stroke-width:5.5;
		stroke-linecap:round;
	}
	.line-color {
		stroke:#fff!important;
	}
	.ham-h .top {
		stroke-dasharray: 40 139;
	}
	.ham-h .bottom {
		stroke-dasharray: 40 180;
	}
	.ham-h.active .top {
		stroke-dashoffset: -98px;
	}
	.ham-h.active .bottom {
  stroke-dashoffset: -138px;
	}
	/** end mobile hamburger **/
}