@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;600&display=swap";

html {
	font-size: var(--main-font-size);
}

html:not(.elementor-html) .ipt-anim {
	will-change: transform, opacity;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--fade {
	opacity: 0;
	transition-property: all;
	transition-duration: 0.9s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

html:not(.elementor-html) .ipt-anim.ipt-anim--fade.ipt-anim--show {
	opacity: 1;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--herofade {
	will-change: initial;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--herofade .hero__parallax {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.9s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

html:not(.elementor-html) .ipt-anim.ipt-anim--herofade .hero__box-triangle {
	opacity: 0;
	transition-property: opacity, transform;
	transition-duration: 0.9s;
	transition-delay: 0.1s;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

html:not(.elementor-html) .ipt-anim.ipt-anim--herofade .hero__box-left-wrapper {
	opacity: 0;
	transition-property: opacity, transform;
	transition-duration: 1s;
	transition-delay: 0s;
	transition-timing-function: ease;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--herofade.ipt-anim--show .hero__box-left-wrapper {
	transform: translateX(0px);
	opacity: 1;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--herofade.ipt-anim--show .hero__parallax {
	opacity: 1;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--herofade.ipt-anim--show .hero__box-triangle {
	opacity: 1;
	transform: translate(0%, 0%);
}

html:not(.elementor-html) .ipt-anim.ipt-anim--slideright {
	transform: translateX(100%);
	transition-property: all;
	transition-duration: 0.5s;
	transition-delay: 0s;
	transition-timing-function: ease;
	opacity: 0;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--slideright.ipt-anim--show {
	transform: translateX(0px);
	opacity: 1;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--slideleft {
	transform: translateX(-100%);
	transition-property: all;
	transition-duration: 0.5s;
	transition-delay: 0s;
	transition-timing-function: ease;
	opacity: 0;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--slideleft.ipt-anim--show {
	transform: translateX(0px);
	opacity: 1;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--slideleftd {
	transform: translateX(-70px);
	transition-property: all;
	transition-duration: 0.5s;
	transition-delay: 0s;
	transition-timing-function: ease;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--slideleftd.ipt-anim--show {
	transform: translateX(0px);
}

html:not(.elementor-html) .ipt-anim.ipt-anim--slidebot {
	transform: translateY(200px);
	transition-property: all;
	transition-duration: 1.5s;
	transition-delay: 0s;
	transition-timing-function: ease;
	opacity: 0;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--slidebot.ipt-anim--show {
	transform: translateY(0px);
	opacity: 1;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--header {
	opacity: 0;
	transition: opacity 0.9s cubic-bezier(0.47, 0, 0.74, 0.71) 0s;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--header::before,
html:not(.elementor-html) .ipt-anim.ipt-anim--header::after {
	transition: transform 0.9s cubic-bezier(0.47, 0, 0.74, 0.71) 0s;
	will-change: transform;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--header.ipt-anim--show {
	opacity: 1;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--header.ipt-anim--show::before {
	transform: translateX(28px) skewX(-26deg) !important;
	opacity: 1;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--header.ipt-anim--show::after {
	transform: translateX(-28px) skewX(-26deg) !important;
	opacity: 1;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--t3d {
	transform: translate3d(0px, 110px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 7deg);
	opacity: 0;
	transform-style: preserve-3d;
	transition: all 0.8s ease-in-out;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--t3d.ipt-anim--show {
	transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
	opacity: 1;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--tiles .tile3d__item {
	transform: translateY(200px);
	transition-property: all;
	transition-duration: 1.5s;
	transition-delay: 0s;
	transition-timing-function: ease;
	opacity: 0;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--tiles .tile3d__item:nth-child(3n + 2) {
	transition-delay: 0.1s;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--tiles .tile3d__item:nth-child(3n + 3) {
	transition-delay: 0.2s;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--tiles.ipt-anim--show .tile3d__item {
	transform: translateY(0px);
	opacity: 1;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--counter-fade .ipt-counter__number-t {
	opacity: 0;
	transition-property: all;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

html:not(.elementor-html) .ipt-anim.ipt-anim--counter-fade.ipt-anim--show .ipt-counter__number-t {
	opacity: 1;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--blog-slidebot {
	transform: translateY(200px);
	transition-property: all;
	transition-duration: 1.5s;
	transition-timing-function: ease;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--blog-slidebot.ipt-anim--show {
	transform: translateY(0px);
}

html:not(.elementor-html) .ipt-anim.ipt-anim--blogside .widget {
	transform: translateY(100px);
	transition-property: all;
	transition-duration: 1.5s;
	transition-delay: 0s;
	transition-timing-function: ease;
	opacity: 0;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--blogside .widget:first-child {
	transition-delay: 0.6s;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--blogside .widget:nth-child(2) {
	transition-delay: 0.4s;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--blogside .widget:nth-child(3) {
	transition-delay: 0.2s;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--blogside .widget:nth-child(4) {
	transition-delay: 0s;
}

html:not(.elementor-html) .ipt-anim.ipt-anim--blogside.ipt-anim--show .widget {
	transform: translateY(0px);
	opacity: 1;
}

html:not(.elementor-html) .ipt-anim .ipt-anim--lazy-hide:not(.ipt-anim--lazy-load)>* {
	display: none;
}

.hero__section {
	height: auto;
	min-height: calc(100vh - 155px);
	display: flex;
	align-items: center;
	align-content: flex-end;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: 5px solid gold;
	background-color: var(--primary-color);
	position: relative;
	overflow: hidden;
}

.hero__section .hero__parallax {
	position: absolute;
	inset: -15px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	opacity: 0;
}

.hero__section.ipt-anim--show .hero__parallax {
	background-image: url("/wp-content/uploads/2022/05/slider.jpg");
}

.hero__section::after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: var(--primary-color);
	opacity: 0;
}

.hero__section .hero__wrapper {
	max-width: 1180px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 60px 20px 60px;
	position: relative;
	z-index: 2;
}

.hero__section .hero__box {
	position: relative;
}

.hero__section .hero__box--left {
	padding: 75px 35px 75px 0px;
	margin-bottom: 25px;
	width: 100%;
}

.hero__section .hero__box--left .ipt-btn-wrapper {
	text-align: left;
}

.hero__section .hero__box--left .ipt-btn-wrapper a {
	background: gold;
	border-color: gold;
	color: #000;
	border-radius: 3px;
}

.hero__section .hero__box--right {
	width: 337px;
	padding-right: 30px;
}

.hero__section .hero__box .hero__box-left-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0px auto 0px -50%;
	transform: translateX(-15%);
	opacity: 0;
}

.hero__section .hero__box .hero__box-left-wrapper::before {
	content: "";
	position: absolute;
	inset: 0px 0px auto auto;
	width: 75px;
	height: 75px;
	background: rgba(0, 0, 0, 0.8);
	clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.hero__section .hero__box .hero__box-left-wrapper::after {
	content: "";
	position: absolute;
	inset: 75px 0px 0px auto;
	width: 75px;
	height: auto;
	background: rgba(0, 0, 0, 0.8);
}

.hero__section .hero__box .hero__box-left-wrapper .hero__box-left-back {
	position: absolute;
	inset: 0px 75px 0 0;
	background: rgba(0, 0, 0, 0.8);
}

.hero__section .hero__box .hero__box-left-wrapper .hero__box-triangle {
	position: absolute;
	top: -49px;
	right: -35px;
	transform: translate(10px, -10px);
}

.hero__section .hero__title {
	font-family: var(--primary-font);
	text-align: left;
	font-weight: 700;
	color: #fff;
	margin: 0px;
	position: relative;
}

.hero__section .hero__title--1 {
	font-size: clamp(18px, 3.8vw, 2.35rem);
	line-height: 1.1;
	text-transform: none;
	margin: 0px;
	width: 50%;
	z-index: 1;
}

.hero__section .hero__title--2 {
	font-size: clamp(18px, 3vw, 1.23rem);
	line-height: 1.3;
	font-weight: 600;
	text-align: right;
}

.hero__section .hero__title--2::before {
	content: "";
	width: 30px;
	height: 30px;
	background: #fff;
	position: absolute;
	top: -27px;
	right: -27px;
	clip-path: polygon(0 45%,
			45% 45%,
			45% 0,
			55% 0,
			55% 45%,
			100% 45%,
			100% 55%,
			55% 55%,
			55% 100%,
			45% 100%,
			45% 55%,
			0 55%);
}

.hero__section .hero__title span {
	color: gold;
}

.so-panel[id^="panel-"][id$="-0-0"] {
	width: 100%;
}

.panel-grid {
	margin-bottom: 0px !important;
}

.panel-grid>.panel-row-style:not(.fullwidth)>div[class="panel-grid-cell"] {
	max-width: 1440px;
	margin: 0px auto;
	padding: 0px 20px;
}

.panel-grid>.panel-row-style.fullwidth>div[class="panel-grid-cell"] {
	margin: 0px;
}

.ipt-section.pat {
	padding-top: clamp(var(--sec-padding-top-min), 6vw, var(--sec-padding-top));
}

.ipt-section.pab {
	padding-bottom: clamp(var(--sec-padding-bot-min),
			6vw,
			var(--sec-padding-bot));
}

.ipt-section.pat-half {
	padding-top: clamp(16px, 3vw, 32px);
}

.ipt-section.pab-half {
	padding-bottom: clamp(16px, 3vw, 32px);
}

.ipt-section.blight {
	background: #fff;
}

.ipt-section.bdark {
	background: #222;
}

.ipt-section.bsec--1 {
	background: #e3e8ee;
	position: relative;
}

.ipt-section.bsec--1::before,
.ipt-section.bsec--1::after {
	content: "";
	position: absolute;
	inset: 0px 0px;
}

.ipt-section.bsec--1::before {
	background: url("../images/page-back-1-lines-top.jpg") repeat-x center top;
}

.ipt-section.bsec--1::after {
	background: url("../images/page-back-1-lines-bot.jpg") repeat-x center bottom;
	z-index: 0;
}

.ipt-section.bsec--1>* {
	z-index: 3;
}

.ipt-section.bsec--2::before {
	content: "";
	position: absolute;
	inset: 0px 0px;
	background: url("../images/page-back-2-lines-top.jpg") repeat-x center top;
}

.ipt-section.bsec--counters {
	position: relative;
}

.ipt-section.bsec--counters::before {
	content: "";
	position: absolute;
	inset: 0px 0px;
	background: url("../images/counters-background.jpg") no-repeat center top/cover;
	z-index: -1;
}

.ipt-section.bsec--color {
	background: var(--secondary-color);
}

.ipt-section.bsec--3 {
	position: relative;
}

.ipt-section.bsec--3::before {
	content: "";
	position: absolute;
	inset: 0px 0px;
	background: url("../images/page-back-3.jpg") no-repeat center bottom/cover;
	z-index: -1;
}

.ipt-section.bcontact {
	position: relative;
	overflow: hidden;
}

.ipt-section.bcontact::before {
	content: "";
	position: absolute;
	inset: 0px 0px;
	background: url("../images/contact-background.jpg") no-repeat center top/cover;
	z-index: -1;
}

.ipt-section.bsec--border-bot-color-2 {
	border-bottom: 5px solid var(--secondary-color);
}

.ipt-section.bsec--border-top-color-1 {
	border-top: 5px solid var(--primary-color);
}

.ipt-section.bsec--border-top-color-2 {
	border-top: 5px solid var(--secondary-color);
}

@media only screen and (max-width: 991px) {
	.hero__section {
		min-height: calc(100vh - 115px);
	}
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
	.hero__section.ipt-anim--show .hero__parallax {
		background-image: url("/wp-content/uploads/2022/05/slider.jpg");
	}

	.ipt-section.bcontact::before {
		background: url("../images/contact-background-800.jpg") no-repeat center top/cover;
	}

	.ipt-section.bsec--3::before {
		background: url("../images/page-back-3-800.jpg") no-repeat center bottom/cover;
	}

	#custom_html-3 iframe {
		width: 100%;
	}
}

@media only screen and (max-width: 800px) {
	.hero__section {
		align-content: center;
	}

	.hero__section .hero__box--left {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.hero__section .hero__box .hero__box-left-wrapper::after {
		inset: 35px 0px 0px auto;
		width: 35px;
	}

	.hero__section .hero__box .hero__box-left-wrapper::before {
		width: 35px;
		height: 35px;
	}

	.hero__section .hero__box .hero__box-left-wrapper .hero__box-left-back {
		inset: 0px 35px 0 0;
	}

	.hero__section .hero__box .hero__box-left-wrapper .hero__box-triangle {
		top: -37px;
		right: -28px;
	}

	body .post-8 .about-main-section .about-main,
	body .post-28 .about-main-section .about-main {
		flex-direction: column;
	}

	body .post-8 .about-main-section .about-main .aperto-image,
	body .post-8 .about-main-section .about-main .about-main-text,
	body .post-28 .about-main-section .about-main .aperto-image,
	body .post-28 .about-main-section .about-main .about-main-text {
		width: 100% !important;
		padding: 1%;
	}
}

@media only screen and (max-width: 530px) {
	.hero__section .hero__wrapper {
		justify-content: center;
	}

	.hero__section .hero__box--left {
		padding: 30px 30px 30px 30px;
		width: 90%;
	}

	.hero__section .hero__box--right {
		width: auto;
		padding-right: 30px;
		margin-top: 25px;
	}

	.hero__section .hero__box .hero__box-left-wrapper {
		inset: 0px auto 0px 0px;
	}
}

@media only screen and (max-width: 480px) {
	.hero__section.ipt-anim--show .hero__parallax {
		background-image: url("/wp-content/uploads/2022/05/slider.jpg");
	}

	.ipt-section.bcontact::before {
		background: url("../images/contact-background-480.jpg") no-repeat center top/cover;
	}

	.ipt-section.bsec--3::before {
		background: url("../images/page-back-3-480.jpg") no-repeat center bottom/cover;
	}

	body .post-8 .products-main .products-main-container .product-row .product-item-main {
		padding: 5px !important;
	}

	body .post-8 .products-main .products-main-container .product-row .product-item-main .ipt-t--left {
		font-size: 20px !important;
	}

	body .post-8 .home-bg-section {
		height: 200px !important;
		background-size: contain !important;
	}

	body .post-8 .call-to-action-section .call-to-action .call-to-action-text {
		margin: 25% auto !important;
	}

	body .post-42 .contact-block,
	body .post-1363 .contact-block {
		flex-direction: column;
	}

	body .post-42 .contact-block .contact-info,
	body .post-42 .contact-block .form,
	body .post-1363 .contact-block .contact-info,
	body .post-1363 .contact-block .form {
		width: 100% !important;
	}

	.ipt-breadcrumbs {
		display: block !important;
	}

	.ipt-page-title__title {
		padding-top: 5% !important;
	}

	body .post-8 .header-main .textwidget h2 {
		font-size: clamp(30px, 3vw, 2.19rem) !important;
	}

	body .post-8 .call-to-action-section {
		background-image: url("/wp-content/uploads/2023/02/alberici-home-assistenza-800.jpg") !important;
		background-size: cover;
	}
}

.ipt-page-title {
	background: url("/wp-content/uploads/2023/02/alberici-background.jpg") no-repeat center center/cover;
	padding: clamp(35px, 6vw, var(--sec-padding-top)) 0px clamp(35px, 6vw, var(--sec-padding-bot));
	position: relative;
	margin-top: -120px;
}

.error404 .site-header__wrapper {
	background: url("/wp-content/uploads/2023/02/alberici-background.jpg") no-repeat center center/cover;
	padding: clamp(35px, 6vw, var(--sec-padding-top)) 0px clamp(35px, 6vw, var(--sec-padding-bot));
	position: relative;
}

.ipt-page-title::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: var(--primary-color);
	opacity: 0.5;
}

.ipt-page-title .ipt-page-title__title {
	font-family: var(--primary-font);
	font-size: clamp(22px, 3vw, 2.19rem);
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 0px;
	font-weight: 700;
	margin: 0px;
	position: relative;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.page-id-42 .ipt-page-title p,
.page-id-1363 .ipt-page-title p,
.page-id-28 .ipt-page-title p,
.page-id-2447 .ipt-page-title p {
	display: none;
}

.main-sectors {
	padding: 30px !important;
}

.main-sectors span {
	color: gold;
}

.ipt-content *[class*="ipt-t-"] {
	font-family: var(--primary-font);
	font-weight: 700;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-weight: 500;
	letter-spacing: 0px;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.ipt-content .ipt-t--center {
	text-align: center;
}

.ipt-content .ipt-t--left {
	text-align: left;
}

.ipt-content .ipt-t--right {
	text-align: right;
}

.ipt-content .ipt-t-1 {
	font-size: calc(1.3rem + (1vw - 4.8px) * 1.6678);
	text-align: center;
	margin-bottom: 30px;
}

.ipt-content .ipt-t-2 {
	font-size: clamp(22px, 3vw, 2.19rem);
	margin-bottom: 0px;
	text-align: center;
	line-height: 0.99;
	font-weight: 700;
	color: var(--primary-color);
	letter-spacing: 0px;
	text-transform: uppercase;
	position: relative;
}

.ipt-content .ipt-t-2.ipt-t--left {
	text-align: left;
}

.ipt-content .ipt-t-2.ipt-t--right {
	text-align: right;
}

.ipt-content .ipt-t-3 {
	font-size: clamp(17px, 2.3vw, 1.4rem);
	font-weight: 500;
	line-height: 1;
	text-transform: none;
	letter-spacing: 0px;
	position: relative;
}

.ipt-content .ipt-t-3.ipt-t--center {
	text-align: center;
	font-size: 20px;
	padding-left: 0px;
}

.ipt-content .ipt-t-4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0px;
	position: relative;
}

.ipt-content .ipt-t-4.ipt-t--center {
	text-align: center;
	padding-left: 0px;
}

.ipt-content .ipt-t-3+ul {
	margin-top: 0px;
}

.ipt-content .form-tile__wrapper .ipt-t-4 {
	color: #fff;
}

.ipt-content p+.ipt-t-3 {
	margin-top: 40px;
}

.ipt-content .ipt-ele-img+.ipt-t-3 {
	margin-top: 60px;
}

.ipt-content p+h2.ipt-t-2 {
	margin-top: 40px;
}

.ipt-content .ipt-t-2+p {
	margin-top: 20px;
}

.ipt-content .ipt-t-3+*,
.ipt-content .ipt-t-4+* {
	margin-top: 25px;
}

.ipt-content.bdark .ipt-t-2,
.ipt-content.bsec--color .ipt-t-2 {
	color: #fff;
}

@media only screen and (min-width: 1920px) {
	.ipt-content .ipt-t-1 {
		font-size: 2.5rem;
	}
}

@media only screen and (max-width: 800px) {
	.ipt-content .ipt-t-3 {
		text-align: center;
	}
}

.ipt-content p,
.ipt-content .ipt-list li {
	text-align: left;
	line-height: 1.5;
	color: #404040;
}

.ipt-content p {
	margin: 0px;
}

.ipt-content p+p,
.ipt-content p+.ipt-list,
.ipt-content p+.ipt-btn,
.ipt-content p+.ipt-btn-wrapper {
	margin-top: 25px;
}

.ipt-content p.text-center {
	text-align: center;
}

.ipt-content p.text-left {
	text-align: left;
}

.ipt-content p.text-right {
	text-align: right;
}

.ipt-content p:last-of-type {
	margin-bottom: 0px;
}

.ipt-content p:last-of-type+ul {
	padding-top: 1px;
}

.ipt-content p:last-of-type+.ipt-list {
	margin-top: 0px;
}

.ipt-content p.p-text-1 {
	color: #fff;
	font-size: clamp(16px, 1.8vw, 1rem);
}

.ipt-content .ipt-list+p,
.ipt-content .ipt-btn+p,
.ipt-content .ipt-btn-wrapper+p {
	margin-top: 25px;
}

.ipt-content .ipt-list {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0 20px;
}

.ipt-content .ipt-list:last-of-type {
	margin-bottom: 0px;
}

.ipt-content .ipt-list li {
	position: relative;
	padding-left: 21px;
}

.ipt-content .ipt-list li::before {
	content: "";
	font-size: 25px;
	line-height: normal;
	position: absolute;
	top: 9px;
	bottom: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background: var(--primary-color);
	border-radius: 25px;
}

.ipt-content .ipt-list li li:before {
	background: var(--secondary-color);
}

@media only screen and (max-width: 800px) {
	.ipt-content p+p {
		margin-top: 19px;
	}

	.ipt-content p+.ipt-list {
		margin-top: 19px;
	}

	.ipt-content .ipt-list li {
		padding-left: 17px;
	}

	.ipt-content .ipt-list li::before {
		top: 8px;
		width: 7px;
		height: 7px;
	}
}

@media only screen and (max-width: 480px) {
	.ipt-content .ipt-list li::before {
		top: 9px;
		width: 7px;
		height: 7px;
	}
}

.ipt-btn.ipt-btn {
	font-family: var(--primary-font);
	font-size: clamp(12px, 2vw, 0.75rem);
	line-height: normal;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	background-color: gold;
	border: 1px solid gold;
	padding: 12px 25px;
	width: auto;
	box-shadow: none;
	border-radius: 0px;
	display: inline-block;
	transition: all 0.3s ease;
}

.ipt-btn.ipt-btn:visited {
	color: #fff;
}

.ipt-btn.ipt-btn:hover,
.ipt-btn.ipt-btn:focus {
	background-color: #222;
	border-color: #222;
	color: #fff;
	text-decoration: none;
}

.ipt-btn.ipt-btn--invert {
	background: gold;
	border-color: gold;
}

.ipt-btn.ipt-btn--invert:hover,
.ipt-btn.ipt-btn--invert:focus {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.ipt-btn.ipt-btn--white {
	background: #fff;
	color: var(--primary-color);
}

.ipt-btn.ipt-btn--white:visited {
	color: var(--primary-color);
}

.ipt-btn.ipt-btn--white:hover,
.ipt-btn.ipt-btn--white:focus {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
	color: #fff;
	text-decoration: none;
}

.ipt-btn.ipt-btn--trans {
	background: rgba(0, 0, 0, 0);
	color: #fff;
	border-color: #fff;
}

.ipt-btn.ipt-btn--trans:hover,
.ipt-btn.ipt-btn--trans:focus {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	text-decoration: none;
}

.ipt-btn.ipt-btn.ipt-btn--icon {
	padding-left: 40px;
	position: relative;
}

.ipt-btn.ipt-btn .fa::before {
	font-size: 18px;
	margin-right: 10px;
	position: absolute;
	top: 12px;
	left: 15px;
}

.ipt-btn.ipt-btn .fa.fa-wpforms::before {
	font-size: 20px;
	top: 15px;
	left: 31px;
}

.ipt-btn.ipt-btn .fa.fa-envelope::before {
	font-size: 18px;
}

.ipt-btn.ipt-btn .fa.fa-paper-plane::before {
	font-size: 16px;
}

.ipt-btn.ipt-btn+.ipt-btn {
	margin-left: 5px;
}

.ipt-btn-wrapper {
	margin: 0px -3px -6px;
}

.ipt-btn-wrapper .ipt-btn {
	margin: 0px 3px 6px;
	border-radius: 3px;
	color: #000 !important;
}

.ipt-btn-wrapper .ipt-btn:hover {
	color: #fff !important;
}

.ipt-btn-wrapper--center {
	text-align: center;
}

.ipt-btn-wrapper--right {
	text-align: right;
}

.ipt-btn-wrapper--col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ipt-btn-wrapper--col .ipt-btn+.ipt-btn {
	margin-top: 5px;
}

.ipt-btn-wrapper--col.ipt-btn-wrapper--center {
	align-items: center;
}

.ipt-btn-wrapper--col.ipt-btn-wrapper--right {
	align-items: flex-end;
}

.ipt-btn-wrapper+.ipt-btn-wrapper {
	margin-top: 10px;
}

.hero-section__title+.ipt-btn-wrapper {
	margin-top: 35px;
}

img.footer-img {
	opacity: 1;
	max-height: 85px;
	width: auto;
}

@media only screen and (max-width: 800px) {
	.ipt-btn-wrapper.ipt-btn-wrapper--center-xmdlbot {
		text-align: center;
	}

	.ipt-btn-wrapper.ipt-btn-wrapper--right-xmdlbot {
		text-align: right;
	}

	.ipt-btn-wrapper.ipt-btn-wrapper--col-xmdlbot {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.ipt-btn-wrapper.ipt-btn-wrapper--col-xmdlbot .ipt-btn {
		margin-left: 0px;
	}

	.ipt-btn-wrapper.ipt-btn-wrapper--col-xmdlbot .ipt-btn+.ipt-btn {
		margin-top: 5px;
	}

	.ipt-btn-wrapper.ipt-btn-wrapper--col-xmdlbot.ipt-btn-wrapper--center-xmdlbot,
	.ipt-btn-wrapper.ipt-btn-wrapper--col-xmdlbot.ipt-btn-wrapper--center {
		align-items: center;
	}

	.ipt-btn-wrapper.ipt-btn-wrapper--col-xmdlbot.ipt-btn-wrapper--right-xmdlbot {
		align-items: flex-end;
	}

	.ipt-btn .fa.fa.fa::before {
		font-size: 13px;
	}
}

@media only screen and (max-width: 480px) {
	.ipt-btn-wrapper.ipt-btn-wrapper--center-smbot {
		text-align: center;
	}

	.ipt-btn-wrapper.ipt-btn-wrapper--right-smbot {
		text-align: right;
	}

	.ipt-btn-wrapper.ipt-btn-wrapper--col-smbot {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.ipt-btn-wrapper.ipt-btn-wrapper--col-smbot .ipt-btn {
		margin-left: 0px;
	}

	.ipt-btn-wrapper.ipt-btn-wrapper--col-smbot .ipt-btn+.ipt-btn {
		margin-top: 5px;
	}

	.ipt-btn-wrapper.ipt-btn-wrapper--col-smbot.ipt-btn-wrapper--center-smbot,
	.ipt-btn-wrapper.ipt-btn-wrapper--col-smbot.ipt-btn-wrapper--center {
		align-items: center;
	}

	.ipt-btn-wrapper.ipt-btn-wrapper--col-smbot.ipt-btn-wrapper--right-smbot {
		align-items: flex-end;
	}

	.ipt-btn.ipt-btn--icon.ipt-btn--wide {
		padding: 11px 20px 11px 20px;
	}

	.ipt-btn.ipt-btn--wide .fa::before {
		margin: 0px auto;
		position: relative;
		top: 0;
		left: 0;
		display: block;
	}
}

@media only screen and (max-width: 320px) {
	.ipt-btn {
		padding: 8px 21px;
	}

	.ipt-btn .fa::before {
		top: 8px;
	}
}

.ipt-cb__wrapper>br {
	display: none;
}

.ipt-cb__wrapper+.ipt__p.ipt__p {
	margin-top: 30px;
}

.ipt-cb__wrapper .ipt-cb__icon {
	margin-right: 10px;
	width: 20px;
	text-align: center;
	line-height: 1;
}

.ipt-cb__wrapper .ipt-cb__icon .fa {
	color: gold;
	font-size: 22px;
	position: relative;
}

.ipt-cb__wrapper .ipt-cb__icon .fa.fa-envelope {
	font-size: clamp(18px, 2vw, 20px);
}

.ipt-cb__wrapper .ipt-cb__icon .fa.fa-phone {
	font-size: clamp(16px, 2vw, 18px);
}

.ipt-cb__wrapper .ipt-cb__icon .fa.fa-mobile {
	font-size: clamp(17px, 2vw, 19px);
}

.ipt-cb__wrapper .ipt-cb__icon .fa.fa-clock-o {
	font-size: clamp(16px, 2vw, 18px);
}

.ipt-cb__wrapper .ipt-cb__item {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.ipt-cb__wrapper .ipt-cb__item--mb-half {
	margin-bottom: 12px;
}

.ipt-cb__wrapper .ipt-cb__item:last-child,
.ipt-cb__wrapper .ipt-cb__item--nmb {
	margin-bottom: 0px;
}

.ipt-cb__wrapper .ipt-cb__item--v-middle {
	align-items: center;
}

.ipt-cb__wrapper .ipt-cb__item--v-top {
	align-items: flex-start;
}

.ipt-cb__wrapper .ipt-cb__item--v-bottom {
	align-items: flex-end;
}

.ipt-cb__wrapper .ipt-cb__item a {
	color: #42474c;
	text-decoration: none;
	transition: color 0.3s ease;
}

.ipt-cb__wrapper .ipt-cb__item a:hover,
.ipt-cb__wrapper .ipt-cb__item a:focus {
	color: var(--primary-color);
}

.ipt-cb__wrapper .ipt-cb__item .ipt-cb__data {
	margin: 0px;
}

.ipt-cb__wrapper .ipt-cb__item--title {
	margin-bottom: 5px;
}

.ipt-cb__wrapper .ipt-cb__item--title .ipt-cb__icon {
	display: none;
}

.ipt-cb__wrapper .ipt-cb__item--title .ipt-cb__data {
	font-weight: bold;
}

.ipt-cb__wrapper .ipt-cb__item.ipt-cb__item--info .ipt-cb__data i {
	font-size: 16px;
}

.ipt-cb__wrapper .ipt-cb__item.ipt-cb__item--info .ipt-cb__icon {
	display: none;
}

.ipt-cb__wrapper--center {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ipt-cb__wrapper--center .ipt-cb__item .ipt-cb__icon {
	margin-right: 5px;
}

.ipt-cb__wrapper--center .ipt-cb__item:not(.keep-icon-left) {
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.ipt-cb__wrapper--center .ipt-cb__item:not(.keep-icon-left) .ipt-cb__icon {
	margin-right: 0px;
}

.ipt-cb__wrapper--center .ipt-cb__item:not(.keep-icon-left).ipt-cb__item--v-top {
	align-items: center;
}

.ipt-cb__wrapper--center .ipt-cb__item:not(.keep-icon-left) .ipt-cb__data {
	text-align: center;
}

.ipt-cb__wrapper--center .ipt-cb__item:not(.keep-icon-left) .ipt-cb__data i {
	font-size: 13px;
}

.ipt-cb__wrapper--footer .ipt-cb__data {
	color: #fff;
	font-size: 16px;
}

.ipt-cb__wrapper--footer .ipt-cb__icon .fa {
	color: gold;
}

.ipt-cb__wrapper--footer .ipt-cb__item a {
	color: #fff;
}

.ipt-cb__wrapper--footer .ipt-cb__item a:hover,
.ipt-cb__wrapper--footer .ipt-cb__item a:focus {
	color: gold;
}

.ipt-cb__wrapper--mobile {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ipt-cb__wrapper--mobile .ipt-cb__item .ipt-cb__icon {
	margin-right: 5px;
}

.ipt-cb__wrapper--mobile .ipt-cb__item:not(.keep-icon-left) {
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.ipt-cb__wrapper--mobile .ipt-cb__item:not(.keep-icon-left) .ipt-cb__icon {
	margin-right: 0px;
}

.ipt-cb__wrapper--mobile .ipt-cb__item:not(.keep-icon-left).ipt-cb__item--v-top {
	align-items: center;
}

.ipt-cb__wrapper--mobile .ipt-cb__item:not(.keep-icon-left) .ipt-cb__data {
	text-align: center;
}

.ipt-cb__wrapper--mobile .ipt-cb__item:not(.keep-icon-left) .ipt-cb__data i {
	font-size: 13px;
}

.ipt-cb__wrapper--mobile .ipt-cb__data {
	color: #000;
}

.ipt-cb__wrapper--header {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.ipt-cb__wrapper--header .ipt-cb__icon {
	margin-right: 7px;
}

.ipt-cb__wrapper--header .ipt-cb__icon .fa.fa,
.ipt-cb__wrapper--header .ipt-cb__icon .fa.fa-phone {
	font-size: 15px;
	top: -1px;
}

.ipt-cb__wrapper--header .ipt-cb__data,
.ipt-cb__wrapper--header .ipt-cb__icon .fa {
	color: #fff;
}

.ipt-cb__wrapper--header .ipt-cb__item {
	margin-right: 30px;
	margin-bottom: 0px;
}

.ipt-cb__wrapper--header .ipt-cb__data {
	color: #fff;
	font-size: 16px;
	position: relative;
	top: 0px;
}

.ipt-cb__wrapper--header .ipt-cb__data a {
	color: #fff;
}

.ipt-cb__wrapper--header .ipt-cb__data a:hover,
.ipt-cb__wrapper--header .ipt-cb__data a:focus {
	color: var(--secondary-color);
}

@media only screen and (max-width: 800px) {
	.ipt-cb__wrapper {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.ipt-cb__wrapper .ipt-cb__item .ipt-cb__icon {
		margin-right: 5px;
	}

	.ipt-cb__wrapper .ipt-cb__item:not(.keep-icon-left) {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.ipt-cb__wrapper .ipt-cb__item:not(.keep-icon-left) .ipt-cb__icon {
		margin-right: 0px;
	}

	.ipt-cb__wrapper .ipt-cb__item:not(.keep-icon-left).ipt-cb__item--v-top {
		align-items: center;
	}

	.ipt-cb__wrapper .ipt-cb__item:not(.keep-icon-left) .ipt-cb__data {
		text-align: center;
	}

	.ipt-cb__wrapper .ipt-cb__item:not(.keep-icon-left) .ipt-cb__data i {
		font-size: 13px;
	}
}

.icon-tile__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0px auto clamp(-60px, -6vw, -25px);
	max-width: 1080px;
}

.icon-tile__wrapper .icon-tile__ico {
	text-align: center;
	margin: 0px 0px 15px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.5s ease, opacity 0.5s ease;
	will-change: transform, opacity;
	position: relative;
}

.icon-tile__wrapper .icon-tile__ico .icon-tile__img {
	height: 90px;
	width: auto;
	margin-right: 15px;
	margin-top: 17px;
}

.icon-tile__wrapper .icon-tile__ico .icon-tile__img-cropobject-wrap {
	width: 60px;
	height: 69px;
	position: absolute;
	top: 0px;
	right: 0px;
	transform-style: preserve-3d;
	perspective: 1300px;
}

.icon-tile__wrapper .icon-tile__ico .icon-tile__img-cropobject-wrap .icon-tile__img-cropobject {
	background: url("../images/page-gfx-02.png") no-repeat center center/contain;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: all 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.icon-tile__wrapper .icon-tile__ico .icon-tile__img-cropobject-wrap .icon-tile__img-cropobject--front {
	transform: rotateY(0deg);
}

.icon-tile__wrapper .icon-tile__ico .icon-tile__img-cropobject-wrap .icon-tile__img-cropobject--back {
	transform: rotateY(-180deg);
}

.icon-tile__wrapper .icon-tile__ico .fa {
	font-size: 35px;
	color: #fff;
}

.icon-tile__wrapper .icon-tile__ico .icon-tile__img-title {
	font-size: clamp(15px, 2vw, 18px);
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
	text-align: right;
	position: absolute;
	right: 25px;
	bottom: 5px;
	margin: 0px;
}

.icon-tile__wrapper .icon-tile__item {
	width: 33%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	margin: 0px 0px clamp(25px, 6vw, 60px) 0px;
	padding: 0px 15px;
}

.icon-tile__wrapper .icon-tile__item:hover .icon-tile__img-cropobject-wrap .icon-tile__img-cropobject--front {
	transform: rotateY(180deg);
}

.icon-tile__wrapper .icon-tile__item:hover .icon-tile__img-cropobject-wrap .icon-tile__img-cropobject--back {
	transform: rotateY(0deg);
}

.icon-tile__wrapper .icon-tile__title {
	font-size: 18px;
	line-height: 1.89;
	font-weight: 600;
	text-align: center;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.icon-tile__wrapper p {
	text-align: center;
	margin: 0px;
}

*+.icon-tile__wrapper {
	margin: clamp(45px, 6vw, 55px) auto clamp(-60px, -6vw, -25px);
}

@media only screen and (min-width: 551px) and (max-width: 800px) {
	.icon-tile__wrapper .icon-tile__item {
		width: 50%;
	}
}

@media only screen and (max-width: 550px) {
	.icon-tile__wrapper .icon-tile__item {
		width: 100%;
	}
}

.ipt-section.bcta {
	background: var(--color-4);
	position: relative;
}

.ipt-section.bcta::before {
	content: "";
	background: var(--color-5);
	position: absolute;
	inset: auto 0px 0px;
	opacity: 1;
	height: 110px;
}

.ipt-section.bcta .cta__wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0px -10px -25px;
}

.ipt-section.bcta .cta__col {
	padding: 0px 10px 25px;
}

.ipt-section.bcta .cta__col--left {
	width: 20%;
}

.ipt-section.bcta .cta__col--right {
	width: 60%;
}

.ipt-section.bcta .cta__title {
	font-family: var(--primary-font);
	font-weight: 700;
	font-size: calc(0.95rem + (1vw - 4.8px) * 1.3204);
	line-height: 1.1;
	color: var(--primary-color);
	margin: -6px 0px 10px;
	padding: 0px;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.ipt-section.bcta .cropobject__wrapper {
	display: flex;
	justify-content: flex-end;
}

.ipt-section.bcta .cropobject {
	margin-top: 20px;
	margin-right: 14px;
}

.ipt-section.bcta .cropobject-cross {
	position: absolute;
	inset: -11px -11px auto auto;
	transform: scale(0.76);
}

@media only screen and (min-width: 1920px) {
	.ipt-block.bcta .cta__title {
		font-size: 1.9rem;
	}
}

@media only screen and (max-width: 800px) {
	.ipt-block.bcta::before {
		height: 82px;
	}

	.ipt-block.bcta .cta__title {
		text-align: center;
		margin-bottom: 20px;
	}

	.ipt-block.bcta .cta__wrapper {
		flex-wrap: wrap;
	}

	.ipt-block.bcta .cta__col--left {
		display: flex;
		justify-content: center;
	}

	.ipt-block.bcta .cta__col--left,
	.ipt-block.bcta .cta__col--right {
		width: 100%;
	}

	.ipt-block.bcta .cropobject {
		margin-top: 15px;
	}

	.ipt-block.bcta .cropobject-cross {
		inset: -7px -5px auto auto;
	}
}

@media only screen and (max-width: 480px) {
	.ipt-block.bcta .cta-title--1 {
		font-size: 20px;
		line-height: 27px;
	}

	.ipt-block.bcta .cta-title--2 {
		font-size: 16px;
	}
}

.tile3d__con {
	max-width: 825px;
	margin: 0px auto -55px;
	display: flex;
	flex-flow: row wrap;
	position: relative;
	justify-content: center;
}

.tile3d__con .tile3d__item {
	flex: 0 1 152px;
	width: 152px;
	height: 180px;
	margin: 0px 50px 55px;
	perspective: 3000px;
	transform-style: preserve-3d;
}

.tile3d__con .tile3d__item .tile3d__item-wrapper {
	transition: all 0.8s ease;
}

.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid {
	transform-style: preserve-3d;
	perspective: 1300px;
	position: relative;
}

.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__front {
	transform: rotateY(0deg);
}

.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__front::before {
	background: var(--secondary-color);
	opacity: 1;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 100%, 0 55%);
	transform: translateZ(15px);
	backface-visibility: hidden;
}

.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__back {
	transform: rotateY(180deg);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__back::before {
	background: var(--secondary-color);
	opacity: 1;
	clip-path: polygon(0 0, 100% 0%, 100% 55%, 50% 100%, 0 100%);
	transform: translateZ(15px);
	backface-visibility: hidden;
}

.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__front,
.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__back {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: all 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__front::before,
.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__front::before,
.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__back::before,
.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__back::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	transition: all 0.7s ease;
}

.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__content {
	color: #fff;
	line-height: 23px;
	font-size: 17px;
	transform: translateZ(60px);
	padding: 15px 10px;
	width: 100%;
	display: flex;
	height: 100%;
	justify-content: flex-end;
	transition: all 0.4s ease-out;
}

.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__content .tile3d__title {
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease;
}

.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__content .tile3d__title span {
	display: block;
	font-size: 19px;
	padding-top: 5px;
}

.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__content .tile3d__title,
.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__content a {
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 500;
	text-align: center;
	margin: -2px 3px 0 0;
	text-transform: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__content .tile3d__title::before,
.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__content a::before {
	content: "";
	position: absolute;
	inset: 0px;
}

.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__content a:hover {
	color: #333;
}

.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__figure {
	width: auto;
	height: auto;
	overflow: hidden;
	position: absolute;
	inset: 0px 7px 7px 7px;
	background-color: var(--primary-color);
}

.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__permalink {
	display: inline-block;
	position: relative;
	font-size: 16px;
}

.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__permalink::after {
	content: "";
	font: normal normal normal 18px/1 FontAwesome;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 9px;
	transition: all 0.3s ease-out;
}

.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__permalink:hover::after {
	border-color: rgba(0, 0, 0, 0);
	padding: 12px;
	background: rgba(255, 255, 255, 0.9);
	color: var(--primary-color);
}

.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid .tile3d__permalink span {
	color: #fff;
	display: none;
}

.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid:hover .tile3d__content .tile3d__title,
.tile3d__con .tile3d__item .tile3d__item-wrapper .tile3d__item-grid:hover .tile3d__content .tile3d__title a {
	color: #fff;
}

.tile3d__con .tile3d__item .tile3d__item-wrapper:hover .tile3d__item-grid .tile3d__front {
	transform: rotateY(-180deg);
}

.tile3d__con .tile3d__item .tile3d__item-wrapper:hover .tile3d__item-grid .tile3d__back {
	transform: rotateY(0deg);
}

.tile3d__con .tile3d__item .tile3d__item-wrapper,
.tile3d__con .tile3d__item .tile3d__item-grid,
.tile3d__con .tile3d__item .tile3d__item-grid .tile3d__front,
.tile3d__con .tile3d__item .tile3d__item-grid .tile3d__back {
	height: 100%;
}

.tile3d__con.tile3d__con--home {
	justify-content: flex-start;
}

.tile3d__con.tile3d__con--offer .tile3d__item {
	flex: 0 1 352px;
	width: 352px;
	height: 252px;
}

.tile3d__con.tile3d__con--offer .tile3d__item-grid .tile3d__content .tile3d__title,
.tile3d__con.tile3d__con--offer .tile3d__item-grid .tile3d__content .tile3d__title a {
	font-size: 18px;
}

*+.tile3d__con {
	margin-top: 55px;
}

@media only screen and (max-width: 800px) {
	.tile3d__con {
		margin-bottom: -50px;
	}

	.tile3d__con .tile3d__item {
		margin: 0px 25px 50px;
	}

	*+.tile3d__con {
		margin-top: 35px;
	}
}

@media (max-width: 480px) {
	.tile3d__con .tile3d__itemd {
		flex: 0 1 100%;
		width: 100%;
	}

	.tile3d__con .tile3d__itemd .tile3d__item-wrapperd .tile3d__item-grid .tile3d__front {
		transform: rotateY(-180deg);
	}

	.tile3d__con .tile3d__itemd .tile3d__item-wrapperd .tile3d__item-grid .tile3d__front::before {
		opacity: 0;
	}

	.tile3d__con .tile3d__itemd .tile3d__item-wrapperd .tile3d__item-grid .tile3d__back {
		transform: rotateY(0deg);
	}

	.tile3d__con .tile3d__itemd .tile3d__item-wrapperd .tile3d__item-grid .tile3d__back::before {
		opacity: 0.9;
		background: #333;
	}

	.tile3d__con .tile3d__itemd .tile3d__item-wrapperd .tile3d__item-grid:hover .tile3d__content h3,
	.tile3d__con .tile3d__itemd .tile3d__item-wrapperd .tile3d__item-grid:hover .tile3d__content a {
		color: #fff;
	}
}

.ipt-counter__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: -30px;
}

.ipt-counter__wrapper .ipt-counter__item {
	width: 145px;
	height: 168px;
	padding: 0px 15px;
	margin: 0px 35px 30px;
	background: url("../images/counter-frame.png") no-repeat left top/contain;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.ipt-counter__wrapper .ipt-counter__item .ipt-counter__number {
	font-size: 38px;
	color: var(--secondary-color);
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	display: block;
	height: 47px;
}

.ipt-counter__wrapper .ipt-counter__item .ipt-counter__text {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.28;
	color: #8f989f;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin: 10px 0px 0px;
}

@media only screen and (max-width: 1199px) {
	.ipt-counter__wrapper .ipt-counter__item .ipt-counter__number {
		font-size: 30px;
		height: 35px;
	}
}

@media only screen and (max-width: 991px) {
	.ipt-counter__wrapper .ipt-counter__item {
		margin: 0px 18px 30px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
	.ipt-block.bsec--counters::before {
		background: url("../images/counters-background-800.jpg") no-repeat center top/cover;
	}
}

@media only screen and (max-width: 768px) {
	.ipt-counter__wrapper {
		max-width: 372px;
		margin: 0px auto -30px;
	}

	.jmmr__overlay ul.menu li a {
		font-weight: 600;
	}
}

@media only screen and (max-width: 510px) {
	.ipt-counter__wrapper .ipt-counter__itemd {
		width: 100%;
		padding: 0px;
	}

	.ipt-counter__wrapper .ipt-counter__itemd .ipt-counter__number {
		font-size: 25px;
		height: 30px;
	}

	.ipt-counter__wrapper .ipt-counter__itemd .ipt-counter__text {
		font-size: 16px;
		margin: 5px 0px 0px;
	}
}

@media only screen and (max-width: 480px) {
	.ipt-block.bsec--counters::before {
		background: url("../images/counters-background-480.jpg") no-repeat center top/cover;
	}

	.ipt-section.pat {
		padding-top: 70px;
	}

	.ipt-section.pab {
		padding-bottom: 70px;
	}
}

.social-list__wrapper {
	display: flex;
	justify-content: center;
	margin: 0px -7px -7px;
}

.social-list__wrapper--left {
	justify-content: flex-start;
}

.social-list__wrapper .social-list__item {
	margin: 0px 7px 7px;
}

.social-list__wrapper .social-list__item .fa {
	font-size: 19px;
	color: #fff;
	transition: all 0.3s ease;
}

.social-list__wrapper .social-list__item a:hover .fa,
.social-list__wrapper .social-list__item a:focus .fa {
	color: gold;
}

*+.social-list__wrapper {
	margin-top: 5px;
}

@media only screen and (max-width: 800px) {
	.social-list__wrapper--left {
		justify-content: center;
	}
}

.skry-blog__main-header {
	margin-top: 55px;
}

.skry-blog__main-header h2 {
	font-size: 26px;
	text-align: center;
}

.skry-blog__wrapper {
	max-width: 1178px;
	padding: 0px 20px;
	margin: clamp(var(--sec-padding-top-min), 6vw, var(--sec-padding-top)) auto clamp(var(--sec-padding-bot-min), 6vw, var(--sec-padding-bot));
	display: flex;
	align-items: flex-start;
}

.skry-blog__wrapper .skry-blog__main {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 40px;
	width: 100%;
}

.skry-blog__wrapper .skry-blog__main--nofound {
	grid-template-columns: 1fr;
}

.skry-blog__wrapper .skry-blog__main+* {
	margin-left: 20px;
}

.skry-blog__wrapper .skry-blog__main .skry-blog__post:nth-child(3n + 2) {
	transition-delay: 0.1s;
}

.skry-blog__wrapper .skry-blog__main .skry-blog__post:nth-child(3n + 3) {
	transition-delay: 0.2s;
}

.skry-blog__wrapper .widget-area {
	flex: 0 0 28%;
	max-width: 28%;
	border-left: 0px solid #ebeced;
	padding: 0px 0 0 0px;
	margin-bottom: -25px;
}

.skry-blog__wrapper .widget-area .widget {
	margin: 0px;
	background: #fbfbfb;
	padding: 16px 20px 20px;
	margin: 0px 0px 25px 0px;
	position: relative;
}

.skry-blog__wrapper .widget-area .widget::before,
.skry-blog__wrapper .widget-area .widget::after {
	content: "";
	width: 70px;
	height: 70px;
	position: absolute;
	border-color: var(--secondary-color);
	border-style: solid;
	z-index: -1;
}

.skry-blog__wrapper .widget-area .widget::before {
	border-width: 1px 0px 0px 1px;
	top: 0px;
	left: 0px;
}

.skry-blog__wrapper .widget-area .widget::after {
	content: "";
	border-width: 0px 1px 1px 0px;
	bottom: 0px;
	right: 0px;
}

.skry-blog__wrapper .widget-area .widget .widget-title {
	font-size: clamp(17px, 2.3vw, 20px);
	margin: 0px 0px 10px 0px;
	font-weight: 400;
	color: var(--secondary-color);
}

.skry-blog__wrapper .widget-area .widget_search .search-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.skry-blog__wrapper .widget-area .widget_search .search-form__field {
	font-size: 16px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 12px;
	border: 1px solid #e1e1e1;
	background-color: #f7f7f7;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	min-height: 42px;
}

.skry-blog__wrapper .widget-area .widget_search .search-form__submit {
	background-color: var(--secondary-color);
	border: 0px;
	border-radius: 0px;
	padding: 11px;
	margin-left: 10px;
	height: 42px;
	width: 42px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}

.skry-blog__wrapper .widget-area .widget_search .search-form__submit .fa {
	color: #fff;
	font-size: 18px;
}

.skry-blog__wrapper .widget-area .widget_search .search-form__submit:hover,
.skry-blog__wrapper .widget-area .widget_search .search-form__submit:focus {
	background: var(--primary-color);
}

.skry-blog__wrapper .widget-area .widget_recent_entries ul {
	margin: 0px 0 -12px 0;
	padding: 0px;
	list-style-type: none;
}

.skry-blog__wrapper .widget-area .widget_recent_entries ul li {
	margin-bottom: 12px;
	padding: 0px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.skry-blog__wrapper .widget-area .widget_recent_entries ul li::before {
	content: "";
	display: block;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--primary-color);
	border-style: solid;
	border-width: 5px 10px 5px 7px;
}

.skry-blog__wrapper .widget-area .widget_recent_entries ul li a {
	font-size: 15px;
	line-height: 1.3;
	display: inline-block;
}

.skry-blog__wrapper .widget-area .widget_recent_entries ul li a:hover,
.skry-blog__wrapper .widget-area .widget_recent_entries ul li a:focus {
	color: var(--secondary-color);
}

.skry-blog__wrapper .widget-area .widget_recent_entries ul li .post-date {
	font-size: 12px;
	color: #828282;
	display: block;
	margin: 3px 0px 0px 18px;
	width: 100%;
}

.skry-blog__wrapper .widget-area .widget_recent_entries ul li .post-date::before {
	content: "";
	margin-right: 5px;
	color: var(--secondary-color);
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	top: -1px;
}

.skry-blog__wrapper .widget-area .widget_categories ul,
.skry-blog__wrapper .widget-area .widget_archive ul {
	margin: 0px 0 -8px 0;
	padding: 0px;
	list-style-type: none;
}

.skry-blog__wrapper .widget-area .widget_categories ul li,
.skry-blog__wrapper .widget-area .widget_archive ul li {
	font-size: 15px;
	margin-bottom: 8px;
	padding: 0px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.skry-blog__wrapper .widget-area .widget_categories ul li::before,
.skry-blog__wrapper .widget-area .widget_archive ul li::before {
	content: "";
	display: block;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--primary-color);
	border-style: solid;
	border-width: 5px 10px 5px 7px;
}

.skry-blog__wrapper .widget-area .widget_categories ul li a,
.skry-blog__wrapper .widget-area .widget_archive ul li a {
	font-size: 15px;
	line-height: 1.3;
	display: inline-block;
}

.skry-blog__wrapper .widget-area .widget_categories ul li a:hover,
.skry-blog__wrapper .widget-area .widget_categories ul li a:focus,
.skry-blog__wrapper .widget-area .widget_archive ul li a:hover,
.skry-blog__wrapper .widget-area .widget_archive ul li a:focus {
	color: var(--secondary-color);
}

.skry-blog__wrapper .widget-area .widget_categories ul li a {
	margin-right: 5px;
}

.skry-blog__wrapper .skry-blog__thumbnail {
	margin-bottom: 20px;
}

.skry-blog__wrapper .skry-blog__thumbnail figure {
	font-size: 0px;
	border: 1px solid #eaeaea;
	display: flex;
	overflow: hidden;
	height: 255px;
	justify-content: center;
}

.skry-blog__wrapper .skry-blog__thumbnail figure a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.skry-blog__wrapper .skry-blog__thumbnail img {
	border-radius: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.skry-blog__wrapper .skry-blog__header {
	margin-bottom: 15px;
}

.skry-blog__wrapper .skry-blog__meta {
	font-size: clamp(11px, 2.1vw, 14px);
	margin-top: 10px;
}

.skry-blog__wrapper .skry-blog__meta a {
	color: var(--secondary-color);
}

.skry-blog__wrapper .skry-blog__meta a:hover,
.skry-blog__wrapper .skry-blog__meta a:focus {
	color: var(--primary-color);
}

.skry-blog__wrapper .skry-blog__title {
	font-size: clamp(17px, 3vw, 22px);
	line-height: 1.16;
	margin: 0px;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.skry-blog__wrapper .skry-blog__footer {
	margin-top: 8px;
}

.skry-blog__wrapper .skry-blog__footer .skry-blog__meta {
	margin-top: 0px;
	margin-bottom: 15px;
}

.skry-blog__wrapper .skry-blog__footer .skry-blog__footer-btn {
	display: flex;
	align-items: center;
}

.skry-blog__wrapper .skry-blog__footer .skry-blog__footer-btn a {
	height: 33px;
}

.skry-blog__wrapper .skry-blog__footer .skry-blog__comments-btn {
	padding: 9px 12px;
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.2;
	color: #b0aebe;
	background-color: #f1f4f6;
	border-radius: 0px;
	transition: all 0.3s ease;
}

.skry-blog__wrapper .skry-blog__footer .skry-blog__comments-btn i {
	font-size: 14px;
	margin-right: 5px;
	color: #b0aebe;
	position: relative;
	top: 1px;
	transition: all 0.3s ease;
}

.skry-blog__wrapper .skry-blog__footer .skry-blog__comments-btn:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.skry-blog__wrapper .skry-blog__footer .skry-blog__comments-btn:hover i {
	color: #fff;
}

.skry-blog__wrapper .skry-blog__footer .skry-blog__post-link {
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 1px;
	color: #fff;
	background-color: var(--primary-color);
	text-decoration: none;
	display: inline-block;
	max-width: 100%;
	padding: 11px 10px;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
	text-overflow: ellipsis;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	transition: all 0.3s ease;
}

.skry-blog__wrapper .skry-blog__footer .skry-blog__post-link:hover {
	background-color: #b0aebe;
	color: #000;
}

.skry-blog__wrapper .skry-blog__pagination {
	grid-column: 1/4;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 15px;
}

.skry-blog__wrapper .skry-blog__pagination .skry-blog__line {
	width: 100%;
	height: 55px;
	border-top: 1px solid #e3e2e7;
	margin-top: 0px;
}

.skry-blog__wrapper .skry-blog__pagination .page-numbers {
	line-height: 33px;
	font-size: 14px;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #e3e2e7;
	color: #79787f;
	border-radius: 3px;
	padding: 0;
	margin: 0px 2px 4px;
	width: 45px;
	height: 45px;
	min-width: 45px;
	line-height: 42px;
	text-align: center;
}

.skry-blog__wrapper .skry-blog__pagination .page-numbers.current,
.skry-blog__wrapper .skry-blog__pagination .page-numbers:hover,
.skry-blog__wrapper .skry-blog__pagination .page-numbers:focus {
	background: var(--primary-color);
	text-decoration: none;
	color: #fff;
	border: 1px solid var(--primary-color);
}

.skry-blog__wrapper .skry-blog__pagination a i {
	font-size: 11px;
}

.skry-blog__wrapper--single .skry-blog__main {
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.skry-blog__wrapper--single .skry-blog__main article {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}

.skry-blog__wrapper--single .skry-blog__single-header {
	margin-bottom: 25px;
}

.skry-blog__wrapper--single .skry-blog__single-header h1 {
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: inherit;
	color: #000;
	margin: 0px;
}

.skry-blog__wrapper--single .skry-blog__single-header .skry-blog__meta {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ebeced;
}

.skry-blog__wrapper--single .skry-blog__single-header .skry-blog__meta>div {
	margin-right: 20px;
}

.skry-blog__wrapper--single .skry-blog__single-thumbnail {
	float: right;
	max-width: 280px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.skry-blog__wrapper--single .skry-blog__footer {
	margin-top: 50px;
}

.skry-blog__wrapper--single .skry-blog__footer a {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 6px 10px;
	border-radius: 4px;
	border: 1px solid #ebeced;
	transition: all 0.3s ease;
}

.skry-blog__wrapper--single .skry-blog__footer a:hover,
.skry-blog__wrapper--single .skry-blog__footer a:focus {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.skry-blog__wrapper--single .skry-blog__footer .skry-blog__meta {
	margin-top: 0px;
	margin-bottom: 0;
}

.skry-blog__wrapper--single .skry-blog__single-navi {
	width: 100%;
	border-bottom: 1px solid #ebeced;
	margin-top: 50px;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.skry-blog__wrapper--single .skry-blog__single-navi .post-navigation {
	overflow: hidden;
	margin: 0px;
	padding-bottom: 0px;
	border-bottom: 0px solid #ebeced;
}

.skry-blog__wrapper--single .skry-blog__single-navi .post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
}

.skry-blog__wrapper--single .skry-blog__single-navi .post-navigation .nav-links .nav-previous,
.skry-blog__wrapper--single .skry-blog__single-navi .post-navigation .nav-links .nav-next {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.skry-blog__wrapper--single .skry-blog__single-navi .post-navigation .nav-links a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.skry-blog__wrapper--single .skry-blog__single-navi .post-navigation .nav-links a .fa {
	order: 1;
}

.skry-blog__wrapper--single .skry-blog__single-navi .post-navigation .nav-links a .nav-text {
	font-size: clamp(12px, 2.3vw, 16px);
	color: var(--primary-color);
	order: 2;
}

.skry-blog__wrapper--single .skry-blog__single-navi .post-navigation .nav-links a .post-title {
	font-size: clamp(12px, 2.3vw, 16px);
	margin-bottom: 0px;
	width: 100%;
	order: 3;
}

.skry-blog__wrapper--single .skry-blog__single-navi .post-navigation .nav-links a:hover .post-title {
	color: var(--secondary-color);
}

.skry-blog__wrapper--single .skry-blog__single-navi .post-navigation .nav-links .nav-previous .fa {
	margin-right: 10px;
}

.skry-blog__wrapper--single .skry-blog__single-navi .post-navigation .nav-links .nav-next {
	justify-content: flex-end;
}

.skry-blog__wrapper--single .skry-blog__single-navi .post-navigation .nav-links .nav-next a {
	justify-content: flex-end;
}

.skry-blog__wrapper--single .skry-blog__single-navi .post-navigation .nav-links .nav-next a .nav-text {
	order: 1;
}

.skry-blog__wrapper--single .skry-blog__single-navi .post-navigation .nav-links .nav-next .fa {
	margin-left: 10px;
	order: 2;
}

.skry-blog__wrapper--single .skry-blog__single-navi .post-navigation .nav-links i {
	top: 0px;
}

.skry-blog__wrapper--single .skry-blog__single-sec-title,
.skry-blog__wrapper--single .comment-reply-title {
	font-style: normal;
	font-weight: 400;
	font-size: clamp(16px, 2.3vw, 18px);
	line-height: 1.5;
	letter-spacing: 0px;
	text-align: inherit;
	color: #34314b;
	margin: 0px 0px 15px;
}

.skry-blog__wrapper--single .skry-blog__single-rp {
	border-bottom: 1px solid #ebeced;
	margin-bottom: 0px;
	padding: 0 0 25px;
	width: 100%;
}

.skry-blog__wrapper--single .skry-blog__single-rp .skry-blog__single-rp-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.skry-blog__wrapper--single .skry-blog__single-rp .skry-blog__single-rp-nofound {
	font-size: clamp(12px, 2.3vw, 18px);
}

.skry-blog__wrapper--single .skry-blog__single-rp .skry-blog__single-rp-item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.skry-blog__wrapper--single .skry-blog__single-rp .skry-blog__single-rp-item figure {
	margin-right: 20px;
	width: 75px;
	min-width: 75px;
	max-width: 75px;
	height: 75px;
	min-height: 75px;
	max-height: 75px;
	background: #f0f0f0;
}

.skry-blog__wrapper--single .skry-blog__single-rp .skry-blog__single-rp-item span {
	font-size: 14px;
	display: block;
	margin-bottom: 0px;
}

.skry-blog__wrapper--single .skry-blog__single-rp .skry-blog__single-rp-item a {
	font-size: 14px;
	font-weight: 500;
	color: var(--primary-color);
	line-height: 19px;
	display: inline-block;
}

.skry-blog__wrapper--single .skry-blog__single-rp .skry-blog__single-rp-item a:hover,
.skry-blog__wrapper--single .skry-blog__single-rp .skry-blog__single-rp-item a:focus {
	color: var(--secondary-color);
}

.skry-blog__wrapper--single .skry-blog__comments-wrapper {
	padding: 0px 0px 0px;
	width: 100%;
}

.skry-blog__wrapper--single .skry-blog__comments-wrapper .comments-area {
	margin: 0;
}

.skry-blog__wrapper--single .skry-blog__comments-wrapper .skry-blog__comments-area {
	margin: 0px;
}

.skry-blog__wrapper--single .skry-blog__comments-wrapper .skry-blog__comments-area .comment-list {
	margin: 0 0 25px;
	padding: 0 0 15px 0;
	list-style: none;
	border-bottom: 1px solid #ebeced;
}

.skry-blog__wrapper--single .skry-blog__comments-wrapper .skry-blog__comments-area .comment-list .comment,
.skry-blog__wrapper--single .skry-blog__comments-wrapper .skry-blog__comments-area .comment-list .pingback {
	margin-bottom: 18px;
}

.skry-blog__wrapper--single .skry-blog__comments-wrapper .skry-blog__comments-area .comment-list .comment-body {
	margin-bottom: 12px;
	background: #f7f7f7;
	padding: 20px;
	display: flex;
}

.skry-blog__wrapper--single .skry-blog__comments-wrapper .skry-blog__comments-area .comment-list .comment-body .comment-author {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50px;
	margin: 0 20px 0 0;
}

.skry-blog__wrapper--single .skry-blog__comments-wrapper .skry-blog__comments-area .comment-list .comment-body .comment-content {
	font-size: 15px;
	line-height: normal;
	padding: 8px 0px 10px;
}

.skry-blog__wrapper--single .skry-blog__comments-wrapper .skry-blog__comments-area .comment-list .comment-meta__author {
	font-weight: bold;
	color: #000;
	font-size: 14px;
}

.skry-blog__wrapper--single .skry-blog__comments-wrapper .skry-blog__comments-area .comment-list .comment-meta__date {
	font-size: 12px;
	padding-left: 9px;
	color: #8a8a8a;
}

.skry-blog__wrapper--single .skry-blog__comments-wrapper .skry-blog__comments-area .comment-list .fa {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
}

.skry-blog__wrapper--single .skry-blog__comments-wrapper .skry-blog__comments-area .comment-form .submit {
	width: auto;
	padding: 12px 20px 9px;
	background-color: var(--primary-color);
}

.skry-blog__wrapper--single .skry-blog__comments-wrapper .skry-blog__comments-area .comment-form .submit:hover,
.skry-blog__wrapper--single .skry-blog__comments-wrapper .skry-blog__comments-area .comment-form .submit:focus {
	background-color: var(--secondary-color);
}

.skry-blog__wrapper--single .skry-blog__comments-wrapper .skry-blog__comments-area .comment-form .comment-form-cookies-consent {
	display: none;
}

.skry-blog__wrapper--single .widget.widget_archive ul {
	margin-bottom: 0px;
}

@media only screen and (max-width: 1200px) {
	.skry-blog__wrapper .skry-blog__main:not(.skry-blog__main--nofound) {
		grid-template-columns: 1fr 1fr;
	}

	.skry-blog__wrapper .skry-blog__pagination {
		grid-column: 1/3;
	}
}

@media only screen and (max-width: 939px) {
	#secondary {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 900px) {
	.skry-blog__wrapper .widget-area {
		flex: 0 0 38%;
		max-width: 38%;
	}
}

@media only screen and (max-width: 800px) {
	.skry-blog__wrapper {
		flex-wrap: wrap;
	}

	.skry-blog__wrapper .skry-blog__main:not(.skry-blog__main--nofound) {
		grid-template-columns: 1fr;
	}

	.skry-blog__wrapper .skry-blog__pagination {
		grid-column: 1/1;
	}

	.skry-blog__wrapper .skry-blog__pagination .skry-blog__line {
		height: 34px;
	}

	.skry-blog__wrapper .widget-area {
		flex: 0 0 100%;
		max-width: 100%;
		border-left: 0px;
		padding: 0px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.skry-blog__wrapper .widget-area .widget {
		width: calc(50% - 12px);
	}

	.skry-blog__wrapper .widget-area#secondary {
		margin-top: 15px;
		margin-left: 0px;
	}

	.skry-blog__wrapper .skry-blog__footer .skry-blog__footer-btn {
		justify-content: center;
	}

	.skry-blog__wrapper .skry-blog__title,
	.skry-blog__wrapper .skry-blog__meta {
		text-align: center;
	}

	.skry-blog__wrapper--single .skry-blog__main article {
		margin-bottom: 30px;
	}

	.skry-blog__wrapper--single .skry-blog__single-header .skry-blog__meta {
		justify-content: center;
	}

	.skry-blog__wrapper--single .skry-blog__single-header h1 {
		text-align: center;
	}
}

@media only screen and (max-width: 700px) {
	.skry-blog__wrapper--single .skry-blog__single-thumbnail {
		float: none;
		max-width: 280px;
		margin: 0px auto 20px;
		display: block;
	}
}

@media only screen and (max-width: 615px) {
	.skry-blog__wrapper .widget-area .widget {
		width: 100%;
	}

	.skry-blog__wrapper .widget-area .widget .widget-title {
		text-align: center;
	}

	.skry-blog__wrapper .widget-area .widget_search .search-form,
	.skry-blog__wrapper .widget-area .widget_recent_entries ul li,
	.skry-blog__wrapper .widget-area .widget_categories ul li,
	.skry-blog__wrapper .widget-area .widget_archive ul li {
		justify-content: center;
	}

	.skry-blog__wrapper .widget-area .widget_recent_entries ul li .post-date {
		text-align: center;
	}
}

@media only screen and (max-width: 550px) {
	.skry-blog__wrappersdsdsd .widget-area {
		justify-content: center;
	}

	.skry-blog__wrappersdsdsd .widget-area aside.widget {
		width: 100%;
	}

	.skry-blog__wrappersdsdsd .widget-area aside.widget ul li {
		text-align: center;
		padding-left: 0px;
	}

	.skry-blog__wrappersdsdsd .widget-area aside.widget.widget_search {
		padding-bottom: 30px;
	}

	.skry-blog__wrapper33333333333 .widget-area .widget_recent_entries ul li::before {
		position: relative;
		top: 2px;
		display: block;
	}

	.skry-blog__wrapper3333333333333 .widget-area .widget+.widget {
		margin-top: 1px;
	}

	.skry-blog__wrapper--single .skry-blog__single-rp .skry-blog__single-rp-container {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 480px) {
	.skry-blog__wrapper .skry-blog__pagination .skry-blog__line {
		height: 35px;
		margin-top: 15px;
	}

	.skry-blog__wrapper .skry-blog__pagination .page-numbers {
		font-size: 12px;
		width: 35px;
		height: 35px;
		line-height: 35px;
		min-width: 35px;
	}
}

.ipt-breadcrumbs {
	box-shadow: 0 8px 8px -10px rgba(0, 0, 0, 0.2);
	min-height: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.ipt-breadcrumbs .ipt-breadcrumbs__list {
	margin: 0px;
	padding: 10px 60px 10px 60px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	max-width: 1180px;
}

.ipt-breadcrumbs .ipt-breadcrumbs__list li {
	font-size: 16px;
	margin: 0px 5px;
}

.ipt-breadcrumbs .ipt-breadcrumbs__list li a {
	color: #000;
	text-decoration: none;
	transition: color 0.3s ease;
	font-weight: 700;
}

.ipt-breadcrumbs .ipt-breadcrumbs__list li a:hover {
	color: var(--primary-color);
}

.ipt-breadcrumbs .ipt-breadcrumbs__list li.item-current {
	color: var(--primary-color);
}

@media only screen and (max-width: 800px) {
	.ipt-breadcrumbs .ipt-breadcrumbs__list {
		justify-content: center;
	}

	.ipt-breadcrumbs .ipt-breadcrumbs__list li {
		font-size: 12px;
	}
}

@media only screen and (max-width: 480px) {
	.ipt-breadcrumbs {
		display: none;
	}
}

.error404 .site-main.site-main {
	margin-bottom: 0;
	min-height: 10px;
}

.ipt-404__section {
	text-align: center;
}

.ipt-404__section .ipt-404__row {
	display: block;
	width: 100%;
	padding: 0px 20px;
	box-sizing: border-box;
}

.ipt-404__section .ipt-404__row.ipt-404__row--title {
	margin-top: 0px;
}

.ipt-404__section .ipt-404__row.ipt-404__row--content {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
}

.ipt-404__section .ipt-404__row.ipt-404__row--info {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.ipt-404__section .ipt-404__row.ipt-404__row--buttons {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 25px;
}

.ipt-404__section .ipt-404__row.ipt-404__row--buttons .widget {
	margin: 0px;
}

.ipt-404__section .ipt-404__row h1 {
	color: var(--primary-color);
	font-size: clamp(70px, 9vw, 6.9rem);
	line-height: 0.9;
	font-weight: 500;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	position: relative;
	top: 0px;
}

.ipt-404__section .ipt-404__row h2 {
	color: var(--primary-color);
	font-size: clamp(21px, 2.5vw, 1.85rem);
	text-align: center;
	line-height: 1.1;
	font-weight: 500;
	text-transform: none;
	padding: 15px 0px 25px 0px;
	margin: 0px;
}

.ipt-404__section .ipt-404__row p {
	text-align: center;
	padding: 0px;
	margin: 15px 0px 0px;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.ipt-404__section .ipt-404__row p strong {
	font-weight: bold;
}

.ipt-404__section .ipt-404__row p+.ipt-list {
	margin-top: 0px;
}

.ipt-404__section .ipt-404__row p,
.ipt-404__section .ipt-404__row .ipt-list li {
	font-size: clamp(14px, 2.5vw, 0.8rem);
}

.ipt-404__section .ipt-404__row .ipt-404__info-box {
	background: #f4f4f4;
	padding: 10px 18px;
	max-width: 440px;
}

.ipt-404__section .ipt-404__row .ipt-404__info-box p {
	text-align: left;
	font-weight: bold;
	margin: 0px;
}

@media only screen and (max-width: 800px) {
	.ipt-404__section .ipt-404__row {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 480px) {
	.ipt-404__section .ipt-404__row.ipt-404__row--content {
		margin-top: 18px;
	}
}

.ipt-cf {
	margin-top: 12px;
}

.ipt-cf .ipt-cf__row:last-child {
	margin-bottom: -15px;
}

.ipt-cf .ipt-cf__row .ipt-cf__col {
	width: 100%;
	margin: 0px 0px 15px 0px;
	position: relative;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--col2 .ipt-cf__col {
	width: 48%;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--col3 .ipt-cf__col {
	width: 31%;
}

.ipt-cf .ipt-cf__row[class*="ipt-cf__row--col"] {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--aligncenter {
	text-align: center;
}

.ipt-cf .ipt-cf__row input:not(.skry-btn),
.ipt-cf .ipt-cf__row textarea,
.ipt-cf .ipt-cf__row select {
	background: #f7f7f7;
	padding: 13px 20px 13px 36px;
	border: 1px solid #e1e1e1;
	box-shadow: none;
	font-size: 15px;
	margin-top: 0px;
	box-sizing: border-box;
	width: 100%;
	text-transform: none;
	color: #4f4f56;
	border-radius: 0px;
	outline: none;
}

.ipt-cf .ipt-cf__row input:not(.skry-btn):focus,
.ipt-cf .ipt-cf__row textarea:focus,
.ipt-cf .ipt-cf__row select:focus {
	border-color: var(--primary-color);
	background: #fff;
}

.ipt-cf .ipt-cf__row input[type="text"],
.ipt-cf .ipt-cf__row input[type="tel"],
.ipt-cf .ipt-cf__row input[type="email"],
.ipt-cf .ipt-cf__row select {
	height: 53px;
}

.ipt-cf .ipt-cf__row input[type="text"].wpcf7-not-valid,
.ipt-cf .ipt-cf__row input[type="tel"].wpcf7-not-valid,
.ipt-cf .ipt-cf__row input[type="email"].wpcf7-not-valid,
.ipt-cf .ipt-cf__row select.wpcf7-not-valid {
	border: 1px solid rgba(0, 0, 0, 0);
	background: #ffeef1;
}

.ipt-cf .ipt-cf__row input[type="text"].wpcf7-captchar,
.ipt-cf .ipt-cf__row input[type="tel"].wpcf7-captchar,
.ipt-cf .ipt-cf__row input[type="email"].wpcf7-captchar,
.ipt-cf .ipt-cf__row select.wpcf7-captchar {
	margin-bottom: 0px;
	display: inline-block;
	vertical-align: top;
	max-width: 115px;
}

.ipt-cf .ipt-cf__row input:not(.skry-btn).wpcf7-not-valid,
.ipt-cf .ipt-cf__row textarea.wpcf7-not-valid {
	background: #f7f7f7;
	border: 1px solid #e12344;
}

.ipt-cf .ipt-cf__row textarea {
	max-height: 200px;
}

.ipt-cf .ipt-cf__row .wpcf7-checkbox .wpcf7-list-item {
	position: relative;
	padding-left: 32px;
	margin-left: 0px;
	color: #000;
}

.ipt-cf .ipt-cf__row .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
	position: absolute;
	left: 0px;
	top: 0px;
	width: auto;
}

.ipt-cf .ipt-cf__row .wpcf7-field-label {
	color: var(--primary-color);
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-align: left;
	line-height: normal;
	text-transform: none;
	letter-spacing: 0em;
	padding: 0px 3px;
	margin: 0px;
	position: absolute;
	top: 19px;
	left: 34px;
	z-index: 1;
	cursor: text;
	transition: transform 0.3s ease;
}

.ipt-cf .ipt-cf__row .wpcf7-field-label::before {
	content: "";
	position: absolute;
	inset: 0px;
	background: #fff;
	z-index: -1;
	opacity: 0;
}

.ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap {
	height: auto;
	display: block;
	box-sizing: unset;
}

.ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap:focus-within~.wpcf7-field-label,
.ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap.wpcf7-form-control-wrap--active~.wpcf7-field-label {
	transform: translateY(-28px);
	cursor: default;
}

.ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap:focus-within~.wpcf7-field-label::before,
.ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap.wpcf7-form-control-wrap--active~.wpcf7-field-label::before {
	opacity: 1;
}

.ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap:focus-within input:not(.skry-btn),
.ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap:focus-within textarea,
.ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap.wpcf7-form-control-wrap--active input:not(.skry-btn),
.ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap.wpcf7-form-control-wrap--active textarea {
	background: #fff;
}

.ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap:focus-within input:not(.skry-btn).wpcf7-not-valid,
.ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap:focus-within textarea.wpcf7-not-valid,
.ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap.wpcf7-form-control-wrap--active input:not(.skry-btn).wpcf7-not-valid,
.ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap.wpcf7-form-control-wrap--active textarea.wpcf7-not-valid {
	border: 1px solid #e12344;
}

.ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap::before {
	content: "";
	font-family: "FontAwesome";
	font-size: 16px;
	line-height: normal;
	font-style: normal;
	position: absolute;
	top: 17px;
	left: 11px;
	color: gold;
}

.ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap::after {
	content: "";
	position: absolute;
	right: -1px;
	top: 5px;
	background: rgba(0, 0, 0, 0);
	width: 0;
	height: 0;
	opacity: 0;
	border-top: 15px solid var(--primary-color);
	border-left: 15px solid rgba(0, 0, 0, 0);
	border-right: 0px solid rgba(0, 0, 0, 0);
	border-bottom: 15px solid rgba(0, 0, 0, 0);
	transition: all 0.3s ease;
}

.ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap.wfcw--focus::after {
	opacity: 1;
}

.ipt-cf .ipt-cf__row span.your-name::before {
	content: "";
}

.ipt-cf .ipt-cf__row span.your-email::before {
	content: "";
}

.ipt-cf .ipt-cf__row span.your-phone::before {
	content: "";
	font-size: 22px;
	top: 14px;
}

.ipt-cf .ipt-cf__row span.your-message::before {
	content: "";
}

.ipt-cf .ipt-cf__row span.captcha-form::before {
	content: "";
}

.ipt-cf .ipt-cf__row span.wpcf7-not-valid-tip {
	font-size: 11px;
	line-height: 16px;
	left: 0;
	top: 0;
	position: relative;
	text-align: center;
	right: 0px;
	font-style: normal;
	font-weight: bold;
	color: #fe5c7a;
	margin-top: 3px;
	text-transform: none;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--file {
	margin-bottom: 15px;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--file h5 {
	display: block;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--file .ipt-cf__file-fieldwrap {
	display: inline-block;
	width: auto;
	position: relative;
	margin-right: 5px;
	border: 0px solid rgba(244, 244, 244, 0.8);
	box-shadow: 1px 0.7px 3px 0px rgba(0, 0, 0, 0.1);
	background: #f7f7f7;
	padding: 13px 20px 13px 32px;
	border: 0;
	font-size: 16px;
	margin-top: 6px;
	box-sizing: border-box;
	text-transform: none;
	height: 57px;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--file .ipt-cf__file-fieldwrap::before {
	content: "";
	font-family: "FontAwesome";
	font-size: 16px;
	line-height: normal;
	font-style: normal;
	position: absolute;
	top: 18px;
	left: 11px;
	color: var(--primary-color);
}

.ipt-cf .ipt-cf__row.ipt-cf__row--file .ipt-cf__file-btn {
	position: relative;
	top: 1px;
	right: auto;
	bottom: auto;
	left: 0;
	background: var(--primary-color);
	padding: 3px 20px;
	margin-right: 3px;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	font-weight: 500;
	z-index: 1;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--file .ipt-cf__file-btn:hover,
.ipt-cf .ipt-cf__row.ipt-cf__row--file .ipt-cf__file-btn:focus {
	background: #303941;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--file .ipt-cf__file-name {
	position: relative;
	top: 1px;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--file .ipt-cf__file-field {
	display: none;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--file p i {
	font-size: 14px;
	position: relative;
	top: 0px;
	left: 0px;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--file span.wpcf7-form-control-wrap::after {
	display: none;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--captcha .ipt-cf__col {
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	padding: 20px;
	display: inline-block;
	width: auto;
	background: #fff;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--captcha .ipt-cf__wrapfield-captcha {
	display: flex;
	align-items: flex-start;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--captcha .ipt-cf__wrapfield-captcha .wpcf7-captchac {
	position: relative;
	top: 14px;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--captcha .ipt-cf__wrapfield-captcha .wpcf7-captchar {
	box-shadow: none;
	background: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #eaeaea;
	height: 45px;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--captcha .ipt-cf__wrapfield-captcha .wpcf7-form-control-wrap {
	margin-left: 10px;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--captcha .ipt-cf__wrapfield-captcha .wpcf7-form-control-wrap::before {
	top: 17px;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--captcha .ipt-cf__wrapfield-captcha .wpcf7-not-valid-tip {
	position: relative;
	left: -88px;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--captcha h5 {
	display: block;
	padding-bottom: 5px;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--rodo .wpcf7-list-item {
	line-height: 19px;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--rodo .wpcf7-list-item-label {
	font-size: 12px;
	line-height: normal;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--rodo span.wpcf7-not-valid-tip {
	text-align: left;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--submit {
	position: relative;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--submit .wpcf7-spinner {
	display: inline-block;
	margin: 0 0 0 15px;
	background-color: #fff;
	border-radius: 25px;
	vertical-align: middle;
	background-image: url("../images/cf-loader.gif");
	background-position: center center;
	width: 36px;
	height: 36px;
	z-index: 1;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--submit .wpcf7-spinner::before {
	content: "";
	display: none;
}

.ipt-cf .ipt-cf__row.ipt-cf__row--submit .wpcf7-submit {
	display: none;
}

.ipt-cf ::-webkit-input-placeholder {
	color: #0d0d0d;
}

.ipt-cf ::-ms-input-placeholder {
	color: #0d0d0d;
}

.ipt-cf :placeholder-shown {
	color: #0d0d0d;
}

.ipt-cf ::-webkit-input-placeholder {
	color: #0d0d0d;
}

.ipt-cf ::-moz-placeholder {
	color: #0d0d0d;
}

.ipt-cf :-ms-input-placeholder {
	color: #0d0d0d;
}

.ipt-cf ::-ms-input-placeholder {
	color: #0d0d0d;
}

.ipt-cf ::placeholder {
	color: #0d0d0d;
}

.ipt-cf__layout-1 .ipt-cf {
	margin-top: 0px;
}

.ipt-cf__layout-1 .ipt-cf .ipt-cf__row {
	padding: 0px 20px 0px;
	background: var(--color-3);
	display: flex;
	flex-wrap: wrap;
}

.ipt-cf__layout-1 .ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap .wpcf7-form-control {
	transition: all 0.3s ease;
}

.ipt-cf__layout-1 .ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap:focus-within .wpcf7-form-control,
.ipt-cf__layout-1 .ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap.wpcf7-form-control-wrap--active .wpcf7-form-control {
	background: rgba(0, 0, 0, 0);
	color: #fff;
}

.ipt-cf__layout-1 .ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap:focus-within~.wpcf7-field-label,
.ipt-cf__layout-1 .ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap.wpcf7-form-control-wrap--active~.wpcf7-field-label {
	color: #fff;
}

.ipt-cf__layout-1 .ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap:focus-within::before,
.ipt-cf__layout-1 .ipt-cf .ipt-cf__row span.wpcf7-form-control-wrap.wpcf7-form-control-wrap--active::before {
	color: #fff;
}

.ipt-cf__layout-1 .ipt-cf .ipt-cf__row .wpcf7-field-label::before {
	background: var(--color-3);
	transition: opacity 0.3s ease;
}

.ipt-cf__layout-1 .ipt-cf .ipt-cf__row.ipt-cf__row--rodo,
.ipt-cf__layout-1 .ipt-cf .ipt-cf__row.ipt-cf__row--submit {
	margin: 0px;
}

.ipt-cf__layout-1 .ipt-cf .ipt-cf__row.ipt-cf__row--submit {
	background: rgba(0, 0, 0, 0);
	padding: 10px 0px 0px;
	margin-bottom: -10px;
}

.ipt-cf__layout-1 .ipt-cf .ipt-cf__row.ipt-cf__row--submit .ipt-cf-wrapfield-submit {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.ipt-cf__layout-1 .ipt-cf .ipt-cf__row.ipt-cf__row--submit .ipt-cf-wrapfield-submit .ipt-btn--submit {
	order: 3;
	margin-left: 5px;
}

.ipt-cf__layout-1 .ipt-cf .ipt-cf__row.ipt-cf__row--submit .ipt-cf-wrapfield-submit .ipt-btn--reset {
	order: 2;
}

.ipt-cf__layout-1 .ipt-cf .ipt-cf__row.ipt-cf__row--submit .ipt-cf-wrapfield-submit .wpcf7-spinner {
	order: 1;
}

.ipt-cf__layout-1 .ipt-cf .ipt-cf__row.ipt-cf__row--rodo {
	padding-bottom: 20px;
}

.ipt-cf__layout-1 .ipt-cf .ipt-cf__row.ipt-cf__row--rodo .ipt-cf__col {
	margin-bottom: 0px;
}

.ipt-cf__layout-1 .ipt-cf .ipt-cf__row.ipt-cf__row--rodo .wpcf7-list-item-label {
	color: #fff;
}

.ipt-cf__layout-1 .ipt-cf .ipt-cf__row input:not(.skry-btn),
.ipt-cf__layout-1 .ipt-cf .ipt-cf__row textarea,
.ipt-cf__layout-1 .ipt-cf .ipt-cf__row select {
	border-radius: 0px;
}

.ipt-cf__layout-1 .ipt-cf ::-webkit-input-placeholder {
	color: var(--primary-color);
}

.ipt-cf__layout-1 .ipt-cf ::-ms-input-placeholder {
	color: var(--primary-color);
}

.ipt-cf__layout-1 .ipt-cf :placeholder-shown {
	color: var(--primary-color);
}

.ipt-cf__layout-1 .ipt-cf ::-webkit-input-placeholder {
	color: var(--primary-color);
}

.ipt-cf__layout-1 .ipt-cf ::-moz-placeholder {
	color: var(--primary-color);
}

.ipt-cf__layout-1 .ipt-cf :-ms-input-placeholder {
	color: var(--primary-color);
}

.ipt-cf__layout-1 .ipt-cf ::-ms-input-placeholder {
	color: var(--primary-color);
}

.ipt-cf__layout-1 .ipt-cf ::placeholder {
	color: var(--primary-color);
}

.wpcf7 .wpcf7-response-output {
	margin: 15px 0 0 !important;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-mail-sent-ok {
	margin: 1.5em 0;
	padding: 14px 15px;
	border: none;
	font-size: 16px;
	border-radius: 3px;
	font-style: normal;
	color: #000;
}

.wpcf7 .wpcf7-validation-errors {
	background: #e37e7e !important;
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
	line-height: normal;
	border: 0px solid rgba(0, 0, 0, 0) !important;
	color: #fff !important;
	box-shadow: 1px 0.7px 3px 0px rgba(0, 0, 0, 0.1);
	text-shadow: none !important;
	margin: 1.5em 0;
	padding: 14px 15px;
	border: none;
	font-size: 16px;
	border-radius: 3px;
	font-style: normal;
	color: #000;
}

.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
	background: #e37e7e;
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
	background: #5fcc32;
}

.wpcf7 .wpcf7-response-output {
	line-height: normal;
	border: 0px solid rgba(0, 0, 0, 0) !important;
	color: #fff !important;
	box-shadow: 1px 0.7px 3px 0px rgba(0, 0, 0, 0.1);
	text-shadow: none !important;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
	background: #ea9c36 !important;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
	background: #5fcc32 !important;
}

.mrf-mod {
	text-align: left;
}

.mrf-mod input[type="checkbox"] {
	display: none;
}

.mrf-mod .mrf-mod__checkbox {
	width: 20px;
	height: 20px;
	background: #f7f7f7;
	border: 1px solid #e1e1e1;
	box-shadow: none;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.mrf-mod .mrf-mod__checkbox:hover {
	background: #eee;
}

.mrf-mod .mrf-mod__checkbox::before {
	content: "";
	font-family: "FontAwesome";
	font-size: 16px;
	line-height: normal;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 2px;
	color: var(--primary-color);
	opacity: 0;
	transition: all 0.3s ease;
}

.mrf-mod .mrf-mod__checkbox.mrf-s-check::before {
	opacity: 1;
}

@media (max-width: 1200px) {
	.cf-row[class*="cf-row-col"] .cf-col {
		width: 100%;
	}
}

@media (max-width: 800px) {

	.cf-row.cf-row-captcha,
	.cf-row.cf-row-submit {
		text-align: center;
	}

	.cf-row .cf-wrap-field-submit {
		margin-left: 51px;
	}

	body div.wpcf7-response-output {
		text-align: center;
	}
}

@media only screen and (min-width: 481px) {
	.home .ipt-cf .ipt-cf__row.ipt-cf__row--submit .wpcf7-spinner {
		margin-bottom: 6px;
		margin-right: 5px;
	}
}

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

	.ipt-cf .ipt-cf__row.ipt-cf__row--captcha,
	.ipt-cf .ipt-cf__row .ipt-cf__row--submit .ipt-cf__col {
		text-align: center;
	}

	.ipt-cf .ipt-cf__row.ipt-cf__row--submit .ipt-cf-wrapfield-submit {
		display: flex;
		justify-content: center;
	}

	.ipt-cf .ipt-cf__row.ipt-cf__row--submit .wpcf7-spinner {
		display: block;
		margin: 0px;
		border-radius: 0x;
		width: 100%;
		height: 100%;
		position: absolute;
		right: 0px;
		top: 0px;
		left: 0px;
		bottom: 0px;
		background-repeat: no-repeat;
		background-position: center center;
		border-radius: 0px;
		opacity: 0.9;
	}

	.ipt-cf__layout-1 .ipt-cf .ipt-cf__row.ipt-cf__row--submit .ipt-cf-wrapfield-submit {
		justify-content: center;
	}
}

@media only screen and (max-width: 375px) {
	.ipt-cf .ipt-cf__row.ipt-cf__row--submit .ipt-cf-wrapfield-submit {
		margin-bottom: -5px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.ipt-gal__wrapper {
	text-align: center;
	font-size: 0px;
	margin: 15px -25px -55px;
	overflow: visible;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.ipt-gal__wrapper .ipt-gal__item {
	position: relative;
	margin: 0px 25px 55px;
	width: calc(33% - 50px);
	max-width: 280px;
}

.ipt-gal__wrapper .ipt-gal__item::before {
	content: "";
	position: absolute;
	top: -15px;
	right: -10px;
	background: url("../images/page-gfx-02.png") no-repeat center center/contain;
	width: 50px;
	height: 59px;
	z-index: 1;
}

.ipt-gal__wrapper .ipt-gal__thumbnail {
	position: relative;
	transform: translateX(0);
	clip-path: polygon(0px 0px, 100% 0%, 100% 100%, 20% 100%, 0px 72%);
}

.ipt-gal__wrapper .ipt-gal__thumbnail img {
	transform: translateX(0px);
	transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ipt-gal__wrapper .ipt-gal__thumbnail a {
	display: block;
}

.ipt-gal__wrapper .ipt-gal__hover {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	transform: translateX(0);
}

.ipt-gal__wrapper .ipt-gal__hover .ipt-gal__hover-over {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0;
	background: var(--primary-color);
	transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.ipt-gal__wrapper .ipt-gal__hover .ipt-gal__search-magn {
	position: relative;
	left: 0px;
	top: 0px;
	width: 15px;
	height: 15px;
}

.ipt-gal__wrapper .ipt-gal__hover .ipt-gal__search-magn::before,
.ipt-gal__wrapper .ipt-gal__hover .ipt-gal__search-magn::after {
	content: "";
	position: absolute;
	transition: all 0.55s ease;
	opacity: 0;
	visibility: hidden;
	will-change: transform, opacity;
}

.ipt-gal__wrapper .ipt-gal__hover .ipt-gal__search-magn::before {
	width: 100%;
	height: 100%;
	left: 0px;
	border: 3px solid var(--primary-color);
	border-radius: 100px;
	transform: translate(-80px, -80px);
}

.ipt-gal__wrapper .ipt-gal__hover .ipt-gal__search-magn::after {
	width: 6px;
	height: 3px;
	background: var(--primary-color);
	transform: rotate(45deg);
	right: -2px;
	bottom: -1px;
	transform: translate(80px, 80px) rotate(45deg);
}

.ipt-gal__wrapper .ipt-gal__hover:hover .ipt-gal__hover-over {
	opacity: 0.7;
}

.ipt-gal__wrapper--th-left-triangle .ipt-gal__thumbnail {
	overflow: hidden;
}

.ipt-gal__wrapper--th-left-triangle .ipt-gal__thumbnail::before {
	content: "";
	position: absolute;
	top: 0px;
	right: 8px;
	bottom: 0px;
	left: 0px;
	background: #fff;
	transform: translateX(0);
}

.ipt-gal__wrapper--th-left-triangle .ipt-gal__thumbnail a:hover img {
	transform: translateX(20px);
}

.ipt-gal__wrapper--th-left-triangle .ipt-gal__hover .ipt-gal__hover-left-triangle {
	position: absolute;
	top: 0px;
	right: auto;
	bottom: 0px;
	left: 0px;
	width: 75px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	clip-path: polygon(37% 100%, 0% 100%, 0% 0%, 37% 0%, 100% 50%);
	transform: translateX(-75px);
	transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ipt-gal__wrapper--th-left-triangle .ipt-gal__hover:hover .ipt-gal__hover-left-triangle {
	transform: translateX(-8px);
}

.ipt-gal__wrapper--th-left-triangle .ipt-gal__hover:hover .ipt-gal__hover-left-triangle .ipt-gal__search-magn::before,
.ipt-gal__wrapper--th-left-triangle .ipt-gal__hover:hover .ipt-gal__hover-left-triangle .ipt-gal__search-magn::after {
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
}

.ipt-gal__wrapper--th-left-triangle .ipt-gal__hover:hover .ipt-gal__hover-left-triangle .ipt-gal__search-magn::after {
	transform: translate(0px, 0px) rotate(45deg);
}

.ipt-gal__wrapper--th-border .ipt-gal__hover .ipt-gal__hover-over {
	transition: all 0.5s ease-in;
}

.ipt-gal__wrapper--th-border .ipt-gal__hover .ipt-gal__hover-border {
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
}

.ipt-gal__wrapper--th-border .ipt-gal__hover .ipt-gal__hover-border::before,
.ipt-gal__wrapper--th-border .ipt-gal__hover .ipt-gal__hover-border::after {
	content: "";
	background: none;
	position: absolute;
}

.ipt-gal__wrapper--th-border .ipt-gal__hover .ipt-gal__hover-border::after {
	bottom: 0px;
	top: 0px;
	left: 0px;
	right: auto;
	width: 0%;
	height: auto;
	margin: 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transition: all 0.6s ease-in;
}

.ipt-gal__wrapper--th-border .ipt-gal__hover .ipt-gal__hover-border::before {
	bottom: 0px;
	top: auto;
	left: 0px;
	right: 0px;
	width: auto;
	height: 0;
	margin: 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: none;
	transition: all 0.7s ease-in;
}

.ipt-gal__wrapper--th-border .ipt-gal__hover:hover .ipt-gal__hover-border::before,
.ipt-gal__wrapper--th-border .ipt-gal__hover:hover .ipt-gal__hover-border::after,
.ipt-gal__wrapper--th-border .ipt-gal__hover:focus .ipt-gal__hover-border::before,
.ipt-gal__wrapper--th-border .ipt-gal__hover:focus .ipt-gal__hover-border::after {
	opacity: 0.1;
}

.ipt-gal__wrapper--th-border .ipt-gal__hover:hover .ipt-gal__hover-border::after,
.ipt-gal__wrapper--th-border .ipt-gal__hover:focus .ipt-gal__hover-border::after {
	width: 100%;
}

.ipt-gal__wrapper--th-border .ipt-gal__hover:hover .ipt-gal__hover-border::before,
.ipt-gal__wrapper--th-border .ipt-gal__hover:focus .ipt-gal__hover-border::before {
	height: 100%;
	top: auto;
}

.ipt-gal__wrapper--th-magn-center .ipt-gal__hover {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ipt-gal__wrapper--th-magn-center .ipt-gal__hover .ipt-gal__search-magn--center {
	width: 20px;
	height: 20px;
	left: -9px;
}

.ipt-gal__wrapper--th-magn-center .ipt-gal__hover .ipt-gal__search-magn--center::before {
	border: 3px solid #fff;
}

.ipt-gal__wrapper--th-magn-center .ipt-gal__hover .ipt-gal__search-magn--center::after {
	width: 9px;
	right: -4px;
	background: #fff;
}

.ipt-gal__wrapper--th-magn-center .ipt-gal__hover:hover .ipt-gal__search-magn--center::before,
.ipt-gal__wrapper--th-magn-center .ipt-gal__hover:hover .ipt-gal__search-magn--center::after,
.ipt-gal__wrapper--th-magn-center .ipt-gal__hover:focus .ipt-gal__search-magn--center::before,
.ipt-gal__wrapper--th-magn-center .ipt-gal__hover:focus .ipt-gal__search-magn--center::after {
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
}

.ipt-gal__wrapper--th-magn-center .ipt-gal__hover:hover .ipt-gal__search-magn--center::after,
.ipt-gal__wrapper--th-magn-center .ipt-gal__hover:focus .ipt-gal__search-magn--center::after {
	transform: translate(0px, 0px) rotate(45deg);
}

.ipt-t-2+.ipt-gal__wrapper {
	margin-top: 62px;
}

@media only screen and (max-width: 991px) {
	.ipt-gal__wrapper .ipt-gal__item {
		width: calc(33.33% - 10px);
	}
}

@media only screen and (max-width: 480px) {
	.ipt-gal__wrapper {
		padding: 0px 20px;
	}

	.ipt-gal__wrapper .ipt-gal__item {
		width: calc(50% - 40px);
		margin: 0px 20px 55px;
	}

	.ipt-gal__wrapper .ipt-gal__item::before {
		right: -13px;
		transform: scale(0.7);
	}
}

.search.search-results .site-main {
	max-width: 1180px;
	padding: 0px 20px;
	margin: 0px auto;
}

.search.search-results .hentry>* {
	margin-left: 0;
	margin-right: 0;
}

.search.search-results .site-content_wrap {
	margin-top: 0;
}

.search.search-results .site-main {
	margin-bottom: 0;
}

.search.search-results .ipt-search__wrapper article.hentry {
	margin-bottom: 30px;
	display: block;
	border-bottom: 1px dashed #c8c8c8;
	padding-bottom: 30px;
}

.search.search-results .ipt-search__wrapper article.hentry:last-of-type {
	border-width: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.search.search-results .ipt-search__wrapper .ipt-search__title {
	font-size: 21px;
	font-style: normal;
	color: var(--primary-color);
	text-transform: none;
	font-weight: 500;
	line-height: 25px;
	margin: 0px 0px 7px;
}

.search.search-results .ipt-search__wrapper .ipt-search__url {
	display: block;
	margin-bottom: 3px;
}

.search.search-results .ipt-search__wrapper .ipt-search__url a {
	color: #757575;
	font-size: 14px;
	line-height: 19px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
}

.search.search-results .ipt-search__wrapper .ipt-search__url a.ipt-btn {
	font-size: 13px;
	color: #fff;
	line-height: 22px;
	border: 0px;
	padding: 2px 10px;
	background: #d2d2d2;
	opacity: 0;
	transition: all 0.3s ease;
}

.search.search-results .ipt-search__wrapper .ipt-search__url a.ipt-btn:hover,
.search.search-results .ipt-search__wrapper .ipt-search__url a.ipt-btn:focus {
	background: var(--primary-color);
	text-decoration: none;
}

.search.search-results .ipt-search__wrapper .ipt-search__url:hover a.ipt-btn,
.search.search-results .ipt-search__wrapper .ipt-search__url:focus a.ipt-btn {
	opacity: 1;
}

.search.search-results .ipt-search__wrapper .ipt-search__content {
	font-size: 17px;
	display: block;
}

.search.search-results .ipt-search__wrapper .ipt-search__pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 0px;
}

.search.search-results .ipt-search__wrapper .ipt-search__pagination .ipt-search__line {
	width: 100%;
	height: 55px;
	border-top: 1px solid #e3e2e7;
	margin-top: 35px;
}

.search.search-results .ipt-search__wrapper .ipt-search__pagination .page-numbers {
	line-height: 33px;
	font-size: 14px;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #e3e2e7;
	color: #79787f;
	border-radius: 3px;
	padding: 0;
	margin: 0px 2px 4px;
	width: 45px;
	height: 45px;
	min-width: 45px;
	line-height: 42px;
	text-align: center;
}

.search.search-results .ipt-search__wrapper .ipt-search__pagination .page-numbers.current,
.search.search-results .ipt-search__wrapper .ipt-search__pagination .page-numbers:hover,
.search.search-results .ipt-search__wrapper .ipt-search__pagination .page-numbers:focus {
	background: var(--primary-color);
	text-decoration: none;
	color: #fff;
	border: 1px solid var(--primary-color);
}

.search.search-results .ipt-search__wrapper .ipt-search__pagination a i {
	font-size: 11px;
}

.search.search-no-results .ipt-search__nf-title {
	text-align: center;
	font-size: clamp(16px, 1.8vw, 0.9rem);
}

@media only screen and (max-width: 800px) {
	.search.search-results .ipt-search__wrapper .ipt-search__title {
		margin-bottom: 8px;
	}

	.search.search-results .ipt-search__wrapper .ipt-search__url a {
		font-size: 13px;
	}
}

@media only screen and (max-width: 480px) {
	.search.search-results .ipt-search__wrapper .ipt-search__url {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.search.search-results .ipt-search__wrapper .ipt-search__url a.ipt-btn {
		opacity: 1;
		margin-top: 8px;
	}

	.search.search-results .ipt-search__wrapper .ipt-search__content {
		font-size: 16px;
	}

	.search.search-results .ipt-search__wrapper .ipt-search__title {
		font-size: 17px;
		text-align: center;
		margin-bottom: 6px;
		margin-top: 10px;
	}

	.search.search-results .ipt-search__wrapper .ipt-search__pagination .ipt-search__line {
		height: 35px;
		margin-top: 15px;
	}

	.search.search-results .ipt-search__wrapper .ipt-search__pagination .page-numbers {
		font-size: 12px;
		width: 35px;
		height: 35px;
		line-height: 35px;
		min-width: 35px;
	}

	.search.search-results .ipt-search__wrapper article.hentry {
		margin-bottom: 25px;
		padding-bottom: 15px;
	}
}

html body {
	font-family: var(--secondary-font);
	font-size: clamp(16px, 1.8vw, 0.9rem);
	line-height: 1.5;
	font-weight: 300;
}

html body a {
	text-decoration: none;
}

.slider-buttons a {
	scroll-behavior: smooth;
}

body .site {
	overflow-x: hidden;
}

body .page-content,
body .entry-content,
body .entry-summary {
	margin: 0em 0 0;
}

body.post,
body.page,
body .post,
body .page {
	margin: 0 0 0;
}

body.post main,
body.page main,
body .post main,
body .page main {
	margin-top: -60px;
}

body.post .post-thumbnail,
body.page .post-thumbnail,
body .post .post-thumbnail,
body .page .post-thumbnail {
	display: none;
}

body a {
	color: var(--primary-color);
	transition: all 0.3s ease;
}

body a:hover,
body a:focus {
	color: var(--secondary-color);
}

body a:visited {
	color: var(--primary-color);
}

body b,
body strong {
	font-weight: 700;
}

body .site-header__pseudostickyblock {
	display: none;
}

body .site-header .site-header__container,
body .site-header__pseudostickyblock {
	height: 60px;
}

body .site-header {
	position: relative;
	background: rgba(0, 0, 0, 0);
	width: 100%;
	z-index: 10;
	transition: all 0.5s ease;
}

body .site-header #menu-item-1104 .sub-menu .menu-item a {
	position: relative;
}

body .site-header #menu-item-1104 .sub-menu .menu-item a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 40%;
	width: 35px;
	height: 35px;
	background-size: contain;
}

body .site-header #menu-item-1104 .sub-menu .menu-item a {
	color: rgba(0, 0, 0, 0);
}

body .site-header #menu-item-1104 .sub-menu .menu-item-1102 a::before {
	background-image: url("/wp-content/uploads/2022/05/italy.png");
}

body .site-header #menu-item-1104 .sub-menu .menu-item-1103 a::before {
	background-image: url("/wp-content/uploads/2022/05/spain.png");
}

body .site-header #menu-item-1104 a {
	color: transparent;
}

body .site-header #menu-item-1104 a::before {
	content: "";
	position: absolute;
	top: 08px;
	left: 40%;
	width: 35px;
	height: 35px;
	background-size: contain;
}

body .site-header #menu-item-1104 a::before {
	background-image: url("/wp-content/uploads/2022/05/united-kingdom.png");
}

body .site-header #menu-item-1104 .sub-menu .menu-item-1105 a::before {
	background-image: url("/wp-content/uploads/2022/05/france.png");
}

body .site-header .site-header__container {
	display: flex;
	justify-content: center;
	width: 100%;
	background: rgba(0, 0, 0, 0);
}

body .site-header .site-header__container .site-header__wrapper {
	width: 100%;
	padding: 10px 60px 10px 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

body .site-header .site-header__container .site-header__wrapper .site-branding {
	padding: 10px;
	display: flex;
	align-items: center;
}

body .site-header .site-header__container .site-header__wrapper .custom-logo-link {
	display: block;
	font-size: 0px;
}

body .site-header .custom-logo {
	height: 50px;
	max-height: 50px;
	width: auto;
	transition: all 0.5s ease;
}

body .site-header--container-sticky .site-header__container {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 70px;
	background-color: #fff;
}

body .site-header--container-sticky .site-header__container::before {
	opacity: 1;
}

body .site-header--container-sticky .site-header__container .main-navigation .menu li a {
	color: #000;
}

body .site-header--container-sticky .site-header__container .main-navigation .menu li a:hover {
	color: gold;
}

body .site-header--container-sticky .site-header__pseudostickyblock {
	display: block;
}

body .site-header--container-sticky .main-navigation .menu {
	transform: translateY(0px);
}

body .site-header--container-sticky .main-navigation .menu>li {
	height: 70px;
	margin-top: 0px;
}

body .site-header--container-sticky .main-navigation .menu>li::before {
	opacity: 0;
}

body .site-header--container-sticky .custom-logo {
	height: 50px;
	content: url("/wp-content/uploads/2022/05/alberici-logo-black.svg");
}

body .header-widgets__wrapper {
	display: none;
	justify-content: center;
	height: 40px;
	position: absolute;
	inset: 0px 0px auto 0px;
	transition: all 0.5s ease;
}

body .header-widgets__wrapper::before {
	content: "";
	position: absolute;
	inset: 0px;
	background: var(--primary-color);
	z-index: -1;
	opacity: 1;
}

body .header-widgets__wrapper .header-widgets__container {
	width: 100%;
	max-width: 1140px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
}

body .header-widgets__wrapper .header-widgets__container .widget {
	display: flex;
	align-items: center;
	margin: 0px;
}

body .header-widgets__wrapper .header-widgets__container .widget-title {
	display: none;
}

body .header-widgets__wrapper .header-widgets__container p {
	padding: 0px;
	margin: 0px;
	color: #fff;
}

body .main-navigation {
	display: flex;
	align-items: flex-start;
	width: auto;
}

body .main-navigation a,
body .main-navigation a:visited {
	color: #000;
}

body .main-navigation a {
	font-family: var(--primary-font);
	font-size: 16px;
	font-weight: 600;
	transition: all 0.35s ease;
}

body .main-navigation a:hover,
body .main-navigation a:focus {
	color: #fff;
}

body .main-navigation .menu {
	position: relative;
	transform: translateY(4px);
	transition: transform 0.35s ease;
}

body .main-navigation .menu>li {
	margin: 10px 0;
	padding-bottom: 0px;
	position: relative;
	transition: all 0.2s ease-in;
}

body .main-navigation .menu>li:hover::after {
	opacity: 1;
}

body .main-navigation .menu>li:hover .menu-item-expand {
	background: var(--primary-color);
}

body .main-navigation .menu>li>a {
	text-align: center;
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 13px 20px;
	z-index: 2;
}

body .main-navigation .menu>li>a:hover {
	color: gold;
}

body .main-navigation .menu>li.current-menu-item>a {
	color: #fff;
}

body .main-navigation .menu>li.current-menu-item>a:hover {
	color: gold;
}

body .main-navigation .menu>li.current-menu-item::after {
	background: var(--primary-color);
	opacity: 1;
}

body .main-navigation .menu>li.current-menu-item>.menu-item-expand {
	background: var(--color-3);
}

body .main-navigation .menu>li.current_page_parent:hover::before,
body .main-navigation .menu>li.current_page_parent:focus::before {
	transform: translateY(0px);
	opacity: 1;
}

body .main-navigation .menu>li li.current-menu-item>a {
	background: var(--primary-color);
	color: #fff;
}

body .main-navigation .menu .sub-menu {
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	float: none;
	position: absolute;
	left: 0px;
	top: 100%;
	transform: translateY(25px) rotate(5deg);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.4s ease, opacity 0.3s ease-in, visibility 0.3s ease-in;
}

body .main-navigation .menu .sub-menu li {
	margin: 0px;
}

body .main-navigation .menu .sub-menu a {
	font-size: 15px;
	color: #000;
	padding: 7px 15px;
	text-transform: none;
}

body .main-navigation .menu .sub-menu .sub-menu {
	top: 0px;
	left: 100%;
}

body .main-navigation .menu li:hover>.sub-menu,
body .main-navigation .menu li.focus>.sub-menu {
	transform: translateY(0px) rotate(0deg);
	opacity: 1;
	visibility: visible;
}

body .main-navigation .menu li:hover>.sub-menu a:hover,
body .main-navigation .menu li:hover>.sub-menu a:focus,
body .main-navigation .menu li.focus>.sub-menu a:hover,
body .main-navigation .menu li.focus>.sub-menu a:focus {
	background: GOLD;
	color: var(--primary-color);
}

body .main-navigation .menu .sub-menu li:hover>.sub-menu,
body .main-navigation .menu .sub-menu li.focus>.sub-menu {
	top: 0px;
}

body .main-navigation .menu .sub-menu li.current-menu-item a {
	background: #fff;
	color: var(--primary-color);
}

body #pg-8-0 .panel-grid-cell,
body #pg-8-1 .panel-grid-cell {
	max-width: 100%;
}

body .post-8 .hero__section .slider-buttons {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

body .post-8 .hero__section .slider-buttons .slider-play .ion-ios-play {
	display: block;
	height: 62px;
	width: 62px;
	color: #222;
	border-color: gold;
	background-color: gold;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	margin-left: 40px;
	transition: 0.8s;
}

body .post-8 .hero__section .slider-buttons .slider-play .ion-ios-play:hover {
	background-color: #222;
	transition: 0.8s;
}

body .post-8 .hero__section .slider-buttons .slider-play .ion-ios-play::before {
	position: absolute;
	content: "";
	font: normal normal normal 14px/1 FontAwesome;
	left: 40%;
	bottom: 40%;
}

body .post-8 .header-main {
	padding: 190px 0;
	background-image: url("/wp-content/uploads/2022/05/alberici-logo-nero.png");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

body .post-8 .header-main .textwidget h2 {
	text-transform: none;
	font-size: clamp(50px, 3vw, 2.19rem);
}

body .post-8 .header-main .textwidget .footer-img__wrap {
	text-align: center;
	margin: 25px 0;
}

body .post-8 .about-main-section .about-main,
body .post-28 .about-main-section .about-main {
	display: flex;
	padding: 0px;
}

body .post-8 .about-main-section .about-main .aperto-image,
body .post-8 .about-main-section .about-main .about-main-text,
body .post-28 .about-main-section .about-main .aperto-image,
body .post-28 .about-main-section .about-main .about-main-text {
	width: 50%;
}

body .post-8 .about-main-section .about-main .aperto-image h3,
body .post-8 .about-main-section .about-main .about-main-text h3 {
	color: gold;
}

body .post-8 .about-main-section .about-main .aperto-image p,
body .post-8 .about-main-section .about-main .about-main-text p {
	color: #fff;
}

body .post-28 .about-main-section .about-main .aperto-image p,
body .post-28 .about-main-section .about-main .about-main-text p,
body .post-28 .about-main-section .about-main .aperto-image h3,
body .post-28 .about-main-section .about-main .about-main-text h3 {
	color: #000;
}

body .post-8 .about-main-section .about-main .aperto-image,
body .post-28 .about-main-section .about-main .aperto-image {
	display: flex;
}

body .post-8 .about-main-section .about-main .aperto-image img,
body .post-28 .about-main-section .about-main .aperto-image img {
	border-radius: 0 8px 8px 0;
	margin: 0;
}

body .post-8 .about-main-section .about-main .about-main-text,
body .post-28 .about-main-section .about-main .about-main-text {
	padding-left: 5%;
	padding-right: 10%;
}

body .post-28 .about-main-section {
	padding: 50px 0;
}

body .post-28 .about-main-section .about-main {
	margin: 50px 0;
}

#pgc-28-0-0 {
	max-width: 100%;
}

body .post-8 .home-bg-section {
	height: 500px;
	background-image: url("/wp-content/uploads/2023/02/alberici-home-bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

body .post-8 .products-main .products-main-container .product-row {
	display: flex;
	max-height: 600px;
}

body .post-8 .products-main .products-main-container .product-row:nth-child(2n + 1) .product-item-main:nth-child(1) {
	width: 40%;
}

body .post-8 .products-main .products-main-container .product-row:nth-child(2n + 1) .product-item-main:nth-child(2) {
	width: 60%;
}

body .post-8 .products-main .products-main-container .product-row:nth-child(2n) .product-item-main:nth-child(1) {
	width: 60%;
}

body .post-8 .products-main .products-main-container .product-row:nth-child(2n) .product-item-main:nth-child(2) {
	width: 40%;
}

body .post-8 .products-main .products-main-container .product-row .product-item-main {
	position: relative;
	padding: 30px;
}

body .post-8 .products-main .products-main-container .product-row .product-item-main .ipt-t--left {
	position: absolute;
	bottom: 15%;
	left: 10%;
	color: #fff;
	font-size: 40px;
	text-transform: none;
	font-weight: 600;
	z-index: 2;
}

body .post-8 .products-main .products-main-container .product-row .product-item-main img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
	transition: 0.8s;
}

body .post-8 .products-main .products-main-container .product-row .product-item-main img:hover {
	filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
	transition: 0.8s;
}

body .post-8 .call-to-action-section {
	background-image: url("/wp-content/uploads/2022/05/alberici-home-assistenza.jpg");
	min-height: 500px;
	max-height: 500px;
}

body .post-8 .call-to-action-section .call-to-action .call-to-action-text {
	width: 50%;
	margin: 10% 0 10% 50%;
}

body .post-8 .call-to-action-section .call-to-action .call-to-action-text .ipt-t-3 {
	font-weight: 600;
}

body .post-42 .contact-block,
body .post-1363 .contact-block {
	display: flex;
	margin: 0 10px;
}

body .post-42 .contact-block .contact-info,
body .post-42 .contact-block .form,
body .post-1363 .contact-block .contact-info,
body .post-1363 .contact-block .form {
	width: 50%;
}

body .post-42 iframe,
body .post-1363 iframe {
	width: 100%;
}

body .widget_nav_menu .menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

body .widget_nav_menu li {
	position: relative;
	padding-left: 21px;
}

body .widget_nav_menu a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	transition: color 0.3s ease;
}

body .widget_nav_menu a:hover,
body .widget_nav_menu a:focus {
	color: gold;
}

body .site-footer {
	background: #000;
}

body .site-footer .site-info {
	color: var(--color-6);
	text-align: center;
	padding: 15px 0px;
	border-top: 2px solid #222;
}

body .site-footer .site-info a {
	color: var(--color-6);
	text-decoration: none;
}

body .site-footer .site-info a:hover,
body .site-footer .site-info a:focus {
	color: gold;
}

body .site-footer .site-info p {
	color: var(--color-6);
	font-size: 14px;
	text-align: center;
	margin: 0px;
}

body .site-footer .site-info .widget {
	margin: 0px;
}

body .footer-widgets__wrapper {
	display: flex;
	justify-content: center;
	background: #000;
	background-image: url("/wp-content/uploads/2022/05/alberici-half-logo-grey.png");
	background-repeat: no-repeat;
	background-position-x: 100%;
}

body .footer-widgets__wrapper .footer-widgets__container {
	width: 100%;
	max-width: 1140px;
	margin: 0px auto -50px;
	display: flex;
	justify-content: space-between;
}

body .footer-widgets__wrapper .footer-widgets__container .widget-title {
	font-family: Poppins, Arial;
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

body .footer-widgets__wrapper .widget {
	margin-bottom: 50px;
}

body .footer-widgets__wrapper .widget .footer-img__wrap {
	text-align: center;
}

body .footer-widgets__wrapper .widget .textwidget .footerhead {
	margin-top: 0;
	color: #fff;
}

body iframe {
	margin-bottom: -7px;
}

body:not(.home) .site-header--container-sticky .main-navigation .menu>li {
	height: 70px;
}

body .grid--contact[class*="grid-"] {
	margin-bottom: clamp(-1 * var(--sec-padding-bot),
			-6vw,
			-1 * var(--sec-padding-bot-min));
}

body .grid--contact [class*="col-"] {
	padding: 0 0.9rem clamp(var(--sec-padding-bot-min), 6vw, var(--sec-padding-bot));
}

.home.home .main-navigation a {
	color: #fff;
}

.portfolio-template-default .site-header {
	box-shadow: 0 8px 8px -10px rgba(0, 0, 0, 0.2);
}

.page-parent .site-header .custom-logo,
.portfolio-template-default .site-header .custom-logo,
.page-child .site-header .custom-logo {
	height: 50px;
	content: url("/wp-content/uploads/2022/05/alberici-logo-black.svg");
}

.page-parent .main-navigation a,
.portfolio-template-default .main-navigation a,
.page-child .main-navigation a {
	color: #000;
}

.page-parent .main-navigation .menu li.current-menu-item>a,
.portfolio-template-default .main-navigation .menu li.current-menu-item>a,
.page-child .main-navigation .menu li.current-menu-item>a {
	color: #000;
}

.portfolio-template-default .ipt-page-title {
	display: none;
}

.single-portfolio .skry-blog__main .portfolio .skry-blog__single-header,
.single-portfolio .skry-blog__main .portfolio .skry-blog__single-thumbnail {
	display: none;
}

.single-portfolio .skry-blog__main .portfolio .product {
	display: flex;
}

.single-portfolio .skry-blog__main .portfolio .product .product-image {
	width: 40%;
	height: 400px;
	position: relative;
}

.single-portfolio .skry-blog__main .portfolio .product .product-image>img {
	display: block;
	height: 400px;
	position: absolute;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.single-portfolio .skry-blog__main .portfolio .product .product-image>img:nth-child(1) {
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 2;
}

.single-portfolio .skry-blog__main .portfolio .product .product-image>img:nth-child(2) {
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 1;
}

.single-portfolio .skry-blog__main .portfolio .product .product-image:hover>img:nth-child(1) {
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 1;
}

.single-portfolio .skry-blog__main .portfolio .product .product-image:hover>img:nth-child(2) {
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 2;
}

.single-portfolio .skry-blog__main .portfolio .product .product-description {
	width: 60%;
}

.single-portfolio .skry-blog__main .portfolio .sow-accordion {
	margin-top: 50px;
}

.single-portfolio .skry-blog__main .portfolio .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header {
	background-color: #fff;
	border-bottom: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	border-left: none;
	border-right: none;
}

.single-portfolio .skry-blog__main .portfolio .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header:hover {
	background-color: gold;
}

.single-portfolio .skry-blog__main .portfolio .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header:hover .sow-accordion-title {
	color: #000;
}

.single-portfolio .skry-blog__main .portfolio .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header .sow-accordion-title {
	font-weight: 600;
}

.single-portfolio .skry-blog__main .portfolio .sow-accordion .sow-accordion-panel .sow-accordion-panel-border ul,
.single-portfolio .skry-blog__main .portfolio .sow-accordion .sow-accordion-panel .sow-accordion-panel-border ol {
	margin: 0;
}

.single-portfolio .skry-blog__main .portfolio .sow-accordion .sow-accordion-panel .buttons .button-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
}

.single-portfolio .skry-blog__main .portfolio .sow-accordion .sow-accordion-panel .buttons .button-container .ipt-btn-wrapper {
	margin-top: 0;
}

.single-portfolio .skry-blog__main .portfolio .sow-accordion .sow-accordion-panel table tbody tr td {
	border-bottom: 1px solid #000;
	padding: 5px;
}

.single-portfolio .skry-blog__main .portfolio .sow-accordion .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-panel-header-container .sow-accordion-panel-header {
	background-color: gold;
	border-bottom: 1px solid gold;
	border-top: 1px solid gold;
	border-left: none;
	border-right: none;
}

.single-portfolio .skry-blog__main .portfolio .sow-accordion .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-panel-header-container .sow-accordion-panel-header:hover {
	background-color: gold;
	border-bottom: 1px solid gold;
	border-top: 1px solid gold;
	border-left: none;
	border-right: none;
}

.single-portfolio .skry-blog__main .portfolio .button-return .ipt-btn-wrapper {
	text-align: center;
	margin-top: 20px;
}

.single-portfolio .skry-blog__main .portfolio .image-carousel {
	margin: 50px 0;
}

.single-portfolio .skry-blog__main .portfolio .image-carousel .ipt-t-4 {
	font-size: 16px;
}

.single-portfolio .skry-blog__main .portfolio .image-carousel .vp-portfolio__item a img {
	object-fit: contain;
}

.single-portfolio .skry-blog__main .skry-blog__single-navi,
.single-portfolio .skry-blog__main .skry-blog__single-rp {
	display: none;
}

.page-id-588 .skry-blog__main .post-588 .skry-blog__single-header {
	display: none;
}

.page-id-588 .skry-blog__main .post-588 .skry-blog__content {
	margin: 50px auto;
}

.page-id-588 .skry-blog__main .skry-blog__single-navi,
.page-id-588 .skry-blog__main .skry-blog__single-rp {
	display: none;
}

.type-portfolio.status-publish {
	width: 100%;
}

.post-588.post-588 {
	margin: 0 auto;
}

.type-page .vp-portfolio {
	max-width: 900px;
	margin: 25px auto;
	width: 900px;
}

.catheader {
	margin-top: 75px;
	text-align: center;
}

.type-page .vp-portfolio .vp-portfolio__item-meta-title {
	font-size: 16px;
}

.totop {
	width: 38px;
	height: 38px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transform: translateX(200px) rotate(35deg);
	transition: transform 0.5s ease;
}

.totop button {
	text-align: center;
	cursor: pointer;
	background: var(--primary-color);
	width: 100%;
	height: 100%;
	border: 0px;
	border-radius: 3px;
	padding: 0px;
	transition: all 0.3s ease;
}

.totop button:hover {
	background: gold;
}

.totop button .fa {
	color: #fff;
	font-size: 20px;
	position: relative;
	top: -2px;
}

.totop--show {
	transform: translateX(0px) rotate(0deg);
}

.grecaptcha-badge {
	z-index: 10;
}

.cropobject__wrapper {
	position: relative;
}

.cropobject {
	width: 130px;
	height: 102px;
	background: var(--primary-color);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 40px 100%, 0 64px);
}

.cropobject-cross {
	width: 85px;
	height: 98px;
	background: var(--secondary-color);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 48px 100%, 0 50px);
	position: relative;
}

.cropobject-cross::before {
	content: "";
	width: 25px;
	height: 25px;
	background: #fff;
	position: absolute;
	top: 10px;
	right: 10px;
	clip-path: polygon(0 45%,
			45% 45%,
			45% 0,
			55% 0,
			55% 45%,
			100% 45%,
			100% 55%,
			55% 55%,
			55% 100%,
			45% 100%,
			45% 55%,
			0 55%);
}

.form__wrapper {
	background: var(--color-3);
	padding: 20px;
}

.form-tile__wrapper {
	background: var(--color-3);
	padding: 15px 20px;
}

.home-contact__wrapper {
	display: flex;
	margin-bottom: 25px;
}

.home-contact__wrapper .home-contact__col:first-child {
	width: 19%;
	min-width: 103px;
}

.home-contact__wrapper .home-contact__col:last-child {
	width: 81%;
	padding-top: 15px;
}

.home-contact__wrapper .home-contact__data {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	padding-left: 3px;
	margin-top: 20px;
}

.home-map__wrapper {
	position: relative;
}

.home-map__wrapper::before {
	content: "";
	position: absolute;
	inset: 0px -100% -100% 85px;
	background: var(--secondary-color);
}

.home-map__wrapper iframe {
	position: relative;
	margin-top: 35px;
	box-shadow: -3px 3px 5px rgba(70, 70, 70, 0.5);
}

.footer-link {
	color: var(--color-6);
	text-transform: uppercase;
	display: inline-block;
	margin-top: 15px;
}

.footer-link:hover,
.footer-link:focus {
	color: var(--secondary-color);
}

.product-more {
	margin: 50px 0 0 0;
}

.product-more div {
	margin: 20px 0;
}

.product-more div p {
	text-align: center;
	font-weight: 500;
	color: #000;
}

.product-more i {
	background-color: gold;
	width: 50px;
	height: 50px;
	display: block;
	margin: 0 auto;
	position: relative;
	border-radius: 50%;
}

.product-more i::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url("/wp-content/uploads/2023/02/arrow-down-sign-to-navigate.png");
	width: 100%;
	height: 100%;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
}

.vp-portfolio__items-style-default .vp-portfolio__item-meta {
	position: relative;
	padding: 20px 10px !important;
}

.ngg-imagebrowser .pic {
	max-width: 300px !important;
}

.ngg-imagebrowser h3 {
	display: none !important;
}

.ngg-imagebrowser {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.next,
.back {
	background-color: #ffd700 !important;
}

.aperto-image img {
	width: 100%;
}

@media only screen and (max-width: 1630px) {
	body .main-navigation .menu .sub-menu .sub-menu li>.sub-menu {
		left: 50%;
	}

	.hero__section {
		min-height: auto !important;
	}

	.about-main .aperto-image img {
		object-fit: contain;
	}
}

@media only screen and (max-width: 1420px) {
	body .main-navigation .menu .sub-menu li>.sub-menu {
		left: 50%;
	}
}

@media only screen and (max-width: 1199px) {
	body .header-widgets__wrapper .header-widgets__container {
		padding: 0px 20px;
	}

	body .footer-widgets__wrapper .footer-widgets__container {
		padding: 0px 15px;
	}
}

@media only screen and (max-width: 1024px) {
	body .grid--contact [class*="col-"] {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media only screen and (min-width: 992px) {
	body:not(.home) .site-main {
		min-height: calc(100vh - 584px);
	}
}

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

	body .main-navigation,
	body .header-widgets__wrapper {
		display: none;
	}

	body .site-header .site-header__container .site-header__wrapper {
		justify-content: center;
	}

	body.home .site-header {
		padding-top: 0px;
	}

	body:not(.home) .site-header {
		padding: 0px 0px 0px 0px;
	}
}

@media only screen and (min-width: 801px) {
	.copyrights-br {
		display: none;
	}
}

@media only screen and (max-width: 800px) {
	body .footer-widgets__wrapper .widget {
		margin-bottom: 40px;
		width: 50%;
	}

	body .footer-widgets__wrapper .footer-widgets__container {
		flex-wrap: wrap;
		margin-bottom: -40px;
	}

	body .footer-widgets__wrapper .footer-widgets__container .widget-title {
		font-size: 17px;
	}

	body .grid--contact [class*="col-"] {
		min-width: 100%;
	}

	.footer-img__wrap {
		text-align: center;
	}

	.cropobject {
		width: 65px;
		height: 51px;
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 19px 100%, 0 32px);
	}

	.cropobject-cross {
		width: 50px;
		height: 60px;
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 18px 100%, 0 42px);
	}

	.cropobject-cross::before {
		width: 17px;
		height: 17px;
		top: 7px;
		right: 7px;
		clip-path: polygon(0 43%,
				43% 43%,
				43% 0,
				57% 0,
				57% 43%,
				100% 43%,
				100% 57%,
				57% 57%,
				57% 100%,
				43% 100%,
				43% 57%,
				0 57%);
	}

	.home-contact__wrapper .home-contact__col:first-child {
		width: 8%;
		min-width: 60px;
		max-width: 60px;
	}

	.home-contact__wrapper .home-contact__col .ipt-t-3 {
		text-align: left;
	}

	.home-map__wrapper iframe {
		width: 100%;
	}

	.copyrights-separator {
		display: none;
	}

	.footerhead {
		text-align: center;
	}

	.type-page .vp-portfolio {
		max-width: !important;
		width: 100% !important;
	}

	.ipt-page-title__title {
		padding-top: 2%;
	}

	body .post-8 .call-to-action-section {
		background-image: url("/wp-content/uploads/2023/03/alberici-home-assistenza.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}

	.single-portfolio .skry-blog__main .portfolio .product {
		flex-direction: column;
		align-items: center;
	}

	.single-portfolio .skry-blog__main .portfolio .product .product-image {
		width: 100%;
	}
}

@media only screen and (max-width: 650px) {
	body .footer-widgets__wrapper .widget {
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	body .footer-widgets__wrapper .widget {
		margin-bottom: 35px;
	}

	body .footer-widgets__wrapper .footer-widgets__container {
		margin-bottom: -35px;
	}

	.single-portfolio .skry-blog__main .portfolio .product .product-image>img {
		height: auto;
	}

	iframe {
		width: 100%;
	}
}