body {
	font-family: "Geologica", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.25;
	color: #1C3562;
	position: relative;
}
h1, h2, h3 {
	font-family: "Geologica", sans-serif;
}
h1 {
	font-weight: 700;
	font-size: 54px;
	line-height: 1.25;
	text-transform: uppercase;
	margin: 0;
}
h2 {
	font-weight: 500;
	font-size: 48px;
	line-height: 1.1;
	text-transform: uppercase;
	margin: 0;
}
p {
	margin-bottom: 20px;
}

.container {
	max-width: 1299px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

#site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	font-family: "Manrope", sans-serif;
}
.head_right {
	display: flex;
	align-items: center;
	gap: 45px;
}
.head_right a {
	border: 1px solid #999999;
	background: #B3B3B342;
	padding: 6px 8px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	backdrop-filter: blur(18px);
}
.lang select {
	background: transparent;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	padding: 0 8px 0 0;
}
.lang select::-ms-expand { display: none; } 
.lang select:hover {} 
.lang select:focus {
	outline: none; 
} 
.lang select option { font-weight:normal; color: #262626; }

.shap {
	padding: 256px 0 220px;
	background-position: top center;
	background-repeat: no-repeat;
}
.shap_tl {
	max-width: 1147px;
	margin: 0 auto 86px;
	text-align: center;
	color: #fff;
}
.shap h1 {
	margin-bottom: 10px;
}
.sub_h1 {
	font-weight: 300;
	font-size: 32px;
	line-height: 1.3;
}
.shap_but {
	display: flex;
	justify-content: center;
	gap: 60px;
}
.shap_btn {
	padding: 10px 10px 10px 29px;
	display: flex;
	align-items: center;
	position: relative;
	font-size: 20px;
	font-weight: 250;
	transition: all 0.2s ease-in-out;
	gap: 28px;
}
.shap_btn * {
	transition: all 0.3s linear;
}
.shap_btn span {
	display: flex;
	width: 38px;
	height: 38px;
	border-radius: 40px;
	align-items: center;
	justify-content: center;
}
.shap_btn svg {
	display: block;
}
.shap_btn a {
	color: inherit;
}
.shap_btn a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.shap_btn_1 {
	background: #FFFFFF;
	border: 1px solid #fff;
	border-radius: 30px;
	color: #1C3562;
	backdrop-filter: blur(12px);
}
.shap_btn_1 span {
	background: #3E2C23;
	color: #fff;
}
.shap_btn_1:hover {
	background: #B3B3B342;
	border: 1px solid #999999;
	border-radius: 30px;
	color: #fff;
	backdrop-filter: blur(18px);
}
.shap_btn_1:hover span {
	background: #fff;
	color: #A1887F;
}
.shap_btn_2 {
	background: #B3B3B342;
	border: 1px solid #999999;
	border-radius: 30px;
	color: #fff;
	backdrop-filter: blur(18px);
}
.shap_btn_2 span {
	background: #fff;
	color: #A1887F;
}
.shap_btn_2:hover {
	background: #FFFFFF;
	border: 1px solid #fff;
	border-radius: 30px;
	color: #1C3562;
	backdrop-filter: blur(12px);
}
.shap_btn_2:hover span {
	background: #3E2C23;
	color: #fff;
}


.catalog {
	background: #091428;
	padding: 84px 0;
}
.catalog h2 {
	color: #fff;
	text-align: center;
}
.proj_slid {
	padding: 62px 0 85px;
}
.cat_btn span {
	background: #1C3562;
}
.cat_btn:hover span {
	background: #fff;
}
.proj_block_mob {
	display: none;
}
.proj_head {
	font-weight: 700;
	font-size: 16px;
}
.proj_item {
	position: relative;
	font-weight: 300;
	font-size: 10px;
	line-height: 1.3;
}
.proj_item b {
	font-weight: 700;
}
.proj_img {
	width: 100%;
	height: 100%;
}
.proj_img:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #9F9F9F;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	mix-blend-mode: Multiply;
}
.proj_img img {
	display: block;
	width: 100%;
	height: 100%;
	height: 370px;
	object-fit: cover;
}
.proj_text {
	width: 159px;
	height: 100%;
	padding: 10px 20px 0;
	display: flex;
	flex-direction: column;
	/*justify-content: space-between;*/
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 3;
	gap: 10px;
}
.proj_title {
	font-size: 16px;
	line-height: 20px;
	color: #096254;
	margin-bottom: 8px;
}
.proj_line {
	display: flex;
	margin-bottom: 6px;
}
.proj_line svg {
	min-width: 11px;
	margin-right: 6px;
}
.proj_foot {
	margin: auto -20px 0;
	height: 40px;
	background: #096254;
	display: flex;
	align-items: center;
	justify-content: center;
}
.proj_foot a {
	font-weight: 300;
	font-size: 10px;
	line-height: 16px;
	color: #fff;
	display: flex;
	align-items: center;
}
.proj_foot a:after {
	content: "";
	width: 16px;
	height: 16px;
	margin-right: 18px;
	background: url(../img/whatsapp3.svg) no-repeat 0 0 / 16px 16px;
	order: -1;
}
.slick-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	background: #B3B3B342;
	border: 1px solid #999999;
	border-radius: 50px;
	backdrop-filter: blur(18px);
	z-index: 2;
}
.sprv-prev {
	left: -4px;
}
.sprv-next {
	right: -4px;
}
.slick-slide {
	margin: 0 15px;
}

.map {
	position: relative;
	height: 833px;
}
.map:before, .map:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 111px;
	left: 0;
	z-index: 1;
}
.map:before {
	top: 0;
	background: linear-gradient(180deg, #091428 25%, rgba(9, 20, 40, 0.812887) 40.5%, rgba(9, 20, 40, 0.438596) 59.62%, rgba(9, 20, 40, 0) 81.97%);
}
.map:after {
	bottom: 0;
	background: linear-gradient(0deg, #091428 25%, rgba(9, 20, 40, 0.812887) 40.5%, rgba(9, 20, 40, 0.438596) 59.62%, rgba(9, 20, 40, 0) 81.97%);
}
#map {
	width: 100%;
	height: 100%;
}
[class*=ymaps][class*=-ground-pane] {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
  }
.map_cat {
	position: absolute;
	top: 0;
	right: calc(50% - 630px);
	width: 495px;
	height: 100%;
	overflow: auto;
	z-index: 2;
	padding: 60px 0;
}
.map_wrap {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 10px;
}
ymaps[class$="balloon-pane"] {
	margin: -20px 0 0 80px;
}
ymaps[class$="balloon__content"] {
	padding: 0;
	margin-right: 0 !important;
}
ymaps[class$="content__header"] {
	margin: 0;
}
ymaps[class$="balloon__tail"] {
	width: 50px;
	height: 50px;
	background: url(../img/loc_a.png) no-repeat 0 0;
	box-shadow: none;
	transform: none !important;
	position: absolute;
	left: -48px;
	bottom: -37px;
}
ymaps[class$="balloon__tail"]:after {
	content: none;
}

.map_proj.proj_item {
	height: 360px;
	width: 240px;
	line-height: 1.1;
}
.map_proj .proj_img {
	height: 162px;
}
.map_proj .proj_img img {
	height: 162px;
}
.map_proj .proj_img:before {
	height: 75px;
	background: linear-gradient(180deg, #1C3562 0%, rgba(28, 53, 98, 0) 100%);
	mix-blend-mode: normal;
}
.map_proj .proj_text {
	width: 100%;
	height: 198px;
	position: relative;
	padding: 15px 15px 0;
	gap: 7px;
}
.map_proj .proj_block {
	display: flex;
	align-items: flex-start;
}
.map_proj .proj_block br {
	display: none;
}
.map_proj .proj_line {
	margin: 0;
	gap: 5px;
	align-items: center;
	white-space: nowrap;
}
.map_proj .proj_foot {
	height: 40px;
	min-height: 40px;
	margin: auto -15px 0;
}

.form {
	padding: 116.5px 0;
	background: #fff;
	color: #262626;
}
.fl_row {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.form_wrap {
	width: 360px;
	font-family: "Manrope", sans-serif;
}
.fl_col4 {
	width: 42.5%;
}
.fl_col8 {
	width: 57.5%;
}
.form_img img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	object-fit: cover;
}
.form_img .form_img_mob  {
	display: none;
}
.form_block + .form_block {
	margin-top: 50px;
}
.form_block p {
	margin: 0;
}
.fr_title {
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
}
.form_block .wpcf7-checkbox {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.form_block [type="checkbox"] {
	position: absolute;
	opacity: 0 !important;
	cursor: pointer;
	height: 0;
	width: 0 !important;
}
.form_block .wpcf7-list-item {
	margin: 0;
}
.form_block .wpcf7-list-item-label {
	position: relative;
	padding-left: 33px;
	display: block;
}
.form_block .wpcf7-list-item-label:before {
	content: "";
	width: 16px;
	min-width: 16px;
	height: 16px;
	border-radius: 16px;
	display: block;
	background: #fff;
	border: 1px solid #000000;
	position: absolute;
	top: 2px;
	left: 0;
}
.form_block [type="checkbox"]:checked + .wpcf7-list-item-label:before {
	border: 5px solid #096254;
}
.form_fl {
	display: flex;
	border-bottom: 1px solid #7B7B7B;
	padding-bottom: 3px;
}
.form_fl .fr_title {
	margin-right: 10px;
}
.form_fl input[type="text"] {
	border: 0;
	height: 26px;
	padding: 0;
	font-weight: 700;
	outline: none;
}
.form_block + p {
	margin-top: 33px;
	margin-bottom: 0;
}
[type="button"], [type="submit"] {
  background-color: #096254;
  border: 1px solid #096254;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding: 14px 44px;
  text-align: center;
  transition: all .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}
[type="button"]:focus, [type="button"]:hover, [type="submit"]:focus, [type="submit"]:hover {
  background-color: #09625400;
  color: #096254;
  text-decoration: none;
}
.wpcf7 form .wpcf7-response-output {
	margin: 10px 0 0;
	padding: 10px;
	border: 1px solid #096254;
	border-radius: 5px;
	font-size: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #096254;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #096254;
}
.wpcf7-not-valid-tip {
	font-size: 13px;
	margin-top: 3px;
}

.about {
	padding-bottom: 84px;
}
.about_sub {
	margin-bottom: 8px;
}
.about h2 {
	font-weight: 500;
	font-size: 40px;
	line-height: 1.07;
	margin-bottom: 45px;
	text-transform: none;
}
.about_text p:last-child {
	margin-bottom: 0;
}
.about_sert {
	width: 235px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	color: #262626;
	background: #D9D9D9;
	position: relative;
}
.about_sert span {
	text-transform: uppercase;
}
.about_sert a {
	display: block;
	margin: 11px 0 12px;
	border: 2px solid #262626;
	width: 70px;
	height: 70px;
	border-radius: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../img/sert_arr.svg) no-repeat center center;
}
.about_sert a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ft_grid {
	margin-top: 65px;
	display: flex;
	justify-content: space-between;
}
.ft_item {
	text-align: center;
}
.ft_item b {
	display: block;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.25;
	margin-bottom: 8px;
}

.site-footer {
	background: #091428;
	padding: 82px 0 107px;
	color: #fff;
}
.site-footer a {
	color: #fff;
}
.partners {
	font-family: "Manrope", sans-serif;
}
.partners h2 {
	margin-bottom: 20px;
	text-transform: none;
}
.partners .fl_row {
	align-items: center;
}
.fl_col6 {
	width: 50%;
}
.partn_form {
	max-width: 520px;
	background: #FFFFFF;
	border-radius: 30px;
	padding: 22px 40px 30px;
	color: #949494;
	margin: 0 auto;
}
.partn_form p {
	margin: 0;
}
.form_input {
	border-bottom: 1px solid #7B7B7B;
}
.form_input input[type="text"] {
	border: 0;
	height: 55px;
	padding: 15px 0;
	font-weight: 400;
	outline: none;
}
.form_cal > p {
	margin: 11px 0 25px;
	display: flex;
	align-items: center;
	gap: 13px;
}
.form_cal span {
	margin-right: 20px;
}
.form_subm {
	text-align: center;
}
.wpcf7-spinner {
	position: absolute;
	left: 0;
}
.site-footer .ft_grid {
	margin-top: 134px;
	align-items: center;
	text-transform: uppercase;
}
.site-footer .ft_item {
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
}
.ft_item_privacy a {
	border-bottom: 1px solid #fff;
}
.foot_licenz {
	display: flex;
	align-items: center;
	gap: 20px;
}
.top_bt {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	background: #096254;
	z-index: 7;
}
.top_bt img {
	width: 26px;
}

.form_lay {
	overflow: hidden;
	border-radius: 30px;
	display: flex;
	font-family: "Manrope", sans-serif;
}
.form_lay:after {
	content: "";
	width: 100%;
	background: url(/wp-content/uploads/2025/07/form_lay.jpg) no-repeat center center / cover;
}
.form_popup {
	width: 580px;
	min-width: 580px;
	background: #096254;
	padding: 30px;
	color: #1C3562;
}
.form_popup p {
	margin: 0;
}
.form_popup .form_wrap {
	background: #fff;
	border-radius: 30px;
	width: 100%;
	padding: 72px 63px;
}
.form_title {
	font-weight: 700;
	font-size: 36px;
	line-height: 49px;
}
.form_title {
	font-weight: 700;
	font-size: 36px;
	line-height: 49px;
	margin-bottom: 15px;
}
.form_subtitle {
	margin-bottom: 40px;
}
.form_popup .form_input {
	border-bottom: 0;
	margin-bottom: 30px;
}
.form_popup .form_input input[type="text"] {
	height: 46px;
	padding: 10px 20px;
	border: 1px solid #1C3562;
	border-radius: 50px;
}
.form_popup .form_cal {
	padding: 4px 14px 4px 19px;
	border: 1px solid #1C3562;
	border-radius: 50px;
	margin-bottom: 30px;
}
.form_popup .form_cal span {
	margin-right: auto;
}
.form_popup .form_cal img {
	display: block;
}



.wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: auto;
}
.wrapper .images {
	width: 100%;
	height: 100%;
	display: flex;
}
.wrapper .images .img1 {
	width: 100%;
	height: 100%;
	background-image: url("/wp-content/uploads/2025/07/img_gr.jpg");
}
.wrapper .images .img2 {
	position: absolute;
	width: 50%;
	height: 100%;
	background-image: url("/wp-content/uploads/2025/07/img_gr.jpg");
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
}
.wrapper .slider {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.wrapper .slider input {
	width: 100%;
	height: 100%;
	outline: none;
	background: none;
	-webkit-appearance: none;
}
.slider input::-webkit-slider-thumb {
	height: 100%;
	width: 5px;
	background: none;
	-webkit-appearance: none;
	cursor: col-resize;
}
.slider .drag-line {
	width: 3px;
	height: 100%;
	position: absolute;
	left: 50%;
	pointer-events: none;
}
.slider .drag-line:before,
.slider .drag-line:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: darkred;
}
.slider .drag-line:before {
	top: 0;
}
.slider .drag-line:affter {
	bottom: 0;
}
.slider .drag-line span {
	width: 25px;
	height: 25px;
	background: darkred;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slider .drag-line span:before,
.slider .drag-line span:after {
	position: absolute;
	content: "";
	top: 50%;
	border: 10px solid transparent;
	border-bottom-width: 0px;
	border-right-width: 0px;
	transform: translate(-50%, -50%) rotate(45deg);
}
.slider .drag-line span:before {
	left: 40%;
	border-left-color: white;
}
.slider .drag-line span:after {
	left: 60%;
	border-top-color: white;
}

@media (max-width: 1299px) {
	#popmake-139 {
		max-width: 90%;
	}
}
@media (max-width: 1199px) {
	h1 {
		font-size: 42px;
	}
	h2 {
		font-size: 42px;
	}
	.shap {
		padding: 150px 0 100px;
	}
	.sub_h1 {
		font-size: 28px;
	}
	.shap_tl {
		margin: 0 auto 60px;
	}
	.shap_but {
		gap: 30px;
	}
	.shap_btn {
		font-size: 18px;
	}
	.catalog {
		padding: 60px 0;
	}
	.proj_slid {
		padding: 50px 0;
	}
	.form {
		padding: 60px 0;
	}
	.about h2 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.site-footer {
		padding: 60px 0;
	}
	.site-footer .ft_grid {
		margin-top: 50px;
		font-size: 14px;
	}
	[type="button"], [type="submit"] {
		padding: 12px 35px;
		font-size: 18px;
	}
	.form_block + .form_block {
		margin-top: 30px;
	}
	.form_block .wpcf7-radio {
		margin-top: 20px;
	}
	.form_popup {
		width: 50%;
		min-width: 50%;
		padding: 20px;
	}
	.form_popup .form_wrap {
		padding: 30px;
	}
	.form_popup .form_title {
		font-size: 32px;
		line-height: 1.1;
	}
	.form_popup .form_input {
		margin-bottom: 10px;
	}
}
@media (max-width: 991px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 36px;
	}
	.sub_h1 {
		font-size: 24px;
	}
	.shap {
		padding: 160px 0 120px;
	}
	.fr_title {
		font-size: 16px;
	}
	[type="button"], [type="submit"] {
		padding: 10px 32px;
		font-size: 16px;
		height: 46px;
	}
	.about h2 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.fl_col4, .fl_col8 {
		width: 50%;
	}
	.map {
		height: 756px;
	}
	ymaps[class$="image "] {
		transform: scale(0.5) !important;
		transform-origin: bottom center;
	}
	ymaps[class$="balloon-pane"] {
		margin: 0 0 0 60px;
	}
	ymaps[class$="balloon__tail"] {
		width: 25px;
		height: 25px;
		background-size: contain;
		left: -15px;
		bottom: -17px;
	}
	.map:before, .map:after {
		height: 90px;
	}
	.form_popup {
		padding: 15px;
	}
	.form_popup .form_wrap {
		padding: 15px;
	}
	.form_popup .form_title {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 32px;
	}
	.sub_h1 {
		font-size: 21px;
	}
	.shap_tl {
		margin: 0 auto 105px;
	}
	.shap_but {
		gap: 20px;
		flex-direction: column;
		align-items: center;
	}
	.shap_btn {
		font-size: 16px;
	}
	.proj_text {
		width: 100%;
		height: 128px;
		position: relative;
		gap: 5px;
	}
	.proj_img img {
		height: 152px;
	}
	.proj_subtitle {
		padding-left: 18px;
		background: url(../img/location.png) no-repeat left center;
		margin-left: -3px;
	}
	.proj_title {
		margin-bottom: 0;
	}
	.proj_block {
		display: flex;
		align-items: flex-start;
	}
	.proj_block:nth-child(2) {
		display: none;
	}
	.proj_block:nth-child(3) {
		font-size: 16px;
		font-weight: 500;
	}
	.proj_block:nth-child(3) .proj_line {
		display: none;
	}
	.proj_block:nth-child(4) {
		display: none;
	}
	.proj_line b {
		display: none;
	}
	.proj_block_mob {
		display: flex;
		gap: 23px;
	}
	.proj_line {
		margin: 0;
		gap: 5px;
		align-items: center;
		white-space: nowrap;
	}
	
	.form {
		padding: 175px 0 0;
		background: #091428;
		color: #fff;
	}
	.form_wrap {
		margin: 0 auto;
	}
	.form_wrap .form_block {
		display: none;
		margin-top: 0;
	}
	.form_wrap .form_block:nth-child(2) {
		display: block;
	}
	.form_block + p {
		display: none;
	}
	.form_img {
		margin: 80px -20px 0;
		width: calc(100% + 40px);
	}
	.form_img .form_img_pk  {
		display: none;
	}
	.form_img .form_img_mob  {
		display: block;
		border-radius: 30px 30px 0 0;
	}
	.fl_row {
		flex-wrap: wrap;
	}
	.fl_col4, .fl_col8, .fl_col6 {
		width: 100%;
	}
	.about {
		padding-bottom: 180px;
		padding-top: 112px;
		position: relative;
	}
	.about_sert {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 151px;
		flex-direction: row;
		font-size: 0;
	}
	.about_sert span {
		font-size: 16px;
	}
	.about_sert a {
		margin: 0 0 0 93px;
	}
	.ft_grid {
		margin-top: 0;
		flex-wrap: wrap;
		gap: 32px 0px;
	}
	.ft_item {
		text-align: left;
		width: 50%;
		font-size: 15px;
	}
	.ft_item b {
		font-size: 32px;
		margin-bottom: 5px;
	}
	.site-footer {
		padding: 182px 0 22px;
	}
	.partners {
		max-width: 520px;
		margin: 0 auto;
	}
	.partn_form {
		margin: 20px auto 0;
	}
	.site-footer .ft_grid {
		margin-top: 60px;
		align-items: flex-start;
	}
	.site-footer .ft_grid .ft_item {
		font-size: 12px;
	}
	.site-footer .ft_item:nth-child(1) {
		order: 2;
		width: 100%;
		align-items: center;
		margin-top: 0;
	}
	.site-footer .ft_item:nth-child(3) {
		order: 1;
		margin-top: -47px;
	}
	.site-footer .ft_item:nth-child(4) {
		order: 3;
		width: 100%;
		align-items: center;
	}
	
	.form_popup {
		padding: 17px;
		width: 100%;
		min-width: 100%;
	}
	.form_popup .form_wrap {
		padding: 29px;
	}
	.form_popup .form_title {
		font-size: 28px;
		margin-bottom: 35px;
		text-align: center;
	}
	.form_popup .form_input {
		margin-bottom: 35px;
	}
}
@media (max-width: 639px) {
	body {
		font-size: 13px;
	}
	p {
		margin-bottom: .9rem;
	}
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 24px;
	}
	.sub_h1 {
		font-size: 16px;
	}
	.form_wrap {
		width: 190px;
	}
	.about h2 {
		font-size: 24px;
	}
	.ft_item {
		font-size: 13px;
	}
	.ft_item b {
		font-size: 24px;
	}
	.partn_form {
		padding: 19px 30px 19px;
		font-size: 12px;
	}
	.form_input input[type="text"] {
		height: 34px;
		padding: 5px 0;
		font-size: 12px;
	}
	.form_cal > p {
		margin: 4px 0 12px;
		justify-content: flex-end;
	}
	.form_cal span {
		margin-right: auto;
	}
	.site-footer .ft_grid .ft_item {
		font-size: 10px;
	}
	.site-footer .ft_item:nth-child(3) {
		margin-top: -44px;
	}
	#popmake-139 {
		max-width: 100%;
	}
}





