@charset "UTF-8";
/* CSS Document */

:root {
    --fx-bg-light: rgb(240, 250, 255);
    --fx-bg-dark: rgb(0, 15, 50);
	--fx-bg-grey: rgb(150,150,150);
	--fx-white-transparent: rgba(255,255,255,0.7);
    --fx-bg-form: rgba(255,255,255,.65);
    --fx-bg-form-green: rgba(25,135,83,.15);
	--fx-bg-form-green-full: rgb(25,135,83);
	--fx-red: rgb(230,0,0);
	--fx-yellow-inpost: rgb(255,204,7);
	--fx-blue-inpost: rgb(22,115,248);
	--fx-pink-inpost: rgb(250,29,186);
	--fx-black-inpost: rgb(29,29,29);
	
	--fx-purple: rgb(67,23,92);
	--fx-pink: rgb(210,25,160);
	
	--fx-bg-page: rgba(235,234,230,1);
	
	/* upgrade 202506 */
	--fx-green: rgb(116,159,63);
	--fx-white: rgb(255,255,255);
	--fx-grey: rgb(220,221,222);
}

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

body {
    background-color: var(--bs-white);
    font-family: 'Playfair Display', serif;
    font-family: 'Poppins', sans-serif;
	background-color: var(--fx-bg-page);
}

.page {
	/*
    background-color: rgba(240, 250, 255, 1);
    background-image: -webkit-linear-gradient(rgba(240, 250, 255, 1) 65%, rgba(255, 255, 255, 1) 95%);
    background-image: -o-linear-gradient(rgba(240, 250, 255, 1) 65%, rgba(255, 255, 255, 1) 95%);
    background-image: linear-gradient(rgba(240, 250, 255, 1) 65%, rgba(255, 255, 255, 1) 95%);  
	*/
	
	background-color: var(--fx-bg-page);
	
	/*
	background-image: -webkit-linear-gradient(rgba(235,234,230,1) 50%, rgba(255, 255, 255, 1) 95%);
    background-image: -o-linear-gradient(rgba(235,234,230,1) 50%, rgba(255, 255, 255, 1) 95%);
    background-image: linear-gradient(rgba(235,234,230,1) 50%, rgba(255, 255, 255, 1) 95%);
	*/
}

img {
    _opacity: .4 !important;
}

strong {
	font-weight: 700;
}

.box-bg {
    background-image: url("../images/box-bg.webp");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

section {
    padding: 5rem 0 3rem;
}

section.last {
    padding: 5rem 0;
}

h1, h2, h3, h4 {
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-align: center;
}

.red {
	color: var(--fx-red);
}

h4 {
    font-weight: 600 !important;
}

h1 > .break {
    display: block;
}

h3 {
    margin-bottom: 2rem;
}

h2 > .text-green,
h3 > .text-green {
    color: var(--bs-green);
}

/*
ul li {
    margin-bottom: 0.3rem;
    line-height: 1.65;
}
*/

nav .call-to-action {
    display: none;
}

#header .call-to-action {
    display: inline-block;

}

@media (min-width: 992px) {
    h3, h4 {
        text-align: left;
    }
    
    #free-consultation h3,
    #what-question h3 {
        text-align: center;
    }
    
    nav .call-to-action {
        display: inline-block;
    }

    #header .call-to-action {
        display: none;
    }
}


/*-- nav --*/
nav {
    background-color: inherit;
    transition: all .5s ease-out;
}

.navbar-brand img {
    max-height: 45px;
}

nav .row {
    padding: 0.25rem 0;
}

nav.shadow {
    background-color: inherit;
    box-shadow: unset;
}

nav.shadow img,
nav.shadow .btn {
    transform: unset;
}

nav .navbar-brand > img {
	height: 40px; 
	padding-top: 8px;
}

@media (min-width: 992px) {    
    nav.shadow {
        background-color: var(--bs-white);
    }

    nav.shadow img,
    nav.shadow .btn {
        transform: scale(.8);
    } 
}

/*-- header --*/
#header {
    /*padding: 8rem 0 6rem;*/
	height: 600px;
	background-image: url("../images/baner.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#header .baner_m {
	display: none;
}

@media (max-width: 992px) {	
	#header {
		background-image: none;
		height: auto;
		padding-top: 1rem;
	}
	
	#header .row,
	#header .row h1{
		text-align: center;
	}
	
	#header .baner_m {
		display: block;
		text-align: center;
		margin-bottom: 2rem;
	}
}

#header > .container,
#header > .container > .row {
	height: 100%;
}

#header h1 {
    line-height: 1.05 !important;
    font-weight: 700;
	text-align: left;
}

#header h1 > .break {
    display: block;
}

#header h1 > .text-green {
    color: var(--bs-green);
}

h1.display-3 {
		font-size: 3.5rem;
	}

@media (max-width: 992px) {  
	h1.display-3 {
		font-size: 2rem;
	}	
}

/*-- what we do --*/
#what-we-do {
	background-color: var(--fx-yellow-inpost);
}


/*-- challenges --*/
#challenges {
	background-color: var(--fx-green);
	color: var(--bs-white);
}
#challenges h3 {
	text-align: center;
	color: var(--fx-white);
	font-weight: 700 !important;
}

#challenges .box-challenge {
	/*background-color: var(--fx-bg-page);*/
	color: var(--fx-white);
	padding: 30px 15px;
}

#challenges img {
	width: 100%;
	max-width: 235px;
}

#challenges p {
	font-size: 1.75rem;
}

/*-- help --*/
#help {
	/*background-color: var(--fx-pink);
	color: var(--fx-pink);
	padding-top: 3rem !important;
	margin-top: 3rem !important;*/
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
	
	padding-left: 2rem;
	padding-right: 2rem;
}

#help .boxes-help {
	align-items: stretch !important;
}

#help .boxes-help div {
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#help h3 {
	text-align: center;
	/*color: var(--fx-bg-page);*/
}

#help .box-help {
	/*background-color: var(--fx-bg-page);*/
	color: inherit;
	padding: 10px 15px;
	height: 100%;
}

#help .box-help img {
	/*width: 100%;*/
	max-width: 235px;
}

/*-- our-partner --*/

#our-partner h2 {
	font-size: 2rem;
	padding: 1.75rem 0;
	position: relative;
}

#our-partner h2.londis {color: rgb(88,166,24);}
#our-partner h2.sainsburys {color: rgb(240,108,0);}
#our-partner h2.nisa {color: rgb(46,47,121);}
#our-partner h2.lifestyle > span.life {color: rgb(56,96,131);}
#our-partner h2.lifestyle > span.style,
#our-partner h2.lifestyle > sup {color: rgb(116,165,100);}

#our-partner h2.lifestyle > sup {
	position: relative;
	font-weight: 300;
	zoom: .7;
	/*
	vertical-align: top;
    line-height: 7rem;
	*/
}

@media (max-width: 992px) {  
	#our-partner img {
		max-width: 80%;
	}
}


/*-- how it works --*/
#how-it-wroks {
	/*background-color: var(--fx-bg-page);*/
	background-color: var(--fx-white);
}

#how-it-wroks .row + .item-with-movie {
	align-items: stretch !important;
	align-content: flex-end !important;
}

#how-it-wroks .item-with-movie > div,
#how-it-wroks .item-with-movie2 > div {
	border: 0px solid var(--fx-bg-dark);
}

#how-it-wroks .item-with-movie2 > .movie {
	border: 0;
}

#how-it-wroks .row p {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	_padding: 2rem 0 !important;
	line-height: normal;
}

#how-it-wroks .row p > i {
	display: block;
	text-align: center;
	margin-bottom: 5px;
	font-size: 2rem;
}

/*-- who we are ---*/
#who-we-are {
    background-color: var(--fx-bg-dark);
    color: var(--bs-white) !important;
}

/*-- free-consultation ---*/
#free-consultation {
    _background-color: var(--fx-bg-form-green);
    background-color: #96BBAB;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%239bc3b2' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23a0cab8' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23a5d1be' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23abd8c5' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23B2DECB' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23b5e7d1' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23b8f0d8' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23bef6de' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23c5fbe3' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23CDFFE9' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    _background-attachment: fixed;
    background-size: cover;
}

#free-consultation h4+p {
    text-align: center;
}

@media (min-width: 992px) {    
    #free-consultation h4+p {
        text-align: left;
    }
}

form {
    box-sizing: border-box;
    background-color: var(--fx-bg-form);
    padding: 30px;
    border-radius: 15px;
}


@media (min-width: 992px) and (max-width: 1399px) {  
	.form-floating label {
		font-size: 0.875rem;
	}	
}



form input,
form textarea {
    background-color: transparent !important;
}

form .formAlert {
    margin-bottom: 0;
    padding: 10px 0 0;
}

/*-- What question to ask? ---*/
ul.questions-list {
    list-style: none;
    padding: 0;
}

ul.questions-list li {
    text-align: center;
}

/*-- Footer ---*/
#footer {
	font-size: 0.75rem;
	padding: 1rem !important;
    background-color: var(--fx-bg-dark);
    color: var(--fx-white-transparent) !important;

}

#footer a {
	color: inherit;
}

#footer .fxs {
	text-align: right;
}

@media (max-width: 992px) {  
	#footer .fxs,
	#footer .bot {
		text-align: center;
	}
}

#how-it-wroks .char .item {
	position: relative;
}

#how-it-wroks .char .item::before {
	content: '';
  	position: absolute;
	width: 100%;
	height: 100%;
  	inset: 0;
	z-index: 0;
	
	background: url("../images/icons2/arrow-bg.svg");
	background-repeat: no-repeat;
	background-position: center;
	
}

#how-it-wroks .char .item.right::before {
	transform: rotate(0deg);
}

#how-it-wroks .char .item.down::before {
	transform: rotate(90deg);
}

#how-it-wroks .char .item.left::before {
	transform: rotate(180deg);
}

#how-it-wroks .char .item.up::before {
	transform: rotate(270deg);
}

#how-it-wroks .char .item.none::before {
	background: none;
}


#how-it-wroks .char .item .box {
	display: block;
	position: relative;
	text-align: center;
	width: 100%; 
	aspect-ratio: 1 / 1;
	box-sizing: border-box;
	z-index: 100 !important;
	
	_background: rgba(255,0,0,.5);
}

#how-it-wroks .char .item .box p {
	text-transform: uppercase;
	font-weight: 600;
	color: var(--fx-green);
	line-height: 1.2;
}

#how-it-wroks .char .item.right .box {
	padding: 60px 35px 0 0;
}

#how-it-wroks .char .item.down .box {
	padding: 60px 20px 35px;
}

#how-it-wroks .char .item.up .box {
	padding: 60px 20px 50px;
}

#how-it-wroks .char .item.left .box {
	padding: 60px 0 0 35px;
}

@media (max-width: 576px) {  
	#how-it-wroks .char .item.right::before,
	#how-it-wroks .char .item.down::before, 
	#how-it-wroks .char .item.up::before,
	#how-it-wroks .char .item.left::before {
		transform: rotate(90deg) !important;
	}
	
	#how-it-wroks .char .item.right .box,
	#how-it-wroks .char .item.down .box,
	#how-it-wroks .char .item.up .box,
	#how-it-wroks .char .item.left .box {
		padding: 60px 20px 35px !important;
	}
	
}

#how-it-wroks .char .box .crop {
	width: 150px;
	aspect-ratio: 1 / 0.75;
	overflow: hidden;
	position: relative;
	margin: auto;
}

#how-it-wroks .char .box .crop img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#how-it-wroks .char .num {
	font-family: "Roboto Mono", monospace;
	font-weight: normal;
	display: block;
	position: absolute;
	font-size: .8rem;
	padding: 5px 10px;
	background-color: var(--fx-green);
	border-radius: 50%;
	bottom: 40px;
	left: 50%;
	z-index: 999;
	transform: translateX(-50%);

}

#how-it-wroks .char .left .num {
	transform: translateX(calc(-50% + 12px)) !important;
}

#how-it-wroks .char .right .num {
	transform: translateX(calc(-50% - 12px)) !important;
}

@media (max-width: 576px) {
	#how-it-wroks .char .num,
	#how-it-wroks .char .left .num,
	#how-it-wroks .char .right .num {
		transform: translateX(-50%) !important;
	}
}

.repet svg {
	width: 50%;
	fill: var(--fx-green);
	animation: spinPause 4s linear infinite;
	opacity: .5;
}

@keyframes spinPause {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(360deg); /* zakończenie obrotu */
	}
	100% {
		transform: rotate(360deg); /* pauza między obrotami */
	}
}