/* BASE */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	line-height: 1;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	text-align: justify;
	color: #000000;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
	color: inherit;
}
li {
	list-style: none;
}

.wrapper {
	min-height: 100vh;
}

.container {
	width: 95%;
	margin: 0 auto;
}

/* BASE */

/* header */

.headers {
	display: flex;
	position: sticky;
	top: 0;
	left: 0;
	padding: 25px 45px 25px 25px;
	background-color: #fff;
	width: 100%;
	border-bottom: 1px solid #58595b;
	box-shadow: 1px 1px 6px;
	z-index: 6;
	align-items: center;
	justify-content: space-between;
	height:auto;
}

.header_content {
	width: 100%;
}

.header_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_top-title {
	font-size: 34px;
	font-weight: 600;
}

.header_bottom {
	display: flex;
	align-items: center;
}

.partners {
	display: flex;
	max-width: 400px;
	align-items: center;
	margin-left: auto;
}

.partners a {
	display: block;
}

.partners .main_logo {
	display: none;
}

.partners img {
	width: 50%;
}

.partners .nhc {
	width: 100%;
}

.header_nav {
	display: flex;
	align-items: center;
	gap: 30px;
}

.header_nav-li {
	margin-right: 25px;
	font-weight: 700;
	font-size: 18px;
	transition: 500ms ease;
	text-align: left;
}

.header_nav-li:hover {
	color: #00b9a4;
}

.header_nav_btn,
.action_btn {
	font-weight: 700;
	font-size: 18px;
	line-height: 138%;
	padding: 9px 25px 12px;
	transition: 500ms ease;
	color: #fff;
	background: #00b9a4;
	border: 1px solid transparent;
}

.header_nav_btn:hover,
.action_btn:hover {
	 color: #00b9a4;
  background: transparent;
  border: 1px solid #aaaaaa;
}

.header_logo {
	width: 16%;
}

.header_logo img {
	height: 110px;
	margin-right: 20px;
}

.dropdown {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	font-weight: 700;
	font-size: 18px;
}

.lang-menu,
.nav_menu {
	padding: 15px 0;
	margin: 0;
	float: left;
	background-color: transparent;
	border: none;
	outline-style: none;
	cursor: pointer;
	z-index: 3;
	border: none;
	transition: 300ms ease;
}

.lang-menu:hover,
.nav_menu:hover {
	color: #00b9a4;
}

.lang-content,
.nav-content {
	display: none;
	position: absolute;
	padding: 0;
	margin-top: 38px;
	margin-left: -5px;
	background-color: #eeececd8;
	width: auto;
	z-index: 4;
}

.nav-content {
	margin-left: 0;
	width: 130px;
	margin-top: 55px;
}

.nav-content a {
	display: block;
	padding: 5px;
}

.lang-content a {
	padding: 0 5px;
	margin: 0;
	z-index: 3;
	text-decoration: none;
	display: block;
}

.lang-content a:hover,
.nav-content a:hover {
	background-color: #00b9a4;
	color: #faf9f9;
}

/* header */

/*Burger menu*/

.menu-switchers {
	display: none;
	position: relative;
	width: 30px;
	height: 24px;
	cursor: pointer;
	margin-left: auto;
	z-index: 10;
}

.menu-switchers span {
	width: 30px;
	height: 4px;
	background: #00b9a4;
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
}

.menu-switchers span::before {
	content: '';
	width: 30px;
	height: 4px;
	background: #00b9a4;
	position: absolute;
	left: 0;
	top: -10px;
	transition: 0.6s all;
}

.menu-switchers span::after {
	content: '';
	width: 30px;
	height: 4px;
	background: #00b9a4;
	position: absolute;
	left: 0;
	bottom: -10px;
	transition: 0.6s all;
}

.menu_open .headers__menu {
	top: 0;
	padding: 100px 15px 40px;
}
.menu_open .headers .menu-switchers {
	z-index: 9;
	position: relative;
}
.menu_open .headers .menu-switchers span {
	background: transparent;
}
.menu_open .headers .menu-switchers span:before {
	transform: rotate(135deg);
	left: 0;
	top: 0;
}
.menu_open .headers .menu-switchers span:after {
	transform: rotate(-135deg);
	left: 0;
	bottom: 0;
}
.menu_open {
	z-index: 9;
	position: relative;
}

/*Burger menu*/

/* cards */
.aboutCards {
	padding: 50px 15px 50px;
	display: flex;
	align-items: flex-start;
	gap: 2rem;
}

.about {
	max-width: 55%;
}

.about_content-title {
	text-align: start;
}

.about_content {
	width: 100%;
	margin: 0 auto;
}

.about_content-title,
.action_title {
	color: #00b9a4;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	margin-bottom: 2rem;
	font-size: 30px;
	line-height: 1.5;
}

.about_content-text,
.action_text,p {
	letter-spacing: 0.1rem;
	text-align: left;
	line-height: 1.5;
	font-size: 18px;
}
.about_content-text p{
	letter-spacing: 0.1rem;
	text-align: left;
	line-height: 1.5;
	font-size: 18px;
}


.cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	gap: 2rem 1rem;
}

.allCards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2rem 1rem;
	justify-content: center;
}

.card_container {
	position: relative;
	box-shadow: 2px 2px 10px black;
	background-color: #fff;
	padding: 1rem 1rem 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.card {
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	overflow: hidden;
	transition: 500ms ease;
}

.card_img {
	width: 90%;
}

.card_info-tel {
	display: none;
}

.card:hover .card_info {
	opacity: 1;
	transform: translateX(0);
}

.card_name {
	font-size: 25px;
	letter-spacing: 0.1rem;
	transition: 500ms ease;
	text-transform: uppercase;
	margin-bottom: 1rem;
	text-align: center;
}

.card_info {
	transition: 500ms ease;
	position: absolute;
	font-weight: 700;
	font-size: 20px;
	opacity: 0;
	transform: translateX(-350px);
	bottom: 5%;
	color: #fff;
	padding: 0.5rem;
	background: #00b9a4;
	transition: 500ms ease;
        text-align: left;
letter-spacing: 0px;
}

.card_info:hover {
	color: #00b9a4;
	background: #fff;
}
/* cards */

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1000;
}

/* popup */
.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	height: 85%;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 1);
	z-index: 1001;
	overflow: hidden;
	display: none;
	padding: 2rem 0.25rem 1.5rem 1rem;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.popup_image {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 1rem;
}

.popup_image img {
	max-width: 100%;
}

.popup_content {
	overflow-y: auto;
	height: auto;
	padding: 0 0.5rem;
}

.popup_content span {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 700;
	font-size: 20px;
}

.popup_content span:first-of-type {
	margin-bottom: 1rem;
	display: block;
	font-weight: 700;
	font-size: 25px;
}
.popup_content p strong {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 700;
	font-size: 20px;
}

.popup_content p strong:first-of-type {
	margin-bottom: 1rem;
	display: block;
	font-weight: 700;
	font-size: 25px;
}

.close {
	position: absolute;
	top: 8%;
	right: 3%;
	width: 32px;
	cursor: pointer;
	background: #ffffff;
}

/* popup */

/* action */

.action {
	padding: 5rem 0;
}
.action_buttoms{
margin: 3rem 0; 
display: flex;
    gap: 2em;
}

.action_btn {
	/*margin: 3rem 0;*/
	display: inline-block;
	transition: 500ms ease;

}

.action_text span {
	display: block;
	margin-top: 1rem;
}

.pdf {
	display: block;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
}
/* action */

@media (max-width: 1220px) {
	.header_top-title {
		font-size: 30px;
	}
	.header_nav-li {
		display: none;
	}

	.headers {
		justify-content: normal;
	}

	.lang-menu {
		font-size: 26px;
	}

	.about_content-text,
	.action_text {
		font-size: 16px;
	}
.about_content-text p{
font-size: 16px;
}

	.action_title,
	.about_content-title {
		font-size: 26px;
	}

	.header_nav_btn {
		margin-left: 30px;
	text-align: center;
	}

	.header_nav-li {
		display: block;
		margin-bottom: 25px;
	}
	.header_nav_btn {
		margin-left: 0px;
	}

	.popup {
		width: 45%;
		height: 90%;
	}

	.popup_image {
		width: 70%;
	}

	.header_nav {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		display: flex;
		width: 100%;
		height: 100vh;
		position: absolute;
		top: -1100%;
		right: 0;
		background: #ffffff;
		transition: 0.6s all;
		z-index: 8;
	}

	.close {
		top: 5%;
	}

	.menu_open .header_nav {
		top: 0;
		padding: 100px 15px 40px;
	}

	.menu-switchers {
		display: block;
	}

	.aboutCards {
		flex-direction: column;
	}

	.about {
		max-width: 100%;
	}

	.allCards {
		grid-template-columns: repeat(3, 1fr);
	}

	.lang-content {
		margin-left: 0;
		width: 40px;
		margin-top: 50px;
	}
}

@media (max-width: 1140px) {
	.header_top-title {
		font-size: 26px;
	}
}

@media (max-width: 980px) {
	.headers {
		padding: 15px 20px 15px 15px;
	}

	.header_top-title {
		font-size: 24px;
	}
}

@media (max-width: 900px) {
	.header_logos {
		gap: 15px;
	}

	.header_top-title {
		font-size: 21px;
	}

	.popup_content span {
		font-size: 18px;
	}
}

@media (max-width: 800px) {
	.about_content-title,
	.action_title {
		font-size: 20px;
		line-height: 1.5;
	}

	.headers {
		display: block;
	}

	.header_logo {
		display: none;
	}

	.header_bottom {
		display: block;
	}

	.partners {
		justify-content: space-around;
		max-width: 100%;
		align-items: flex-end;
	}

	.partners img {
		width: 85%;
		height: 60px;
	}

	.partners a {
		max-width: 80px;
		display: flex;
	}

	.partners a:last-of-type {
		max-width: 180px;
	}

	.lang-menu {
		font-size: 21px;
	}

	.partners {
		margin-left: 0;
	}

	.partners .main_logo {
		display: block;
	}

	.header_logos img {
		max-width: 200px;
	}

	.popup {
		width: 60%;
	}

	.popup_image {
		width: 100%;
		text-align: center;
	}

	.popup_image img {
		max-width: 80%;
	}

	.popup_content {
		font-size: 14px;
	}

	.popup_content span {
		font-size: 17px;
	}

	.card_info {
		display: none;
	}

	.card_container {
		padding: 1rem;
	}

	.card_info-tel {
		display: block;
		text-align: center;
		margin-top: 1rem;
		cursor: pointer;
		transition: 300ms;
		font-weight: 700;
	}

	.card_info-tel:hover {
		color: #00b9a4;
	}
}

@media (max-width: 720px) {
	.header_logos img {
		max-width: 180px;
		height: 50px;
	}

	.header_top-title {
		font-size: 20px;
	}

	.popup {
		width: 65%;
	}

	.allCards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.header_top-title {
		font-size: 18px;
	}
}

@media (max-width: 600px) {
	.header_logos img {
		max-width: 120px;
		height: 40px;
	}
	.cards,
	.allCards {
		grid-template-columns: 1fr;
	}

	.lang-menu {
		font-size: 20px;
	}

	.popup {
		width: 70%;
	}

	.close {
		top: 5%;
		right: 5%;
	}

	.action {
		padding: 3rem 0;
	}

	.action_title {
		font-size: 20px;
	}

	.lang-content {
		width: auto;
		margin-top: 50px;
	}

	.header_top {
		display: block;
	}

	.header_top-title {
		font-size: 20px;
		margin-bottom: 1rem;
	}

	.menu-switchers {
		display: inline-block;
	}
	.lang-menu {
		padding: 0 5px;
	}

	.header_bottom {
		margin-top: 10px;
	}

	.partners {
		justify-content: space-between;
	}

	.lang-content {
		margin-top: 30px;
	}

	.dropdown {
		margin-left: 30px;
	}
}
@media (max-width: 550px) {

.action_buttoms{
margin: 3rem 0; 
display: flex;
    gap: 1em;
flex-wrap: wrap;

    justify-content: center;

    flex-direction: column;
}
.action_text,p{
	letter-spacing: 0.1rem;
	text-align: left;
	line-height: 1.5;
	font-size: 16px;
}
}

@media (max-width: 480px) {
	.headers {
		display: block;
		padding: 15px;
	}

	.card_name {
		font-size: 20px;
	}

	.header_logos {
		justify-content: space-between;
		margin-bottom: 1rem;
	}

	.lang-menu {
		display: inline-block;
		padding: 0;
	}

	.lang-content {
		margin-top: 30px;
	}

	.menu-switchers {
		position: relative;
		margin: 0;
		margin-left: 10px;
		display: inline-block;
	}

	.close {
		right: 3%;
	}
	
}

@media (max-width: 340px) {
	.header_logos img {
		max-width: 100px;
	}
}
