:root {
	--main-green: #1f382e;
	--light-green: #587948;
	--main-brown: #434242;
	--light-brown: #d6c7b8;
	--white: #fefefe;
	--grey: #eef0f5;
}
h1,
h2,
h3,
h4,
body,
html {
	margin: 0;
	box-sizing: border-box;
}
.fr-body {
	background-color: var(--grey);
}
.fr-container {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}
.fr-filter {
	width: 100%;
	height: 100%;
}
#fr-popup-form-send,
#fr-popup-apply {
	background: transparent;
	backdrop-filter: blur(0);
	position: fixed;
	width: 1vw;
	height: 1vh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999999;
	transition: all 1s;
	display: none;
	width: 100vw !important;
	height: 100vh !important;
}
.fr-popup-open {
	background: rgba(2, 32, 23, 0.4) !important;
	backdrop-filter: blur(4px) !important;
}
#fr-popup-form-send > .fr-popup-container,
#fr-popup-apply > .fr-popup-container {
	margin: 0 auto;
	max-width: 820px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0) rotate(180deg);
	border-radius: 45%;
	transition: all 0.5s;
	background-color: #fff;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	background-size: contain;
	background-position: -150%;
	background-repeat: no-repeat;
	opacity: 0;
}
#fr-popup-form-send > .fr-popup-container {
	transform: translate(-50%, -50%) scale(0) rotate(540deg);
}
#fr-popup-form-send.fr-popup-open > .fr-popup-container {
	max-width: 470px !important;
	padding: 15px;
}
#fr-popup-apply.fr-popup-open > .fr-popup-container {
	opacity: 1 !important;
	border-radius: 20px !important;
	width: 100% !important;
	transform: translate(-50%, -50%) scale(1) rotate(360deg) !important;
}
#fr-popup-form-send.fr-popup-open > .fr-popup-container {
	opacity: 1 !important;
	border-radius: 20px !important;
	width: 100% !important;
	transform: translate(-50%, -50%) scale(1) rotate(360deg) !important;
}
#fr-popup-form-send-close,
#fr-popup-apply-close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 15px;
	right: 15px;
	transform: rotate(45deg);
	cursor: pointer;
}
.fr-popup-form-send-cat {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-size: 100% 100%;
}
.fr-popup-title {
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	color: var(--main-green);
	max-width: 220px;
}
#fr-popup-form-send .fr-popup-title {
	max-width: 300px;
	margin: 80px auto 8px;
	z-index: 2;
	color: var(--white);
	position: relative;
}
.fr-popup-box > span {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	position: relative;
	z-index: 2;
}
.fr-popup-container > .wpcf7 {
	padding: 30px;
	border-radius: 30px;
	background-color: var(--main-green);
}
#fr-popup-form-send > .fr-popup-container {
	padding: 15px;
	width: max-content;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	max-width: 500px;
}
.fr-popup-box {
	width: 100%;
	background-color: var(--main-green);
	border-radius: 20px;
	text-align: center;
	color: var(--white);
}
.fr-popup-box > .fr-apply-1-button {
	z-index: 2;
	position: relative;
	margin: 40px 0 60px;
}
.fr-popup-box > .fr-apply-1-button .fr-apply-1-link > span {
	left: 7%;
}
#fr-popup-form-send-close {
	top: 30px;
	right: 30px;
	z-index: 2;
}
#fr-popup-form-send-close > svg > path {
	stroke: var(--white);
}
#canvas-1,
#canvas-2,
#canvas-3,
#canvas-4,
#canvas-5,
#canvas-6 {
	position: absolute;
	top: 0;
	left: 0;
}
#canvas-5,
#canvas-6 {
	opacity: 0.5;
}
#step-1 {
	margin-right: 120px;
}
#step-5 {
	margin-top: 60px;
}
#step-4 {
	height: max-content;
}
#canvas-container-3,
#step-1,
#step-5,
#step-8,
#step-9,
#step-12,
#nuture-item-1,
#nuture-item-2,
#nuture-item-3,
#nuture-item-4,
#nuture-item-5 {
	position: relative;
}
.wpcf7 {
	max-width: 400px;
}
.fr-footer-form .wpcf7 {
	max-width: 530px;
}
.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.wpcf7-form > p {
	position: relative;
	display: flex;
	justify-content: end;
	width: 100%;
	margin: 0;
}
.wpcf7-form > p:nth-of-type(-n + 2) {
	width: calc(50% - 10px);
}
.wpcf7-form > p:nth-of-type(3) {
	margin-top: 25px;
}
.wpcf7-form > p:nth-of-type(4) {
	margin-top: -85px;
}
.fr-tel-country > .wpcf7-form-control-wrap > input {
	display: none;
}
.fr-tel-country > .wpcf7-form-control-wrap .wpcf7-intl-tel {
	opacity: 0;
}
.fr-tel-number > .wpcf7-form-control-wrap > input {
	padding-left: 60px;
	width: calc(100% - 60px);
	margin-top: -19px;
}
.wpcf7-form > p:nth-of-type(5) {
	margin-top: -20px;
}
.fr-form-label {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: var(--grey);
	background-color: transparent;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	width: 100%;
}
.fr-footer-form .fr-form-label {
	color: var(--main-green);
}
.fr-form-label > span {
	text-align: start;
	display: block;
	width: 100%;
}
.wpcf7-form-control-wrap,
.intl-tel-input,
.wpcf7-form-control {
	display: block;
	background-color: transparent;
	width: 100%;
}
.wpcf7-form-control-wrap:focus-visible {
	border: none;
	border-image-width: 0;
}
.wpcf7-spinner {
	position: absolute;
	right: 100px;
	transform: translateY(-50%);
}
.wpcf7-form-control {
	background-color: transparent;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	opacity: 0.7;
	border: none;
	padding: 8px 0;
	border-bottom: 1px solid #eef0f599;
	outline: none;
	color: var(--white);
}
.fr-footer-form .wpcf7-form-control {
	color: var(--main-green);
}
.fr-footer-form .wpcf7-form-control {
	border-bottom: 1px solid #1f382e99;
}
#fr-form-send-button {
	position: relative;
	display: block;
	top: 0;
	left: 0;
	width: 120px;
	height: 34px;
}
.fr-form-button-send {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 34px;
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	text-decoration: none;
	border: 0;
	z-index: 99;
	padding-right: 40px;
	cursor: pointer;
}
.lang-uk .fr-form-button-send {
	width: 150px;
}
.fr-footer-form .fr-form-button-send {
	color: var(--main-green);
	font-weight: 400;
	border: none;
}
#fr-form-button-arrow {
	background: var(--white);
	width: 14px;
	height: 14px;
	border-radius: 50px;
	padding: 10px;
	margin-left: 20px;
	transition: all 0.3s;
	z-index: 9;
	position: absolute;
	top: 0;
	right: 0;
}
.fr-footer-form #fr-form-button-arrow {
	background-color: var(--main-green);
}
.fr-footer-form #fr-form-button-arrow > path {
	fill: var(--white);
}
.fr-form-button-send > #fr-form-button-arrow {
	position: absolute;
	top: 0;
	right: 0;
}
#fr-form-send-button:hover #fr-form-button-arrow {
	padding-left: 90px;
}
.lang-uk #fr-form-send-button:hover #fr-form-button-arrow {
	padding-left: 110px;
}
.fr-form-button-send:hover {
	opacity: 0;
}
#fr-form-send-button::after {
	content: "Send";
	color: var(--main-green);
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	opacity: 0;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	text-transform: uppercase;
	position: absolute;
	z-index: 9;
}
.lang-uk #fr-form-send-button::after {
	content: "Надіслати";
}
.fr-footer-form #fr-form-send-button::after {
	color: var(--white);
}
#fr-form-send-button:hover::after {
	opacity: 1;
	transform: translate(-40px, -50%);
	transition: all 0.5s;
}
.fr-form-button-send {
	position: absolute;
	right: 0;
}
.wpcf7-response-output {
	display: none;
}
.wpcf7-not-valid-tip {
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 140%;
	color: #eb5757dd;
	height: 16px;
	margin: -1px 0 -26px;
	padding: 5px;
	border-top: 1px solid #eb5757;
	z-index: 90;
	position: relative;
}
.country-list {
	z-index: 999 !important;
	width: 400px;
	max-height: 170px !important;
}
.country {
	background-color: var(--main-green);
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 140%;
	color: var(--white);
}
.country:hover,
.highlight {
	color: var(--main-green);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	color: var(--white) !important;
	transition: all 5000s ease-in-out !important;
}
.flag-container {
	width: 48px;
	height: 32px;
	padding: 4px 6px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
}
.selected-flag > .iti-flag {
	border-radius: 3px;
}
.selected-flag {
	width: 48px;
	height: 32px;
	margin: 0 0 6px;
}
.fr-apply-1-button {
	flex-grow: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.fr-apply-1-link {
	display: inline-block;
	width: 190px;
	height: 50px;
	border-radius: 50px;
	background-color: var(--white);
	position: relative;
}
.lang-uk .fr-apply-1-link {
	width: 250px;
}
.fr-apply-1-link > span {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	text-align: center;
	color: var(--main-green);
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}
.fr-apply-1-link > svg {
	position: absolute;
	top: 3px;
	right: 3px;
	background-color: var(--main-green);
	width: 14px;
	height: 14px;
	border-radius: 50px;
	padding: 15px;
	transition: all 0.3s;
}
.fr-apply-1-link:hover svg {
	width: 154px;
}
.lang-uk .fr-apply-1-link:hover svg {
	width: 214px;
}
.fr-first-block-advantages > .fr-apply-1-button {
	margin-left: 40px;
}
.fr-first-block-advantages > .fr-apply-1-button:before,
.fr-first-block-advantages > .fr-apply-1-button:after {
	content: "";
	width: 150px;
	opacity: 0.5;
	border: 1px solid var(--white);
	margin: 0 40px;
}
.fr-apply-2-button {
	position: relative;
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	text-decoration: none;
	width: max-content;
	cursor: pointer;
}
.fr-apply-2-button > span {
	margin-right: 45px;
}
.fr-apply-2-button-arrow {
	background: var(--white);
	width: 14px;
	height: 14px;
	border-radius: 50px;
	padding: 10px;
	margin-left: 20px;
	transition: all 0.3s;
}
.fr-apply-2-button:hover .fr-apply-2-button-arrow {
	padding-left: 90px;
}
.lang-uk .fr-apply-2-button:hover .fr-apply-2-button-arrow {
	padding-left: 140px;
}
.fr-apply-2-button:hover span {
	transition: all 0.3s;
	opacity: 0;
}
.fr-apply-2-button::after {
	content: "Apply now";
	color: var(--main-green);
	opacity: 0;
	right: 10px;
	position: absolute;
	z-index: 99;
}
.lang-uk .fr-apply-2-button::after {
	content: "Стати партнером";
}
.fr-apply-2-button:hover::after {
	opacity: 1;
	transform: translateX(-25px);
	transition: all 0.5s;
}
.fr-apply-2-button > svg {
	position: absolute;
	right: 0;
}
#fr-header .fr-apply-2-button {
	position: absolute;
	top: 50%;
	right: 82px;
	transform: translateY(-50%);
	z-index: 101;
}
.fr-faq-main-title > .fr-apply-2-button:hover .fr-apply-2-button-arrow {
	padding-left: 130px;
}
.fr-faq-main-title > .fr-apply-2-button::after {
	content: "ask your question";
}
.lang-uk #faq .fr-apply-2-button::after {
	right: 20px;
}
.lang-uk .fr-faq-main-title > .fr-apply-2-button::after {
	content: "Задайте своє";
}
.fr-block-title {
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 62px;
	line-height: 110%;
	text-align: center;
}
.fr-block-title > span {
	font-weight: 500;
}
.fr-we-are-content > .fr-block-title {
	text-align: start;
	margin-bottom: 30px;
}
.fr-custom-app > .fr-container > .fr-block-title {
	max-width: 1050px;
	margin: 0 auto 15px;
}
.fr-business > .fr-block-title {
	max-width: 520px;
	margin: 15px auto 25px;
}
.fr-steps-light-bg > .fr-container > .fr-block-title {
	max-width: 770px;
	margin: 0 auto 100px;
	padding-top: 200px;
}
#fr-header > .fr-container > a {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 100;
}
.fr-header {
	position: fixed;
	top: 36px;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.fr-header > .fr-container {
	display: flex;
	justify-content: space-between;
	padding: 12px;
	border-radius: 60px;
	width: 98%;
	position: relative;
	max-width: 1216px;
	z-index: 99;
}
.fr-header > .fr-container > nav {
	z-index: 99;
	position: relative;
}
.header_pages_lang {
	z-index: 100;
	position: absolute;
	top: 10px;
	right: 10px;
}
.header_pages_lang .lang-item-ru {
	display: none !important;
}
.header_pages_lang > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
}
.header_pages_lang > ul > li > a {
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	opacity: 0.5;
	text-decoration: none;
}
.header_pages_lang .current-lang > a {
	opacity: 1;
}



.fr-header-logo {
	width: 114px;
	transition: width 0.5s;
}
.fr-header-logo:hover {
	width: 140px;
}
.fr-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 80px;
	margin: 0 270px 0 0;
}
.fr-nav-item:last-child {
	padding-right: 0;
}
.fr-nav-item {
	list-style: none;
	padding: 10px;
}
.fr-nav-item > a {
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: var(--white);
	text-decoration: none;
}
.lang-uk .fr-footer .fr-nav-item > a {
	white-space: nowrap;
}
.fr-nav-item > a:hover {
	text-shadow: 0 0 1px var(--white);
	z-index: 99;
}
#fr-header-filter {
	position: absolute;
	z-index: -1;
	margin: -12px;
	border-radius: 60px;
	opacity: 0;
	transition: opacity 0.5s;
	z-index: 95;
}
#fr-header-nav-filter {
	display: none;
}
.fr-header-scroll {
	opacity: 99 !important;
}
.fr-header-menu-button {
	display: none;
}
#fr-header-menu-input {
	width: 0 !important;
	height: 0 !important;
	opacity: 0 !important;
}
#fr-video-bg {
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: -1;
	transform: translate(-50%, -50%);
	object-position: center;
	object-fit: cover;
	max-width: 1600px;
}
.fr-first-block {
	z-index: 0;
	max-width: 1392px;
	width: 100%;
	height: 808px;
	margin: 24px auto;
	border-radius: 30px;
	position: relative;
	background-position: center;
	background-size: cover;
}
.fr-first-block > .fr-filter {
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}
.fr-main-title {
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 62px;
	line-height: 110%;
	text-align: center;
	color: var(--white);
	width: 876px;
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, 0%); /*50%, -70%*/
}
.fr-main-title > span {
	display: inline-block;
	width: 240px;
	font-weight: 500;
	position: relative;
}
.lang-uk .fr-main-title > span {
	width: 290px;
}
.fr-dynamic-text {
	position: absolute;
	transform: translate(-50%, -80%);
}
.fr-dynamic-text-1,
.fr-dynamic-text-2,
.fr-dynamic-text-3 {
	opacity: 0;
	animation-duration: 9s;
	animation-iteration-count: infinite;
}
.fr-dynamic-text-1 {
	animation-name: fade-in-out-1;
}
.fr-dynamic-text-2 {
	animation-name: fade-in-out-2;
}
.fr-dynamic-text-3 {
	animation-name: fade-in-out-3;
}
@keyframes fade-in-out-1 {
	0% {
		opacity: 0;
	}
	3% {
		opacity: 1;
	}
	30.33% {
		opacity: 1;
	}
	33.33% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fade-in-out-2 {
	0% {
		opacity: 0;
	}
	33.33% {
		opacity: 0;
	}
	36.33% {
		opacity: 1;
	}
	63.33% {
		opacity: 1;
	}
	66.33% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fade-in-out-3 {
	0% {
		opacity: 0;
	}
	66.33% {
		opacity: 0;
	}
	69.33% {
		opacity: 1;
	}
	97.33% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.fr-first-block-advantages {
	display: flex;
	position: absolute;
	bottom: 80px; /*150px*/
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: var(--white);
	max-width: 1240px;
	width: 100%;
}

.fr-first-block-new {
	display: flex;
	position: absolute;
	bottom: 150px;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: var(--white);
	max-width: 1240px;
	width: 100%;
}

.fr-first-block-years {
	display: flex;
	gap: 20px;
}
.fr-first-block-years > div > div {
	font-size: 32px;
	line-height: 38px;
	padding-bottom: 10px;
	max-width: 295px;
	width: 100%;
}
.fr-first-block-hours {
	max-width: 295px;
	width: 100%;
}
.fr-first-block-hours > span,
.fr-first-block-years > div > span > span {
	display: block;
}
.fr-we-are-item {
	margin: 50px 0 60px;
	padding-top: 150px;
	display: flex;
	gap: 50px;
	color: var(--main-green);
}
.fr-we-are-content {
	width: 100%;
	position: relative;
}
.fr-we-are-content > span {
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	line-height: 110%;
}
.fr-we-are-image {
	display: flex;
	align-items: end;
	width: 100%;
	max-height: 350px;
	background-position: center;
	border-radius: 20px;
	background-size: cover;
}
.fr-we-are-image > .fr-apply-1-button {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 50px;
	text-align: start;
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid var(--white);
	border-radius: 50px;
	margin: 20px;
	color: var(--white);
	text-decoration: none;
	padding-left: 15px;
}
.fr-we-are-list {
	display: flex;
	justify-content: end;
	gap: 10px;
	margin-bottom: 50px;
}
.fr-we-are-list > div {
	max-width: 296px;
	width: 100%;
	height: 188px;
	border-radius: 20px;
	background-color: var(--main-green);
	overflow: hidden;
	position: relative;
}
.fr-we-are-list > div > .fr-filter {
	max-width: 296px;
	width: 100%;
	height: 188px;
	border-radius: 20px;
	padding: 23px;
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 26px;
	line-height: 130%;
	color: var(--white);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.fr-we-are-list > div:nth-child(2) > .fr-filter {
	background-color: var(--white);
	color: var(--main-green);
}
.fr-we-are-list > div > .fr-filter > span:nth-child(2) {
	display: block;
	font-weight: 500;
	font-size: 56px;
}
.fr-we-are-list > div:nth-child(2) > .fr-filter > img {
	filter: invert(1);
}
.fr-we-are-flowers-main {
	position: absolute;
	left: -350px;
	top: 90px;
	width: 617px;
}
.fr-we-are-flowers-mirror {
	position: absolute;
	top: -125%;
	left: -3%;
	opacity: 0.2;
}
.fr-our-solution {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #000;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	max-width: 550px;
	margin-top: 30px;
}
.fr-our-solution > div {
	margin-top: 30px;
	max-width: 185px;
}
.fr-custom-app {
	position: relative;
	padding-top: 150px;
}
.fr-custom-app > .fr-container {
	text-align: center;
}
.fr-custom-app > .fr-container > span {
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 26px;
	line-height: 130%;
}
.fr-custom-app-slider-container {
	position: relative;
	width: 100%;
	height: 700px;
	margin-top: 25px;
	overflow: hidden;
}
.fr-custom-app-slider {
	width: 100%;
	height: 700px;
	position: absolute;
	max-width: 1600px;
	left: 50%;
	transform: translateX(-50%);
}
.fr-custom-slider-1,
.fr-custom-slider-2,
.fr-custom-slider-3,
.fr-custom-slider-4 {
	margin-top: -800px;
	transform: rotate(-12deg);
	position: absolute;
}
.fr-custom-slider-1 {
	left: -340px;
}
.fr-custom-slider-2 {
	left: 340px;
}
.fr-custom-slider-3 {
	left: 570px;
}
.fr-custom-slider-4 {
	left: 1240px;
}
.fr-custom-slider-1 > div > img,
.fr-custom-slider-2 > div > img,
.fr-custom-slider-3 > div > img,
.fr-custom-slider-4 > div > img {
	width: max-content;
	height: 100%;
}
.fr-custom-slider-1 > div,
.fr-custom-slider-2 > div,
.fr-custom-slider-3 > div,
.fr-custom-slider-4 > div {
	position: absolute;
	animation: move 8s infinite linear;
}
.fr-custom-slider-1 > div:nth-child(1),
.fr-custom-slider-2 > div:nth-child(1),
.fr-custom-slider-3 > div:nth-child(1),
.fr-custom-slider-4 > div:nth-child(1) {
	animation-delay: 0s;
}
.fr-custom-slider-1 > div:nth-child(2),
.fr-custom-slider-2 > div:nth-child(2),
.fr-custom-slider-3 > div:nth-child(2),
.fr-custom-slider-4 > div:nth-child(2) {
	animation-delay: 2s;
}
.fr-custom-slider-1 > div:nth-child(3),
.fr-custom-slider-2 > div:nth-child(3),
.fr-custom-slider-3 > div:nth-child(3),
.fr-custom-slider-4 > div:nth-child(3) {
	animation-delay: 4s;
}
.fr-custom-slider-1 > div:nth-child(4),
.fr-custom-slider-2 > div:nth-child(4),
.fr-custom-slider-3 > div:nth-child(4),
.fr-custom-slider-4 > div:nth-child(4) {
	animation-delay: 6s;
}
@keyframes move {
	0% {
		transform: translate(0, 1700px);
	}
	100% {
		transform: translate(0, 0);
	}
}
.fr-business {
	padding: 200px 0;
	text-align: center;
}
.fr-business > span {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: var(--main-green);
	opacity: 0.5;
}
.fr-business-form-section {
	background: var(--main-green);
	margin: 20px auto 0;
	max-width: 1030px;
	width: 100%;
	border-radius: 20px;
}
.fr-business-form-section > .fr-filter {
	padding: 30px 60px;
	max-width: 910px;
	width: 100%;
	background: var(--main-green);
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
}
.fr-business-form {
	max-width: 400px;
	width: 100%;
}
.fr-business-form-section > .fr-filter > .fr-business-form-title {
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 48px;
	line-height: 110%;
	text-align: start;
	color: var(--white);
	max-width: 400px;
	margin-right: 40px;
}
.fr-include {
	display: flex;
	height: 1049px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.fr-include-title,
.fr-include-content {
	background-size: cover;
	background-position: center;
	width: 50%;
}
.fr-include-content > .fr-filter {
	position: absolute;
	z-index: 0;
	top: 0;
	height: 2060px;
}
.fr-include-title > .fr-filter {
	display: flex;
	justify-content: end;
}
.fr-include-content {
	display: flex;
	justify-content: start;
	flex-direction: column;
}
.fr-include-title > .fr-filter > h2 {
	margin: 90px 30px 0 0;
	max-width: 640px;
	width: 100%;
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 62px;
	line-height: 110%;
	text-align: center;
	color: var(--white);
	position: relative;
}
.fr-include-title > .fr-filter > h2 > span {
	font-weight: 500;
	color: var(--light-brown);
}
.fr-include-content {
	margin: 0;
	padding: 0;
}
.fr-include-content > li {
	padding: 30px 0 30px 40px;
	list-style: none;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	color: var(--white);
	border-bottom: 1px solid var(--white);
	z-index: 1;
}
.fr-include-content > li:last-child {
	border-bottom: none;
}
.fr-include-content > li > div {
	font-weight: 300;
	font-size: 20px;
	line-height: 140%;
	margin-bottom: 10px;
}
.fr-include-content > li > span {
	display: inline-block;
	max-width: 640px;
}
.fr-include-top {
	position: absolute;
	top: 0;
	bottom: 100%;
	height: 100%;
	right: 0;
	transition: all 2s;
}
.fr-include-bottom {
	top: -93% !important;
}
.fr-include-circle {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	left: 50%;
	bottom: 300px;
	transition: bottom 2s;
	animation: bounce 3s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}
.fr-include-line {
	position: absolute;
	width: 2px;
	height: 150px;
	background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
	left: 50%;
	bottom: 0;
	transform: translateX(-1px);
	transition: height 2s;
}
@keyframes bounce {
	0% {
		transform: translateY(0);
	}
	95% {
		transform: translateY(0);
	}
	98% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0);
	}
}
.fr-include-circle-active {
	bottom: 150px;
	animation: none;
}
.fr-include-line-active {
	height: 300px;
}
.fr-steps-container {
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 26px;
	line-height: 130%;
	list-style: none;
	padding: 0;
}
#canvas-container-1,
#canvas-container-2,
#step-title {
	position: relative;
}
.fr-steps-1-3,
.fr-steps-4-5,
.fr-steps-6-8,
.fr-steps-9-10,
.fr-steps-11-13 {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	margin: 0;
}
.fr-steps-6-8 {
	justify-content: space-between;
}
.fr-steps-9-10,
.fr-steps-11-13 {
	justify-content: start;
}
.fr-steps-1-3 > li,
.fr-steps-4-5 > li {
	width: 50%;
}
.fr-steps-9-10 > li,
.fr-steps-11-13 > li {
	width: calc(50% - 160px);
}
.fr-steps-6-8 > li {
	width: 33.33%;
	margin: 40px 0 30px;
}
.fr-steps-1-3 > li > div,
.fr-steps-4-5 > li > div,
.fr-steps-6-8 > li > div,
.fr-steps-9-10 > li > div,
.fr-steps-11-13 > li > div {
	padding: 12px 13px 12px 11px;
	border-radius: 100px;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	width: 16px;
	height: 16px;
	text-align: center;
}
.fr-steps-1-3 > li > div,
.fr-steps-4-5 > li > div,
.fr-steps-6-8 > li > div,
.fr-steps-9-10 > li > div,
.fr-steps-11-13 > li > div {
	margin-bottom: 15px;
	display: block;
}
.fr-step-arrow {
	padding: 5px;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	z-index: 9;
}
.fr-step-arrow-1,
.fr-step-arrow-2,
.fr-step-arrow-3 {
	background-color: var(--grey);
	border: 1px solid var(--main-green);
}
.fr-step-arrow-4,
.fr-step-arrow-5,
.fr-step-arrow-6 {
	background-color: var(--main-green);
	border: 1px solid var(--grey);
}
.fr-step-arrow-1 {
	position: absolute;
	top: 77%;
	left: -53px;
	transform: rotate(90deg);
}
.fr-step-arrow-2 {
	position: absolute;
	bottom: -118px;
	right: 60px;
	transform: rotate(180deg);
}
.fr-step-arrow-3 {
	position: absolute;
	top: -73px;
	right: -20px;
}
.fr-step-arrow-4 {
	position: absolute;
	bottom: -13px;
	right: 40%;
}
.fr-step-arrow-5 {
	position: absolute;
	transform: rotate(90deg);
	bottom: -330px;
	right: -13px;
}
.fr-step-arrow-6 {
	position: absolute;
	bottom: -12px;
	right: 50%;
	transform: translateX(50%);
}
.fr-steps-light-bg {
	background-size: cover;
	position: relative;
}
.fr-steps-4-5 {
	padding-bottom: 20px;
}
.fr-steps-1-3 > li > div,
.fr-steps-4-5 > li > div {
	background-color: var(--main-green);
	color: var(--white);
}
.fr-steps-1-3 > li {
	max-width: 510px;
	margin-right: 110px;
}
.fr-steps-1-3 > li:nth-child(1) {
	max-width: 320px;
	margin-right: 100px;
}
.fr-steps-1-3 > li:nth-child(3) {
	margin-top: 30px;
	margin-bottom: 30px;
}
.fr-steps-4-5 > li:nth-child(1) {
	margin-top: -30px;
	max-width: 440px;
	margin-right: 100px;
}
.fr-steps-4-5 > li:nth-child(2) {
	max-width: 500px;
	margin: 30px 120px 40px 0;
}
.fr-steps-9-10,
.fr-steps-11-13 {
	margin: 30px 0;
}
.fr-steps-6-8 > li {
	max-width: 400px;
}
.fr-steps-6-8 > li:first-child {
	max-width: 350px;
	margin-right: 50px;
}
.fr-steps-9-10 > li {
	margin-top: 30px;
}
.fr-steps-11-13 > li {
	margin-top: 50px;
}
.fr-steps-9-10 > li,
.fr-steps-11-13 > li {
	margin-right: 40px;
	margin-left: 120px;
}
.fr-steps-9-10 > li:nth-child(2),
.fr-steps-11-13 > li:nth-child(2) {
	max-width: 500px;
	padding-bottom: 60px;
	margin-left: 30px;
}
.fr-steps-11-13 > li:nth-child(3) {
	padding: 30px 0 100px;
}
.fr-steps-6-8 > li > div,
.fr-steps-9-10 > li > div,
.fr-steps-11-13 > li > div {
	background-color: var(--white);
	color: var(--main-green);
}
.fr-steps-6-8 > li > span,
.fr-steps-9-10 > li > span,
.fr-steps-11-13 > li > span {
	color: var(--white);
}
.fr-nature-lovers > .fr-container {
	position: relative;
}
.fr-nature-lovers-addition-text {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	max-width: 550px;
	position: absolute;
	top: 90px;
	left: 50%;
	transform: translateX(-60%);
}
.fr-nature-lovers-button-box {
	position: absolute;
	top: -220px;
	right: 140px;
	width: 320px;
	height: 208px;
	padding: 30px 25px;
	color: var(--white);
	z-index: 91;
}
.fr-nature-lovers-button-box > .fr-apply-1-button {
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.fr-nature-lovers-button-box > h3 {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	line-height: 38px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.fr-nature-lovers-button-box > span {
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	width: 310px;
}
.fr-nature-lovers-content {
	display: flex;
	width: 100%;
	padding: 250px 0;
	height: 1000px;
	position: relative;
}
.lang-uk .fr-nature-lovers-content {
	padding: 300px 0;
	height: 1250px;
}
.fr-nature-lovers-item {
	width: 100%;
	height: 100%;
	position: relative;
	color: var(--main-green);
}
.fr-nature-lovers-item > h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 62px;
	line-height: 110%;
	text-align: center;
	color: var(--white);
	position: absolute;
	top: 40%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	z-index: 9;
}
.lang-uk .fr-nature-lovers-item > h2 {
	font-size: 48px;
}
.fr-nature-lovers-item > h2 > span {
	color: var(--main-green);
}
.fr-nature-lovers-item > span {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 140%;
	display: block;
	max-width: 190px;
}
.fr-nature-lovers-item-left {
	margin-right: 50px;
}
.fr-nature-lovers-item-left > span {
	position: absolute;
	top: 55%;
}
.fr-nature-lovers-item-left > div > span {
	display: block;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	max-width: 189px;
	margin-top: 15px;
}
.fr-nature-lovers-item-left > .fr-nature-lovers-advantages:nth-child(2) {
	background-color: var(--light-green);
	position: absolute;
	top: 40%;
	left: 30%;
}
.fr-nature-lovers-item-left > .fr-nature-lovers-advantages:last-child {
	background-color: var(--main-green);
	position: absolute;
	bottom: 0;
	right: 0;
}
.fr-nature-lovers-item-center {
	max-width: 320px;
}
.fr-nature-lovers-item-center > img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 50px 0;
}
.lang-uk .fr-nature-lovers-item-center > img {
	padding: 150px 0;
}
.fr-nature-lovers-item-right {
	margin-left: 50px;
}
.fr-nature-lovers-item-right > .fr-nature-lovers-advantages:first-child {
	background-color: var(--main-green);
	position: absolute;
	top: 0;
	right: 0;
}
.fr-nature-lovers-item-right > img {
	position: absolute;
	top: 180px;
	left: 30px;
}
.fr-nature-lovers-item-right > span {
	position: absolute;
	bottom: 200px;
	right: 80px;
}
.fr-nature-lovers-item-right > .fr-nature-lovers-advantages:last-child {
	background-color: var(--light-green);
	position: absolute;
	bottom: 60px;
	left: 0;
}
.fr-nature-lovers-advantages {
	width: 189px;
	height: 87px;
	border-radius: 20px;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 26px;
	line-height: 87px;
	text-align: center;
	color: var(--white);
}
.fr-nature-lovers-advantages > .fr-filter {
	border-radius: 20px;
}
.fr-slider > .fr-container {
	display: flex;
	margin-bottom: 50px;
	align-items: end;
}
.fr-slider-main-img .slick-slide {
	border-radius: 30px;
	overflow: hidden;
}
.fr-slider-main-img,
.fr-slider-nav-cont {
	width: 50%;
}
.fr-slider-nav-cont {
	margin-left: 100px;
	max-width: 535px;
	height: max-content;
}
.fr-slider-nav-cont > h2 {
	text-align: start;
	margin-bottom: 200px;
}
.fr-slider-nav {
	width: 100%;
	display: flex;
	align-items: center;
}
.fr-slider-nav > .slick-list > .slick-track > .slick-slide > img {
	height: 97px;
	width: 90px;
	object-fit: cover;
	max-width: 85px;
	overflow: hidden;
	padding: 2px;
	border: 1px solid transparent;
	border-radius: 10px;
}
.fr-slider-nav > .slick-list > .slick-track > .slick-current > img,
.fr-slider-nav > .slick-list > .slick-track > .my-active > img {
	padding: 2px;
	border: 1px solid var(--light-green);
	border-radius: 10px;
}
.slider-nav {
	display: flex;
	justify-content: space-between;
	margin-right: 20px;
	margin-top: 15px;
}
.slider-prev > svg,
.slider-next > svg {
	padding: 5px;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	z-index: 9;
	background-color: var(--grey);
	border: 1px solid var(--main-green);
}
.slider-prev > svg {
	transform: rotate(180deg);
}
.fr-slider-active-img,
.fr-slider-active-img .slick-track {
	height: 740px;
	border-radius: 30px;
	overflow: hidden;
}
.fr-slider-active-img .slick-slide > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
}
.slick-dots > li {
	display: none;
}
.slick-dots > li:first-child,
.slick-dots > li:last-child {
	display: inline-block;
}
.slick-dots > li:first-child:after {
	content: "/";
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: var(--main-green);
}
.slick-dots > li > button {
	padding: 0;
	margin: 0;
	border: none;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: var(--main-green);
	background-color: transparent;
}
.fr-faq {
	padding: 200px 0 0;
	margin-top: 200px;
}
.fr-faq-bg {
	background-size: cover;
	margin-top: -200px;
	padding: 50px 0;
}
.fr-faq-main-title > h2 {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
	font-size: 62px;
	line-height: 110%;
	max-width: 525px;
	margin-bottom: 40px;
}
.fr-faq-bg > .fr-filter {
	padding: 100px 0;
}
.fr-faq-bg > .fr-filter > .fr-container {
	display: flex;
	color: var(--white);
	justify-content: space-between;
}
.fr-faq-content {
	width: 50%;
}
.fr-faq-item {
	padding: 20px 0;
	border-top: 1px solid #fefefe55;
}
.fr-faq-item:last-child {
	border-bottom: 1px solid #fefefe55;
}
.fr-faq-title {
	display: block;
	position: relative;
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	cursor: pointer;
	margin-left: 100px;
}
.fr-faq-title > svg {
	padding: 14px;
	display: block;
	position: absolute;
	left: -100px;
	top: 50%;
	border: 1px solid var(--white);
	border-radius: 50%;
	transform: translateY(-50%) rotate(0);
	transition: transform 0.5s;
}
.fr-faq-input:checked ~ .fr-faq-title > svg {
	left: -60px;
	border-width: 2px;
	transform: translateY(-50%) rotate(135deg);
}
.fr-faq-input:checked ~ .fr-faq-title > svg > path {
	stroke-width: 2px;
}
.fr-faq-input {
	width: 0;
	height: 0;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
}
.fr-faq-input:checked ~ .fr-faq-title {
	margin-left: 60px;
	padding: 20px;
	background-color: var(--main-green);
	border-radius: 20px 20px 0 0;
}
.fr-faq-input:checked ~ .fr-faq-text {
	display: block;
	margin-left: 60px;
	background-color: var(--main-green);
	border-radius: 0 0 20px 20px;
}
.fr-faq-text {
	display: none;
}
.fr-faq-text > p {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	padding: 0 20px 20px;
	margin: 0;
}
.fr-special {
	padding: 200px 0 770px;
}
.fr-special > .fr-container {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-gap: 18px;
	position: relative;
}
.fr-special > .fr-container > h2 {
	display: inline-block;
	grid-row-start: 2;
	grid-row-end: 3;
	grid-column-start: 5;
	grid-column-end: 9;
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	line-height: 38px;
	text-align: center;
	color: var(--main-green);
	width: 100%;
	max-width: 340px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.fr-special > .fr-container > img {
	object-fit: contain;
	max-width: 100%;
}
.fr-special-1 {
	grid-row-start: 2;
	grid-row-end: 3;
	grid-column-start: 3;
	grid-column-end: 5;
}
.fr-special-2 {
	grid-row-start: 1;
	grid-row-end: 2;
	grid-column-start: 3;
	grid-column-end: 7;
}
.fr-special-3 {
	grid-row-start: 1;
	grid-row-end: 2;
	grid-column-start: 7;
	grid-column-end: 9;
}
.fr-special-4 {
	grid-row-start: 1;
	grid-row-end: 4;
	grid-column-start: 1;
	grid-column-end: 3;
}
.fr-special-5 {
	grid-row-start: 3;
	grid-row-end: 4;
	grid-column-start: 5;
	grid-column-end: 7;
}
.fr-special-6 {
	grid-row-start: 3;
	grid-row-end: 4;
	grid-column-start: 3;
	grid-column-end: 5;
}
.fr-special-7 {
	grid-row-start: 3;
	grid-row-end: 4;
	grid-column-start: 7;
	grid-column-end: 11;
}
.fr-special-8 {
	grid-row-start: 2;
	grid-row-end: 3;
	grid-column-start: 9;
	grid-column-end: 11;
}
.fr-special-9 {
	grid-row-start: 1;
	grid-row-end: 2;
	grid-column-start: 9;
	grid-column-end: 13;
}
.fr-special-10 {
	grid-row-start: 2;
	grid-row-end: 4;
	grid-column-start: 11;
	grid-column-end: 13;
}
.fr-footer {
	max-width: 1392px;
	width: 100%;
	margin: -570px auto 40px;
}
.fr-footer .fr-filter {
	padding: 50px 76px;
	width: calc(100% - 152px);
	border-radius: 30px;
	position: relative;
}
.fr-footer .fr-container {
	display: flex;
	justify-content: space-between;
}
.fr-footer > .fr-footer-cont {
	background-color: var(--main-green);
	background-repeat: no-repeat;
	background-position: -20%;
	background-size: contain;
	border-radius: 30px;
}
.fr-footer-content > .fr-block-title {
	max-width: 525px;
	color: var(--white);
	text-align: start;
	position: relative;
}
.fr-footer-content > .fr-block-title > .fr-apply-1-button {
	position: absolute;
	bottom: 0;
	left: 220px;
}
.fr-footer-content,
.fr-footer-form {
	width: 50%;
}
.fr-footer-form {
	border-radius: 30px;
	background-color: var(--grey);
	padding: 40px;
	width: max-content;
}
.fr-footer-form-title {
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	color: var(--main-green);
	margin-bottom: 30px;
}
.fr-footer-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.fr-footer-content > a {
	position: absolute;
	bottom: 15px;
	left: 0;
}
.fr-footer-nav {
	display: flex;
	flex-wrap: wrap;
	max-width: 200px;
	margin: 0 0 0 70px;
	padding: 0;
}
@media screen and (max-width: 950px) {
	.lang-uk .fr-footer-nav {
		flex-direction: column;
	}
}
.fr-footer-nav > .fr-nav-item {
	width: 40%;
}

.fr-first-block-advantages2 {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: var(--main-green);
	margin-top: 30px;
	display: flex;
	gap: 15px;
}

.fr-first-block-advantages2 > .fr-first-block-years {
	margin: 0 !important; 
}
@media screen and (max-width: 1272px) {
	.fr-first-block-advantages2 {
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	.fr-first-block-advantages2 {
		flex-direction: column;
	}
	.fr-first-block-advantages2 > .fr-first-block-years {
		justify-content: space-between;
	}
	.fr-first-block-advantages2 > .fr-first-block-hours {
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.fr-first-block-advantages2 > .fr-first-block-hours {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding-top: 0;
	}
}

@media screen and (max-width: 1272px) {
	.fr-container {
		margin: 0 16px;
		width: auto;
	}
	#step-1 {
		margin: 0 90px 0 30px;
		width: calc(50% - 120px);
	}
	#step-4 {
		margin: -80px 90px 0 30px;
		width: calc(50% - 120px);
	}
	#step-5 {
		max-width: 50%;
		margin-right: 0;
	}
	.wpcf7 {
		max-width: 400px;
	}
	.fr-footer-form .wpcf7 {
		max-width: 530px;
	}
	.wpcf7-form > p:nth-of-type(-n + 2) {
		width: 100%;
	}
	#fr-popup-apply.fr-popup-open > .fr-popup-container {
		max-width: 660px !important;
		background-size: cover !important;
		background-position: -200px !important;
		background-repeat: no-repeat !important;
	}
	.fr-apply-1-link {
		width: 161px;
		height: 46px;
	}
	.lang-uk .fr-apply-1-link {
		width: 210px;
	}
	.fr-apply-1-link > span {
		font-size: 16px;
		line-height: 140%;
	}
	.fr-apply-1-link > svg {
		padding: 13px;
	}
	.fr-apply-1-link:hover svg {
		width: 128px;
	}
	.lang-uk .fr-apply-1-link:hover svg {
		width: 178px;
	}
	.fr-first-block-advantages > .fr-apply-1-button {
		margin-left: 50px;
		padding: 0 30px;
	}
	.fr-first-block-advantages > .fr-apply-1-button:before,
	.fr-first-block-advantages > .fr-apply-1-button:after {
		display: none;
	}
	.fr-apply-2-button-arrow {
		width: 10px;
		height: 10px;
	}
	.fr-apply-2-button {
		margin: 0 auto;
	}
	.fr-block-title {
		font-size: 32px;
		padding: 0 16px;
	}
	.fr-block-title > span {
		font-weight: 500;
	}
	.fr-we-are-content > .fr-block-title {
		text-align: start;
		margin-bottom: 30px;
	}
	.fr-custom-app > .fr-container > .fr-block-title {
		max-width: 550px;
	}
	.fr-business > .fr-block-title {
		max-width: 520px;
		margin: 15px auto 25px;
	}
	.fr-steps-light-bg > .fr-container > .fr-block-title {
		max-width: 550px;
		padding: 150px 16px 10px;
		margin: 0 auto 70px;
	}
	.fr-header {
		width: calc(100% - 32px);
		margin: 0;
		top: 26px;
	}
	.fr-header > .fr-container {
		width: calc(100% - 24px);
	}
	.fr-nav {
		gap: 50px;
		margin-right: 240px;
	}
	.lang-uk .fr-nav {
		gap: 0px;
	}
	.fr-first-block {
		width: auto;
		margin: 16px 16px;
		height: 600px;
		background-size: cover;
	}
	.fr-first-block > .fr-filter {
		border-radius: 30px;
		overflow: hidden;
	}
	.fr-main-title {
		font-size: 32px;
		max-width: 450px;
		margin: 0 40px;
		right: 45%;
	}
	.fr-main-title > span {
		width: 130px;
	}
	.lang-uk .fr-main-title > span {
		width: 150px;
	}
	.fr-first-block-advantages {
		font-size: 16px;
		width: calc(100% - 52px);
		bottom: 80px;
	}
	.fr-first-block-years,
	.fr-first-block-hours {
		width: 290px;
	}
	.fr-first-block-years > div > div {
		font-size: 24px;
	}
	.fr-we-are {
		overflow: hidden;
	}
	.fr-we-are-content > span {
		font-size: 15px;
	}
	.fr-we-are-list > div,
	.fr-we-are-list > div > .fr-filter {
		font-size: 16px;
		max-width: 260px;
		height: 160px;
	}
	.fr-we-are-list > div > .fr-filter > span:nth-child(2) {
		font-size: 26px;
	}
	.fr-we-are-item {
		margin-top: 0;
		padding-top: 150px;
	}
	.fr-we-are-flowers-main {
		left: -200px;
		top: 90px;
		width: 450px;
	}
	.fr-we-are-flowers-mirror {
		top: -165%;
		left: -23%;
	}
	.fr-our-solution {
		font-size: 16px;
	}
	.fr-custom-app > .fr-container > span {
		font-size: 16px;
	}
	.fr-custom-app-slider-container {
		height: 640px;
	}
	.fr-custom-app-slider {
		transform: scale(0.9) translateX(-70%);
	}
	.fr-business {
		padding: 80px 16px;
		width: calc(100% - 32px);
	}
	.fr-business > span {
		font-size: 16px;
	}
	.fr-business-form-section > .fr-filter {
		width: calc(100% - 120px);
	}
	.fr-business-form-section > .fr-filter > .fr-business-form-title {
		font-size: 32px;
	}
	.fr-include {
		height: 760px;
		overflow: hidden;
	}
	.lang-uk .fr-include {
		height: 850px;
	}
	.fr-include-title > .fr-filter > h2 {
		font-size: 32px;
	}
	.fr-include-content > li {
		padding: 20px;
		font-size: 24px;
		line-height: 28px;
	}
	.fr-include-content > li > div {
		font-size: 16px;
		line-height: 140%;
		margin-bottom: 10px;
	}
	.fr-include-content > li > span {
		max-width: 350px;
	}
	.fr-include-bottom {
		top: -109% !important;
	}
	.lang-uk .fr-include-bottom {
		top: -97% !important;
	}
	.fr-steps-container {
		font-size: 18px;
	}
	#canvas-container-1,
	#canvas-container-2,
	#step-title,
	.fr-steps-container .fr-steps-4-5 {
		position: relative;
	}
	.fr-steps-1-3,
	.fr-steps-4-5 {
		margin: 0 50px;
	}
	.fr-steps-4-5,
	.fr-steps-6-8 {
		flex-wrap: nowrap;
	}
	.fr-steps-1-3 > li > div,
	.fr-steps-4-5 > li > div,
	.fr-steps-6-8 > li > div,
	.fr-steps-9-10 > li > div,
	.fr-steps-11-13 > li > div {
		padding: 9px 10px 9px 8px;
	}
	.fr-step-arrow-1 {
		top: 67%;
	}
	.fr-step-arrow-2 {
		bottom: -65px;
	}
	.fr-step-arrow-3 {
		top: -53px;
		right: -10px;
	}
	.fr-step-arrow-6 {
		position: absolute;
		bottom: -12px;
		right: 50%;
		transform: translateX(50%);
	}
	.fr-steps-1-3 > li {
		max-width: 50%;
		margin-right: 0;
	}
	.fr-steps-9-10 > li,
	.fr-steps-11-13 > li {
		margin-left: 60px;
		margin-right: 30px;
		width: calc(50% - 90px);
	}
	.fr-steps-9-10 > li:nth-child(2),
	.fr-steps-11-13 > li:nth-child(2) {
		padding-bottom: 60px;
		margin-left: 0;
		margin-right: 30px;
		width: calc(50% - 30px);
	}
	.fr-steps-11-13 > li:nth-child(3) {
		padding: 30px 0 100px;
	}
	.fr-nature-lovers-addition-text {
		max-width: 510px;
		position: static;
		transform: translateX(0);
		padding: 200px 230px 0 0;
		margin: 0 auto;
	}
	.fr-nature-lovers-button-box {
		top: -110px;
		left: 35%;
	}
	.fr-nature-lovers-button-box > span {
		font-size: 16px;
	}
	.fr-nature-lovers-content {
		max-width: 740px;
		padding: 40px 0 150px;
		height: 800px;
		margin: 0 auto;
	}
	.lang-uk .fr-nature-lovers-content {
		height: 990px;
		padding: 40px 0 150px;
	}
	.fr-nature-lovers-item > h2 {
		font-size: 32px;
		max-width: 105px;
		top: 40%;
	}
	.lang-uk .fr-nature-lovers-item > h2 {
		font-size: 30px;
		max-width: 100%;
	}
	.fr-nature-lovers-item > h2 > span {
		color: var(--white);
	}
	.fr-nature-lovers-item-left > span {
		top: 65%;
	}
	.fr-nature-lovers-item > span,
	.fr-nature-lovers-item-left > div > span {
		font-size: 14px;
		max-width: 130px;
	}
	.fr-nature-lovers-item-left {
		width: 35%;
		margin: 0;
	}
	.fr-nature-lovers-item-left > .fr-nature-lovers-advantages:nth-child(2) {
		top: 56%;
		left: 0;
	}
	.fr-nature-lovers-item-left > .fr-nature-lovers-advantages:last-child {
		bottom: 0;
		right: 10px;
	}
	.fr-nature-lovers-item-center {
		width: 30%;
		margin: 0;
	}
	.fr-nature-lovers-item-center > img {
		height: 450px;
		width: 200px;
		top: 40%;
		transform: translate(-50%, -50%);
	}
	.fr-nature-lovers-item-right {
		width: 35%;
		margin: 0;
	}
	.fr-nature-lovers-item-right > span {
		bottom: 160px;
		right: 0;
	}
	.fr-nature-lovers-advantages {
		width: 161px;
		height: 55px;
		border-radius: 10px;
		font-size: 16px;
		line-height: 55px;
	}
	.fr-nature-lovers-advantages > .fr-filter {
		border-radius: 10px;
	}
	.fr-slider > .fr-container {
		flex-direction: column;
		align-items: center;
		position: relative;
	}
	.fr-slider-main-img {
		position: absolute;
		top: 150px;
		width: 535px;
	}
	.fr-slider-nav-cont {
		margin-left: 20px;
		width: 100%;
	}
	.fr-slider-nav-cont > h2 {
		margin-bottom: 850px;
	}
	.fr-slider-active-img,
	.fr-slider-active-img .slick-track {
		height: 740px;
	}
	.fr-faq {
		margin-top: 100px;
	}
	.fr-faq-bg {
		background-size: cover;
		margin-top: -200px;
		padding: 50px 0;
	}
	.fr-faq-main-title {
		width: 100%;
	}
	.fr-faq-main-title > h2 {
		font-size: 32px;
		text-align: center;
		margin: 0 auto 40px;
	}
	.fr-faq-main-title > .fr-apply-2-button {
		margin-bottom: 60px;
		margin-left: 0;
	}
	.fr-faq-bg > .fr-filter {
		padding: 100px 0;
	}
	.fr-faq-bg > .fr-filter > .fr-container {
		flex-direction: column;
	}
	.fr-faq-content {
		width: 100%;
	}
	.fr-faq-title {
		font-size: 28px;
		line-height: 34px;
	}
	.fr-faq-text > p {
		margin-top: -1px;
		font-size: 18px;
	}
	.fr-special {
		padding: 150px 0 780px;
	}
	.fr-special > .fr-container {
		grid-gap: 12px;
	}
	.fr-footer {
		margin: -640px auto 40px;
	}
	.fr-footer > .fr-footer-cont {
		width: calc(100% - 32px);
		margin: -540px 16px 40px;
		background-position: -200px;
		background-size: cover;
	}
	.fr-footer .fr-filter {
		padding: 40px 20px;
		width: calc(100% - 40px);
		border-radius: 30px;
		position: relative;
	}
	.fr-footer-content > .fr-block-title {
		max-width: 190px;
		padding: 0;
	}
	.fr-footer-content > .fr-block-title > .fr-apply-1-button {
		position: absolute;
		bottom: -70px;
		left: 0;
	}
}
@media screen and (max-width: 768px) {
	.fr-container {
		max-width: 1240px;
		width: 100%;
		margin: 0 auto;
	}
	#canvas-5,
	#canvas-6 {
		z-index: -1;
	}
	.wpcf7 {
		max-width: 400px;
	}
	.fr-footer-form {
		padding: 30px 12px;
	}
	.wpcf7-form > p:nth-of-type(-n + 2) {
		width: 100%;
	}
	.intl-tel-input .country-list {
		top: -35px;
		left: -30px;
		z-index: 999999 !important;
	}
	.intl-tel-input.iti-container {
		z-index: 99999999 !important;
	}
	.iti-mobile .intl-tel-input.iti-container {
		top: 50% !important;
	}
	#fr-popup-apply {
		padding: 0 16px;
	}
	#fr-popup-apply {
		padding: 0 16px;
		width: calc(100vw - 32px) !important;
	}
	#fr-popup-apply.fr-popup-open > .fr-popup-container {
		flex-direction: column !important;
		position: relative !important;
		transform: translate(-50%, -50%) scale(1) !important;
		max-width: calc(100% - 72px) !important;
		padding: 30px 20px !important;
		background-size: 270px 350px !important;
		background-position: 140% -110px !important;
		margin: 0;
	}
	.fr-popup-title {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.fr-popup-container > .wpcf7 {
		padding: 30px 14px;
	}
	#fr-popup-form-send.fr-popup-open > .fr-popup-container {
		margin: 0 auto;
		position: static;
		transform: translate(0, 50%) !important;
		width: calc(100% - 62px) !important;
	}
	#fr-header {
		top: 0;
		width: 100%;
	}
	#fr-header-filter {
		border-radius: 0;
		opacity: 1;
		z-index: 100;
	}
	#fr-header-nav-filter {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: -1;
	}
	#fr-header nav {
		position: absolute;
		width: calc(100% + 12px);
		top: 50px;
		left: -12px;
	}
	.fr-nav {
		flex-direction: column;
		margin: 0;
		padding: 0;
		position: absolute;
		width: 100%;
		gap: 0;
		transform: translateY(-120%);
		z-index: -1;
		transition-duration: 1s;
	}
	.header_pages_lang {
		position: static;
		margin: 25px 0;
	}
	#fr-header .fr-apply-2-button {
		right: 12px;
	}
	.fr-nav > .fr-nav-item {
		margin: 0 32px;
		padding: 44px 0;
		border-bottom: 1px solid #ffffff55;
		width: 300px;
		display: flex;
		justify-content: center;
	}
	.fr-nav > .fr-nav-item:last-child {
		border-bottom: none;
	}
	.fr-header-menu-button {
		display: inline-block;
		width: 24px;
		height: 24px;
		position: absolute;
		top: 50%;
		left: 6px;
		transform: translateY(-50%);
		cursor: pointer;
		z-index: 105;
		padding: 10px 20px 10px 10px;
	}
	.fr-header-menu-icon {
		display: inline-block;
		width: 24px;
		height: 24px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) scale(1);
		cursor: pointer;
		transition-delay: 0s;
		transition-duration: 1s;
	}
	.fr-header-menu-input:checked ~ nav > .fr-nav {
		transform: translateY(0);
	}
	.fr-header-menu-input:checked ~ .fr-header-menu-button > .fr-header-menu-icon {
		transform: translate(-50%, -50%) scale(0);
	}
	.fr-header-menu-close-cross {
		display: inline-block;
		width: 14px;
		height: 14px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg) scale(0);
		transition-duration: 1s;
		transition-delay: 0s;
	}
	.fr-header-menu-input:checked ~ .fr-header-menu-button > .fr-header-menu-close-cross {
		transform: translate(-50%, -50%) rotate(315deg) scale(1);
	}
	.fr-header-logo {
		margin-left: 50px;
		z-index: 1;
	}
	.fr-header-logo:hover {
		width: 114px;
	}
	.fr-first-block {
		height: calc(100vh - 82px);
		margin-top: 66px;
		min-height: 600px;
		overflow: hidden;
	}
	.fr-first-block .fr-container {
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.fr-first-block-advantages {
		flex-direction: column;
		width: 100%;
		position: static;
		transform: none;
		margin-bottom: 20px;
	}
	.fr-first-block-years {
		width: 100%;
		max-width: calc(100% - 40px);
		margin: 30px 20px 20px;
		padding-top: 20px;
	}
	.fr-first-block-years > div {
		width: 50%;
	}
	.fr-first-block-hours {
		width: 100%;
		max-width: calc(100% - 40px);
		margin: 0 20px 20px;
		padding-top: 20px;
		border-top: 1px solid #fefefe77;
	}
	.fr-first-block-hours > span,
	.fr-first-block-years > div > span > span {
		display: inline;
	}
	.fr-main-title-container {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: end;
	}
	.fr-main-title {
		position: static;
		width: 100%;
		max-width: 300px;
		margin: 30px auto 15px;
		transform: none;
	}
	.fr-first-block-advantages > .fr-apply-1-button {
		margin: 0;
		padding: 0;
		order: -1;
	}
	.fr-we-are-item {
		flex-direction: column;
		padding-top: 80px;
		margin: 0 16px;
		gap: 16px;
	}
	.fr-we-are-content > .fr-block-title {
		padding: 0;
		margin-bottom: 16px;
	}
	.fr-our-solution,
	.fr-our-solution > div {
		margin-top: 16px;
	}
	.fr-our-solution > div:last-child {
		width: 60%;
		max-width: 100%;
	}
	.fr-we-are-image {
		height: 350px;
	}
	.fr-we-are-list {
		margin: 16px 16px 0;
		flex-wrap: wrap;
		gap: 16px;
	}
	.fr-we-are-list > div:nth-child(1) {
		font-size: 26px;
	}
	.fr-we-are-list > div:nth-child(1),
	.fr-we-are-list > div > .fr-filter {
		width: 100%;
		max-width: 100%;
		height: 120px;
	}
	.fr-we-are-flowers-mirror {
		left: 10%;
		top: -217%;
	}
	.fr-we-are-list > div:nth-child(2),
	.fr-we-are-list > div:nth-child(3) {
		width: calc(50% - 8px);
		max-width: 50%;
		height: 120px;
	}
	.fr-we-are-list > div,
	.fr-we-are-list > div > .fr-filter {
		width: 100%;
	}
	.fr-we-are-list > div,
	.fr-we-are-list > div > .fr-filter > span {
		max-width: 260px;
	}
	.fr-custom-app {
		padding-top: 80px;
	}
	.fr-custom-app-slider {
		transform: scale(0.7) translateX(-150%);
		height: 640px;
	}
	.fr-custom-app > .fr-container {
		margin: 0 16px;
		position: static;
		width: calc(100% - 32px);
	}
	.fr-custom-app > .fr-container > .fr-block-title {
		padding: 0;
	}
	.fr-business-form-section > .fr-filter {
		padding: 30px 20px;
	}
	.fr-business-form-section > .fr-filter {
		width: calc(100% - 40px);
		display: flex;
		flex-direction: column;
	}
	.fr-business-form-section > .fr-filter > .fr-business-form-title {
		margin: 0 0 40px;
	}
	.fr-business-form,
	.wpcf7,
	.fr-business-form-section > .fr-filter > .fr-business-form-title {
		max-width: 100%;
	}
	.fr-include {
		flex-direction: column;
		overflow: auto;
		z-index: 0;
		height: 1200px;
	}
	.fr-include-title {
		z-index: 2;
		padding: 40px 0 170px;
	}
	.fr-include-title > .fr-filter {
		height: 100%;
		margin-top: -40px;
		padding: 40px 0 170px;
	}
	.fr-include-title > .fr-filter > h2 {
		margin: 0 auto;
		height: 165px;
		margin-bottom: -180px;
	}
	.fr-include-title,
	.fr-include-content {
		width: 100%;
		position: static;
	}
	.fr-include-content {
		height: calc(100% - 500px);
	}
	.fr-include-circle {
		display: none;
	}
	.fr-steps {
		margin-top: -60px;
		z-index: 0;
		position: relative;
	}
	@media screen and (max-width: 388px) {
		.fr-steps {
			margin-top: 40px;
		}
	}
	.fr-steps-container {
		flex-wrap: wrap;
	}
	.fr-steps-container > li {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}
	.fr-steps-light-bg > .fr-container > .fr-block-title {
		max-width: 285px;
		padding-top: 80px;
		padding-left: 0;
		padding-right: 0;
	}
	#canvas-2 {
		display: none;
	}
	.fr-steps-1-3,
	.fr-steps-4-5,
	.fr-steps-6-8,
	.fr-steps-9-10,
	.fr-steps-11-13 {
		margin: 0 18px;
		justify-content: start;
	}
	.fr-steps-1-3 > li:nth-child(1),
	.fr-steps-1-3 > li:nth-child(2) {
		margin-right: 90px !important;
		padding-top: 30px;
		max-width: 500px !important;
	}
	.fr-steps-1-3 > li:nth-child(3) {
		padding-top: 30px;
	}
	#step-4 {
		padding: 80px 0 80px 25px;
		position: relative;
	}
	#step-5 {
		padding-bottom: 20px;
	}
	.fr-step-arrow-1 {
		top: 80%;
		left: -33px;
	}
	.fr-step-arrow-2 {
		bottom: -34px;
		right: -43px;
		transform: rotate(90deg);
	}
	.fr-step-arrow-3 {
		top: 27px;
		right: 43px;
		transform: rotate(180deg);
	}
	#step-6 {
		padding: 40px 0 30px;
	}
	#step-8 {
		padding-top: 30px;
	}
	#step-9 {
		padding: 80px 0 110px 25px;
	}
	#step-11 {
		padding: 80px 30px 100px 0;
		position: relative;
	}
	#step-12 {
		padding: 0 0 0 55px;
	}
	.fr-steps-11-13 > li:nth-child(3) {
		padding: 30px 0 230px;
	}
	.fr-step-arrow-4 {
		bottom: 37px;
		left: 30%;
	}
	.fr-step-arrow-5 {
		bottom: 80px;
		right: 5px;
	}
	.fr-step-arrow-6 {
		display: none;
	}
	.fr-nature-lovers > .fr-container {
		margin: 0 16px;
		width: auto;
	}
	.fr-nature-lovers-button-box {
		position: static;
		margin: -190px auto 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: start;
		max-width: 320px;
		background-size: 100% 100%;
		background-position: center;
		width: auto;
	}
	.fr-nature-lovers-button-box > .fr-apply-1-button {
		position: static;
		display: flex;
		align-items: end;
	}
	.fr-nature-lovers-addition-text {
		padding: 0;
		margin: 40px auto 0;
	}
	.fr-nature-lovers-content {
		max-width: 400px;
		padding: 80px 0;
		height: 950px;
	}
	.fr-nature-lovers-item-center {
		width: 50%;
	}
	.fr-nature-lovers-item-left,
	.fr-nature-lovers-item-right {
		width: 25%;
	}
	.fr-nature-lovers-advantages {
		width: 71px;
		height: 40px;
		border-radius: 10px;
		font-size: 10px;
		line-height: 40px;
	}
	.fr-nature-lovers-item-left > div > img {
		width: 161px;
		height: 82px;
		object-fit: cover;
		border-radius: 12px;
	}
	.fr-nature-lovers-item-left > div > span {
		width: 161px;
		max-width: 161px;
		margin-top: 5px;
	}
	.fr-nature-lovers-item-left > .fr-nature-lovers-advantages:nth-child(2) {
		top: 50%;
	}
	.fr-nature-lovers-item-left > span {
		position: absolute;
		top: 57%;
		max-width: 72px;
	}
	.fr-nature-lovers-item-left > .fr-nature-lovers-advantages:last-child {
		left: 33px;
		bottom: 80px;
	}
	.fr-nature-lovers-item > h2 {
		top: 47%;
	}
	.fr-nature-lovers-item-center > img {
		width: 161px;
		height: 343px;
		object-fit: cover;
		border-radius: 12px;
		padding: 0;
		top: 47%;
	}
	.fr-nature-lovers-item-right > img {
		width: 67px;
		height: 86px;
		object-fit: cover;
		border-radius: 12px;
	}
	.fr-nature-lovers-item-right > .fr-nature-lovers-advantages:first-child {
		top: 30%;
		right: 0;
	}
	.fr-nature-lovers-item-right > img {
		position: absolute;
		top: 60%;
		left: 100%;
		right: 0;
		transform: translateX(-100%);
	}
	.fr-nature-lovers-item-right > span {
		bottom: 0;
		right: 10%;
		max-width: 162px;
		width: 162px;
	}
	.fr-nature-lovers-item-right > .fr-nature-lovers-advantages:last-child {
		bottom: 17%;
		left: -30%;
	}
	.fr-nature-lovers-button-box > span {
		width: 100%;
		max-width: 310px;
	}
	@media screen and (max-width: 370px) {
		.fr-nature-lovers-item-center,
		.fr-nature-lovers-item-left,
		.fr-nature-lovers-item-right {
			width: 33.33%;
		}
		.fr-nature-lovers-item-center > img {
			width: 93px;
			height: 223px;
			object-fit: cover;
			border-radius: 12px;
			padding: 0;
			top: 47%;
		}
	}
	.fr-slider > .fr-container {
		margin: 0 16px;
		width: calc(100% - 32px);
	}
	.fr-block-title {
		padding: 0;
	}
	.fr-slider-main-img {
		position: absolute;
		top: 110px;
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}
	.fr-slider-active-img,
	.fr-slider-active-img .slick-track {
		height: 500px;
	}
	.fr-slider-nav-cont > h2 {
		margin-bottom: 600px;
	}
	.fr-slider-nav-cont {
		margin-left: 0;
	}
	.slick-dots > li:first-child,
	.slick-dots > li:last-child {
		display: none;
	}
	.fr-slider-nav-cont > .fr-slider-nav {
		display: none;
	}
	.slider-nav {
		position: relative;
		margin: -370px auto 280px;
		max-width: 500px;
		z-index: 9;
	}
	.slider-prev > svg,
	.slider-next > svg {
		background-color: #ffffff55;
		box-shadow: 0 0 20px #ffffff55;
		margin: 50px;
	}
	.slider-prev > svg {
		margin-left: 20px;
	}
	.slider-next > svg {
		margin-right: 20px;
	}
	.fr-faq {
		padding: 0;
		margin-top: -80px;
	}
	.fr-faq-bg > .fr-filter {
		padding: 80px 0;
	}
	.fr-faq-bg {
		padding: 0 16px;
		margin-top: 0;
	}
	.fr-faq-main-title h2,
	.fr-faq-main-title a {
		text-align: start;
		margin: 0 0 40px;
	}
	.fr-faq-item,
	.fr-faq-item:last-child {
		border: none;
	}
	.fr-faq-title > svg {
		padding: 8px;
		width: 10px;
		height: 10px;
		top: 0;
		border: 1px solid var(--white);
		border-radius: 50%;
		transform: translateY(0) rotate(0);
		transition: transform 0.5s;
		left: -43px;
	}
	.fr-faq-input:checked ~ .fr-faq-title > svg {
		left: -43px;
		transform: translateY(0) rotate(135deg);
	}
	.fr-faq-input:checked ~ .fr-faq-title {
		margin-left: 43px;
		border-radius: 8px 8px 0 0;
		padding: 8px;
	}
	.fr-faq-input:checked ~ .fr-faq-text {
		margin-left: 43px;
		border-radius: 0 0 8px 8px;
	}
	.fr-faq-title {
		margin-left: 43px;
		font-size: 20px;
	}
	.fr-faq-text > p {
		font-size: 14px;
		padding: 8px;
	}
	.fr-special {
		width: max-content;
		padding: 80px 16px 980px;
		display: flex;
		justify-content: center;
		width: calc(100% - 32px);
	}
	.fr-special > .fr-container > img {
		object-fit: contain;
		height: 100%;
		max-width: 160px;
		width: 100%;
	}
	.fr-special > .fr-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(16, 65px);
		grid-gap: 18px;
		position: relative;
		margin: 0 auto;
		max-width: 320px;
	}
	.fr-special > .fr-container > h2 {
		display: inline-block;
		grid-row-start: 7;
		grid-row-end: 9;
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.fr-special-1 {
		grid-row-start: 9;
		grid-row-end: 11;
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.fr-special-2 {
		grid-row-start: 1;
		grid-row-end: 3;
		grid-column-start: 2;
		grid-column-end: 3;
		object-fit: cover !important;
		height: 100%;
		border-radius: 30px;
	}
	.fr-special-3 {
		grid-row-start: 3;
		grid-row-end: 5;
		grid-column-start: 2;
		grid-column-end: 3;
	}
	.fr-special-4 {
		grid-row-start: 1;
		grid-row-end: 7;
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.fr-special-5 {
		grid-row-start: 13;
		grid-row-end: 15;
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.fr-special-6 {
		grid-row-start: 11;
		grid-row-end: 13;
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.fr-special-7 {
		width: 100%;
		max-width: 320px !important;
		grid-row-start: 15;
		grid-row-end: 17;
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.fr-special-8 {
		grid-row-start: 13;
		grid-row-end: 15;
		grid-column-start: 2;
		grid-column-end: 3;
	}
	.fr-special-9 {
		grid-row-start: 5;
		grid-row-end: 7;
		grid-column-start: 2;
		grid-column-end: 3;
		object-fit: cover !important;
		height: 100%;
		border-radius: 30px;
	}
	.fr-special-10 {
		grid-row-start: 9;
		grid-row-end: 13;
		grid-column-start: 2;
		grid-column-end: 3;
	}
	.fr-footer {
		margin: -910px auto 40px;
	}
	.fr-footer .fr-container {
		flex-direction: column;
		flex-wrap: wrap;
		position: relative;
	}
	.fr-footer > .fr-footer-cont {
		background-size: 230px 270px;
		background-position: top right;
	}
	.fr-footer .fr-filter {
		display: flex;
		flex-direction: column;
	}
	.fr-footer-content,
	.fr-footer-form {
		width: calc(100% - 24px);
	}
	.fr-footer-form {
		position: absolute;
		top: 180px;
	}
	.fr-footer-content > .fr-block-title {
		margin-bottom: 640px;
	}
	.fr-footer-nav > .fr-nav-item {
		width: 35%;
	}
	.fr-form-button-send {
		border: none !important;
	}
	.fr-footer-form .wpcf7 {
		max-width: 100%;
	}
	#fr-video-bg {
		height: 110%;
	}
	.lang-uk .fr-include-content > li {
		font-size: 23px;
	}
	.lang-uk .fr-nature-lovers-content {
		height: 1130px;
	}
	.lang-uk .fr-nature-lovers-item-left > .fr-nature-lovers-advantages:nth-child(2) {
		left: 10px;
	}
	.lang-uk .fr-nature-lovers-item > span, .fr-nature-lovers-item-left > div > span {
		font-size: 13px;
	}
	.lang-uk .fr-nature-lovers-item-center > img {
		padding: 0;
	}
	.lang-uk .fr-nature-lovers-item > h2 {
		font-size: 24px;
	}
	.fr-nature-lovers-addition-text {
		font-size: 14px;
	}
}
