* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: black;
}
/*header {*/
/*	background-color: #93c01f;*/
/*	height: 53px;*/
/*	font-family: 'NunitoSansBold', Arial, sans-serif;*/
/*	color: #ffffff;*/
/*	font-weight: 400;*/
/*	display: flex;*/
/*	justify-content: space-between;*/
/*	padding: 18px 175px;*/
/*}*/
/*header a,*/
footer a {
	color: #ffffff;
}

.detail_intro a:visited,
.second_footer a:visited {
	color: #ffffff !important;
}
hr {
	width: 85px;
	height: 7px;
	background-color: #93c01f;
	margin: 6px auto 30px;
	border: 0;
}
section {
	width: 100%;
}
button:hover {
	cursor: pointer;
}
.contacts {
	display: flex;
}
.phone,
.email {
	display: flex;
}
.phone .contact_text {
	margin-left: 10px;
}
.email {
	margin-left: 32px;
}
.email .contact_text {
	margin-left: 16px;
}
.socials {
	margin-top: -2px;
}
.socials img {
	margin: 0 10px;
}
.head_logo_wrapper {
	display: flex;
	justify-content: space-around;
	margin: 23px;
}
.head_logo_wrapper img {
	width: 395px;
}
/*nav {*/
/*	margin-top: 32px;*/
/*	border-top: 1px solid #c3c3c3;*/
/*	border-bottom: 1px solid #c3c3c3;*/
/*	font-family: 'NunitoSansExtrabold', Arial, sans-serif;*/
/*	font-size: 14px;*/
/*	!*height: 56px;*!*/
/*	display: flex;*/
/*	justify-content: space-around;*/
/*	z-index: 40;*/
/*}*/
/*nav ul {*/
/*	list-style: none;*/
/*	display: flex;*/
/*	justify-content: space-around;*/
/*	height: 100%;*/
/*	!* padding: 0 300px; *!*/
/*}*/
/*nav ul li {*/
/*	padding-top: 18px;*/
/*	width: 109px;*/
/*	height: 100%;*/
/*	!* margin: 0 40px; *!*/
/*	!* margin-left: -36px; *!*/
/*	text-align: center;*/
/*	white-space: nowrap;*/
/*}*/
/*nav ul li img {*/
/*	margin-left: 2px;*/
/*}*/
/*nav ul li.current-menu-item {*/
/*	border-top: 2px solid #93c01f;*/
/*	!* margin-left: 30px;    *!*/
/*}*/
.intro {
	font-family: 'NunitoSansRegular', Arial, sans-serif;
}
.intro .wrapper {
	position: relative;
	width: 100%;
	padding-left: 240px;
	z-index: 2;
}
.headind-text_wrapper {
	margin-top: 76px;
}
.intro h1 {
	font-size: 54px;
	transform-origin: 0 100%;
	transform: scale(1.013, 0.98);
	line-height: 1.27;
	letter-spacing: -0.2px;
	z-index: 30;
	position: relative;
}
.intro p {
	font-size: 19px;
	max-width: 560px;
	line-height: 1.4;
}
.paragraphs-text_wrapper {
	margin-top: 19px;
	margin-left: 1px;
}
.section-footer {
	margin-top: 43px;
	width: 100%;
	height: 126px;
	background-color: #93c01f;
	padding: 39px 242px;
}
.intro button {
	background-color: #fff;
	height: 45px;
	width: 210px;
	border: 0;
	border-radius: 2px;
	font-family: 'NunitoSansBold', Arial, sans-serif;
	font-size: 14px;
	color: #93c01f;
}
.intro-img_wrapper {
	position: absolute;
	right: 93px;
	top: 294px;
	transform: scale(1.06);
	z-index: 0;
}
.offers-section {
	padding: 63px 63px 0 63px;
}
.offers-section h2 {
	font-family: 'NunitoSansExtrabold', Arial, sans-serif;
	text-align: center;
	font-size: 29px;
}
.offers_wrapper {
	padding: 28px 175px;
}
.offers_list {
	display: flex;
	justify-content: space-evenly;
	padding: 4px 0px;
}
.offer-img_wrapper {
	padding: 36px 30px 25px 30px;
	min-height: 280px;
}
.offer-img_wrapper h3 {
	text-align: center;
	font-family: 'NunitoSansBold', Arial, sans-serif;
	margin-top: 21px;
}
.offer-img_wrapper .img_wrapper {
	display: flex;
	justify-content: space-around;
	/*margin: 0px 98px;*/
}
.offer-img_wrapper img {
	transform: scale(1.06);
}
.offer:nth-child(2) {
	/*margin: 25px 7px;*/
	margin-top: 25px;
	margin-right: 7px;
	margin-left: 7px;
}
.offer:nth-child(1) .offer-img_wrapper {
	background-color: rgba(4, 131, 186, 0.1);
}
.offer:nth-child(2) .offer-img_wrapper {
	background-color: rgba(232, 124, 111, 0.1);
}
.offer:nth-child(3) .offer-img_wrapper {
	background-color: rgba(157, 134, 191, 0.1);
}
.offer-description_wrapper {
	display: flex;
	justify-content: center;
}
.offer p {
	padding: 17px 0px;
	font-family: 'NunitoSansSemibold', Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	max-width: 322px;
	line-height: 1.59;
}

.services .information p{
	color: #ffffff;
}
.order_button {
	border: 0;
	background-color: #93c01f;
	color: #ffffff;
	font-family: 'NunitoSansBold', Arial, sans-serif;
	font-size: 14px;
	border-radius: 4px;
}
.offer button {
	height: 36px;
	width: 210px;
	margin: 4px auto;
}
.button_wrapper {
	display: flex;
	justify-content: space-around;
}
.serp-section {
	background-color: rgba(147, 192, 31, 0.1);
	margin: 37px 0;
	padding-top: 53px;
	padding-bottom: 53px;
}
.serp-section h2 {
	text-align: center;
	font-family: 'NunitoSansBold', Arial, sans-serif;
	font-size: 29px;
	letter-spacing: 0.28px;
}
.serp-section hr {
	margin-top: 4px;
}
.serp-img_wrapper {
	display: flex;
	justify-content: space-around;
}
.serp-section img {
	margin-top: 30px;
	transform: scale(1.05);
}
.serp-section h3 {
	text-align: center;
	font-family: 'NunitoSansBold', Arial, sans-serif;
	font-size: 19px;
	margin-top: 18px;
}
.serp-section p {
	font-family: 'NunitoSansSemibold', Arial, sans-serif;
	text-align: center;
	margin: 14px auto;
	letter-spacing: 0.23px;
	font-size: 14px;
	max-width: 884px;
	line-height: 1.6;
}
.serp-section button {
	margin: 6px;
	height: 37px;
	width: 267px;
}
.special {
	padding-bottom: 71px;
}
.special-heading_wrapper {
	display: flex;
	justify-content: center;
	margin-top: 45px;
}
.special img {
	transform: scale(1.05);
	margin: 0 33px;
}
.special h2 {
	font-family: 'NunitoSansExtrabold', Arial, sans-serif;
	text-align: center;
	font-size: 29px;
	margin-top: 44px;
}
.special p {
	text-align: center;
	font-family: 'NunitoSansSemibold', Arial, sans-serif;
	margin-top: 16px;
	letter-spacing: 0.3px;
	font-size: 14px;
	max-width: 794px;
	line-height: 1.7;
}
.special button {
	margin-top: 19px;
	width: 367px;
	height: 38px;
}

.text_wrapper {
	display: flex;
	justify-content: center;
	margin-top: -3px;
}
.stats {
	background-color: #93c01f;
	color: #ffffff;
	padding: 0 155px;
	display: flex;
	justify-content: space-around;
}
#mk-boxed-layout .stats p{
	color: #ffffff;
}
.stats hr {
	border: 0;
	background-color: #ffffff;
	height: 174px;
	width: 1px;
	margin: 46px -28px;
}
.stat {
	max-width: 257px;
	width: 257px;
	padding-top: 44px;
	padding-bottom: 20px;
}
.stat p {
	text-align: center;
	max-width: 253px;
}
.stat-name {
	font-family: 'NunitoSansBold', Arial, sans-serif;
	font-size: 19px;
}
.stat-description {
	font-family: 'NunitoSansRegular', Arial, sans-serif;
	font-size: 14px;
	margin-top: 3px;
	line-height: 1.56;
	letter-spacing: 0.3px;
}
.stat-description_wrapper {
	display: flex;
	justify-content: space-around;
}

/* .stat:nth-child(3) .stat-description {
	max-width: 210px;
}
.stat:nth-child(5) .stat-description {
	max-width: 154px;
}
.stat:nth-child(7) .stat-description {
	max-width: 134px;
} */
.stat-value {
	font-family: 'NunitoSansExtrabold', Arial, sans-serif;
	font-size: 53px;
	margin-top: 13px;
}
.stat-value-description {
	font-family: 'NunitoSansBold', Arial, sans-serif;
	font-size: 19px;
	margin-top: -4px;
}
.news h2 {
	text-align: center;
	margin-top: 62px;
	font-family: 'NunitoSansBold', Arial, sans-serif;
	font-size: 29px;
	letter-spacing: 0.28px;
}
.news {
	padding-bottom: 44px;
}
.news_wrapper {
	display: flex;
	justify-content: center;
}
.article {
	max-width: 362px;
	border-radius: 3px;
	/* margin: 36px 21px;*/
	margin: 36px 29px;
	-webkit-box-shadow: 0px 0px 13px -7px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 13px -7px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 13px -7px rgba(0, 0, 0, 0.75);
	padding-bottom: 34px;
}
.article img {
	object-fit: cover;
	width: 100%;
	height: 180px;
	border-radius: 3px 3px 0 0;
}
.article-text_wrapper {
	/* padding: 16px 0 0 25px; */
	padding: 16px 5px 0px 15px;
}
.article h5 {
	font-family: 'NunitoSansBold', Arial, sans-serif;
	font-size: 19px;
	max-width: 367px;
}
.article .date {
	font-family: 'NunitoSansSemiold', Arial, sans-serif;
	font-size: 11px;
	margin-top: 9px;
}
.article .article-description {
	font-family: 'NunitoSansLight', Arial, sans-serif;
	font-size: 14px;
	margin-top: 13px;
}
.article .author {
	font-family: 'NunitoSansRegular', Arial, sans-serif;
	font-size: 9px;
	margin: 25px 0px 0px 21px;
}
.clients {
	background-color: #f3f3f3;
	padding-top: 41px;
}
.clients h2 {
	text-align: center;
	font-family: 'NunitoSansBold', Arial, sans-serif;
	font-size: 29px;
	letter-spacing: 0.28px;
}
.clients_wrapper {
	display: flex;
	justify-content: space-around;
	padding: 0 175px;
}
.client {
	margin: 30px;
	/* set to 100% */
	height: 69px;
}
.client img {
	filter: grayscale(100%);
	transition: .2s;
	object-fit: cover;
	height: 100%;
}
.client img:hover {
	filter: grayscale(0%);
}
footer {
	width: 100%;
}
.first_footer {
	background-color: #4a4a4a;
	width: 100%;
	padding: 39px 0 0 184px;
	min-height: 320px; /*Remove on prod*/
	margin-top: -2px;
	font-size: 14px;
}
.footer-img {
	transform: scale(1.05);
}
.second_footer {
	background-color: #93c01f;
	color: #FFFFFF;
	font-family: 'NunitoSansLight', Arial, sans-serif;
	font-size: 14px;
	padding: 23px 0 22px 177px;
}
.second_footer a {
	color: #ffffff;
}

.topnav {
	display: none;
}
/* BURGER */
.bar1,
.bar2,
.bar3 {
	width: 35px;
	height: 5px;
	background-color: #333;
	margin: 6px 0;
	transition: 0.4s;
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
	opacity: 0;
}
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}

/* DETAIL PAGE */
.detail_intro {
	display: inline-block;
	position: relative;
}
.detail_intro img {
	width: 100%;
	height: 200px;
}
.detail_intro img + .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.detail_intro h1 {
	text-align: center;
	color: #ffffff;
	font-family: 'NunitoSansBold', Arial, sans-serif;
	font-size: 53px;
	margin-top: 52px;
	margin-bottom: 0;
}
.detail_intro p {
	color: #ffffff;
	font-family: 'NunitoSansRegular', Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 12px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
.detail_intro .content p a {
	color: #ffffff;
}
.centred_main_information {
	display: flex;
	justify-content: space-around;
	text-align: center;
	margin: 0 20%;
}
.centred_main_information p {
	font-family: 'NunitoSansSemibold', Arial, sans-serif;
	font-size: 19px;
	margin: auto;
}
.centred_main_information p:first-child {
	max-width: 779px;
	margin-top: 68px;
	letter-spacing: -0.1px;
	line-height: 1.42;
}
.centred_main_information p:nth-child(2) {
	max-width: 801px;
	margin-top: 27px;
	letter-spacing: -0.1px;
	line-height: 1.42;
}
.centred_main_information h2 {
	font-family: 'NunitoSansBold', Arial, sans-serif;
	margin-top: 55px;
	font-size: 29px;
	letter-spacing: 0.28px;
}
.information {
	display: flex;
	margin-top: 20px;
}
.information .img_container {
	margin-left: 198px;
}
.information .img_container img {
	transform: scale(1.05);
}
.green_text {
	color: #93c01f;
	font-family: 'NunitoSansSemibold', Arial, sans-serif;
	font-size: 19px;
	max-width: 709px;
	line-height: 1.33;
	letter-spacing: 0.06px;
}
.information_text_container {
	margin-left: 77px;
	margin-top: -4px;
}
.big_text {
	font-family: 'NunitoSansSemibold', Arial, sans-serif !important;
	font-size: 30px !important;
}
.information ul {
	margin-top: 36px;
	list-style-image: url('/wp-content/themes/jupiter/imgs/list_mark.png');
	list-style-position: inside;
	font-family: 'NunitoSansSemibold', Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.3px;
	max-width: 900px;
}
.information ul li {
	margin-bottom: 11px;
	/*height: 21px;*/
}
.information ul li > span {
	margin-left: 7px;
	max-width: 709px;
}
.conclusion_block {
	display: flex;
	margin-top: 66px;
}
.conclusion_block p {
	font-family: 'NunitoSansRegular', Arial, sans-serif;
	font-size: 19px;
	margin-left: 38px;
	max-width: 440px;
	margin-top: -7px;
	line-height: 1.4;
}
.conclusion_block img {
	width: auto;
	max-height: 100px;
}
.main_informaion .button_wrapper {
	margin-top: 56px;
}
.main_informaion button {
	height: 36px;
	width: 365px;
}
.problems {
	background-color: #f3f3f3;
	margin-top: 52px;
	padding-top: 32px;
	padding-bottom: 24px;
}
.problems h2 {
	text-align: center;
	font-family: 'NunitoSansBold', Arial, sans-serif;
	margin-top: 19px;
	font-size: 29px;
	letter-spacing: 0.28px;
}
.problems_content {
	display: flex;
	margin-top: 30px;
}
.problems_text {
	margin-left: 296px;
	max-width: 687px;
}
.problems ul {
	margin-top: 20px;
	margin-left: 24px;
	list-style-image: url('/wp-content/themes/jupiter/imgs/list_mark.png');
	list-style-position: outside;
	font-family: 'NunitoSansSemibold', Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.3px;
}
.problems ul li {
	margin-bottom: 12px;
	padding-left: 8px;
}
.problems .problems_img {
	margin-left: 17px;
	margin-top: 24px;
}
.problems_img {
	transform: scale(1.05);
}
.services {
	display: inline-block;
	position: relative;
}
.services img {
	width: 100%;
}
.services img + .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.services h2 {
	text-align: center;
	font-family: 'NunitoSansBold', Arial, sans-serif;
	margin-top: 51px;
	font-size: 29px;
	letter-spacing: 0.28px;
	color: #ffffff;
}
.services .information_text_container {
	margin-top: 13px;
	color: #ffffff;
}
.services .information_text_container ul {
	margin-left: -2px;
	font-family: 'NunitoSansRegular', Arial, sans-serif;
}
.services .information_text_container ul:first-child {
	margin-top: -2px;
}
.services .information_text_container ul li {
	margin-bottom: 9px;
}
.services .information_text_container p {
	margin: 35px 0 42px;
	font-family: 'NunitoSansRegular', Arial, sans-serif;
	font-size: 18px;
	max-width: 709px;
}
.detail_contacts {
	display: inline-block;
	position: relative;
	margin-top: -4px;
	height: auto;
}
.detail_contacts > img {
	width: 100%;
	margin-bottom: -4px;
}
.detail_contacts img + .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.detail_contacts h2 {
	text-align: center;
	font-family: 'NunitoSansBold', Arial, sans-serif;
	margin-top: 42px;
	font-size: 36px;
	letter-spacing: 0.4px;
	color: #ffffff;
}
.contacts_list {
	display: flex;
	justify-content: space-evenly;
	margin: 12px auto;
	max-width: 950px;
}
.contacts_list > * {
	margin: 0 10px;
}
.contacts_list hr {
	height: 110px;
	width: 4px;
	background-color: #ffffff;
}
.contact {
	width: 362px;
}
.contact_phone a {
	font-family: 'NunitoSansSemibold', Arial, sans-serif;
	font-size: 29px;
	color: #ffffff;
}
.contact .img_wrapper {
	display: flex;
	justify-content: center;
}
.contact_wrapper {
	margin-top: 22px;
	display: flex;
	justify-content: space-around;
}
.contact_wrapper button {
	background-color: #fff;
	height: 37px;
	width: 362px;
	border: 0;
	border-radius: 2px;
	font-family: 'NunitoSansBold', Arial, sans-serif;
	font-size: 14px;
	color: #93c01f;
}
.stats p {
	margin-bottom: 0;
}
.second_footer a {
	color: #ffffff;
}
nav ul {
	margin: 0;
}
ul.sub-menu {
	display: none;
}
a:visited {
	color: black;
}
div#search {
	position: absolute;
}
/*li.menu-item-has-children > a:after {*/
/*	content: url('/wp-content/themes/jupiter/imgs/arrow_down.png');*/
/*}*/
.bar1,
.bar2,
.bar3 {
	width: 35px;
	height: 5px;
	background-color: #333;
	margin: 6px 0;
	transition: 0.4s;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}

/* RAYON PAGE */

.rayon.main_informaion .centred_main_information p:first-child {
	max-width: 744px;
	margin-top: 71px;
}
.rayon.main_informaion .information .img_container {
	margin-left: 206px;
	margin-top: -3px;
}
.rayon.main_informaion .information_text_container {
	margin-left: 87px;
	margin-top: 4px;
}
.rayon.main_informaion .information_text_container > p {
	font-family: 'NunitoSansSemibold', Arial, sans-serif;
	font-size: 14px;
	max-width: 731px;
	letter-spacing: 0.3px;
	line-height: 1.56;
}
.rayon.main_informaion .information_text_container p:nth-child(2) {
	margin-top: 24px;
}
.rayon.main_informaion .conclusion_block p:first-child {
	margin-top: 0;
	font-family: 'NunitoSansSemibold', Arial, sans-serif;
	font-size: 25px;
}
.rayon.main_informaion .conclusion_block p:nth-child(2) {
	margin-top: 9px;
}
.rayon.main_informaion button {
	width: 244px;
}
.rayon.main_informaion {
	padding-bottom: 52px;
}
.rayon.problems p {
	margin-left: 9px;
	margin-top: 31px;
	text-align: center;
	max-width: 718px;
	font-family: 'NunitoSansSemibold', Arial, sans-serif;
	font-size: 15px;
	line-height: 1.5;
}
.rayon.problems .text_wrapper + .text_wrapper p {
	margin-left: 24px;
	margin-top: 13px;
	font-family: 'NunitoSansBold', Arial, sans-serif;
}
.rayon.problems {
	margin-top: 0;
	padding-bottom: 39px;
}
.rayon.problems h2 {
	margin-top: 21px;
}
.hr_img_wrapper {
	display: flex;
	justify-content: space-around;
	padding-top: 41px;
	padding-bottom: 3px;
}
.hr_img_wrapper img {
	transform: scale(1.09);
}
.rayon.problems ul li {
	padding-left: 9px;
}
.rayon.problems .problems_content + .problems_content .problems_img {
	margin-left: 198px;
	margin-top: -12px;
}
.rayon.problems .problems_content + .problems_content .problems_text {
	margin-left: 75px;
	margin-top: 50px;
}
.rayon.problems .problems_content + .problems_content .problems_text ul li {
	padding-left: 12px;
	max-width: 605px;
}
.rayon.problems .problems_content:last-child {
	margin-left: 222px;
	margin-top: 51px;
}
.rayon.problems .problems_content:last-child p {
	font-family: 'NunitoSansRegular', Arial, sans-serif;
	text-align: left;
	margin-top: 19px;
	margin-left: 0;
	max-width: 611px;
	letter-spacing: -0.05px;
}
.rayon.problems .problems_content:last-child button {
	height: 36px;
	width: 286px;
	margin-top: 26px;
}
.rayon.problems .problems_content:last-child .problems_img {
	margin-top: -16px;
	margin-left: 95px;
}
.points_wrapper {
	display: flex;
	justify-content: space-around;
}
.points {
	padding-top: 50px;
}
.points h2 {
	font-family: 'NunitoSansExtrabold', Arial, sans-serif;
	font-size: 29px;
	margin-left: 7px;
}
.points_wrapper {
	padding: 39px 174px 44px;
}
.point {
	margin: 0 5px;
	text-align: center;
}
.point h5 {
	font-family: 'NunitoSansBold', Arial, sans-serif;
	font-size: 22px;
	margin-top: 27px;
}
.point p {
	font-family: 'NunitoSansSemibold', Arial, sans-serif;
	font-size: 15px;
	margin-top: 18px;
	max-width: 211px;
	line-height: 1.49;
	letter-spacing: 0.3px;
}
.point img {
	transform: scale(1.05);
}
.point .img_wrapper {
	display: flex;
	justify-content: space-around;
}
.offer h3{
	font-size: 1.17em;
}

.centred_vide{
	display: flex;
	justify-content: space-around;
	/*text-align: center;*/
	margin: 20px 10%;
}


/* qui_sommes_nous */
.qui_section {
	background-image: url(/wp-content/themes/jupiter/imgs/green_lined_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 53px;
}
.qui.main_informaion {
	padding-bottom: 28px;
}
.qui.main_informaion h2 {
	margin-top: 71px;
}
.qui.main_informaion .information_text_container p {
	font-family: 'NunitoSansSemibold', Arial, sans-serif;
	font-size: 14px;
	margin-top: 18px;
	line-height: 1.49;
	letter-spacing: 0.3px;
	max-width: 709px;
}
.qui.main_informaion .information_text_container {
	margin: 19px 0 0 93px;
}
.qui.main_informaion .button_wrapper {
	margin-top: 38px;
	display: block;
	padding-left: 24px;
}
.qui.main_informaion .button_wrapper button {
	height: 36px;
	width: 276px;
}
.qui.main_informaion .img_container {
	margin-top: 7px;
}
.qui.problems {
	padding-bottom: 71px;
}

.qui.problems p {
	font-family: 'NunitoSansSemibold', Arial, sans-serif;
	font-size: 14px;
	margin-top: 18px;
	line-height: 1.49;
	letter-spacing: 0.3px;
	max-width: 709px;
	text-align: right;
}
.qui.problems .problems_text {
	margin-left: 218px;
	max-width: 730px;
}
.qui.problems .problems_img {
	margin-left: 81px;
	margin-top: -64px;
}

.qui.problems .information_text_container {
	margin-left: 0;
	padding-top: 21px;
}
.qui.main_informaion.second {
	padding-bottom: 85px;
}
.main_informaion.qui.second h2 {
	margin-top: 47px;
}
.main_informaion.qui.second p {
	margin-top: 0;
	margin-bottom: 14px;
}
.main_informaion.qui.second .information_text_container {
	margin: 0px 0 0 77px;
}
.qui.main_informaion.second .button_wrapper {
	margin-top: 70px;
	padding-left: 58px;
}
.qui.main_informaion.second .button_wrapper button {
	height: 36px;
	width: 210px;
}
.qui.main_informaion.second .img_container {
	margin-top: -13px;
}
.cards {
	background-color: #f3f3f3;
	padding-bottom: 153px;
}
.cards .centred_main_information p {
	font-family: 'NunitoSansRegular', Arial, sans-serif;
	font-size: 15px;
	margin: 30px auto;
}
.cards_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
	padding: 0 19px;
}
.card {
	margin: 15px;

	position: relative;
}
.card .img_container {
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.card .text_container {
	display: flex;
	justify-content: space-around;
	margin-top: 24px;
}
.card .text_container h5 {
	font-family: 'NunitoSansRegular', Arial, sans-serif;
	font-size: 20px;
}
.front {
	background-color: #fff;
}
.back {
	background-color: #838383;
}
.grin {
	background-color: #93c01f;
}
.front,
.back {
	padding: 29px;
	width: 100%;
}
/* FLIPPER */
.flip-container {
	perspective: 1000;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
	transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
	height: 246px;
	width: 372px;
}
.back p {
	font-family: 'NunitoSansRegular', Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
	height: fit-content;
}
.front,
.back {
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.front {
	z-index: 2;
}
.back {
	transform: rotateY(180deg);
	z-index: 99;
}
.qui.detail_contacts {
	background-image: url(/wp-content/themes/jupiter/imgs/green_lined_bg2.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 53px;
}

#theme-page>div:nth-last-child(2) {
	background-image: url(/wp-content/themes/jupiter/imgs/blue_lined_bg.png);

}

#theme-page>div:nth-child(2) {
	background-image: url(/wp-content/themes/jupiter/imgs/tetiere-neutre.png);
	margin-bottom: 30px;
}
.mk-page-section .background-layer{
	background-image: none!important;
}

.wpb_column.column_container h2{
	/*color: #ffffff!important;*/
	font-family: 'NunitoSansRegular', Arial, sans-serif!important;
	font-size: 29px!important;
	text-align: center!important;
	margin-top: 12px!important;
	letter-spacing: 0.3px!important;
	/*text-transform: uppercase!important;*/
}

.page-template-parida_template-php .menu-hover-style-1{
	display: none;
}
.page-template-parida_template-php .img-holder strong a {
	color: #93c01f;
}
