/*!
Theme Name: brightnow
Theme URI: https://ysl.co.il/
Author: Yosef Shon Levi
Author URI: https://ysl.co.il/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brightnow
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

	@font-face{
		font-family: 'FbReforma';
		font-weight: 300;
		font-style: normal;
		src: url('fonts/FbReforma-Light.otf');
	}
	
	@font-face{
		font-family: 'FbReforma';
		font-weight: 400;
		font-style: normal;
		src: url('fonts/FbReforma-Regular.otf');
	}
	
	@font-face{
		font-family: 'FbReforma';
		font-weight: 500;
		font-style: normal;
		src: url('fonts/FbReforma-Medium.otf');
	}
	
	@font-face{
		font-family: 'FbReforma';
		font-weight: 700;
		font-style: normal;
		src: url('fonts/FbReforma-Bold.otf');
	}

html {
	font-family: 'FbReforma', sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background: #ffffff;
	font-family: 'FbReforma', sans-serif;
	line-height: 0.95;
	color: #007c97;
	font-size: 28px;
}

b,
strong {
	font-weight: bold;
}

img {
	height: auto;
	max-width: 100%;
	border-style: none;
}

button,
input,
textarea {
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[hidden] {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
}

p, label {
	margin-bottom: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

table {
	margin: 0;
	width: 100%;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
	text-decoration: none;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}





/**************************
	RESET 
***************************/
	
	*::selection {
		background-color: rgba(0, 0, 0, 0.1);
	}

	*:focus {
		outline: 0 !important;
	}

	::-webkit-scrollbar-track	{
		background-color: rgba(0, 0, 0, 0.07);
	}

	::-webkit-scrollbar	{
		width: 12px;
		height: 12px;
		background-color: rgba(0, 0, 0, 0.07);
	}

	::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0.15);
	}

	::-webkit-scrollbar-thumb:hover {
		background-color: rgba(0, 0, 0, 0.3);
	}



/**************************
	GLOBALS
***************************/

	.fullheight {
		height: 100%;
	}

	.ttu {
		text-transform: uppercase;
	}

	.bgi {
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center center;
	}


	
/**************************
	HEADER
***************************/
	
	.site-header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 100;
		background-color: #ffffff;
		padding: 10px 110px;
		height: 70px;
	}

	.header-flex {
		line-height: 1;
	}

	.header-menusocial {
		flex-grow: 1;
	}

	.mainmenu-wrapper {
		margin-left: 40px;
	}

	.hamburger {
		width: 50px;
		height: 35px;
		position: relative;
	}

	.hamburger::before,
	.hamburger::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 1;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		transition: opacity 0.3s ease;
	}

	.hamburger::before {
		background-image: url('images/menu.svg');
	}

	.hamburger::after {
		background-image: url('images/menu-x.svg');
		opacity: 0;
	}

	.hamburger.active::before {
		opacity: 0;
	}

	.hamburger.active::after {
		opacity: 1;
	}

	.mainmenu {
		position: absolute;
		top: 100px;
		right: 0;
		width: 320px;
		height: calc(100vh - 70px - 20px);
		min-height: 530px;
		background-color: rgba(255 255 255 / 90%);
		z-index: 10;
		font-weight: 500;
		padding-right: 90px;
		display: none;
	}

	.mainmenu ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	.mainmenu ul li {
		margin: 35px 0;
		position: relative;
	}

	.mainmenu ul li a::before {
		content: "";		
		width: 27px;
		height: 47px;
		background-image: url(images/shape-arrow-side-bluegreen.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		position: absolute;
		top: 45%;
		right: -30px;
		transform: translateY(-50%) translateX(100%) rotate(180deg);
		transition: opacity 0.3s ease, right 0.3s ease;
		opacity: 0;
	}

	.mainmenu ul li a:hover::before {
		opacity: 1;
		right: -20px;
	}

	.social-wrapper {

	}

	.social-wrapper a {
		display: inline-block;
		vertical-align: middle;
		width: 50px;
		height: 50px;
		position: relative;
	}

	.social-wrapper a + a {
		margin-right: 7px;
	}

	.social-wrapper a::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		background-image: url('images/social-button.svg');
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center center;
	}

	.social-wrapper a:nth-of-type(2)::after {
		transform: rotate(-45deg);
	}

	.social-wrapper a:nth-of-type(3)::after {
		transform: rotate(-22deg);
	}

	.social-wrapper a img {
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translateX(50%) translateY(-50%);
		z-index: 2;
		width: 30px;
	}

	.header-logo {
		width: 250px;
		flex-shrink: 0;
	}



/**************************
	FOOTER
***************************/

	.site-footer {
		background-color: #007c97;
		padding: 70px 20px;
		color: #ffffff;
		font-size: 25px;
		line-height: 1.1;
	}

	.footer-flex {
		width: 1300px;
		max-width: 100%;
		margin: 0 auto;
	}

	.site-footer a:hover {
		text-decoration: underline;
	}

	.footer-bold {
		font-size: 30px;
		font-weight: 500;
		color: #c1d830;
		margin-bottom: 15px;
	}

	.footer-social a img {
		width: 45px;
		height: auto;
	}

	.footer-social a + a {
		margin-right: 10px;
	}



/**************************
	HERO
***************************/
	
	.hero {
		margin-top: 70px;
		height: calc(100vh - 70px);
		min-height: 550px;
		background-color: #f5f5f5;
		text-align: center;
	}

	.hero-slider,
	.hero-slider .slick-list,
	.hero-slider .slick-track {
		height: 100%;
	}

	.hero-item {
		position: relative;
		height: 100%;
	}

	.hero-background {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 1;
	}

	.hero-content {
		position: relative;
		z-index: 2;
		color: #ffffff;
		max-width: 600px;
		margin: 0 auto;
		letter-spacing: -1px;
		padding-bottom: 50px;
	}

	.hero-image {
		width: 160px;
		height: auto;
		margin: 0 auto 20px;
	}

	.hero-title {
		font-size: 70px;
		font-weight: 700;
		line-height: 0.8;
		margin-bottom: 10px;
	}

	.hero-text {
		font-size: 40px;
	}

	.hero-button {
		display: inline-block;
		margin-top: 20px;
		background-color: #007c97;
		width: 360px;
		padding: 16px 0;
		border-radius: 10px;
		color: #ffffff;
		font-weight: 500;
	}

	.hero-slider .slick-dots {
		position: absolute;
		bottom: 30px;
		left: 0;
		right: 0;
		padding: 0;
		margin: 0;
	}

	.hero-slider .slick-dots li {
		display: inline-block;
		margin: 0 5px;
	}

	.hero-slider .slick-dots li button {
		font-size: 0;
		width: 25px;
		height: 25px;
		border-radius: 50%;
		background-color: transparent;
		border: 5px solid #ffffff;
	}

	.hero-slider .slick-dots li.slick-active button {
		background-color: #c1d830;
	}



/**************************
	OPENING
***************************/

	.opening {
		padding: 250px 20px 150px;
		position: relative;
	}

	.opening-background {
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;	
	}

	.opening-flex {
		width: 1200px;
		max-width: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}

	.opening-image {
		width: 530px;
		flex-shrink: 0;
	}

	.opening-image-shape {
		width: 530px;
		height: 530px;
		background-color: #007c97;
		border-radius: 50%;
		position: relative;
	}

	.opening-image-shape img {
		position: absolute;
		top: -10%;
		left: 0;
	}

	.opening-content {
		flex-grow: 1;
		padding-right: 100px;
	}

	.opening-title-flex {
		margin-bottom: 15px;
	}

	.opening-title-flex img {
		margin-left: 20px;
	}

	.opening-title {
		font-size: 85px;
		letter-spacing: -3px;
		line-height: 0.8;
		font-weight: 400;
	}

	.opening-title strong {
		font-size: 85%;
	}



/**************************
	BENEFITS
***************************/

	.benefits {
		text-align: center;
		padding: 150px 20px 70px;
		position: relative;
	}

	.benefits-background {
		position: absolute;
		bottom: 3%;
		right: 0;
		z-index: 1;
	}

	.benefits-content {
		position: relative;
		z-index: 2;
	}

	.benefits-title {
		font-size: 85px;
		letter-spacing: -3px;
		font-weight: 400;
		margin-bottom: 50px;
	}

	.benefits-flex {
		width: 1550px;
		max-width: 100%;
		margin: 0 auto 200px;
		font-size: 27px;
	}

	.benefits-item {
		width: 20%;
	}

	.benefits-item-inside {
		position: relative;
		height: 330px;
	}

	.benefits-item-shape {
		width: 135px;
		height: 140px;
		margin: 0 auto 20px;
		transition: opacity 0.3s ease;
	}

	.benefits-item-title {
		font-weight: 700;
	}

	.benefits-item-text {
		position: absolute;
		top: 70px;
		right: 50%;
		transform: translateX(50%) translateY(-50%);
		width: 200px;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease, visibility 0.3s ease;
		font-size: 90%;
	}

	.benefits-item-nav {
		position: absolute;
		width: 65px;
		height: 65px;
		bottom: 0;
		right: 50%;
		transform: translateX(50%);
	}

	.benefits-item-nav div {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center center;
		background-image: url('images/shape-round-bluegreen.svg');
	}

	.benefits-item-nav div::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%) rotate(50deg);
		width: 40%;
		height: 40%;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center center;
		background-image: url('images/shape-round-bluegreen.svg');
		opacity: 0;
		transition: opacity 0.3s ease, transform 0.3s ease;
	}

	.benefits-item:nth-of-type(1) .benefits-item-nav div {
		transform: rotate(150deg);
	}

	.benefits-item:nth-of-type(3) .benefits-item-nav div {
		transform: rotate(-60deg);
	}

	.benefits-item:nth-of-type(4) .benefits-item-nav div {
		transform: rotate(50deg);
	}

	.benefits-item:nth-of-type(5) .benefits-item-nav div {
		transform: rotate(240deg);
	}

	.benefits-item:hover .benefits-item-shape {
		opacity: 0;
	}

	.benefits-item:hover .benefits-item-text {
		opacity: 1;
		visibility: visible;
	}

	.benefits-item:hover .benefits-item-nav div::after {
		opacity: 1;
		transform: translateX(-50%) translateY(-50%) rotate(220deg);
	}

	.benefits-arrow {

	}

	.benefits-arrow img {
		width: 125px;
		height: auto;
	}



/**************************
	FEATURES
***************************/
	
	.features {
		background-color: #007c97;
		padding: 100px 0 50px;
		color: #ffffff;
		text-align: center;
		font-size: 26px;
	}

	.features-title {
		font-size: 40px;
		font-weight: 700;
		color: #afcf3a;
		margin-bottom: 5px;
	}

	.features-text {
		margin-bottom: 70px;
	}

	.features-flex-wrapper {
		position: relative;
	}

	.features-flex-arrows {
		position: relative;
		z-index: 1;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 80px;
		left: 80px;
	}

	.features-flex-arrow {
		position: absolute;
		top: 50%;
		width: 150px;
		height: 250px;
	}

	.features-flex-arrow-right {
		right: 0;
		transform: translateY(-50%) scaleX(-1);
	}

	.features-flex-arrow-left {
		left: 0;
		transform: translateY(-50%);
	}

	.features-flex-arrow::before,
	.features-flex-arrow::after {
		content: "";
		position: absolute;
		top: 50%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		left: 0;
	}

	.features-flex-arrow::before {
		width: 140px;
		height: 250px;
		background-image: url('images/shape-arrow-side-whitewhite.svg');
		transform: translateY(-50%) scaleY(-1);
	}

	.features-flex-arrow::after {
		width: 50px;
		height: 90px;
		background-image: url('images/shape-arrow-side-greengreen.svg');
		transform: translateY(-50%);
	}

	.features-flex {
		width: 1000px;
		max-width: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}

	.features-item {
		width: 33.333%;
		margin-bottom: 50px;
	}

	.features-item-inside {
		position: relative;
	}

	.features-item-title {
		font-weight: 700;
		color: #afcf3a;
		margin-bottom: 50px;
	}

	.features-item-shape-wrapper {
		position: relative;
	}

	.features-item-shape {
		width: 160px;
		height: 150px;
		margin: 0 auto 30px;
		position: relative;
		transition: opacity 0.3s ease;
	}

	.features-item-text {
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		transform: translateY(-50%);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}

	.features-item-nav {
		position: relative;
		width: 70px;
		height: 70px;
		margin: 0 auto;
	}

	.features-item-nav div {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center center;
		background-image: url('images/shape-round-whitewhite.svg');
	}

	.features-item-nav div::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%) rotate(50deg);
		width: 40%;
		height: 40%;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center center;
		background-image: url('images/shape-round-greengreen.svg');
		opacity: 0;
		transition: opacity 0.3s ease, transform 0.3s ease;
	}

	.features-item:nth-of-type(1) .features-item-nav div {
		transform: rotate(150deg);
	}

	.features-item:nth-of-type(3) .features-item-nav div {
		transform: rotate(-60deg);
	}

	.features-item:nth-of-type(4) .features-item-nav div {
		transform: rotate(50deg);
	}

	.features-item:nth-of-type(5) .features-item-nav div {
		transform: rotate(240deg);
	}

	.features-item:nth-of-type(6) .features-item-nav div {
		transform: rotate(270deg);
	}

	.features-item:hover .features-item-text {
		opacity: 1;
		visibility: visible;
	}

	.features-item:hover .features-item-shape {
		opacity: 0;
	}

	.features-item:hover .features-item-nav div::after {
		opacity: 1;
		transform: translateX(-50%) translateY(-50%) rotate(220deg);
	}



/**************************
	PRODUCTS
***************************/

	.products {
		text-align: center;
		padding: 70px 0 30px;
	}

	.products-title-wrapper {
		margin-bottom: 70px;
	}

	.products-title-wrapper img {
		width: 50px;
		height: auto;
		margin-bottom: 40px;
	}

	.products-title {
		font-size: 77px;
		font-weight: 700;
		letter-spacing: -1px;
	}

	.products-items {

	}

	.products-item {
		width: 33.333%;
		margin-bottom: 40px;
	}

	.products-item-box {
		height: 550px;
		margin-bottom: 30px;
		position: relative;
	}

	.products-item-content {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: linear-gradient(transparent, #007c97);
		color: #ffffff;
		opacity: 0;
		transition: opacity 0.3s ease;
	}

	.products-item-content div {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 20px;
	}

	.products-item-title {
		font-size: 38px;
		letter-spacing: -1px;
	}

	.products-item-box:hover .products-item-content {
		opacity: 1;
	}

	.products-item-button-mobile {
		display: none;
	}

	.products-button-wrapper {

	}

	.homepage.thank .products-button-wrapper,
	.homepage.thank .products-item-button-mobile {
		display: none;
	}

	.products-button-wrapper button {
		background-color: #007c97;
		color: #ffffff;
		font-size: 36px;
		font-weight: 700;
		letter-spacing: -1px;
		padding: 20px;
		border-radius: 10px;
		width: 600px;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.products-button-wrapper p {
		font-weight: 700;
		letter-spacing: -1px;
	}



/**************************
	TARGET
***************************/

	.target {
		background-color: #007c97;
		padding: 30px 20px;
		color: #ffffff;
	}

	.target-flex {
		width: 1300px;
		max-width: 100%;
		margin: 0 auto;
	}

	.target-content {
		width: 950px;
	}

	.target-title {
		font-size: 84px;
		letter-spacing: -3px;
		font-weight: 500;
		color: #c1d830;
		margin-bottom: 10px;
	}

	.target-items {
		margin-bottom: 40px;
	}

	.target-item {
		position: relative;
	}

	.target-item::before {
		content: "";
		position: absolute;
		top: -5px;
		right: -15px;
		transform: translateX(100%) rotate(220deg);
		background-image: url('images/shape-round-whitered.svg');
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center center;
		width: 40px;
		height: 40px;
	}

	.target-item:not(:last-of-type) {
		margin-bottom: 20px;
	}

	.target-cta {
		font-weight: 700;
	}

	.target-cta button {
		color: #c1d830;
		font-weight: inherit;
	}

	.target-image {
		width: 250px;
		flex-shrink: 0;
	}
	
	.target-image img {
		width: 100%;
		height: auto;
		transform: scaleY(-1);
	}



/**************************
	CLIENTS
***************************/

	.clients {
		padding: 30px 0;
		text-align: center;
		position: relative;
	}

	.clients::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		height: 50px;
		background: linear-gradient(transparent, rgba(0 0 0 / 10%));
		z-index: 1;
	}

	.clients-content {
		position: relative;
		z-index: 2;
	}

	.clients-container {
		width: 1300px;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	}

	.clients-title {
		font-size: 50px;
		letter-spacing: -1px;
		padding: 10px 0 0;
		font-weight: 400;
		margin-bottom: 40px;
		background-color: #007c97;
		color: #ffffff;
	}

	.clients-slider {
		position: relative;
	}

	.clients-slider .slick-list {
		margin: 0 40px;
	}

	.clients-item {
		padding: 0 15px;
		text-align: center;
		height: 80px;
	}

	.clients-item img {
		margin: 0 auto;
		max-width: 180px;
		max-height: 100%;
	}

	.clients-slider .slick-arrow {
		position: absolute;
		top: 50%;
		z-index: 2;
		width: 27px;
		height: 47px;
		background-image: url('images/shape-arrow-side-bluegreen.svg');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
	}

	.clients-slider .slick-prev {
		transform: translateY(-50%);
		right: 0;
	}

	.clients-slider .slick-next {
		transform: translateY(-50%) rotate(180deg);
		left: 0;
	}



/**************************
	ABOUT
***************************/

	.about {
		padding: 50px 20px;
	}

	.about-flex {
		width: 1300px;
		max-width: 100%;
		margin: 0 auto;
	}

	.about-arrow {
		width: 20%;
		flex-shrink: 0;
		text-align: center;
	}

	.about-arrow img {
		width: 100px;
	}

	.about-content {
		flex-grow: 1;
		font-size: 27px;
		line-height: 1.1;
	}

	.about-content p:not(:last-of-type) {
		margin-bottom: 30px;
	}


	/**************************
		CONTACT
	***************************/

	.contact {
		position: relative;
		padding: 60px 20px 30px;
	}

	.homepage.thank .contact {
		padding: 50px 20px;
	}

	.contact::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		height: 50px;
		background: linear-gradient(rgba(0 0 0 / 10%), transparent);
		z-index: -1;
	}

	.contact-content {
		width: 1300px;
		max-width: 100%;
		margin: 0 auto;
	}

	.about-form-popup.active {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1000;
		background-color: rgba(0 0 0 / 70%);
		padding: 50px 20px;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.about-form-popup.active .about-form {
		width: 550px;
		margin: 0 auto;
		background-color: #ffffff;
		padding: 50px 20px;
	}

	.closePopup {
		display: none;
	}

	.about-form-popup.active .closePopup {
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
	}

	.about-form-popup.active .closePopup img {
		width: 30px;
	}

	body.noScroll {
		overflow: hidden;
	}

	.about-form-popup {
		max-width: 100%;
	}

	.about-form-flex-wrapper {
	}

	.about-form {
		max-width: 100%;
		flex-shrink: 0;
		text-align: center;
		position: relative;
	}

	.about-form-title-wrapper {
		width: 300px;
		flex-shrink: 0;
		margin-bottom: 25px;
	}

	.about-form-popup.active .about-form-title-wrapper {
		width: 100%;
	}

	.about-form-title-wrapper img {
		width: 50px;
		height: auto;
		margin-bottom: 40px;
		display: none;
	}

	.about-form-popup.active .about-form-title-wrapper img {
		display: inline-block;
	}

	.about-form-phone {
		width: 100%;
	}

	.about-form-title,
	.about-form-phone {
		font-size: 39px;
		letter-spacing: -1px;
	}

	.about-form-place {
		width: calc(100% - 300px);
		flex-grow: 1;
	}

	.about-form-popup.active .about-form-place {
		width: 100%;
	}

	.about-form-flex {

	}

	.input-wrapper {
		width: 25%;
		padding: 0 12.5px;
		margin-bottom: 25px;
	}

	.about-form-popup.active .input-wrapper {
		width: 50%;
	}

	.wpcf7-form-control-wrap {
		width: 100%;
	}

	.wpcf7-form-control {
		width: 100%;
		background-color: #007c97;
		border-radius: 25px;
		font-size: 29px;
		text-align: center;
		color: #ffffff;
		padding: 10px;
		line-height: 1.05;
		transition: background 0.3s ease;
	}

	.wpcf7-form-control.wpcf7-submit {
		background-color: #c1d830;
	}

	.wpcf7-form-control.wpcf7-not-valid {
		background-color: #ff3755;
	}

	.wpcf7 .ajax-loader,
	.wpcf7 .wpcf7-not-valid-tip {
		display: none;
	}

	.wpcf7 form .wpcf7-response-output {
		margin: 0;
		text-align: center;
		font-size: 20px;
		border: 0;
		padding: 0px 15px 10px;
	}

	::-webkit-input-placeholder { color: #ffffff; }
	::-moz-placeholder { color: #ffffff; }
	:-ms-input-placeholder { color: #ffffff; }
	:-moz-placeholder { color: #ffffff; }














/**************************
	MEDIA QUERIES
***************************/

	/* GENERAL */
	@media (min-width: 1200px) {
		
	}

	/* 1400 */
	@media (max-width: 1399px) {
		.opening-background img {
			width: 250px;
		}
		.opening-image {
			width: 450px
		}
		.opening-image-shape {
			width: 450px;
			height: 450px;
		}
		.opening-content {
			padding-right: 50px;
		}
		.benefits-background img {
			width: 150px;
		}
		.features-flex-arrows {
			right: 30px;
			left: 30px;
		}
		.features-flex-arrow::before {
			width: 98px;
			height: 175px;
		}
		.features-flex-arrow::after {
			width: 35px;
			height: 63px;
		}
		.products-item-box {
			height: 35vw;
		}
		.target-content {
			padding-right: 50px;
		}
	}

	/* 1200 */
	@media (max-width: 1199px) {
		body {
			font-size: 25px;
		}
		.site-header {
			padding: 10px 20px;
			height: 65px;
		}
		.header-logo {
			width: 230px;
		}
		.mainmenu-wrapper {
			margin-left: 30px;
		}
		.hamburger {
			width: 45px;
			height: 30px;
		}
		.social-wrapper a {
			width: 45px;
			height: 45px;
		}
		.social-wrapper a img {
			width: 25px;
		}
		.social-wrapper a + a {
			margin-right: 5px;
		}
		.mainmenu {
			top: 80px;
			height: calc(100vh - 65px - 20px);
			width: 250px;
			padding-right: 50px;
		}
		.mainmenu ul li {
			margin: 20px 0;
		}
		.mainmenu ul li a::before {
			right: -20px;
			width: 20px;
			height: 35px;
		}
		.mainmenu ul li a:hover::before {
			right: -10px
		}
		.hero {
			margin-top: 65px;
			height: calc(100vh - 65px);
		}
		.hero-content {
			max-width: 450px;
		}
		.hero-image {
			width: 120px;
		}
		.hero-title {
			font-size: 50px;
		}
		.hero-text {
			font-size: 30px;
		}
		.hero-button {
			width: 300px;
			padding: 12px 0;
		}
		.hero-slider .slick-dots li button {
			border-width: 4px;
			width: 22px;
			height: 22px;
		}
		.opening {
			padding: 100px 20px 50px;			
		}
		.opening-image {
			width: 350px
		}
		.opening-image-shape {
			width: 350px;
			height: 350px;
		}
		.opening-title {
			font-size: 50px;
		}
		.opening-title-flex img {
			width: 60px;
		}
		.opening-background img {
			width: 150px;
		}
		.benefits {
			padding: 100px 20px 50px;
		}
		.benefits-title {
			font-size: 50px;
			margin-bottom: 30px;
		}
		.benefits-item-shape {
			width: 100px;
			height: 100px;
		}
		.benefits-flex {
			font-size: 100%;
			margin-bottom: 100px;
		}
		.benefits-item-text {
			top: 50px;
			width: 150px;
		}
		.benefits-item-inside {
			height: 250px;
		}
		.benefits-item-nav {
			width: 50px;
			height: 50px;
		}
		.benefits-arrow img {
			width: 70px;
		}
		.benefits-background {
			bottom: 5%;
		}
		.benefits-background img {
			width: 100px;
		}
		.features {
			padding: 50px 20px 20px;
		}
		.features-title {
			font-size: 35px;
		}
		.features-flex-arrows {
			display: none;
		}
		.features-item-title {
			margin-bottom: 30px;
		}
		.features-item-shape {
			width: 100px;
			height: 100px;
		}
		.features-item-shape img {
			max-width: 100%;
			max-height: 100%;
		}
		.features-item-text {
			font-size: 90%;
		}
		.features-item-nav {
			width: 50px;
			height: 50px;
		}
		.products {
			padding: 50px 0 30px;
		}
		.products-title-wrapper {
			margin-bottom: 30px;
		}
		.products-title-wrapper img {
			width: 40px;
			margin-bottom: 10px;
		}
		.products-title {
			font-size: 50px;
		}
		.products-item-box {
			height: 30vw;
			margin-bottom: 20px;
		}
		.products-item-title {
			font-size: 120%;
		}
		.products-button-wrapper button {
			font-size: 120%;
			width: 400px;
			padding: 15px;
		}
		.target-title {
			font-size: 50px;
		}
		.target-image {
			width: 200px;
			padding-right: 30px;
		}
		.clients-title {
			font-size: 50px;
		}
		.clients-item {
			height: 70px;
		}
		.clients-item img {
			max-width: 100%;
		}
		.about-content {
			font-size: 100%;
		}
		.about-content p:not(:last-of-type) {
			margin-bottom: 10px;
		}
		.about-form,
		.about-form-popup.active .about-form {
			width: 420px;
			margin: 0 auto;
		}
		.about-form-title-wrapper,
		.about-form-place {
			width: 100%;
			margin-bottom: 15px;
		}
		.about-form-title-wrapper img {
			width: 40px;
			margin-bottom: 15px;
		}
		.about-form-title, .about-form-phone {
			font-size: 120%;
		}
		.input-wrapper {
			width: 100%;
			margin-bottom: 10px;
		}
		.about-form-popup.active .input-wrapper {
			width: 100%;
		}
		.wpcf7-form-control {
			font-size: 100%;
		}
		.site-footer {
			padding: 50px 20px;
		}
		.footer-contact {
			width: 450px;
			margin-bottom: 30px;
		}
		.footer-app {
			width: 330px;
		}
		.footer-social {
			width: 50%;
		}
	}

	/* 992 */
	@media (max-width: 991px) {
		body {
			font-size: 22px;
		}
		.hero-image {
			width: 90px;
		}
		.hero-title,
		.opening-title,
		.benefits-title,
		.products-title,
		.target-title,
		.clients-title {
			font-size: 40px;
		}
		.hero-text {
			font-size: 120%;
		}
		.opening {
			padding: 50px 20px 80px;
		}
		.opening-background,
		.benefits-background {
			display: none
		}
		.opening-content {
			padding-right: 0;
			margin-bottom: 70px;
		}
		.opening-title-flex img {
			width: 45px;
		}
		.benefits {
			padding: 50px 20px 30px;
		}
		.benefits-flex {
			-webkit-box-pack: center!important;
			justify-content: center!important;
			margin-bottom: 50px;
		}
		.benefits-item {
			width: 33.333%;
			padding: 0 15px;
		}
		.benefits-item-inside {
			height: 200px;
		}
		.benefits-item-shape {
			width: 80px;
			height: 80px;
		}
		.benefits-item-text {
			opacity: 1;
			visibility: visible;
			transform: none;
			position: relative;
			top: 0;
			right: 0;
			width: 100%;
		}
		.benefits-item-title {
			margin-bottom: 5px;
		}
		.benefits-item:hover .benefits-item-shape {
			opacity: 1;
		}
		.benefits-item-nav {
			display: none;
		}
		.features-title {
			font-size: 120%;
		}
		.features-item-nav {
			display: none;
		}
		.features-item {
			width: 50%;
			padding: 0 15px;
			margin-bottom: 0;
			height: 280px;
		}
		.features-item-text {
			position: relative;
			top: 0;
			transform: none;
			opacity: 1;
			visibility: visible;
		}
		.features-item:hover .features-item-shape {
			opacity: 1;
		}
		.features-item-title {
			margin-bottom: 10px;
		}
		.features-item-shape-wrapper {
			position: static;
		}
		.features-item-inside {
			padding-top: 95px;
		}
		.features-item-shape {
			position: absolute;
			top: 0;
			right: 50%;
			transform: translateX(50%);
			width: 80px;
			height: 80px;
			margin-bottom: 0;
		}
		.products-flex {
			max-width: 500px;
			margin: 0 auto;
		}
		.products-item {
			width: 100%;
		}
		.products-item-content {
			opacity: 1;
		}
		.products-item-content div {
			padding: 15px;
		}
		.products-item-box {
			height: 40vw;
			margin-bottom: 15px;
		}
		.products-item-title {
			font-weight: 500;
			margin-bottom: 10px;
		}
		.products-button-wrapper {
			display: none;
		}
		.products-item-button-mobile {
			display: block;
		}
		.products-item-button-mobile button {
			background-color: #007c97;
	    color: #ffffff;
	    font-size: 120%;
	    font-weight: 700;
	    letter-spacing: -1px;
	    padding: 12px;
	    border-radius: 10px;
	    width: 320px;
	    max-width: 100%;
	    margin-bottom: 10px;
		}
		.products-item-button-mobile p {
			font-weight: 700;
		}
		.target-image {
			display: none;
		}
		.target-content {
			padding-right: 40px;
		}
		.target-item:not(:last-of-type) {
			margin-bottom: 20px;
		}
		.target-item::before {
			width: 30px;
			height: 30px;
			right: -10px;
			top: -2px;
		}
		.target-items {
			margin-bottom: 30px;
		}
		.clients {
			padding: 20px 0 30px 0;
		}
		.clients-item {
			padding: 0 10px;
		}
		.about-flex {
			flex-wrap: wrap;
		}
		.about-arrow {
			display: none;
		}
		.about-content {
			width: 100%;
		}
		.about-form {
			width: 450px;
			max-width: 100%;
			margin: 0 auto;
		}
		.site-footer {
			font-size: 90%;
		}
		.footer-bold {
			font-size: 110%;
			margin-bottom: 10px;
		}
		.footer-app a img {
			width: 120px;
		}
		.footer-contact {
			width: 360px;
		}
		.footer-app {
			width: 250px;
		}
		.upbutton img {
			width: 50px;
		}
	}

	/* 768 */
	@media (max-width: 767px) {
		.header-logo {
			width: 150px;
		}
		.hamburger {
			width: 40px;
			height: 25px;
		}
		.social-wrapper a {
			width: 35px;
			height: 35px;
		}
		.social-wrapper a img {
			width: 20px;
		}
		.social-wrapper a + a {
			margin-right: 1px
		}
		.mainmenu-wrapper {
			margin-left: 20px;
		}
		.site-header {
			height: 55px;
		}
		.hero {
			margin-top: 55px;
			height: calc(100vh - 55px);
		}
		.hero-button {
			width: 260px;
		}
		.mainmenu {
			top: 70px;
			height: calc(100vh - 55px - 20px);
			padding-right: 20px;
			width: 200px;
		}
		.mainmenu ul li a::before {
			display: none;
		}
		.opening-image {
			width: 300px;
		}
		.opening-image-shape {
			width: 300px;
			height: 300px;
		}
		.benefits-item {
			width: 50%;
		}
		.features {
			font-size: 100%;
		}
		.features-title {
			line-height: 1;
			margin-bottom: 10px;
		}
		.features-item {
			width: 100%;
			height: auto;
			margin-bottom: 50px;
		}
		.products-item-box {
			height: 60vw;
		}
		.about {
			padding: 30px 20px;
		}
		.footer-contact {
			width: 100%;
		}
		.footer-social {
			width: 120px;
		}
		.footer-social a img {
			width: 35px
		}
		.footer-social a + a {
			margin-right: 5px;
		}
	}

	/* 576 */
	@media (max-width: 575px) {
		.benefits-item {
			width: 100%;
			margin-bottom: 30px;
		}
		.benefits-item-inside {
			height: auto;
		}
		.benefits-flex {
			margin-bottom: 30px;
		}
		.hero-title, .opening-title, .benefits-title, .products-title, .target-title, .clients-title {
			font-size: 35px;
		}
		.hero-content {
			max-width: 310px;
		}
		.hero-text {
			font-size: 100%;
		}
		.opening-title-flex img {
			width: 40px;
		}
		.products {
			padding: 50px 20px 30px;
		}
		.products-button-wrapper button {
			width: 350px;
			padding: 12px;
		}
		.products-item-button-mobile button {
	    font-size: 110%;
	    letter-spacing: 0;
	    padding: 10px;
	    margin-bottom: 5px;
	    width: 280px;
		}
		.products-item-button-mobile p {
			font-size: 90%;
		}
		.wpcf7 form .wpcf7-response-output {
			font-size: 70%;
			padding-top: 5px;
		}
	}

	/* 480 */
	@media (max-width: 479px) {
		.footer-contact,
		.footer-app,
		.footer-social {
			margin-bottom: 20px;
		}
		.about-form-popup.active .about-form {
			padding: 40px 15px 20px;
		}
		.about-form-popup.active .closePopup img {
			width: 25px;
		}
		.contact {
			padding: 40px 20px 30px;
		}
		.homepage.thank .contact {
			padding: 30px 20px;
		}
	}

	/* 380 */
	@media (max-width: 379px) {
		body {
			font-size: 20px;
		}
		.site-header {
			height: 55px;
		}
		.hero {
			margin-top: 55px;
			height: calc(100vh - 55px);
			min-height: 450px;
		}
		.mainmenu {
			top: 65px;
			height: calc(100vh - 55px - 20px);
			min-height: 450px;
		}
		.header-logo {
			width: 130px;
		}
		.header-menusocial {
			padding-top: 5px;
		}
		.hamburger {
			width: 30px;
			height: 20px;
		}
		.mainmenu-wrapper {
			margin-left: 10px
		}
		.social-wrapper a {
			width: 26px;
			height: 26px;
		}
		.social-wrapper a + a {
			margin-right: -1px;
		}
		.social-wrapper a img {
			width: 14px;
		}
		.hero-title, .opening-title, .benefits-title, .products-title, .target-title, .clients-title {
			font-size: 30px;
			letter-spacing: -1px;
		}
		.hero-image {
			width: 70px;
			margin-bottom: 15px;
		}
		.hero-slider .slick-dots {
			bottom: 20px;
		}
		.hero-slider .slick-dots li {
			margin: 0 3px;
		}
		.hero-slider .slick-dots li button {
			border-width: 3px;
			width: 17px;
			height: 17px;
		}
		.hero-button {
			width: 240px;
			padding: 10px;
		}
		.opening {
			padding: 30px 20px 50px;
		}
		.opening-title-flex img {
			width: 35px;
			margin-left: 15px;
		}
		.opening-image {
			width: 260px;
		}
		.opening-image-shape {
			width: 260px;
			height: 260px;
		}
		.benefits-title {
			margin-bottom: 10px;
		}
		.benefits-item-shape {
			width: 60px;
			height: 60px;
			margin-bottom: 10px;
		}
		.benefits-flex {
			margin-bottom: 10px;
		}
		.benefits-arrow img {
			width: 50px;
		}
		.benefits {
			padding: 30px 20px;
		}
		.features {
			padding: 30px 20px 10px;
		}
		.features-text {
			margin-bottom: 40px;
		}
		.features-item-shape {
			width: 60px;
			height: 60px;
		}
		.features-item-inside {
			padding-top: 70px;
		}
		.features-item {
			margin-bottom: 30px;
		}
		.products {
			padding: 30px 20px;
		}
		.products-title-wrapper img {
			width: 25px;
			margin-bottom: 5px;
		}
		.products-item-box {
			height: 65vw;
			margin-bottom: 10px;
		}
		.products-item-content div {
			font-size: 90%;
			padding: 10px;
		}
		.products-item {
			margin-bottom: 20px;
		}
		.products-items {
			margin-bottom: 10px
		}
		.products-button-wrapper button {
			width: 250px;
			font-size: 110%;
			padding: 10px;
		}
		.target {
			padding: 30px 20px;
		}
		.target-content {
			padding-right: 32px;
		}
		.target-item::before {
			width: 25px;
			height: 25px;
			right: -7px;
		}
		.clients-title {
			margin-bottom: 15px;
		}
		.clients-slider .slick-arrow {
			width: 21px;
			height: 35px;
		}
		.clients-slider .slick-list {
			margin: 0 30px;
		}
		.about-form-title-wrapper img {
			width: 25px;
			margin-bottom: 10px;
		}
		.about-form-title, .about-form-phone {
			font-size: 105%;
		}
		.input-wrapper {
			margin-bottom: 7px;
		}
		.site-footer {
			padding: 30px 20px;
		}
		.footer-contact,
		.footer-app,
		.footer-social,
		.footer-upbutton {
			width: 100%;
		}
		.footer-app,
		.footer-social,
		.footer-upbutton {
			text-align: center
		}
		.footer-app a img {
			width: 100px;
		}
		.footer-upbutton img {
			width: 40px;
		}
		.footer-bold {
			margin-bottom: 5px;
		}
	}