@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.menu-pc .e--pointer-underline .elementor-item:after {
	bottom: 5px;
}

.menu-mobile {
	display: none;
}

.box-line-footer:before {
	content: "";
	height: 2px;
	position: absolute;
	top: 50%;
	right: calc(100% + 36px);
	left: unset;
	background: #fff;
	width: calc(var(--before-width) - 128px);
}

.box-line-footer {
	position: relative;
}

.button-menu-mb {
	display: none;
}

.hidden-pc {
	display: none;
}

@media screen and (max-width: 1024px) {
	.button-menu-mb {
		display: block;
	}

	.menu-pc {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.btn-header-pc {
		display: none;
	}

	.hidden-pc {
		display: block;
	}
}

/* style form */
.fr-sth-row {
	display: flex;
	gap: 31.37px;
	margin-bottom: 40px;
}

.fr-sth-row.end-row {
	margin-bottom: 0;
}

.fr-item {
	width: 100%;

}

.fr-item.fr-50 {
	width: calc((100% - 31.37px) / 2)
}

.fr-item textarea,
.fr-item input {
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 42px;
	font-family: 'Open Sans';
	padding: 16.29px 13px;
	border-radius: 8px;
	border: 1px solid #D2D6DA;
	outline: none;
	color: #495057;
}

.fr-item textarea::placeholder,
.fr-item input::placeholder {
	color: #D2D6DA !important;
}

.fr-item textarea {
	padding: 15px 13px;
	height: 202.85px;
	resize: none;
	padding-top: 5px;
	line-height: 1.5;
}

.fr-item input:focus {
	border: 1px solid #D2D6DA;
}

.fr-item label {
	font-size: 24px;
	line-height: 36.36px;
	font-weight: 600;
	color: #273A1E;
	margin-bottom: 15px;
	display: block;
	padding-left: 5px;
	font-family: "Red Hat Text";
}

.fr-item br {
	display: none;
}

.fr-row-check .note-check {
	color: #273A1E;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Red Hat Text';
}

.fr-check {
	display: flex;
	position: relative;
	padding-bottom: 20px;
}

.fr-check .wpcf7-form-control-wrap {
	position: unset;
}

.fr-checkbox input {
	display: none;
}

.fr-checkbox .wpcf7-list-item-label {
	cursor: pointer;
	position: relative;
	font-size: 0;
	display: block;
	width: 18px;
	height: 18px;
	margin-left: -3px;
}

.fr-checkbox .wpcf7-list-item-label::before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #fff;
}

.fr-checkbox .wpcf7-list-item-label::after {
	opacity: 0;
	position: absolute;
	top: 3px;
	left: 3px;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #273A1E;
}
.wpcf7-response-output {
	border: none !important;
}

.fr-checkbox .wpcf7-list-item {
	margin-left: 0;
}

.desc-check a,
.desc-check {
	padding-left: 8px;
	font-size: 20px;
	font-weight: 400;
	font-family: "Red Hat Text";
	line-height: 1.5;
	color: #273A1E;
	max-width: 956px;
}

.desc-check a {
	position: relative;
	display: inline-block;
	padding: 0;
	transition: all 0.2s ease-in-out;
}
.desc-check a:hover {
	opacity: 0.8;
}

.desc-check a::before {
	position: absolute;
	bottom: 0px;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #273A1E;
}

.fr-checkbox input:checked+.wpcf7-list-item-label::after {
	opacity: 1;
}

.fr-checkbox+.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 0;
	left: 0;
}

.sth-contact-form {
	max-width: 1003.81px;
	margin: auto;
}

.fr-submit {
	position: relative;
	margin-top: 27px;
}

.fr-submit input[type="submit"] {
/* 	font-family: "Poppins"; */
	font-family: "Red Hat Text";
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background-color: #273A1E;
	border-radius: 30px;
	padding: 15px 74px;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip {
	font-family: "Red Hat Text";
}
.fr-submit p {
	text-align: center;
}

.fr-submit .wpcf7-spinner {
	position: absolute;
	top: 15px;
	right: 15px;
}

.wpcf7-response-output {
	text-align: center;
}

.fr-row-check {
	padding-left: 11px;
}
.fr-row-check>p{
	margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
	.fr-item.fr-50 {
		width: 100%;
	}
	.fr-sth-row {
		flex-wrap: wrap;
	}
	.fr-item textarea, .fr-item input {
		line-height: 1.5;
	}
	.fr-item label {
		font-size: 20px;
		margin-bottom: 5px;
	}
}


/*  */
@media screen and (max-width: 1459px) {
	.box-icon {
		padding-right: 55px;
	}
}
@media screen and (max-width: 1142px) {
	.box-icon {
		padding-right: 0;
	}
}
@media screen and (max-width: 1032px) {
	.box-icon {
		padding-right: 40px;
	}
}
@media screen and (max-width: 767px) {
	.box-icon {
		padding-right: 0px;
	}
}
@media screen and (max-width: 435px) {
	.box-icon {
		padding-right: 40px;
	}
}