/* @import url('https://fonts.googleapis.com/css2?family=Inter&display=swap'); */

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	font-family: 'Inter', sans-serif;
	/* font-family: 'Matahari', sans-serif; */
}

.top {
	padding: 50px 0 0;
	background-color: #9A998F;
	height: 100vh;
}

@media all and (max-width: 992px) {
	.top {
		padding: 30px 0 0;
		/* min-height: 100vh; */
	}
}

.top__wrapper {
	max-width: 100%;
	margin: 0 auto;
	/* padding-bottom: 50px; */
	height: 100%;
	background: url('/img/miki.png') no-repeat 100% 100% / auto 85%;
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
}

@media all and (min-width: 1440px) {
	.top__wrapper {
		max-width: 1440px;
	}
}

/* @media all and (max-width: 992px) {
	.top__wrapper {
		background-size: cover;
		background-position: 50% 100%;
	}
} */

@media all and (max-width: 768px) {
	.top__wrapper {
		background: url('/img/miki2.png') no-repeat 50% 100% / auto 85%;
		background-position: 50% 0;
		background-size: 100%;
	}
}

@media all and (max-width: 640px) {
	.top__wrapper {
		background: url('/img/miki2.png') no-repeat 50% 100% / auto 85%;
		background-position: 0 100%;
		background-size: 100%;
	}
}

@media all and (max-width: 375px) {
	.top__wrapper {
		background: url('/img/miki2.png') no-repeat 100% 100% / auto 85%;
		background-size: contain;
		background-position: 0 100%;
	}
}

.header {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
}

.header__link {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 40px;
	font-size: 24px;
}

.header__link:last-child {
	margin-right: 0;
}

@media all and (max-width: 992px) {
	.header__link {
		font-size: 18px;
	}
}

.header__link:hover {
	color: #f1f1f1;
}

.header__link.active {
	text-decoration: underline;
}

.name {
	width: 100%;
	max-width: 1200px;
	margin: 38px auto 0;
	padding: 0 15px;
}

@media all and (max-width: 992px) {
	.name {
		margin-top: 30px;
	}
}

.name__last-name,
.name__first-name {
	font-family: 'Matahari', sans-serif;
	font-weight: 900;
	font-size: 134px;
	color: #fff;
	text-transform: uppercase;
	line-height: 0.8;
}

@media all and (max-width: 992px) {
	.name__last-name,
	.name__first-name {
		font-size: 60px;
	}
}

.name__title {
	position: relative;
	top: -5px;
	margin-left: 7px;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}

@media all and (max-width: 992px) {
	.name__title {
		font-size: 14px;
	}
}

.top-bottom {
	margin-top: auto;
	margin: auto auto 50px;
	padding: 0 15px;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	max-width: 1200px;
}

@media all and (max-width: 992px) {
	.top-bottom {
		font-size: 15px;
		margin-bottom: 30px;
	}
}

.socials-top {
	position: absolute;
	right: 15px;
	top: 0;
	display: flex;
	flex-direction: column;
	z-index: 1;
}

@media all and (max-width: 992px) {
	.socials-top {
		position: static;
		padding: 0 15px;
		flex-direction: row;
		align-items: center;
		margin-bottom: 30px;
	}
}

.socials-top__locale-switch {
	position: absolute;
	right: 75px;
	top: 0;
	height: 30px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 26px;
	color: #fff;
	text-decoration: none;
}

@media all and (max-width: 992px) {
	.socials-top__locale-switch {
		position: static;
		margin-right: 20px;
	}
}

@media all and (max-width: 420px) {
	.socials-top__locale-switch {
		margin-right: 10px;
	}
}

.socials-top__locale-switch:hover {
	text-decoration: underline;
}

.socials-top__item {
	width: 30px;
	height: 30px;
	margin-bottom: 25px;
}

@media all and (max-width: 992px) {
	.socials-top__item {
		margin-bottom: 0;
		margin-right: 20px;
	}
}

@media all and (max-width: 420px) {
	.socials-top__item {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
}

.socials-top__item.linkedin {
	background: url('/img/linkedin.svg') no-repeat 50% 50% / cover;
}

.socials-top__item.twitter {
	background: url('/img/twitter.svg') no-repeat 50% 50% / cover;
	height: 25px;
}

.socials-top__item.facebook {
	background: url('/img/facebook.svg') no-repeat 50% 50% / cover;
}

.socials-top__item.instagram {
	background: url('/img/instagram.svg') no-repeat 50% 50% / cover;
}

.footer {
	max-width: 1200px;
	margin: 0 auto 60px;
}

.footer__socials {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	justify-content: center;
}

.footer__socials__item {
	width: 30px;
	height: 30px;
	margin: 0 15px;
}

.footer__socials__item.linkedin {
	background: url('/img/linkedin-black.svg') no-repeat 50% 50% / cover;
}

.footer__socials__item.twitter {
	background: url('/img/twitter-black.svg') no-repeat 50% 50% / cover;
	height: 25px;
}

.footer__socials__item.facebook {
	background: url('/img/facebook-black.svg') no-repeat 50% 50% / cover;
}

.footer__socials__item.instagram {
	background: url('/img/instagram-black.svg') no-repeat 50% 50% / cover;
}

.footer__copyright {
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #6B6B6A;
	font-weight: 300;
}

.content__text__paragraph {
	font-size: 20px;
	color: #000;
	margin-top: 0;
	font-weight: 300;
}

@media all and (max-width: 992px) {
	.content__text__paragraph {
		font-size: 16px;
	}
}

.content__text__paragraph__highlight {
	font-style: italic;
	font-weight: bold;
}

.contact-form {
	margin: 0 auto;
	padding: 100px 15px;
	max-width: 900px;
	width: 100%;
}

@media all and (max-width: 992px) {
	.contact-form {
		padding: 50px 15px;
	}
}

.contact-form__btn {
	height: 40px;
	background: #000;
	border: none !important;
	color: #fff;
	display: block;
	width: 100%;
	cursor: pointer;
}

.contact-form__title {
	margin-bottom: 50px;
	width: 60%;
	font-size: 20px;
	font-weight: 300;
	color: #6B6B6A;
	line-height: 160%;
}

@media all and (max-width: 992px) {
	.contact-form__title {
		width: 100%;
	}
}

.contact-form__row {
	margin-bottom: 25px;
}

.contact-form__input {
	width: 100%;
	border: none !important;
	outline: none !important;
	border-bottom: 1px solid #9A998F !important;
	height: 40px;
	background: none !important;
}
textarea::placeholder,
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #6B6B6A;
	opacity: 1; /* Firefox */
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #6B6B6A;
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder { /* Microsoft Edge */
	color: #6B6B6A;
}

.bottom textarea::placeholder,
.bottom input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}

.bottom textarea:-ms-input-placeholder,
.bottom input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}

.bottom textarea::-ms-input-placeholder,
input::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
}

.contact-success {
	margin: 0 auto 50px;
	padding: 0 15px;
	max-width: 900px;
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	display: none;
}

.contact-success___message {
	background-color: #9A998F;
	color: #F1F1F0;
	padding: 8px 15px;
	text-align: center;
}

h1, h2, h3 {
	margin: 0;
}
