.page {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page__contact {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	max-width: 1600px;
}

/*nav__faq  =============================*/
.nav__faq {
	max-width: 1400px;
	width: 100%;
	height: 50px;
	display: flex;
	padding: 0 50px;
	margin: 0 95px;
	align-items: center;
}

.nav__faq a {
	font-size: 14px;
	font-weight: 200;
}

/*title   =============================*/
.global__title-contact {
	margin: 50px 0;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.container__title-contact {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.simple__title-contact {
	font-size: 20px;
	font-weight: 100;
	color: #323232;
	text-transform: uppercase;
}

.basic__title-contact {
	font-size: 60px;
	font-weight: 900;
	margin-top: 4px;
	text-transform: uppercase;
	text-align: center;
}

.container__title {
	margin-left: 30px;
	border-left: solid 3px #fa8200;
	margin: 50px 0;
}


.simple__title {
	font-size: 20px;
	font-weight: 100;
	margin-left: 10px;
	text-transform: uppercase;
}

.basic__title {
	font-size: 60px;
	font-weight: 900;
	margin-top: 4px;
	margin-left: 10px;
	text-transform: uppercase;
}

/*form   =============================*/
.form__contact {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	max-width: 600px;
	margin-bottom: 50px;
	padding: 0 50px;
}

.form__body {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: clamp(60%, 20em, 80%);
	position: relative;
	width: 100%;
}

.form__body::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1) url('../IMG/dbb2aca916fffbc5e0c8b16d20384019.gif') center / 200px no-repeat;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease 0s;
}

.form__body._sending::after {
	opacity: 1;
	visibility: visible;
}

.form__title {
	font-size: 16px;
	font-weight: 700;
	padding: 20px 0;
}

.form__items {
	width: 100%;
	padding: 0 0 20px 0;
}

.form__item {
	margin: 0 0 20px 0;
}

.form__label {
	display: block;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: 200;
}

.form__input {
	height: 50px;
	width: 100%;
	border: solid 1px #3296fa;
	transition: all 0.5s ease 0s;
	font-size: 14px;
	padding: 0 20px;
}

.form__input._error {
	border: solid 1px #fa8200;
	box-shadow: 0 0 3px #fa8200;
}

.error__txt {
	display: none;
}

.error__txt._errortxt {
	display: block;
	color: #fa8200;
}

input {
	accent-color: #3296fa;
}

.form__input:focus {
	box-shadow: 0 0 5px #3296fa;
}

textarea.form__input {
	min-height: 150px;
	resize: vertical;
	padding: 20px;
	font-size: 17px;
}

.form__button {
	height: 50px;
	max-width: 350px;
	width: 100%;
	background-color: #3296fa;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
}

.block__image {
	width: 50%;
}

.block__image img {
	object-fit: cover;
	width: 100%;
}

.none {
	display: none;
	width: 0;
	height: 0;
}

/*thankyou__page==========================*/
.section__empty {
	width: 100%;
	max-width: 1600px;
	padding: 0 100px;
}

.thankyou__wrapper {
	padding: 0 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.empty__wrapper {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.check__page {
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.img__shiped {
	max-width: 10%;
}

.img__shiped img {
	max-width: 80%;
}

.check__youremail {
	max-width: 90%;
}

.thankyou__txt {
	font-size: 24px;
	font-weight: bold;
	margin: 25px 0;
}

.check__txt {
	font-size: 16px;
	font-weight: 200;
	text-align: center;
	line-height: 25px;
}

.text__contact {
	width: 100%;
	max-width: 1500px;
	margin: 0 20px 50px 20px;
	font-size: 16px;
	font-weight: 200;
	text-align: center;
	line-height: 25px;
}

.text__contact-bold {
	font-weight: 600;
}

/*@media=======================================================1650*/
@media (max-width: 1650px) {
	.check__page {
		width: 100%;
	}
}

/*@media=====================================================1280*/
@media (max-width: 1280px) {
	.img__shiped {
		width: 100%;
		max-width: 100px;
		height: auto;
	}

	.img__shiped img {
		max-width: 100%;
	}
}

/*@media====================================================660*/
@media (max-width: 600px) {
	.basic__title-contact {
		font-size: 40px;
	}

	.section__empty {
		padding: 0 50px;
	}
}

/*@media====================================================420*/
@media (max-width: 426px) {
	.basic__title-contact {
		font-size: 30px;
	}

	.section__empty {
		padding: 0 15px;
	}

	.thankyou__wrapper {
		padding: 0 15px;
	}

	.form__contact {
		padding: 0 15px;
	}

	.nav__faq {
		padding: 0 15px;
	}
}