/*
Theme Name: Component Blox Child Theme
Author: Component Blox
Description: Bootstrap Component Blox Child Theme
Version: 1.0
Template: bootstrap-component-blox
*/

@font-face {
	font-family: 'Object Sans Light';
	src: url('/wp-content/themes/bootstrap-component-blox-child-theme/fonts/ObjectSans-Light.ttf') format('truetype'),
		url('/wp-content/themes/bootstrap-component-blox-child-theme/fonts/ObjectSans-Light.woff2') format('woff2'),
        url('/wp-content/themes/bootstrap-component-blox-child-theme/fonts/ObjectSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Object Sans Regular';
	src: url('/wp-content/themes/bootstrap-component-blox-child-theme/fonts/ObjectSans-Regular.ttf') format('truetype'),
		url('/wp-content/themes/bootstrap-component-blox-child-theme/fonts/ObjectSans-Regular.woff2') format('woff2'),
        url('/wp-content/themes/bootstrap-component-blox-child-theme/fonts/ObjectSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Object Sans Medium';
	src: url('/wp-content/themes/bootstrap-component-blox-child-theme/fonts/ObjectSans-Medium.ttf') format('truetype'),
		url('/wp-content/themes/bootstrap-component-blox-child-theme/fonts/ObjectSans-Medium.woff2') format('woff2'),
        url('/wp-content/themes/bootstrap-component-blox-child-theme/fonts/ObjectSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Object Sans Heavy';
	src: url('/wp-content/themes/bootstrap-component-blox-child-theme/fonts/ObjectSans-Heavy.ttf') format('truetype'),
		url('/wp-content/themes/bootstrap-component-blox-child-theme/fonts/ObjectSans-Heavy.woff2') format('woff2'),
        url('/wp-content/themes/bootstrap-component-blox-child-theme/fonts/ObjectSans-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
*:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
	box-shadow: inset 0 0px 0px rgba(0,0,0,.125);
}
body {
	font-family: 'Object Sans Regular';
	font-weight: 400;
	color: #000;
	background-color: #F5F1E4;

}
.pink, body.page-id-25, body.page-id-43 {
	background-color: #F37B96;
}
.blue, body.home {
	background-color: #9DCDEA;
}
.beige {
	background-color: #F5F1E4;
}
body.modal-open {
	overflow: auto !important;
	padding-right: 0px !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Object Sans Heavy';
	color: #582438;
}
h1 {
	font-size: 40px;
	font-weight: 900;
	line-height: 1.1;
}
h2 {
	font-size: 40px;
	font-weight: 900;
	line-height: 1.1;
}
h3 {
	font-size: 32px;
	font-weight: 900;
	line-height: 1.2;
}
h4 {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2;
}
p {
	font-size: 14px;
	color: #582438;
	font-weight: 500;
}
p.lead {
	font-size: 18px;
}
ul {
	list-style-type: none;
}
li {
	position: relative;
	padding: 7px 0 7px 30px;
}
.btn {
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	padding: 8px 20px;
	margin: 0;
	border-radius: 20px;
	webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.btn.btn-lg {
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	padding: 13px 40px;
	border-width: 0px;
	border-radius: 30px;
}
.btn-outline-primary {
	color: #582438;
	background-color: #FEFCF3;
	border-color: #582438;
}
.btn.btn-lg.btn-outline-primary {
	outline: 8px solid rgba(255, 255, 255, 0.25);
}
.btn-primary, .btn-outline-primary:hover, .btn-outline-primary:focus {
	color: #FEFCF3;
	background-color: #582438;
	border-color: #582438;
}
.btn-primary:hover, .btn-primary:focus {
	color: #FEFCF3;
	background-color: #000;
	border-color: #000;
}
.btn.btn-lg.btn-outline-primary:hover, .btn.btn-lg.btn-outline-primary:focus {
	outline: 15px solid rgba(255, 255, 255, 0.15);
}
.btn-link {
	padding: 0px;
}
/* header */
header {
	position: relative;
	padding-top: 16px;
	padding-bottom: 16px;
	z-index: 100;
}
header .container-md {
	padding: 14px;
	background-color: #FEFCF3;
	border-radius: 41px;
}
header .navbar-brand {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
header .navbar-collapse {
	flex-grow: 1 !important;
}
header .navbar-nav {
	flex-grow: 1 !important;
}
header .nav-item {
	padding: 0px;
}
header .nav-link {
	color: #582438;
	line-height: 24px;
	font-weight: 500;
	padding: 8px 16px !important;
	border-radius: 20px;
}
header .nav-item:last-child .nav-link {
	display: inline-block;
}
header .nav-link:hover, header .nav-link:focus {
	color: #582438;
	background-color: #58243812;
}
header .current-menu-item .nav-link {
	color: #582438;
	background-color: #58243812;
}

main {
	margin-top: -100px;
}
/* video-block */
.video-block {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.video-block video {
	width: 100%;
	margin-top: -30px;
}
.video-button {
	position: absolute;
	left: 0;
	bottom: 25%;
	width: 100%;
}
/* hero */
.hero {
}
.hero .container {
	position: relative;
}
.hero .more {
	position: absolute;
	bottom: 0px;
	width: 250px;
}
/* maintenance */
.maintenance {
	position: relative;
	background-color: #F5F1E4;
}
.maintenance:after {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 120px;
	content: '';
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/bg-maintenance-after.svg) no-repeat center top;
}
.maintenance .before-block {
	margin: 0 auto;
	width: 250px;
	height: 102px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/before-maintenance.svg) no-repeat right top;
}
.maintenance-photo {
	position: relative;
}
.maintenance-photo .button-block {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.maintenance-photo .button-block img {
	max-width: 200px;
}
.mask-1 {
	position: relative;
	max-width: 100%;
    width: 100%;
    height: auto;
	-webkit-mask-image: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/mask-farm.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-image: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/mask-farm.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
}
.mask-1 img {
	width: 100%;
	height: 100%;
}
.page-id-10 .mask-1:before, .page-id-127 .mask-1:before {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
	background: #582438;
	background: linear-gradient(135deg,rgba(88, 36, 56, 0) 25%, rgba(88, 36, 56, .8) 100%);
}
.mask-2 {
	max-width: 100%;
    width: 100%;
    height: 100%;
	-webkit-mask-image: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/mask-map.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-image: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/mask-map.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
}

/* cards */
.cards {
	overflow: hidden;
}
.maintenance .cards .before-block {
	margin: 0 auto;
	width: 250px;
	height: 120px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/before-cards.svg) no-repeat left bottom;
}
.maintenance .cards .card {
	border-width: 0px;
	border-radius: 48px;
}
.cards .text-bg-primary {
	background-color: #F37B96 !important;
}
.cards .text-bg-secondary {
	background-color: #9DCDEA !important;	
}
.cards .card-img-overlay {
	padding: 30px;
	display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.maintenance .cards .card-title {
	flex-grow: 1 !important;
	font-size: 24px;
	color: #582438;
	font-weight: 900;
	padding-right: 25%;
}
.cards .card-number {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
}

/* benefits */
.benefits {
	background-color: #F37B96;
	overflow: hidden;
}
.benefits-photo {
	position: relative;
	text-align: center;
}
.benefits-photo .marafet-block {
	position: absolute;
	top: 15%;
	right: 17.5%;
}
.benefits .cards .card {
	min-height: 240px;
	align-items: center!important;
	flex-direction: row;
	background-color: transparent !important;
	border: 0px solid #582438;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/bg-benefit-card.svg) no-repeat center center;
	background-size: 100% auto;
}
.benefits .cards .card-body {
	padding: 30px;
}
.benefits .cards .card-title {
	font-size: 21px;
	color: #582438;
	font-weight: 700;
	line-height: 1;
}

.bottom-block {
	height: 220px;
	background: #F5F1E4 url(/wp-content/themes/bootstrap-component-blox-child-theme/image/bg-bottom-before.svg) no-repeat center bottom 100px;
}

/* farm */
.farm-eggs {
	height: 540px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/farm-eggs.svg) no-repeat center top;
	background-size: auto 100%;
}
.processes {
	margin-top: -240px;
}
.processes .before-block {
    margin: 0 auto;
    width: 250px;
    height: 102px;
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/before-processes.svg) no-repeat right top;
}
.processes .cards .card {
	min-height: 280px;
	align-items: center!important;
	padding: 50px 20px 40px 20px;
	background-color: transparent !important;
	border: 0px solid #582438;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/bg-process-card.svg) no-repeat center center;
	background-size: auto 100%;
}
.processes .cards .card-body {
}
.processes .cards .card-title {
	font-size: 18px;
	color: #582438;
	font-weight: 700;
	line-height: 1;
}
.swiper-home {
	position: relative;
}
.swiper-home .more {
    position: absolute;
    top: 0px;
	right: 0%;
    width: 250px;
	text-align: center;
}

/* products */
.products .card {
	padding: 80px 35px 20px;
	align-items: center!important;
	background-color: transparent !important;
	border: 0px solid #582438;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/bg-product-card.svg) no-repeat center center;
	background-size: 100% auto;
}
.products .card .card-body {
	padding: 0;
	text-align: center;
}
.swiper-button-next, .swiper-button-prev {
    width: 56px !important;
	height: 56px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
	width: 56px;
	height: 56px;
	content: ''!important;
	border-radius: 28px;
}
.swiper-button-prev:after {
	background: #582438 url(/wp-content/themes/bootstrap-component-blox-child-theme/image/arrow-prev.svg) no-repeat center center;
}
.swiper-button-next:after {
	background: #582438 url(/wp-content/themes/bootstrap-component-blox-child-theme/image/arrow-next.svg) no-repeat center center;
}
.swiper-button-prev:hover:after {
	background: #F37B96 url(/wp-content/themes/bootstrap-component-blox-child-theme/image/arrow-prev.svg) no-repeat center center;
}
.swiper-button-next:hover:after {
	background: #F37B96 url(/wp-content/themes/bootstrap-component-blox-child-theme/image/arrow-next.svg) no-repeat center center;
}

/* certificates */
.swiper.certificates {
	margin: 0 0%;
}
.certificates .card {
	padding: 80px 40px 30px;
	align-items: center!important;
	background-color: transparent !important;
	border: 0px solid #582438;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/bg-certificate.svg) no-repeat center center;
	background-size: 100% auto;
}

/* info-block */
.info-block {
	height: 200px;
	margin-top: -5px;
	padding: 50px 0;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/bg-info.svg) no-repeat center center;
	background-size: 100% 100%;
}
.contact-block {
	margin-top: -10px;
	padding: 50px 30px 100px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/bg-contact.svg) no-repeat center center;
	background-size: auto 100%;
}
.info-block a, .contact-block a {
	color: #582438;
	text-decoration: none;
}

.logo-block {
	text-align: center;
}
.logo-block .img-fluid {
	width: 100%;
}

/* form */
label, .form-label {
	color: #582438;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
}
label span, .form-label span, p label.form-label span {
	opacity: 0.4 !Important;
}
.form-control, .form-select {
	font-size: 16px;
    padding: 13px 15px;
	line-height: 30px;
	border-color: #fff;
	border-radius: 10px;
}
::placeholder {
	font-size: 16px;
	color: #582438;
	font-weight: 500;
	opacity: 0.6;
}
form .btn.btn-lg {
    font-size: 20px;
    padding: 16px 20px;
    border-radius: 10px;
}
.shop {
	background-color: #fff;
	border-radius: 10px;
}

/* Accordion */
.accordion-item {
	background-color: #FEFCF3;
    border: 0px solid rgba(0, 0, 0, 0);
}
.accordion-item.hot {
	background-color: #F37B9620;
}
h2.accordion-header {
	font-weight: 900;
	margin-top: 0px;
	padding: 12px 0 8px;
	border-bottom: 2px dotted #F37B9640;
}
.accordion-button {
	font-size: 30px;
	color: #582438;
	font-weight: 900;
	background-color: transparent;
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);
}
.accordion-item.hot .accordion-button {
	font-size: 30px;
	color: #F37B96;
	background-color: transparent;
}
.accordion-button:not(.collapsed) {
    color: #F37B96;
	background-color: transparent;
	box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0);
}
.accordion-item.hot .accordion-button:not(.collapsed) {
	 color: #F37B96;
}
.accordion-item .display-4 {
	font-size: 24px;
}
.accordion-item li {
	padding: 4px 25px;
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/point.svg) no-repeat 0px 10px;
}

footer {
}

/* Modal */
.modal {
   background-color: #ffffff60 !important;
   backdrop-filter: blur(10px);
   box-shadow: 0 0rem 0rem rgba(255, 255, 255, 0);
}
.modal-content {
	background-color: transparent;
}
.modal-header {
    border-bottom: 0px;
}
.btn-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    padding: 0px !important;
    margin: 0px !important;
    z-index: +1;
    background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/ico-close.svg) no-repeat center center;
	opacity: 1;
}
.modal .swiper-slide .card {
		opacity: 1;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	h1 {
		font-size: 48px;
	}
	.carousel-control-prev {
		left: -50px;
	}
	.carousel-control-next {
		right: -50px;
	}
	.content {
		height: 40vh;
	}
	.maintenance-photo .button-block {
		right: 20px;
		bottom: 20px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	body.home {
		overflow: hidden;
	}
	h1 {
		font-size: 60px;
	}
	.products .card {
		padding: 25px 50px;
	}
	.home .footer-widgets {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.maintenance-photo .button-block img {
		max-width: 100%;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	h1 {
		font-size: 72px;
	}
	h2 {
		font-size: 72px;
	}
	h3 {
		font-size: 36px;
	}
	h4 {
		font-size: 27px;
	}
	.content {
		height: 45vh;
	}
	.carousel-control-prev {
		left: -100px;
	}
	.carousel-control-next {
		right: -100px;
	}
	.processes .cards .card {
		min-height: 280px;
		padding: 50px 20px 40px 20px;
		background-size: 100% auto;
	}
	.farm-eggs {
		height: 720px;	
	}
	footer .phone p {
		font-size: 24px;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.btn {
		font-size: 14px;
		line-height: 20px;
		padding: 8px 20px;
		border-radius: 20px;
	}
	.btn.btn-lg {
		font-size: 24px;
		line-height: 40px;
		padding: 23px 40px;
		border-radius: 44px;
	}
	header .container {
		padding: 16px;
		border-radius: 44px;
	}
	header .nav-item:last-child {
		flex-grow: 1 !important;
		text-align: right;
	}
	main {
		margin-top: -122px;
	}
	.content {
		height: 45vh;
	}
	.maintenance .cards .card-title {
	    font-size: 30px;
	}
	.benefits .cards .card-title {
		font-size: 24px;
		line-height: 1.2;
	}
	.farm-eggs {
		height: 1020px;
		background-size: auto 100%;
	}
	.maintenance-photo .button-block {
		right: 30px;
		bottom: 30px;
	}
	.products .card {
		padding: 50px 100px;
	}
	.info-block {
		height: 331px;
		margin-top: -5px;
		padding: 100px 0;
	}
	.contact-block {
		margin-top: -10px;
		padding: 50px 150px 100px;
		background-size: 100% 100%;
	}
	footer .phone p {
		font-size: 30px;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	h1 {
		font-size: 96px;
	}
	h2 {
		font-size: 96px;
	}
	h3 {
		font-size: 40px;
	}
	h4 {
		font-size: 32px;
	}
	p {
		font-size: 16px;
	}
	p.lead {
		font-size: 20px;
	}
	.btn {
		font-size: 16px;
		line-height: 30px;
		padding: 13px 20px;
		border-radius: 20px;
	}
	.content {
		height: 55vh;
	}
	.processes .cards .card-title {
    	font-size: 21px;
	}
	.maintenance-photo .button-block {
		right: 40px;
		bottom: 40px;
	}
	.contact-block {
		margin-top: -10px;
		padding: 100px 150px 150px;
	}
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
	header .nav-link {
		font-size: 16px;
		line-height: 20px;
		padding: 8px 12px !important;
		border-radius: 18px;
	}
	.media img {
		width: 40px;
	}
	.processes .cards .card img {
    	max-height: 150px;
	}
}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.navbar-toggler:focus {
		outline: 0;
		-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
		box-shadow: inset 0 0px 0px rgba(0, 0, 0, .125);
	}
	.header-menu-button-burger {
		grid-column-gap: 6px;
		grid-row-gap: 6px;
		justify-content: center;
		align-items: center;
		width: 30px;
		display: flex;
		position: relative;
	}
	.navbar-toggler .circle {
		background-color: #F37B96;
		width: 5px;
		height: 5px;
		border-radius: 3px;
	}
	.navbar-toggler.collapsed .circle._1, .navbar-toggler.collapsed .circle._2, .navbar-toggler.collapsed .circle._3 {
		transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
		transform-style: preserve-3d;
		background-color: #582438;
		opacity: 1;
	}
	.navbar-toggler .circle._1 {
		transform: translate3d(0px, 0px, 8px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
		transform-style: preserve-3d;
	}
	.navbar-toggler .circle._2 {
	}
	.navbar-toggler .circle._3 {
		transform: translate3d(0px, 0px, -8px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
		transform-style: preserve-3d;
	}
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.navbar-brand img {
		height: 32px;
		width: auto;
	}
}



/* flip cards*/
.maintenance .col-10.col-sm-6:nth-child(1) {
	transform: rotate(-10deg);
	margin-top: 0px;
	margin-right: -50px;
	margin-left: 50px;
}
.maintenance .col-10.col-sm-6:nth-child(2) {
	transform: rotate(10deg);
	margin-top: 100px;
	margin-left: -50px;
	margin-right: 50px;
}
.maintenance .col-10.col-sm-6:nth-child(3) {
	transform: rotate(-15deg);
	margin-top: -50px;
	margin-right: -50px;
	margin-left: 50px;
}
.maintenance .col-10.col-sm-6:nth-child(4) {
	transform: rotate(15deg);
	margin-top: 75px;
	margin-left: -50px;
	margin-right: 50px;
}

.benefits .col:nth-child(1) {
	transform: rotate(-10deg);
	margin-top: 0px;
	margin-right: -100px;
	margin-left: 50px;
}
.benefits .col:nth-child(2) {
	transform: rotate(10deg);
	margin-top: 50px;
	margin-left: -100px;
	margin-right: 50px;
}
.benefits .col:nth-child(3) {
	transform: rotate(-15deg);
	margin-top: -100px;
	margin-right: -100px;
	margin-left: 50px;
}
.benefits .col:nth-child(4) {
	transform: rotate(15deg);
	margin-top: -50px;
	margin-left: -100px;
	margin-right: 50px;
}

.flip-card {
  perspective: 1000px;
  position: relative;
  aspect-ratio: 1 / 1;
}

.flip-card-inner {
  position: absolute;
  inset: 0;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-back {
  transform: rotateY(180deg);
}

.flip-card-back img {
	margin-top: 20%;
	margin-left: 20%;
	width: 80%;
	height: 80%;
}


.swiper-home, .swiper-page {
	/* height: 100vh; */
	padding: 80px 0 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.swiper-page.media, .swiper-page.directions {
        padding-bottom: 0px;
    }
.swiper-home .container, .swiper-page .container {
	position: relative;
}
.swiper-cards .swiper-slide {
    overflow: visible !important;
}
    .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
	  background-color: transparent;
      border-radius: 0px;   
    }
	.swiper-3d .swiper-slide-shadow {
		background: rgba(0,0,0,.0) !important;
		border-radius: 0px;
	}
	.swiper-slide.swiper-slide-active {
	}
	.swiper-slide.swiper-slide-prev .card, .swiper-slide.swiper-slide-next .card {
		opacity: .6;
	}
	.swiper-slide .card {
		position: relative;
		border-width: 0px;
		border-radius: 0px !important;
		background-color: transparent !important;
		opacity: .3;
		overflow: hidden;
	}
	.swiper-slide.swiper-slide-active .card {
		opacity: 1;
	}
	.swiper-slide .card .card-img {
	}
	.swiper-slide .card .card-img-overlay {
		padding: 35px 100px;
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		background: none !important;
		border-radius: 0px !important;
		webkit-transition: all 500ms;
		-moz-transition: all 500ms;
		-o-transition: all 500ms;
		-ms-transition: all 500ms;
		transition: all 500ms;
	}
	.swiper-slide.swiper-slide-active .card .card-img-overlay {
		padding: 35px 100px;
	}
	.swiper-slide .card .card-img-overlay img {
		max-height: 70%;
		opacity: 0;
	}
	.swiper-slide.swiper-slide-active .card .card-img-overlay img {
		max-height: 80%;
		opacity: 1;
	}
	.swiper-slide .card h5 {
		font-size: 18px;
		color: #582438;
		font-weight: 700;
		line-height: 1;
	}
	.swiper-slide .card h5 {
		opacity: 0;
	}
	.swiper-slide.swiper-slide-active .card h5 {
		opacity: 1;
	}
	.swiper-slide .description {
		position: absolute;
		right: -600px;
		bottom: 20px;
		width: 500px;
		padding: 20px 30px;
		text-align: left!important;
		background: rgba(22,81,122,.75);
		border: 1px solid rgba(255,255,255,.25);
		border-radius: 30px;
		opacity: 0;
		webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
	}
	.swiper-slide.swiper-slide-active .description {
		opacity: 1;
	}
.swiper-slide .description ul {
    padding: 0 !important;
}
.swiper-slide .description li {
	padding: 5px 0px 5px 30px;
	background: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/point.svg) no-repeat left center;
}
.swiper-slide .description .social a {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 20px;
}
.swiper-slide .description .social a:before {
	content: "";
    display: block;
    width: 40px;
	height: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
	background-color: rgba(255,255,255,.25);
	border: 1px solid rgba(255,255,255,0);
	border-radius: 50%;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	-ms-transition: all 500ms;
	transition: all 500ms;
}
.swiper-slide .description .social a:hover:before {
    width: 60px;
	height: 60px;
    position: absolute;
    left: -10px;
    top: -10px;
	background-color: rgba(255,255,255,0);
	border: 1px solid rgba(255,255,255,.25);
}
.swiper-slide .description .social .svg {
	position: relative;
	width: 40px;
	height: 40px;
}

@media (min-width: 768px) {
	.swiper-home .more {
	    right: 20%;
	}
	.swiper-page .swiper {
		width: 100%;
		margin-left: -50%;
	}
	.swiper-slide {
	}
	.swiper-slide .card {
	}
	.swiper-3d .swiper-slide-shadow {
	}
	.swiper-slide .card .card-img-overlay {
		padding: 60px 60px;
	}
	.swiper-slide.swiper-slide-active .card .card-img-overlay {
		padding: 60px 60px;
	}
	.swiper-slide .description {
		right: -360px;
		width: 320px;
		padding: 10px 20px;
	}
	.swiper-slide .description .social a {
		width: 48px;
		height: 48px;
		margin-right: 10px;
	}
	.swiper-slide .description .social a img {
		width: 48px;
		height: 48px;
	}
	.swiper.certificates {
		margin: 0 25%;
	}
	.certificates .card {
		padding: 120px 120px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.swiper-home .swiper, .swiper-page .swiper {
		max-width: 640px;
	}
	.swiper-page .swiper {
		width: 100%;
		margin-left: -20%;
	}
	.swiper-slide .description {
		right: -480px;
		width: 420px;
		padding: 20px 20px;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.swiper-home {
		padding: 100px 0;
	}
	.swiper-page {
		padding: 100px 0 100px;
	}
	.swiper-page.media, .swiper-page.directions {
		padding-bottom: 0px;
	}
	.swiper-home .swiper, .swiper-page .swiper {
		max-width: 720px;
	}
	.swiper-page .swiper {
		margin-left: -20%;
	}
	.swiper-slide .card .card-img-overlay {
		padding: 80px 80px;
	}
	.swiper-slide.swiper-slide-active .card .card-img-overlay {
		padding: 80px 80px;
	}
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	.swiper-home .swiper, .swiper-page .swiper {
		max-width: 500px;
	}
	.swiper-slide .description {
		right: -420px;
        width: 400px;
	}
	.swiper-slide .card h5 {
		font-size: 21px;
	}
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
	.video-block video {
		width: 100%;
		margin-left: 0%;
		margin-top: -25px;
	}
}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.video-block video {
		width: 100%;
		margin-left: 0%;
		margin-top: -40px;
	}
	.swiper-home .swiper {
		width: 40%;
	}
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.video-block video {
		width: 100%;
		margin-left: 0%;
		margin-top: -20px;
	}
	.swiper-slide .description a {
		width: 40px;
    	height: 40px;
	}
	.swiper-slide .description a .svg {
		width: 40px;
    	height: 40px;
	}
	.benefits-photo .marafet-block {
		top: 15%;
		right: 12.5%;
		max-width: 150px;
	}
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.video-block video {
		width: 100%;
		margin-left: 0%;
		margin-top: 80px;
	}
	.mainSlider {
		/* direction: rtl; */
	}
	.swiper-home .swiper {
		width: 60%;
	}
	.swiper-page {
		padding-top: 50px;
		padding-bottom: 50px;
		/* padding-bottom: 300px; */
	}
	.swiper-page .swiper {
		width: 70%;
		margin-right: -30%;
	}
	.mainSlider .swiper-slide {
    	display: block;
	}
	.swiper-slide .description {
		left: -30%;
		right: 35%;
		bottom: -250px;
		width: 100%;
		padding: 15px 20px;
		border-radius: 15px;
	}
	.mainSlider .swiper-slide .description {
		position: relative;
		margin: 30px 35% 30px 0;
		left: auto;
		right: auto;
		bottom: auto;
	}
	.mainSlider .swiper-button-prev, .mainSlider .swiper-button-next {
		display: none;
	}
	.swiper-button-prev, .swiper-button-next {
		width: 60px !important;
		height: 60px !important;
		margin-top: -30px !important;
		border-radius: 30px;
	}
	.benefits-photo .marafet-block {
		top: 10%;
		right: 7.5%;
		max-width: 150px;
	}
	.cards .card-img-overlay {
    	padding: 20px;
	}
	.flip-card-inner p {
		font-size: 13px;
		line-height: 1.2;
	}
	.benefits .col:nth-child(1) {
		margin-top: 0px;
	}
	.benefits .col:nth-child(2) {
		margin-top: -100px;
	}
	.benefits .col:nth-child(3) {
		margin-top: -100px;
	}
	.benefits .col:nth-child(4) {
		margin-top: -100px;
	}
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.video-block video {
		width: 106%;
		margin-left: -3%;
		margin-top: 80px;
		padding-bottom: 75px;
	}
	.video-button {
		bottom: 12.5%;
	}
	.page-id-10 .mask-1, .page-id-127 .mask-1 {
		-webkit-mask-image: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/mask-farm-xs.svg);
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-image: url(/wp-content/themes/bootstrap-component-blox-child-theme/image/mask-farm-xs.svg);
		mask-repeat: no-repeat;
		mask-size: contain;
	}
	.maintenance .col-10.col-sm-6:nth-child(1) {
		margin-top: 0px;
		margin-right: 40px;
		margin-left: 0px;
	}
	.maintenance .col-10.col-sm-6:nth-child(2) {
		margin-top: -50px;
		margin-left: 40px;
		margin-right: 0px;
	}
	.maintenance .col-10.col-sm-6:nth-child(3) {
		margin-top: 0px;
		margin-right: 40px;
		margin-left: 0px;
	}
	.maintenance .col-10.col-sm-6:nth-child(4) {
		margin-top: -30px;
		margin-left: 40px;
		margin-right: 0px;
	}
	.benefits .col:nth-child(1) {
		margin-top: -50px;
		margin-right: 20px;
		margin-left: 0px;
	}
	.benefits .col:nth-child(2) {
		margin-top: -100px;
		margin-left: 20px;
		margin-right: 0px;
	}
	.benefits .col:nth-child(3) {
		margin-top: -100px;
		margin-right: 20px;
		margin-left: 0px;
	}
	.benefits .col:nth-child(4) {
		margin-top: -100px;
		margin-left: 20px;
		margin-right: 0px;
	}
	.swiper-home .swiper {
		width: 75%;
		height: auto;
		margin-right: 12.5%;
	}
	.swiper-home .swiper .swiper-slide .card {
	    border-radius: 50px;
	}
	.swiper-slide .card .card-img-overlay {
		padding: 25px 40px 40px;
	}
	.swiper-slide.swiper-slide-active .card .card-img-overlay {
		padding: 25px 40px 40px;
	}
	.swiper-slide.swiper-slide-active .card .card-img-overlay img {
    	max-height: 70%;
	}
	.swiper-page {
		/* padding-bottom: 320px; */
	}
	.swiper-page .container {
		display: flex !important;
		padding: 0;
	}
	.swiper-page .swiper {
		width: 80%;
		height: auto;
		margin-right: -45%;
	}
	.mainSlider .swiper-slide .description {
        margin: 30px 50% 30px 0;
    }
	.swiper-slide .description {
		left: -30%;
		right: 45%;
		bottom: -300px;
		width: 90%;
	}
	.benefits-photo .marafet-block {
		top: 10%;
		right: 7.5%;
		max-width: 100px;
	}
}


.button-wrap {
  position: relative;
  display: inline-block;
}

.popup-card {
  position: absolute;

  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  pointer-events: none;

  z-index: 20;
}

.popup-inner {

  min-width: 280px;

  padding: 24px;

  border-radius: 24px;

  background: white;

  box-shadow:
    0 20px 60px rgba(0,0,0,0.2);

  transform: scale(0.8);

}
.button-wrap.active .popup-card {
  opacity: 1;
  pointer-events: auto;
}