/*!
Theme Name: Aqua
Theme URI: https://morshinski-dzherela.com/
Author: Doublekit
Author URI: https://doublekit.site/
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Morshinski-dzherela
*/

html {
	font-size: 0.069446vw;
	overflow-x: hidden;
}
body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	background: var(--black);
	font-family: "Raleway", sans-serif;
	font-feature-settings: 'lnum';
	  -moz-font-feature-settings: 'lnum=1';
	  -ms-font-feature-settings: 'lnum';
	  -webkit-font-feature-settings: 'lnum';
	  -o-font-feature-settings: 'lnum';
}
:root {
	--white: #FFFFFF;
	--black: #1C1C1C;
	--gradient: linear-gradient(90deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.20) 100%);
	--blur: blur(2rem);
	--shadow: 4px 4px 44px 0px rgba(0, 0, 0, 0.15);
	--accent: #3AB6D5;
	--spacing: 0.52rem;
}
h1,h2,h3,h4,h5,p {
	margin: 0;
	padding: 0;
}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
a {
	text-decoration: none;
	display: block;
	color: var(--white);
	font-size: 14rem;
	font-weight: 600;
}
h1 {
	font-size: 80rem;
	font-weight: 600;
	line-height: 100%;
	text-transform: uppercase;
}
h2 {
	font-size: 40rem;
	font-weight: 500;
	text-transform: uppercase;
}
h3 {
	font-size: 35rem;
	font-weight: 500;
}
h4 {
	font-size: 22rem;
	font-weight: 500;
}
p {
	font-size: 18rem;
	font-weight: 500;
}
.container {
	width: 1200rem;
	margin: auto;
	height: 100%;
}
header {
	position: fixed;
	top: 15rem;
	left: 0;
	width: 100%;
	z-index: 9;
}
.header_logo {
	padding-right: 20rem;
	border-right: 1rem solid rgba(255, 255, 255, 0.20);
	margin-right: 20rem;
}
.header_overlay {
	display: flex;
	align-items: center;
	padding: 12rem 20rem 12rem 30rem;
	border-radius: 80rem;
	border: 1rem solid rgba(255, 255, 255, 0.20);
	background: var(--gradient);
	backdrop-filter: var(--blur);
	transition: 0.4s;
}
.header_logo_label {
	font-size: 9rem;
	font-weight: 400;
	color: var(--white);
	letter-spacing: 1.8rem;
}
.header_logo_text {
	font-size: 16rem;
	color: var(--white);
	margin-top: 6rem;
}
.header_lang {
	display: flex;
	color: var(--white);
	text-transform: uppercase;
	font-size: 13rem;
	font-weight: 600;
	position: relative;
	align-items: center;
}
.header_lang_select {
	display: none;
	position: absolute;
	width: 100%;
	padding: 5rem;
	left: -8rem;
    top: 20rem;
	border-radius: 5rem;
	border: 1rem solid rgba(255, 255, 255, 0.20);
	background: linear-gradient(90deg, rgba(58, 182, 213, 0.80) 0%, rgba(58, 182, 213, 0.50) 100%);
	backdrop-filter: blur(2rem);
}
.header_lang_select a {
	color: var(--white);
	margin: 5rem 0;
	text-transform: uppercase;
	text-align: center;
}
li {
    list-style: none;
}
.header_lang_select li {
	list-style: none;
}
.header_lang.active .header_lang_select {
	display: block;
}
.header_lang_arrow {
	width: 11rem;
	margin-left: 8rem;
}
.header_lang_current {
    font-size: 13rem;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header_nav {
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.header_nav a {
	font-size: 13rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-left: 40rem;
	letter-spacing: var(--spacing);
	position: relative;
}
.header_nav a:before {
	content: "";
	position: absolute;
	top: calc(100% + 8rem);
	width: 24rem;
	height: 1rem;
	background: transparent;
	left: calc(50% - 12rem);
	transition: 0.4s;
}
.header_nav a:hover:before {
	background: var(--white);
	transition: 0.4s;
}
.header_btn {
	border-radius: 50rem;
	background: var(--accent);
	color: var(--white);
	display: flex;
	align-items: center;
	text-transform: uppercase;
	padding: 7rem 25rem 7rem 10rem;
	letter-spacing: var(--spacing);
	transition: 0.4s;
}
.header_btn:hover {
	transition: 0.4s;
	background: #278FA9;
}
.header_btn img {
	width: 30rem;
	margin-right: 12rem;
}
.hero {
	height: 100vh;
	position: relative;
	background-size: cover;
}
.hero_video {
	position: absolute;
	top: 0rem;
	left: 0rem;
	width: 100vw;
	height: 100vh;
	z-index: 1;
	object-fit: cover;
}
.hero:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(180deg, rgba(24, 60, 96, 0.60) 0%, rgba(24, 60, 96, 0.00) 100%);
	z-index: 2;
}
.hero_content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: var(--white);
	position: relative;
	z-index: 3;
}
.hero_title span {
	color: var(--accent);
}
.hero_text {
	margin-top: 18rem;
	text-align: center;
}
.hero_btn {
	margin-top: 37rem;
	padding: 15rem 40rem;
	background-color: var(--accent);
	text-transform: uppercase;
	border-radius: 50rem;
	letter-spacing: var(--spacing);
	transition: 0.4s;
}
.hero_btn:hover {
	transition: 0.4s;
	background: #278FA9;
}
.about {
	padding: 120rem 0 107rem;
	background-image: url(img/about_bg.svg);
	background-size: cover;
	background-color: var(--white);
}
.about_overlay {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.about_content {
	width: 626rem;
}
.about_title {
	color: var(--accent);
	margin-bottom: 45rem;
}
.about_content_item {
	width: 554rem;
	margin-left: auto;
}
.about_content_item p {
	margin-top: 25rem;
	color: var(--black);
	font-size: 16rem;
	line-height: 130%;
}
.about_images {
	width: 489rem;
	height: 532rem;
	position: relative;
}
.about_images_item {
	width: 341rem;
	position: absolute;
}
.about_images_item1 {
	left: 0rem;
	top: 0rem;
}
.about_images_item2 {
	right: 0rem;
	bottom: 0rem;
}
.source {
	padding: 80rem 0 54rem;
	background-size: cover;
	position: relative;
}
.source:before {
	content: "";
	position: absolute;
	top: 0;
	letter-spacing: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(73deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
	z-index: 2;
}
.source_overlay {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}
.source_item {
	padding: 40rem;
	border-radius: 20rem;
	border: 1rem solid rgba(255, 255, 255, 0.20);
	background: var(--gradient);
	backdrop-filter: var(--blur);
	width: 510rem;
	color: var(--white);
}
.source_item p {
	margin: 20rem 0;
	font-size: 16rem;
	line-height: 130%;
}
.source_item:last-child {
	margin-top: 208rem;
}
.source_item img {
	width: 60rem;
}
.product {
	padding: 115rem 0 130rem;
	background-color: var(--white);
	background-image: url(img/about_bg.svg);
	background-size: cover;
}
.product_title {
	text-align: center;
	color: var(--accent);
}
.product_item {
	padding: 30rem;
	border-radius: 20rem;
	width: 339rem;
	text-align: center;
}
.product_item_image {
	height: 290rem;
	max-width: 100%;
	margin: auto;
}
.product_item_title {
	color: var(--accent);
	margin: 30rem 0 15rem;
	text-transform: uppercase;
}
.product_item_text {
	font-size: 16rem;
	width: 300rem;
	margin: 0 auto 26rem;
	line-height: 130%;
}
.product_item_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16rem 0;
	width: 100%;
	border-radius: 30rem;
	margin-top: 10rem;
	text-transform: uppercase;
	letter-spacing: var(--spacing);
	transition: 0.4s;
}
.product_item_rozetka {
	background-color: #0F7F12;
}
.product_item_rozetka:hover {
	transition: 0.4s;
	background-color: #0B5F0D;
}
.product_item_btn img {
	height: 21rem;
	margin-left: 10rem;
}
.product_item_prom {
	background-color: #5A4099;
}
.product_item_prom:hover {
	transition: 0.4s;
	background-color: #433073;
}
.product_slider  {
	width: 100%;
}
.product_item_content {
	opacity: 0;
	transition: 0.4s;
}
.slick-center .product_item_content {
	opacity: 1;
	transition: 0.4s;
}
.slick-center {
	background-color: var(--white);
	box-shadow: var(--shadow);
	transition: 0.4s;
}
.slick-track {
	padding: 50rem 0;
}
.slick-arrow {
	background-image: url(img/slick_arrow.svg);
	background-size: cover;
	width: 46rem;
	height: 46rem;
	border: none;
	background-color: transparent;
	filter: drop-shadow(4px 4px 44px rgba(0, 0, 0, 0.15));
	position: absolute;
	top: 202rem;
	cursor: pointer;
	z-index: 2;
	transition: 0.4s;
}
.slick-arrow:hover {
	transition: 0.4s;
	filter: drop-shadow(4px 4px 40px rgba(0, 0, 0, 0.25));
}
.slick-arrow.right {
	right: 378rem;
	transform: rotate(180deg);
}
.slick-arrow.left {
	left: 378rem;
}
.contacts {
	background-size: cover;
	padding: 120rem 0 80rem;
	position: relative;
}
.contacts:before {
	content: "";
	position: absolute;
	top: 0;
	letter-spacing: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(73deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
	z-index: 2;
}
.contacts_overlay {
	padding: 50rem 60rem;
	border-radius: 20rem;
	border: 1rem solid rgba(255, 255, 255, 0.20);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.10) 100%, rgba(255, 255, 255, 0.15) 100%);
	backdrop-filter: var(--blur);
	color: var(--white);
	display: flex;
	align-items: flex-start;
	width: max-content;
    margin: auto;
    position: relative;
    z-index: 3;
}
.contacts_title {
	text-transform: uppercase;
	padding-bottom: 20rem;
	border-bottom: 1rem solid rgba(255, 255, 255, 0.20);
	margin-bottom: 30rem;
}
.contacts_form {
	width: 399rem;
	padding-right: 50rem;
	border-right: 1rem solid rgba(255, 255, 255, 0.20);
}
.contacts_form_input {
	display: block;
	margin-bottom: 10rem;
	padding: 14rem 25rem;
	border-radius: 10rem;
	border: 1rem solid rgba(255, 255, 255, 0.20);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.10) 100%, rgba(255, 255, 255, 0.20) 100%)
	backdrop-filter: var(--blur);
	font-family: "Raleway", sans-serif;
	font-size: 16rem;
	font-weight: 500;
	color: var(--white);
	width: calc(100% - 50rem);
	line-height: 100%;
	font-feature-settings: 'lnum';
	  -moz-font-feature-settings: 'lnum=1';
	  -ms-font-feature-settings: 'lnum';
	  -webkit-font-feature-settings: 'lnum';
	  -o-font-feature-settings: 'lnum';
}
.contacts_form_textarea {
	height: 129rem;
}
.contacts_form_submit {
	font-family: "Raleway", sans-serif;
	color: var(--white);
	text-align: center;
	font-size: 14rem;
	font-weight: 600;
	letter-spacing: 0.56rem;
	text-transform: uppercase;
	height: 46rem;
	display: block;
	width: 100%;
	background-color: var(--accent);
	border: none;
	border-radius: 50rem;
	margin-top: 20rem;
	cursor: pointer;
	transition: 0.4s;
}
.contacts_form_submit:hover {
	background-color: #278FA9;
	transition: 0.4s;
}
.contacts_info {
	padding-left: 50rem;
}
.contacts_info_item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15rem;
}
.contacts_info_item:hover .contacts_info_item_value {
	text-decoration: underline;
}
.contacts_info_item_icon {
	width: 30rem;
	margin-right: 10rem;
	transition: 0.4s;
	opacity: 1;
}
.contacts_info_item_icon:hover {
	transition: 0.4s;
	opacity: 0.7;
}
.contacts_info_item_value {
	font-size: 16rem;
	font-weight: 500;
	line-height: 130%;
	margin-top: 7rem;
}
.contacts_info_item_adresse .contacts_info_item_value {
	width: 187rem;
}
.contacts_info_item_adresse:hover .contacts_info_item_value {
	text-decoration: none;
}
.contacts_info_overlay {
	padding-bottom: 15rem;
	border-bottom: 1rem solid rgba(255, 255, 255, 0.20);
	margin-bottom: 30rem;
}
.contacts_info_social {
	display: flex;
	align-items: center;
}
.contacts_info_item_icon {
	width: 32rem;
	margin-right: 13rem;
}
.contacts_info_item_icon img {
	width: 100%;
}
.contacts_form_input::-webkit-input-placeholder {
    color: var(--white);
    font-family: "Raleway", sans-serif;
    font-size: 16rem;
} 
.contacts_form_input::-moz-placeholder {
    color: var(--white);
    font-family: "Raleway", sans-serif;
    font-size: 16rem;
}
footer {
	padding: 28rem 0 32rem;
}
.footer_overlay {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--white);
}
.footer_logo_label {
	font-size: 9rem;
	font-weight: 400;
	letter-spacing: 1.8rem;
	text-transform: uppercase;
}
.footer_logo_text {
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 6rem;
}
.footer_nav {
	display: flex;
	align-items: center;
}
.footer_nav a {
	letter-spacing: 0.52rem;
	text-transform: uppercase;
	margin-left: 50rem;
	transition: 0.4s;
}
.footer_nav a:hover {
	color: var(--accent);
	transition: 0.4s;
}
.footer_overlay {
	padding-bottom: 28rem;
	margin-bottom: 28rem;
	border-bottom: 1rem solid rgba(255, 255, 255, 0.10);
}
.footer_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer_copyryght {
	color: rgba(255, 255, 255, 0.80);
	font-size: 14rem;
	font-weight: 400;
	line-height: 150%;
}
.footer_dev {
	display: flex;
	align-items: center;
}
.footer_dev_label {
	color: rgba(255, 255, 255, 0.60);
	font-size: 14rem;
	font-weight: 400;
	line-height: 150%;
}
.footer_dev_link {
	color: rgba(255, 255, 255, 0.60);
	font-size: 14rem;
	font-weight: 400;
	line-height: 150%;
	margin-left: 5rem;
	transition: 0.4s;
}
.footer_dev_link:hover {
	transition: 0.4s;
	color: var(--white);
	text-decoration: underline;
}
.burger {
	display: none;
}
.wpcf7-not-valid-tip {
	display: none;
}
.wpcf7-response-output {
	display: none;
}
.modal {
	display: none;
}
.modal_overlay {
	position: fixed;
	top: 0rem;
	left: 0rem;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.60);
	backdrop-filter: blur(2.5rem);
	z-index: 9;
}
.modal_content {
	padding: 20rem 30rem 20rem 20rem;
	position: fixed;
	top: calc(50% - 59rem);
    left: calc(50% - 294rem);
	display: flex;
	align-items: center;
	z-index: 10;
	color: var(--white);
	border-radius: 140rem;
	backdrop-filter: blur(2rem);
}
.modal_succes .modal_content {
	border: 1rem solid rgba(58, 182, 213, 0.20);
	background:  linear-gradient(90deg, rgba(58, 182, 213, 0.80) 0%, rgba(58, 182, 213, 0.50) 100%);
}
.modal_text_overlay {
	margin: 0 30rem;
	max-width: 400rem;
}
.modal_text {
	margin-top: 8rem;
}
.modal_error .modal_content {
	border: 1rem solid rgba(255, 255, 255, 0.20);
	background: linear-gradient(90deg, rgba(255, 75, 75, 0.40) 0%, rgba(255, 75, 75, 0.15) 100%);
}
.error_image {
	width: 363rem;
	margin-bottom: 20rem;
}
.header_fixed .header_overlay {
	background:  linear-gradient(90deg, rgba(58, 182, 213, 0.80) 0%, rgba(58, 182, 213, 0.50) 100%);
	border: 1rem solid rgba(58, 182, 213, 0.15);
	transition: 0.4s;
}
.header_mobile_nav {
	display: none;
}
.hidden {
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	html {
		font-size: 0.13021vw;
	}
	.container  {
		width: 708rem;
	}
	.header_nav {
		display: none;
	}
	.burger {
    	display: flex;
    	flex-direction: column;
    	justify-content: space-between;
    	align-items: center;
    	width: 16rem;
    	height: 12rem;
    	position: relative;
   		z-index: 8;
   		margin-left: auto;
   		padding: 12rem 10rem;
   		border-radius: 100%;
   		border: 1rem solid #fff;
    }
    .burger.active span {
    	opacity: 0;
    	transition: 0.4s;
    }
    .burger.active:after {
    	transform: rotate(45deg);
    	transition: 0.4s;
    	top: -5rem;
    }
    .burger.active:before {
		transform: rotate(-45deg);
		transition: 0.4s;
		top: 6rem;
    }
    .burger:after,.burger:before {
    	content: "";
    	width: 100%;
    	height: 1rem;
    	background: var(--white);
    	display: block;
    	transition: 0.4s;
    	position: relative;
    	top: 0rem;
    	left: 0rem;
    }
    .burger span {
    	display: block;
    	width: 100%;
    	height: 1rem;
    	background: var(--white);
    	transition: 0.4s;
    }
    .header_btn {
    	margin-left: auto;
    }
    h1 {
    	font-size: 60rem;
    }
    .about {
    	padding: 80rem 0 90rem;
    }
    .about_overlay {
    	flex-direction: column;
    }
    .about_content_item {
    	width: auto;
    	margin-left: 0;
    }
    .about_title {
    	margin-bottom: 0;
    }
    .about_content {
    	width: auto;
    }
    .about_images {
    	margin: 32rem auto 0;
    }
    .source {
    	padding: 80rem 0;
    }
    .source_overlay {
    	flex-direction: column;
    }
    .source_item:last-child {
	    margin-top: 30rem;
	    margin-left: auto;
	}
	.product {
		padding: 80rem 0;
	}
	.product_item {
		margin: 0 20rem;
	}
	.slick-arrow.left {
	    left: 80rem;
	}
	.slick-arrow.right {
		right: 80rem;
	}
	.contacts {
		padding: 80rem 0;
	}
	.contacts_overlay {
		flex-direction: column;
	}
	.contacts_form {
		padding-right: 0;
		border-right: 0;
		width: 588rem;
		border-bottom: 1rem solid rgba(255, 255, 255, 0.20);
		padding-bottom: 50rem;
		margin-bottom: 50rem;
	}
	.contacts_info {
		padding-left: 0;
		width: 100%;
	}
	footer {
		padding: 35rem 0;
	}
	.footer_overlay {
		flex-direction: column;
	}
	.footer_logo {
		text-align: center;
		padding-bottom: 40rem;
		border-bottom: 1rem solid rgba(255, 255, 255, 0.10);
		width: 100%;
		margin-bottom: 30rem;
	}
	.footer_overlay {
		padding-bottom: 30rem;
		margin-bottom: 30rem;
	}
	.footer_bottom {
		flex-direction: column;
	}
	.footer_dev {
		margin-top: 15rem;
	}
	.header_mobile_nav {
		align-items: center;
		flex-direction: column;
		background-color: var(--white);
		background-image: url(img/about_bg.svg);
		background-size: cover;
		position: fixed;
		top: 0rem;
		left: 0rem;
		z-index: 8;
		width: 100vw;
		height: 85vh;
		padding-top: 15vh;
	}
	.header_mobile_nav .header_nav {
		display: block;
	}
	.header_nav a {
		color: var(--black);
		margin: 40rem 0 0 0;
		text-align: center;
	}
	.header_mobile_nav .header_lang {
		color: var(--black);
		margin-top: 70rem;
	}
	.header_btn_mobile {
		margin: auto auto 25rem auto;
	}
	.header_mobile_nav.active {
		display: flex;
	}
}
@media screen and (max-width: 480px) {
	html {
	    font-size: 0.26667vw;
	}
	.container {
		width: 335rem;
	}
	.header_overlay {
		padding: 12rem 20rem;
	}
	.header_btn span {
		display: none;
	}
	.header_btn img {
		margin-right: 0;
	}
	.header_btn {
		padding: 0rem;
	}
	.header_lang {
		display: none;
	}
	.header_logo_label {
		font-size: 8rem;
	}
	.header_logo_text {
		font-size: 14rem;
		margin-top: 3rem;
	}
	.header_logo {
		padding-right: 0;
		margin-right: 0;
		border: none;
	}
	.burger {
		margin-left: 18rem;
		padding: 10rem 8rem;
		width: 14rem;
		height: 10rem;
	}
	.burger.active:before {
		top: 5rem;
	}
	.burger.active:after {
		top: -4rem;
	}
	h1 {
		font-size: 53rem;
		text-align: center;
	}
	p {
		font-size: 16rem;
	}
	h2 {
		font-size: 32rem;
	}
	.about {
		padding: 60rem 0;
	}
	.about_content_item p {
		margin-top: 20rem;
		font-size: 14rem;
	}
	.about_images_item {
		width: 217rem;
	}
	.about_images {
	    width: 333rem;
	    height: 370rem;
	}
	.about_images {
	    margin: 40rem auto 0;
	}
	.source {
    	padding: 60rem 0;
	}
	.source_item {
		padding: 25rem;
		border-radius: 15rem;
		width: 283rem;
	}
	.source_item p {
	    margin: 15rem 0;
	    font-size: 14rem;
	}
	.source_item:last-child {
    	margin-top: 20rem;
	}
	.source_item img {
    	width: 50rem;
	}
	.product {
	    padding: 60rem 0;
	}
	.product_item {
		padding: 30rem 20rem;
		width: 295rem;
	}
	.product_slider {
    	width: calc(100% + 40rem);
    	margin-left: -20rem;
	}
	.slick-arrow.left {
    	left: 6rem;
	}
	.slick-arrow.right {
    	right: 6rem;
	}
	.product_item_image {
		height: 260rem;
	}
	h4 {
		font-size: 20rem;
	}
	.product_item_text {
		font-size: 14em;
	}
	.product_item_btn {
		padding: 13rem 0;
	}
	.contacts {
	    padding: 60rem 0;
	}
	.contacts_overlay {
		padding: 25rem;
	}
	h3 {
		font-size: 26rem;
	}
	.contacts_form {
		width: 285rem;
	}
	.contacts_form_input {
		padding: 15rem 18rem;
		width: calc(100% - 36rem);
	}
	footer {
    	padding: 25rem 0;
	}
	.footer_logo_text {
		font-size: 18rem;
	}
	.footer_logo {
		padding-bottom: 30rem;
	}
	.footer_nav {
		flex-direction: column;
	}
	.footer_nav a {
		margin-left: 0;
		margin-bottom: 33rem;
	}
	.footer_overlay {
		padding-bottom: 0;
		margin-bottom: 25rem;
	}
	.footer_copyryght {
		text-align: center;
	}
	.footer_dev {
    	margin-top: 20rem;
	}
	.modal_text_overlay {
	    margin: 0 20rem;
	    max-width: 170rem;
	}
	.modal_content {
		padding: 15rem;
	    top: calc(50% - 59rem);
	    left: calc(50% - 176rem);
	}
	.error_image {
		width: 300rem;
	}
	.header_mobile_nav .header_lang {
		display: flex;
	}
	.header_mobile_nav .header_btn {
		padding: 7rem 25rem 7rem 10rem;
	}
	.header_mobile_nav .header_btn span {
		display: block;
	}
	.header_mobile_nav .header_btn img {
		margin-right: 12rem;
	}
}