.diastasis_recti_top {
	background: url(/wp-content/themes/nydnr/assets/images/diastasis-recti/top_banner.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	font-family: 'Roboto';
	padding-top: 45px;
	overflow: hidden;
	padding-bottom: 71px;
}

.diastasis_recti_top .top_content {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-right: 99px;
}

.diastasis_recti_top .row_face {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 19px;
}

.diastasis_recti_top .face_item {
	display: inline-block;
	flex-direction: column;
	max-width: 200px;
}
.diastasis_recti_top .face_item:first-child {
	margin-right: 77px;
}
.diastasis_recti_top .face_item .wrap_img {
	margin-bottom: 11px;
}
.diastasis_recti_top .face_item .wrap_img img {
	display: block;
}

.diastasis_recti_top .face_item .wrap_text strong {
	display: block;
	font-size: 24px;
	font-family: 'Roboto';
	font-weight: 700;
	color: #1b1b1b;
	line-height: 1;
	margin-bottom: 5px;
}
.diastasis_recti_top .face_item .wrap_text p {
	font-size: 12px;
	font-family: 'Roboto';
	font-weight: 300;
	line-height: 1.2;
	color: #1b1b1b;
	margin: 0;
}
.diastasis_recti_top .row_descr {
	padding: 15px 68px 23px 19px;
	position: relative;
}
.diastasis_recti_top .row_descr::after {
	position: absolute;
	content: '';
	z-index: 0;
	width: 100vw;
	bottom: 0;
	left: 0;
	height: 3px;
	background: rgba(0,0,0,.2);
}
.diastasis_recti_top .row_descr::before {
	position: absolute;
	content: '';
	width: 100vw;
	max-width: 1000px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #009ce7;
	background-image: linear-gradient(45deg, #029cf5 0%, #15eded 100%);
	z-index: 0;
}
.diastasis_recti_top .row_descr p {
	color: #fff;
	font-weight: 300;
	font-size: 46px;
	margin-bottom: 5px;
	line-height: 1;
	position: relative;
	z-index: 1;
}
.diastasis_recti_top .row_descr strong {
	display: block;
	font-weight: 700;
	font-size: 48px;
	padding-bottom: 13px;
	border-bottom: 1px solid #fff;
	margin-bottom: 14px;
	line-height: 1;
	color: #fff;
	position: relative;
	z-index: 1;
}
.diastasis_recti_top .row_descr span {
	display: block;
	font-size: 21px;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
	position: relative;
	z-index: 1;
}

.diastasis_recti_top .row_free {
	padding: 10px 0px 9px 17px;
    background-color: #ffcc00;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 147px;
    max-width: 349px;
    margin-top: -14px;
    color: #1b1b1b;
    margin-bottom: 15px;
    position: relative;
}
.diastasis_recti_top .row_free::before {
	position: absolute;
	top: -33px;
	content: '';
	left: 0;
	width: 20px;
	z-index: 1;
	height: 34px;
	background: url(../../../assets/images/diastasis-recti/before.png) no-repeat;
}
.diastasis_recti_top .row_free .free {
    font-size: 83px;
    font-family: 'Roboto';
    font-weight: 400;
    margin: 0;
    margin-right: 18px;
    line-height: 1;
}
.diastasis_recti_top .row_free .right_free {
	color: #1b1b1b;
	font-family: 'Roboto';
	font-size: 28px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
}
.diastasis_recti_top .row_date {
	margin-right: 155px;
	margin-bottom: 15px;
}
.diastasis_recti_top .row_date p {
	margin: 0;
	color: #1b1b1b;
	font-family: 'Roboto';
	font-size: 42px;
	font-weight: 300;
	line-height: 1.2;
}
.diastasis_recti_top .row_adress {
	margin-right: 21px;
}
.diastasis_recti_top .row_adress p {
	color: #1b1b1b;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
	position: relative;
}
.diastasis_recti_top .row_adress p::before {
	position: absolute;
	content: '';
	background: url(/wp-content/themes/nydnr/assets/images/diastasis-recti/map.png) no-repeat;
	left: -23px;
	top: 43%;
	transform: translateY(-50%);
	width: 16px;
	height: 21px;
	z-index: 1;
}

.diastasis_recti_register {
	padding: 56px 0 41px;
	background-color: #009ce9;
}

.diastasis_recti_register_content {
	max-width: 780px;
	width: 100%;
	margin: auto;
	position: relative;
	left: -15px;
}

.diastasis_recti_register_content h2 {
	color: #fff;
	font-family: 'Segoe UI', 'Tajawal', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	position: relative;
	padding-bottom: 11px;
	margin: 0 0 44px 0;
}
.diastasis_recti_register_content h2::before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 300px;
	height: 1px;
	background-color: #fff;
	bottom: 0;
	content: '';
}
.diastasis_recti_register_content form {
	margin-bottom: 0;
}
.diastasis_recti_register_content form .form_group {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 42px;
}

.diastasis_recti_register_content form .form_group label {
	width: 49%;
	margin-bottom: 0;
}
.diastasis_recti_register_content form .form_group label input {
	height: 46px;
	box-shadow: 0 2px 2px #c8c8c8;
	border-radius: 23px;
	border: 1px solid #b2b2b2;
	background-color: #fff;
	line-height: 44px;
	padding: 0 26px;
	color: #292929;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	width: 100%;
}
.diastasis_recti_register_content form label {
	display: block;
	text-align: center;
	margin-bottom: 0;
}
.diastasis_recti_register_content form > label input[type="submit"], .diastasis_recti_register_content form input.submit {
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	border-radius: 25px;
	width: 170px;
	height: 50px;
	line-height: 46px;
	border: 2px solid #fff;
	background-image: linear-gradient(to top, #8c1bab 0%, #f761a1 100%);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .3s ease-out;
}


.diastasis_recti_main {
	max-width: 940px;
	width: 100%;
	margin: auto;
	padding: 100px 0 62px;
}
.diastasis_recti_main .text_recti {
	margin-bottom: 138px;
}
.diastasis_recti_main .text_recti p {
	margin: 0;
	position: relative;
	font-family: 'Roboto';
	font-style: italic;
	font-size: 20px;
	color: #000;
	font-weight: 400;
	line-height: 1.2;
	max-width: 610px;
	margin: auto;
}
.diastasis_recti_main .text_recti p b {
	font-weight: 700;
}

.diastasis_recti_main .text_recti p::before {
	position: absolute;
	content: '';
    left: -88px;
    top: -27px;
	width: 40px;
	height: 27px;
	background: url(/wp-content/themes/nydnr/assets/images/diastasis-recti/left.png) no-repeat;
}
.diastasis_recti_main .text_recti p::after {
	position: absolute;
	content: '';
    right: -58px;
    bottom: -36px;
	width: 40px;
	height: 27px;
	background: url(/wp-content/themes/nydnr/assets/images/diastasis-recti/right.png) no-repeat;
}
.diastasis_recti_main .wrap_image {
	text-align: center;
	margin-bottom: 105px;
	position: relative;
	left: -24px;
}
.diastasis_recti_main .wrap_image img {
	display: block;
	max-width: 100%;
	margin: auto;
}
.diastasis_recti_main .wrap_text_con {
	position: relative;
	left: -14px;
}

.diastasis_recti_main .wrap_text_con .subtitle {
	color: #000;
	font-family: 'Segoe UI', 'Tajawal', sans-serif;
	font-size: 24px;
	font-weight: 400;
	padding-bottom: 8px;
	margin-bottom: 50px;
	position: relative;
	text-align: center;
}
.diastasis_recti_main .wrap_text_con .subtitle::before {
	max-width: 300px;
	width: 100%;
	height: 1px;
	background-color: #ff2d55;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	content: '';
}

.wrap_text_con_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 118px;
	padding-left: 10px;
}
.wrap_text_con_list .wrap_text_con_item {
	text-align: center;
	display: inline-block;
	flex-direction: column;
	align-items: center;
	max-width: 205px;
	margin-right: 40px;
}
.wrap_text_con_list .wrap_text_con_item:last-child {
	margin-right: 0;
}
.wrap_text_con_list .wrap_text_con_item .wrap_img {
	margin-bottom: 33px;
}
.wrap_text_con_list .wrap_text_con_item img {
	display: block;
	margin: auto;
	max-width: 100%;
}
.wrap_text_con_list .wrap_text_con_item .wrap_text {
	color: #000000;
	font-family: 'Segoe UI', 'Tajawal', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
.diastasis_recti_main .wrap_text_con.second {
	margin-bottom: 32px;
}
.diastasis_recti_main .wrap_text_con.second .subtitle {
	margin-bottom: 29px;
}
.diastasis_recti_main .wrap_text_con .wrap_text p {
	color: #000000;
	font-family: 'Segoe UI', 'Tajawal', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 30px;
}
.diastasis_recti_main .wrap_text_con .wrap_text strong {
	display: block;
	color: #000;
	font-family: 'Segoe UI', 'Tajawal', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.55px;
}

.diastasis_recti_main .symptoms_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	left: -16px;
}
.diastasis_recti_main .symptoms_list .symptoms_item {
	display: flex;
	flex-direction: column;
	text-align: center;
	width: 20%;
	max-width: 140px;
}
.diastasis_recti_main .symptoms_list .symptoms_item .wrap_img {
	margin-bottom: 30px;
}
.diastasis_recti_main .symptoms_list .symptoms_item .wrap_img img {
	display: block;
	max-width: 100%;
	margin: auto;
}
.diastasis_recti_main .symptoms_list .symptoms_item .wrap_text {
	color: #000000;
	font-family: 'Segoe UI', 'Tajawal', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	padding: 0 5px;
}
.diastasis_recti_register.second {
	padding: 56px 0 41px;
}
.diastasis_recti_register.second .diastasis_recti_register_content {
	max-width: 794px;
}
.diastasis_recti_register.second .diastasis_recti_register_content h2 {
	padding-bottom: 22px;
}
.diastasis_recti_register.second .diastasis_recti_register_content > p {
	color: #fff;
	font-family: 'Segoe UI', 'Tajawal', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 	0;
}

.diastasis_recti_register.second .diastasis_recti_register_content form {
	margin-bottom: 41px;
}

.diastasis_recti_map {
	width: 100%;
	max-width: 1920px;
	margin: auto;
	height: 354px;
	background-image: url(/wp-content/uploads/2020/08/map.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.diastasis_recti_map #map {
	width: 100%;
	height: 354px;
}

.diastasis_recti_contact_us {
	max-width: 968px;
	margin-bottom: 63px;
    margin-top: -92px;
    margin-left: 71px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	background-color: #fff;
	flex-wrap: wrap;
}

.diastasis_recti_contact_us .left_column {
	width: 396px;
	padding: 130px 21px 100px 21px;
	background-color: #009ce9;
}

.diastasis_recti_contact_us .right_column  {
	width: calc( 100% - 396px);
}
.diastasis_recti_contact_us .left_column .contact_insurance {
	color: #fff;
    font-family: 'Segoe UI', 'Tajawal', sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 35px;
    line-height: 1.2;
    padding: 9px 13px 9px 0;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    left: -4px;
    letter-spacing: 1.5px;
}
.diastasis_recti_contact_us .left_column .contact_insurance::before {
	position: absolute;
	content: '';
	background: url(/wp-content/themes/nydnr/images/before.png) no-repeat;
	width: 326px;
	height: 54px;
	top: 0;
	left: -27px;
	z-index: 0;
}
.diastasis_recti_contact_us .left_column .contact_insurance img {
	width: 29px;
	height: 28px;
	display: block;
	margin: 0;
	margin-right: 7px;
	position: relative;
	z-index: 1;
}
.diastasis_recti_contact_us .left_column .contact_insurance a {
	position: relative;
	color: #fff;
	z-index: 1;
	top: -2px;
	text-decoration: none !important;
}
.diastasis_recti_contact_us .left_column .contact_insurance a:hover {
	color: #fff;
}
.diastasis_recti_contact_us .left_column .contact_adress {
	color: #fff;
	font-family: 'Segoe UI', 'Tajawal', sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1.5px;
	margin-bottom: 35px;
	line-height: 1.2;
	padding-left: 36px;
	position: relative;
}
.diastasis_recti_contact_us .left_column .contact_adress a {
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
.diastasis_recti_contact_us .left_column .contact_adress a:hover {
	text-decoration: none;
	color: #fff;
}
.diastasis_recti_contact_us .left_column .contact_adress::before {
	position: absolute;
	content: '';
	background: url(/wp-content/themes/nydnr/assets/images/diastasis-recti/adress.png) no-repeat;
	width: 21px;
	height: 20px;
	top: 55%;
	transform: translateY(-50%);
	left: 0;
}
.diastasis_recti_contact_us .left_column .contact_phone  {
	position: relative;
	padding-left: 36px;
	margin-bottom: 35px;
}
.diastasis_recti_contact_us .left_column .contact_phone::before {
	position: absolute;
	content: '';
	background: url(/wp-content/themes/nydnr/assets/images/diastasis-recti/phone.png) no-repeat;
	width: 14px;
	height: 23px;
	top: 50%;
	transform: translateY(-50%);
	left: 5px;
}
.diastasis_recti_contact_us .left_column .contact_phone a {
	text-decoration: none;
	margin: 0;
	color: #fff;
	font-family: 'Segoe UI', 'Tajawal', sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 1;
	display: block;
}

.diastasis_recti_contact_us .left_column .contact_mail {
	padding-left: 33px;
	position: relative;
	margin-bottom: 35px;
}
.diastasis_recti_contact_us .left_column .contact_mail::before {
	position: absolute;
	content: '';
	background: url(/wp-content/themes/nydnr/assets/images/diastasis-recti/mail.png) no-repeat;
	width: 20px;
	height: 15px;
	top: 52%;
	transform: translateY(-50%);
	left: 0px;
}
.diastasis_recti_contact_us .left_column .contact_mail a {
	color: #fff;
	font-family: 'Segoe UI', 'Tajawal', sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 1.5px;
	margin: 0;
	text-decoration: none;
	line-height: 1.2;
}

.diastasis_recti_contact_us .right_column {
	padding: 19px 23px 21px 30px;
}

.diastasis_recti_contact_us .form_contact_us {
	margin: 0;
}
.diastasis_recti_contact_us .form_contact_us .title {
	margin: 0;
	margin-bottom: 25px;
	color: #1c130e;
	font-family: "Roboto";
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
}
.diastasis_recti_contact_us .form_contact_us .group_form {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.diastasis_recti_contact_us .form_contact_us .group_form label {
	width: 49%;
}
.diastasis_recti_contact_us .form_contact_us label {
	/*display: flex;*/
	width: 100%;
	flex-direction: column;
	margin-bottom: 15px;
}
.diastasis_recti_contact_us .form_contact_us label span {
	color: #9b9b9b;
	font-family: 'Segoe UI', 'Tajawal', sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 10px;
}
.form_group span.wpcf7-not-valid-tip {
	font-family: 'Segoe UI', 'Tajawal', sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	color: red;
	text-align: left;
	padding: 10px 10px 0;
}
.diastasis_recti_register_content br {
	display: none !important;
}
.diastasis_recti_register_content div.wpcf7-validation-errors{
	text-align: center;
	color: #ffff68;
	border: none;
}
.diastasis_recti_contact_us .form_contact_us label input {
	width: 100%;
	border-radius: 2px;
	border: 1px solid #009ce9;
	background-color: #fff;
	height: 42px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: 400;
	color: #999;
	font-family: 'Roboto';
	appearance: none;
	outline: none;
	-webkit-appearance: none;
}
.diastasis_recti_contact_us .form_contact_us label textarea {
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	resize: none;
	border-radius: 2px;
	border: 1px solid #009ce9;
	background-color: #fff;
	min-height: 143px;
	padding: 15px 10px;
	color: #999;
	font-size: 14px;
	font-family: 'Roboto';
	font-weight: 400;
	outline: none;
}
.diastasis_recti_contact_us .form_contact_us label select {
	width: 100%;
	appearance: button;
	-webkit-appearance: button;
	border-radius: 2px;
	border: 1px solid #009ce9;
	background-color: #fff;
	height: 42px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400;
	color: #999;
	font-family: 'Roboto';
	outline: none;
}
.diastasis_recti_contact_us .form_contact_us .group_form label:last-child {
	padding-top: 0;
}

.diastasis_recti_contact_us .form_contact_us label input[type="submit"] {
	border-radius: 2px;
	background-color: #009ce9;
	width: 160px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	color: #fff;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto';
	border: 1px solid #009ce9;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	outline: none;
}



.diastasis_recti_contact_us .block_social {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.diastasis_recti_contact_us .block_social a {
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #fff;
    padding-right: 11px;
    padding-left: 2px;
    margin-right: 7px;
}
.diastasis_recti_contact_us .block_social a:last-child {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
.diastasis_recti_contact_us .block_social a .fa {
	color: #fff;
	font-size: 18px;
}

.wrapper_form {
	position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 100003;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
}

.wrapper_form.open {
	display: block;
}
.form_container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    z-index: 10004;
}
.form_container::before {
	content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.form_container2 {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 10005;
}
.wrapper_form .form_popup {
	border-radius: 10px;
	background-color: #fff;
	width: 620px;
	padding: 30px 80px 50px;
	margin:  30px auto;
	position: relative;
	display: none;
}
.wrapper_form .form_popup.open {
	display: block;
}
.wrapper_form .form_popup .close_form {
	width: 22px;
    height: 22px;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 10;
}
.wrapper_form .form_popup .close_form::before {
	position: absolute;
    content: "✖";
    left: 0;
    width: 100%;
    height: 100%;
    color: #999;
    top: 0;
    font-size: 22px;
}
.step_line_list {
	position: relative;
	width: 300px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: auto;
	margin-bottom: 28px;
}
.step_line_list p {
	display: none;
}
.step_line_list .step_line_item {
	width: 20px;
	height: 20px;
	box-shadow: 0 1px 0 #fff, inset 0 0 10px rgba(0, 0, 0, 0.09);
	border: 1px solid #e1e1e1;
	background-color: #fff;
	position: relative;
	border-radius: 50%;
}
.step_line_list .step_line_item.active::before {
	background-color: #007aff;
}
.step_line_list .step_line_item.active::after {
	background-color: #007aff;
}
.step_line_list .step_line_item:first-child::after {
	display: none;
}
.step_line_list .step_line_item::after {
	height: 4px;
	background-color: #e1e1e1;
	width: 120px;
	top: 50%;
	transform: translateY(-50%);
	right: 19px;
	content: '';
	position: absolute;
	background-color: #e1e1e1;
}
.step_line_list .step_line_item::before {
	width: 12px;
	height: 12px;
	background-color: #e1e1e1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	content: '';
	border-radius: 50%;
}

.form_step1 {
	margin-bottom: 0;
}
.form_step1 strong {
	display: block;
	color: #000;
	font-family: Roboto;
	font-size: 36px;
	line-height: 1;
	margin-bottom: 15px;
}
.form_step1 > p {
	color: #111;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 30px;
}


.form_popup label {
	display: block;
	margin: 0;
}
.form_popup label.select_label {
	position: relative;
	margin-bottom: 26px;
}
.form_popup label.select_label strong {
	display: inline-block;
	padding: 10px 0;
}
.form_popup label.select_label::before {
	position: absolute;
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    z-index: 0;
    top: 73%;
    transform: translateY(-50%);
    right: 21px;
}
.form_popup label select {
	width: 100%;
	height: 46px;
	line-height: 44px;
	padding: 0 27px;
	box-shadow: 0 2px 2px #c8c8c8;
	border-radius: 23px;
	border: 1px solid #b2b2b2;
	background-color: transparent;
	color: #757575;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.form_popup .wrap_back {
	text-align: center;
}
.form_popup .wrap_back a {
	color: #000;
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 400;
	text-decoration: underline;
	line-height: 1;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.form_popup .wrap_back a:hover {
	text-decoration: none;
}
.form_popup .wrap_btn {
	text-align: center;
}
.form_popup .wrap_btn a {
	display: inline-block;
    vertical-align: top;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    width: 170px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #fff;
    background-image: linear-gradient(to top, #8c1bab 0%, #f761a1 100%);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-out;
    outline: none;
    text-decoration: none;
}
.form_popup .wrap_btn a:hover {
	opacity: .7;
}
.form_popup .wrap_btn a:focus {
	border: 2px solid #ffffff;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.25), inset 0 4px 10px #000000;
	background-image: linear-gradient(to top, #791794 0%, #c23b75 100%);
	opacity: 1;
}
.form_popup label input[type="submit"] {
	display: inline-block;
    vertical-align: top;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    width: 170px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #fff;
    background-image: linear-gradient(to top, #8c1bab 0%, #f761a1 100%);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-out;
    outline: none;
}
.form_popup label input[type="submit"]:hover {
	opacity: .7;
}
.form_popup .submit_newPopup {
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
	border-radius: 25px;
	width: 170px;
	height: 50px;
	line-height: 46px;
	border: 2px solid #fff;
	background-image: linear-gradient(to top, #8c1bab 0%, #f761a1 100%);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	font-family: 'Roboto';
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	transition: all .3s ease-out;
	outline: none;
	text-decoration: none;
}
.form_popup .submit_newPopup:hover {
	opacity: .7;
}
.diastasis_recti_contact_us .form_contact_us label span.wpcf7-not-valid-tip {
	color: red;
}
.diastasis_thank_you {
	display: none;
}
.form_popup label input[type="text"],
.form_popup label input[type="tel"],
.form_popup label input[type="email"] {
	padding: 0 27px;
	box-shadow: 0 2px 2px #c8c8c8;
	border-radius: 23px;
	border: 1px solid #b2b2b2;
	background-color: #fff;
	height: 46px;
	line-height: 44px;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	appearance: none;
	-webkit-appearance: none;
	width: 100%;
	outline: none;
	color: #282828;
}
.form_popup label input:focus {
	border: 1px solid #007aff;
}
.form_popup label input.error {
	border: 1px solid #ff3b30;
}
::-webkit-input-placeholder {color:#292929;}
::-moz-placeholder          {color:#292929;}/* Firefox 19+ */
:-moz-placeholder           {color:#292929;}/* Firefox 18- */
:-ms-input-placeholder      {color:#292929;}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body.overflow {
	overflow: hidden;
}
.wrapper_form #step2 {
	padding: 30px 80px 20px;
}
.wrapper_form #step2 .wrap_btn,
.wrapper_form #step3 .wrap_btn {
	margin-bottom: 20px;
}
.wrapper_form #step3 .wrap_btn {
	margin-top:50px;
}
.wrapper_form #step2 .wrap_btn {
	margin-top:50px;
}
.wrapper_form #step2 .step_line_list,
.wrapper_form #step3 .step_line_list {
	margin-bottom: 50px;
}
.form_popup .wrap_radio {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	padding: 0;
}
.form_popup .wrap_radio > span {
	color: #000;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-top: -20px;
}
.form_popup .wrap_select label.select_label {
	margin-bottom: 0px;
}
.form_popup .wrap_radio .links_radio {
	display: flex;
	flex-direction: row;
}
.form_popup .wrap_radio .links_radio .wpcf7-radio .wpcf7-list-item {
	display: flex;
	align-items: center;
}
.form_popup .wrap_radio .links_radio .wpcf7-radio {
	display: flex;
}
.form_popup .wrap_radio .links_radio input[type="radio"] {
	opacity: 1;
	position: relative;
	z-index: 2;
	width: 16px;
	height: 24px;
	margin: 0;
	margin-left: 20px;
	cursor: pointer;
}
.form_popup .wrap_radio .links_radio input[type="radio"] + span {
	position: relative;
	color: #000;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-left: 5px;
}
.form_popup .wrap_message {
	margin-bottom: 15px;
}
.form_popup .wrap_message p {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 15px;
	padding-left: 0px;
	color: #000;
}
.form_popup .wrap_message textarea {
	box-shadow: 0 2px 2px #c8c8c8;
	border-radius: 23px;
	border: 1px solid #b2b2b2;
	background-color: #fff;
	min-height: 130px;
	width: 100%;
	resize: none;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: #292929;
}

.wrapper_form #step3 {
	padding: 30px 80px 50px;
}
.wrapper_form #step3 .wrap_radio {
	margin-bottom: 25px;
	margin-top:30px;
}


.wrapper_form #step4 {
	padding: 40px 80px 26px;
}
.wrapper_form #step4 .wrap_img {
	text-align: center;
	margin-bottom: 30px;
}
.wrapper_form #step4 .wrap_img img {
	display: block;
	max-width: 100%;
	margin: auto;
}
.wrapper_form #step4 strong {
	display: block;
	text-align: center;
	color: #000;
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.6px;
	margin-bottom: 20px;
}
.wrapper_form #step4 p {
	text-align: center;
	color: #000;
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 55px;
}
.wrapper_form #step4 .wrap_close {
	text-align: center;
}
.wrapper_form #step4 .wrap_close a {
	color: #000;
	font-family: 'Roboto';
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	text-decoration: underline;
}
.wrapper_form #step4 .wrap_close a:hover {
	text-decoration: none;
}
.form_popup label.label_other::before {
	top: 73%;
}



@media (max-width: 1199px) {
	.diastasis_recti_top .top_content {
		padding-right: 0;
	}
	.diastasis_recti_main .text_recti {
		margin-bottom: 100px;
	}
	.diastasis_recti_main .wrap_image {
		left: 0;
	}
	.diastasis_recti_main {
		padding: 80px 0 60px;
	}
	.diastasis_recti_main .wrap_text_con {
		left: 0;
	}
	.wrap_text_con_list {
		margin-bottom: 100px;
		padding-left: 0;
	}
	.diastasis_recti_main .symptoms_list {
		left: 0;
	}
	.diastasis_recti_register_content {
		left: 0;
	}
	.diastasis_recti_contact_us {
		margin-left: 0;
	}
}

@media (max-width: 992px) {
	.wrap_text_con_list {
		justify-content: space-between;
	}
	.wrap_text_con_list .wrap_text_con_item {
		width: 46%;
		margin-bottom: 30px;
		margin-right: 0;
		max-width: 100%;
	}
	.wrap_text_con_list {
		margin-bottom: 50px;
	}
	.diastasis_recti_main .wrap_image {
		margin-bottom: 80px;
	}
	.diastasis_recti_main .symptoms_list .symptoms_item {
		width: 33.33%;
		max-width: 100%;
		margin-bottom: 25px;
	}
	.diastasis_recti_main .symptoms_list {
		justify-content: space-around;
	}
	.diastasis_recti_contact_us .left_column {
		width: 300px;
		padding: 115px 15px 100px 15px;
	}
	.diastasis_recti_contact_us .left_column .contact_adress {
		font-size: 17px;
		margin-bottom: 45px;
	}
	.diastasis_recti_contact_us .left_column .contact_phone a {
		font-size: 22px;
		margin-bottom: 35px;
	}
	.diastasis_recti_contact_us .left_column .contact_mail {
		margin-bottom: 35px;
	}
	.diastasis_recti_contact_us .left_column .contact_mail a {
		font-size: 17px;
	}
	.diastasis_recti_contact_us .form_contact_us .title {
		font-size: 32px;
	}
	.diastasis_recti_contact_us .left_column .contact_insurance {
		font-size: 20px;
	}
	.diastasis_recti_contact_us .left_column .contact_insurance:before {
		width: 280px;
		left: -21px;
	}
	.diastasis_recti_contact_us .right_column {
		width: calc( 100% - 300px);
		padding: 20px 15px;
	}
	.diastasis_recti_register_content h2 {
		font-size: 21px;
	}
	.diastasis_recti_main {
		padding: 70px 0 50px;
	}
	.diastasis_recti_top .row_free .free {
		font-size: 70px;
	}
	.diastasis_recti_top .row_free .right_free {
		font-size: 24px;
	}
	.diastasis_recti_top .row_free::before {
		top: -34px;
	}
	.diastasis_recti_main .text_recti p::before {
		left: -40px;
	}
	.diastasis_recti_main .text_recti p::after {
		right: -10px;
	}
	.diastasis_recti_main .text_recti p {
		font-size: 18px;
	}
	.wrapper_form .form_popup {
		width: 420px;
		padding: 30px 40px 50px;
	}
	.wrapper_form #step2, .wrapper_form #step3, .wrapper_form #step4 {
		padding: 30px 40px 50px;
	}
}

@media (max-width: 767px) {
	.diastasis_recti_main {
		padding: 60px 0 40px;
	}
	.diastasis_recti_main .text_recti {
		margin-bottom: 60px;
		padding: 0 40px;
	}
	.diastasis_recti_main .text_recti p::before {
		left: -40px;
	}
	.diastasis_recti_main .text_recti p::after {
		right: 0;
	}
	.diastasis_recti_main .wrap_image {
		margin-bottom: 50px;
	}
	.diastasis_recti_main .wrap_text_con .subtitle {
		font-size: 	22px;
	}
	.wrap_text_con_list .wrap_text_con_item .wrap_text {
		font-size: 	16px;
		line-height: 1.4;
	}
	.wrap_text_con_list .wrap_text_con_item .wrap_img {
		margin-bottom: 20px;
	}
	.diastasis_recti_main .wrap_text_con .wrap_text p {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 	20px;
	}
	.diastasis_recti_main .symptoms_list .symptoms_item .wrap_img {
		margin-bottom: 	20px;
	}
	.diastasis_recti_main .symptoms_list .symptoms_item .wrap_text {
		font-size: 	16px;
	}
	.diastasis_recti_register.second {
		padding: 40px 0 30px;
	}
	.diastasis_recti_contact_us .form_contact_us .group_form {
		flex-wrap: wrap;
	}
	.diastasis_recti_contact_us .form_contact_us .group_form label {
		width: 100%;
	}
	.diastasis_recti_contact_us {
		height: auto;
	}
	.diastasis_recti_contact_us .form_contact_us .title {
		margin-bottom: 	25px;
	}
	.diastasis_recti_contact_us .form_contact_us label {
		margin-bottom: 	15px;
	}
	.diastasis_recti_contact_us .form_contact_us label span {
		margin-bottom: 	7px;
	}
	.diastasis_recti_contact_us .left_column {
		width: 100%;
		order: 2;
		padding: 30px 15px;
	}
	.diastasis_recti_contact_us .right_column {
		width: 100%;
		order: 1;
	}
}
@media (max-width: 600px) {
	.diastasis_recti_top .top_content {
		align-items: flex-start;
	}
	.diastasis_recti_top .row_free::before {
		display: none;
	}
	.diastasis_recti_top {
		padding: 30px 0 50px;
	}
	.diastasis_recti_top .row_adress {
		margin-right: 	0;
	}
	.diastasis_recti_top .row_adress p::before {
		left: 0;
	}
	.diastasis_recti_top .row_adress p {
		padding-left: 	20px;
	}
	.diastasis_recti_top .row_date p {
		font-size: 	30px;
	}
	.diastasis_recti_top .row_descr strong {
		font-size: 	36px;
	}
	.diastasis_recti_top .row_descr p {
		font-size: 	36px;
	}
	.diastasis_recti_top .row_descr span {
		font-size: 	18px;
	}
	.diastasis_recti_top .row_free {
		margin-top: 0;
	}
	.diastasis_recti_top .face_item:first-child {
		margin-right: 	20px;
	}
	.diastasis_recti_register_content h2 {
		margin-bottom: 	30px;
	}
	.diastasis_recti_register_content form .form_group label {
		width: 100%;
		margin-bottom: 	20px;
	}
	.diastasis_recti_register_content form .form_group {
		margin-bottom: 	0;
	}
	.diastasis_recti_register {
		padding: 40px 0 30px;
	}
	.diastasis_recti_main .symptoms_list .symptoms_item {
		width: 48%;
	}
	.diastasis_recti_top .row_free {
		margin-right: 	0;
	}
}
@media (max-width: 480px) {
	.diastasis_recti_main .text_recti {
		padding: 0;
		margin-bottom: 	40px;
	}
	.diastasis_recti_main .text_recti p {
		font-size: 	16px;
	}
	.diastasis_recti_main .text_recti p::before {
		display: none;
	}
	.diastasis_recti_main .text_recti p::after {
		display: none;
	}
	.diastasis_recti_main {
		padding: 40px 0 30px;
	}
	.diastasis_recti_main .wrap_image {
		margin-bottom: 	50px;
	}
	.diastasis_recti_main .wrap_text_con .subtitle {
		font-size: 	20px;
	}
	.wrap_text_con_list .wrap_text_con_item {
		width: 100%;
	}
	.wrap_text_con_list .wrap_text_con_item .wrap_img {
		margin-bottom: 	10px;
	}
	.diastasis_recti_main .wrap_text_con .subtitle {
		margin-bottom: 	25px;
	}
	.wrap_text_con_list .wrap_text_con_item .wrap_text {
		font-size: 	15px;
		line-height: 	1.3;
	}
	.diastasis_recti_main .wrap_text_con .wrap_text p {
		font-size: 	15px;
		line-height: 	1.3;
	}
	.diastasis_recti_main .wrap_text_con .wrap_text strong {
		font-size: 	16px;
		line-height: 	1.2;
	}
	.diastasis_recti_register.second {
		padding: 25px 0;
	}
	.diastasis_recti_register_content h2 {
		font-size: 	18px;
	}
	.diastasis_recti_register.second .diastasis_recti_register_content form {
		margin-bottom: 	30px;
	}
	.diastasis_recti_register.second .diastasis_recti_register_content > p {
		font-size: 	14px;
	}
	.diastasis_recti_contact_us .left_column .contact_adress {
		margin-bottom: 	30px;
	}
	.diastasis_recti_contact_us .left_column .contact_phone {
		margin-bottom: 	30px;
	}
	.diastasis_recti_contact_us .left_column .contact_phone a {
		margin-bottom: 	30px;
	}
	.diastasis_recti_contact_us .left_column .contact_mail {
		margin-bottom: 	25px;
	}
	.diastasis_recti_top .row_date p {
		font-size: 	26px;
	}
	.diastasis_recti_top .row_face {
		margin-bottom: 	0;
	}
	.diastasis_recti_top .face_item {
		margin-bottom: 	25px;
	}
	.diastasis_recti_top .row_descr {
		padding: 15px;
	}
	.diastasis_recti_top .row_date {
		margin-right: 	0;
	}
	.diastasis_recti_contact_us {
		margin-top: 	-50px;
		margin-bottom: 	40px;
	}
	.diastasis_recti_contact_us .form_contact_us .title {
		margin-bottom: 	20px;
	}
	.diastasis_recti_main .symptoms_list .symptoms_item {
		width: 100%;
	}
	.wrapper_form .form_popup {
		width: 90%;
		padding: 30px 10px 50px;
	}
	.wrapper_form #step2, .wrapper_form #step3, .wrapper_form #step4 {
		padding: 30px 10px 30px;
	}
	.form_popup label input[type="text"], .form_popup label input[type="tel"], .form_popup label input[type="email"] {
		font-size:12px;
	}
	.step_line_list {
		width:255px;
	}
	.step_line_list .step_line_item::after {
		width:97px;
	}
	.form_popup .wrap_radio {
		padding:0;
		margin-bottom:30px;
	}
	.form_popup .wrap_message p {
		padding:0;
	}
	.form_popup .wrap_message textarea {
		min-height: 130px;
	}
	.form_popup .wrap_radio>span {
		font-size:12px;
	}
	.wrapper_form #step3 .wrap_radio {
		margin-bottom:15px;
	}
	.form_popup label select {
		font-size:12px;
		padding: 0 15px;
	}
	.form_popup label.select_label::before {
		top: 80%;
		right: 15px;
		font-size:18px;
	}
	.form_popup label.label_other::before {
		top: 65%;
	}

	.select_label strong {
		font-size:12px;
	}
	.form_popup .wrap_select label.select_label {
		margin-bottom: 40px;
	}
	.wrapper_form #step4 .wrap_radio.next {
		margin-bottom: 30px;
	}
	.wrapper_form #step4 p {
		margin-bottom: 25px;
	}
	.wrapper_form #step4 strong {
		margin-bottom:0;
	}
	.wrapper_form #step4 strong {
		font-size:18px;
	}
	.diastasis_recti_contact_us .left_column .contact_insurance {
		font-size: 18px;
		padding-right: 0;
		margin-bottom: 25px;
	}
	.diastasis_recti_contact_us .left_column .contact_insurance:before {
		width: 260px;
	}
	.diastasis_recti_contact_us .left_column .contact_mail a {
		font-size: 15px;
	}
}