@font-face{font-family: 'Whitney'; src: url('fonts/Whitney-Medium.ttf') format('truetype'); font-weight: normal;}
@font-face{font-family: 'Whitney'; src: url('fonts/Whitney-Semibold.ttf') format('truetype'); font-weight: 500;}

:root{
	--c_def: #000;
	--c_grey: #787878;
	--c_purple: #D93472;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html{
	height: 100%;
	font-size: 10px;
}
body{
	font-size: 16px;
	line-height: 25px;
	font-family: 'Whitney', tahoma, sans-serif;
	height: 100%;
	font-weight: normal;
	color: var(--c_def);
}

a{
	text-decoration: none;
	transition: color .5s;
}
img{
	border: 0;
}
input:focus, select:focus, textarea:focus, button:focus{
    outline: none;
}
p{
	margin: 0 0 10px;
}

.c_black{
	color: var(--c_def);
}
.c_grey{
	color: var(--c_grey);
}
.c_purple{
	color: var(--c_purple);
}
.fbold{
	font-weight: 500;
}

.mrgb50{
	margin-bottom: 50px;
}
.mrgb30{
	margin-bottom: 30px;
}

div.content{
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 15px;
}
h1{
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 30px;
	font-weight: 500;
}
h2{
	font-size: 30px;
	line-height: 1;
	margin-bottom: 30px;
	font-weight: 500;
}
.hd_prev_txt{
	font-weight: 500;
	letter-spacing: 13%;
	color: var(--c_purple);
	text-transform: uppercase;
}
.bt_purple{
	display: inline-block;
	background: var(--c_purple);
	padding: 14px 28px 13px;
	color: #fff;
	border-radius: 20px;
}
a.bt_purple:hover{
	color: #fff;
}
.bt_purple.bt_wimg{
	display: flex;
	align-items: center;
	padding: 12px 28px 12px 18px;
	width: fit-content;
}
.bt_purple.bt_wimg img{
	height: 28px;
	margin-right: 20px;
}

.pj_page{
	padding-top: 30px;
}
.pj_hdblock{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.hdblock_left{
	width: 700px;
}
.hdblock_left p{
	margin-bottom: 30px;
	max-width: 480px;
}
.hdblock_right{
	text-align: right;
	padding-right: 30px;
}
.hdblock_right img{
	height: 100%;
	max-height: 450px;
}
.complect_block{
	padding: 30px 40px 5px;
	border-radius: 20px;
	background: #F9F9F9;
}
.sect_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sect_list_item{
	width: calc(25% - 22px);
	padding: 25px 25px 30px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 4px 4px 0px #00000026;
	margin-bottom: 30px;
}
.sect_list_item a{
	color: #000;
}
.sect_list_item_img{
	display: flex;
	height: 250px;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.sect_list_item_img img{
	max-width: 100%;
	max-height: 100%;
}
.sect_list_item span{
	display: block;
	text-align: center;
}
.whyme_block h2{
	margin-bottom: 40px;
}
.whyme_item{
	background: #fff;
	border: 2px solid #E4E4E4;
	box-shadow: 0px 3px 3px 0px #00000026;
	padding: 15px 18px 5px;
	border-radius: 20px;
	margin-bottom: 20px;
}
.whyme_item img{
	height: 40px;
	margin-bottom: 15px;
}
.whyme_item_title{
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 8px;
}
.pjproc_block{
	padding: 30px 40px 15px;
	background: #F9F9F9;
	border-radius: 20px;
}
.pjproc_order{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-evenly;
}
.pjproc_order_item{
	width: 290px;
	padding: 15px 10px 5px;
	border: 2px solid #E4E4E4;
	box-shadow: 0px 3px 3px 0px #00000026;
	border-radius: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.order_item_num{
	width: 40px;
	height: 40px;
	margin: 0 auto 15px;
	border-radius: 50%;
	background: var(--c_purple);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.order_item_title{
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 8px;
}
.yur_block{
	padding: 30px 40px 15px;
	border-radius: 20px;
	background: #FFFFFF;
	border: 2px solid #E4E4E4;
}
.yur_block h2{
	margin-bottom: 24px;
}
.yur_descr_top{
	max-width: 618px;
	margin-bottom: 20px;
}
.yur_item{
	padding: 20px 18px 10px;
	background: #F9F9F9;
	border-radius: 20px;
	margin-bottom: 20px;
}
.yur_item_title{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 8px;
}
.pj_form{
	padding: 28px 36px;
	border-radius: 10px;
	background: var(--c_purple);
	color: #fff;
}
.pj_form h2{
	color: #fff;
	margin-bottom: 16px;
}
p.pj_form_descr{
	max-width: 660px;
	margin-bottom: 30px;
}
form.bot_form_block{
	border-radius: 20px;
	background: #fff;
	padding: 20px 20px 30px;
	color: #000;
}
.bot_form_block p{
	font-weight: 500;
	margin-bottom: 5px;
}
.bot_form_input{
	width: 100%;
	border: 1px solid #E7E7E7;
	border-radius: 20px;
	padding: 7px 14px 6px;
	margin-bottom: 15px;
}
.bot_form_input.empty{
	border: 1px solid var(--c_purple);
	color: var(--c_purple);
}
.bot_form_bottom{
	padding-top: 5px;
}
.bot_form_bt{
	width: 100%;
	background: var(--c_purple);
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 10px;
	font-weight: 500;
	color: #fff;
	border-radius: 20px;
	cursor: pointer;
}
.bot_form_bt img{
	margin-right: 18px;
}

@media (max-width: 1440px){
	div.content {
  		max-width: unset;
  		margin: 0 auto;
  		padding: 0;
	}
	.hdblock_right {
  		width: 33%;
  		padding-right: 0;
	}
	.hdblock_right img{
		height: auto;
		width: 100%;
	}

}
@media (max-width: 1180px){
	.hdblock_right{
		display: none;
	}

}
@media (max-width: 768px){
	.sect_list {
  		justify-content: space-evenly;
	}
	.sect_list_item {
  		width: 200px;
  		padding: 15px 15px 15px;
		margin: 0 6px 15px;
	}
	.sect_list_item_img {
  		height: 160px;
  		margin-bottom: 20px;
	}
	.pjproc_order {
  		flex-direction: column;
	}
	.pjproc_order_item {
  		width: 100%;
		max-width: 290px;
  		margin-bottom: 10px;
	}
	.pjproc_order_ar img{
		transform: rotate(90deg);
	}

}
@media (max-width: 480px){
	h1 {
  		font-size: 24px;
	}
	.mrgb50 {
  		margin-bottom: 30px;
	}
	h2 {
  		font-size: 20px;
	}
	.hd_prev_txt {
  		font-size: 12px;
	}
	.yur_block {
  		padding: 20px 15px 15px;
	}

}

