@media screen and (max-width: 1370px) {
	/* .stats {
		display: block;
		padding: 0;
	}
	.stats hr {
		border: 0;
		background-color: #ffffff;
		height: 1px;
		width: 50%;
		margin: 20px auto;
	} */
	.stat {
		margin: auto;
		max-width: 200px;
	}
	.clients_wrapper {
		display: flex;
	}
	.detail_intro h1 {
		margin-top: 35px;
	}
	.detail_contacts {
		padding-bottom: 20px;
		background-image: url('../imgs/green_cels_bg.png');
		background-repeat: no-repeat;
		background-size: cover;
	}
	.detail_contacts > img {
		display: none;
	}
	.detail_contacts img + .content {
		position: relative;
	}
	.detail_contacts h2 {
		margin-top: 15px;
	}

	.contacts_list hr {
		margin: 0 25px;
	}
	.contact_wrapper {
		display: flex;
		justify-content: space-around;
	}

	.main_informaion .information .img_container {
		margin-left: 0;
	}
	.problems_text {
		margin-left: 0;
	}
	.problems .problems_content + .problems_content .problems_img {
		margin-left: 0;
	}
	.rayon.problems .problems_content + .problems_content .problems_img {
		margin-left: 0;
	}
	.rayon.problems .problems_content + .problems_content + .problems_content {
		margin-left: 0;
	}
	.rayon.problems .problems_content + .problems_content + .problems_content .problems_text {
		margin-left: 0;
	}
	.rayon.main_informaion .img_container {
		margin-left: 0 !important;
	}
	.problems .problems_content {
		padding: 0 250px;
		justify-content: space-between;
	}
	.main_informaion {
		padding: 0 150px;
	}
	.offer {
		margin-top: 25px;
	}
}

@media screen and (max-width: 1024px) {
	* {
		box-sizing: content-box;
	}
	.cards_container * {
		box-sizing: border-box;
	}
	html {
		width: 100%;
	}
	header {
		background-color: #93c01f;
		width: 100%;
		height: 15%;
		font-family: 'NunitoSansBold', Arial, sans-serif;
		color: #ffffff;
		font-weight: 400;
		display: flex;
		padding: 18px 0;
	}
	.contacts {
		display: block;
		margin: 18px 0 0 18px;
	}
	.phone,
	.email {
		display: flex;
	}
	.phone .contact_text {
		margin-left: 22px;
	}
	.email {
		margin-left: 0px;
	}
	.email .contact_text {
		margin-left: 16px;
	}
	.socials {
		padding-top: 15px;
		margin-left: 18px;
		display: block;
	}
	nav {
		display: flex;
		justify-content: space-around;
		height: fit-content;
	}
	.mobile_container {
		display: block;
	}
	section {
		height: auto;
	}
	nav ul {
		display: none;
	}
	nav ul li {
		height: min-content;
		width: auto;
		font-size: 32px;
	}
	nav ul li img {
		height: 10px;
	}
	.search_icon {
		height: 25px;
	}
	.headind-text_wrapper h1 {
		text-align: center;
	}
	.section-footer {
		width: 100%;
		padding: 39px 0;
		height: auto;
	}
	.paragraphs-text_wrapper {
		display: flex;
		justify-content: space-around;
	}
	.section-footer {
		display: flex;
		justify-content: space-around;
	}
	.intro p {
		text-align: center;
	}
	.section-footer button {
		margin: 0 20px;
	}
	.intro {
		margin-top: 34px;
	}
	.intro .wrapper {
		padding: 0;
	}
	.intro .wrapper > * {
		margin: 20px;
	}

	.intro-img_wrapper {
		display: none;
		z-index: 0;
		right: 0;
		top: 586px;
	}
	.offers_list {
		display: block;
	}
	.offer:nth-child(2) {
		margin: 0px 0px;
	}
	.img_wrapper {
		display: flex;
		justify-content: space-around;
	}
	.offers-section {
		padding: 63px 0 0 0;
	}
	.offer + .offer {
		margin-top: 25px;
	}
	.offers_wrapper {
		padding: 28px;
	}
	.offer-img_wrapper img {
		width: 100px;
		margin: 35px auto;
		transform: scale(1.06);
		overflow: hidden;
	}
	.stats {
		display: block;
		padding: 0;
	}
	.stats hr {
		display: none;
	}

	.news_wrapper .article {
		margin: 20px auto;
	}
	.clients_wrapper {
		display: block;
	}
	.client {
		display: flex;
		justify-content: space-around;
	}
	.first_footer {
		background-color: #4a4a4a;
		padding: 39px 0 0 0;
	}
	.footer-img {

		text-align: center;
	}
	.footer-img, .adresses {
		margin: 0 40px !important;
		text-align: center;
	}
	.carte {
		margin-top: 10px !important;
	}
	.carte2 {
		margin-top: 0px !important;
		text-align: center;
		padding-bottom: 20px;
	}	
	.second_footer {
		padding: 23px 0 22px 15px;
	}
	.news_wrapper {
		display: block;
	}
	.article {
		margin: 10px 0 0 0;
	}
	.special-heading_wrapper {
		display: block;
		width: 100%;
	}
	.special-heading_wrapper h2 {
		margin: 0;
	}
	.topnav {
		display: flex;
		justify-content: space-around;
	}

	/* SUBMENU */
	ul.sub-menu li {
		width: 100%;
		font-size: 29px;
	}
	/* SEARCH FORM */
	#search {
		position: absolute;
		width: 100%;
		height: 30px;
	}
	.searchform {
		margin: auto;
		width: 80%;
	}

	/* DETAIL PAGE */
	.detail_intro img {
		display: none;
	}
	.detail_intro {
		background-image: url('../imgs/blue_cells_bg.png');
		background-repeat: no-repeat;
		background-size: cover;
		padding: 15px 0 15px 0;
	}
	.detail_intro img + .content {
		position: relative;

		left: 0;
		width: 100%;
		display: flex;
		justify-content: space-around;
	}
	.detail_intro .content h1 {
		font-size: 39px;
		margin-top: 15px;
	}
	.detail_intro .content p {
		font-size: 15px;
		margin-top: 5px;
	}
	.information .img_container {
		display: none;
	}
	.information_text_container {
		margin-left: 15px;
	}
	.centred_main_information p:first-child {
		margin-top: 15px;
	}
	.centred_main_information h2 {
		margin-top: 15px;
	}
	.problems_text {
		margin-left: 15px;
	}
	.problems .problems_content {
		padding: 0 15px;
	}
	.information {
		margin-top: 15px;
		padding: 0 15px;
	}
	.information ul li {
		height: auto;
	}
	.problems_img {
		display: none;
	}
	.services img + .content {
		position: absolute;
	}

	.services .information ul {
		margin-top: 15px;
	}
	.services p {
		margin: 10px 0 10px 0 !important;
	}
	.services > img {
		height: 100%;
		width: auto;
	}
	.services {
		background-image: url('../imgs/blue_lined_bg.png');
		background-repeat: no-repeat;
		background-size: cover;
	}
	.detail_contacts {
		padding-bottom: 20px;
		background-image: url('../imgs/green_cels_bg.png');
		background-repeat: no-repeat;
		background-size: cover;
	}
	.detail_contacts > img {
		display: none;
	}
	section img + .content {
		position: relative;
	}
	.detail_contacts h2 {
		margin-top: 15px;
	}
	.contacts_list {
		display: block;
		padding: 0;
	}
	.contacts_list .contact {
		margin: 0 auto;
	}
	.contacts_list hr {
		display: none;
	}

	.contact_wrapper {
		display: flex;
		justify-content: center;
	}
	/* RAYON PAGE */
	.main_informaion {
		padding: 0 0 22px 0;
	}
	.rayon.main_informaion .information_text_container {
		margin-left: 10px;
		margin-top: 4px;
	}
	.rayon.main_informaion .button_wrapper {
		margin-top: 16px;
	}
	.rayon.problems {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.rayon.problems p {
		margin: 10px;
		margin-top: 31px;
	}
	.rayon.problems .problems_content + .problems_content .problems_text {
		margin: 10px;
		margin-top: 20px;
	}
	.rayon.problems .problems_content:last-child {
		margin: 10px;
		margin-top: 20px;
	}
	.points {
		padding-top: 15px;
	}
	.points h2 {
		text-align: center;
		margin: 10px;
	}
	.points_wrapper {
		padding: 10px;
		display: block;
	}
	.point {
		margin: 20px 0 20px 0;
	}
	.point p {
		margin: auto;
	}
	/* QUI PAGE */
	.cards .centred_main_information .container {
		width: 90%;
	}
	.cards .centred_main_information .container img {
		width: 90%;
	}
	.flip-container,
	.front,
	.back {
		height: 246px;
		width: 100%;
		padding: 29px 0;
	}
	.back .text_container {
		padding: 10px;
	}
	.qui.main_informaion .information_text_container {
		margin: 19px 0 0 0;
	}
	.main_informaion.qui.second .information_text_container {
		margin: 0px 0 0 0;
	}
	.qui.problems .problems_text {
		margin-left: 0;
		max-width: 730px;
	}
	.information_text_container p {
		text-align: center !important;
	}
}

@media screen and (min-width: 768px) {
	.news_wrapper {
		display: flex;
		padding: 0 145px;
	}
	.services {
		padding-bottom: 67px;
		background-image: url('../imgs/blue_lined_bg.png');
		background-repeat: no-repeat;
		background-size: cover;
	}
	.services > img {
		display: none;
	}
	.services img + .content {
		position: relative;
	}
}

@media screen and (max-width: 768px) {
	.intro h1 {
		font-size: 40px;
	}
	.mobile_container ul li {
		font-size: 15px;
	}
	nav {
		background-color: lightgrey;
	}
	.clients_wrapper{
		margin: 0 auto;
		text-align: center;
		padding: 0;
	}
	.carte {
		margin-left: 0px !important;
	}
	.adresseParis{
		margin-top: 10px !important;
		text-align: center;
	}
}
