@import url("../owl-carousel/owl.carousel-2.0.0.css");
@import url("../owl-carousel/owl.theme.css");
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #313132;
  background-color: #fff;
  font-weight: 400;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
	margin: 0;
}

button {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a {
    color: #fed136;
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
	text-decoration: none;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	line-height: normal;
}

img {
	border: none;
	display: inline-block;
	max-width: 100%;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

label {
	margin: 0;
}



textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	background-color: #fff;
	background-image: none;
	border: 1px solid #cbcaca;
	border-radius: 0;
	color: #747474;
	font-family: inherit;
	height: 45px;
	font-size: 14px;
	line-height: 1.2;
	padding: 8px 10px;
	transition-duration: 0.1s;
	box-shadow: none;
	outline: 0;
	
	-webkit-transition: 300ms ease-in-out;
	-moz-transition: 300ms ease-in-out;
	-ms-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}

select {
	background-color: #fff;
	background-image: none;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	color: #313132;
	font-family: inherit;
	height: auto;
	font-size: 14px;
	line-height: 1.2;
	padding: 8px 10px;
	transition-duration: 0.1s;
	box-shadow: none;
	outline: 0;
	
	-webkit-transition: 300ms ease-in-out;
	-moz-transition: 300ms ease-in-out;
	-ms-transition: 300ms ease-in-out;
	-o-transition: 300ms ease-in-out;
	transition: 300ms ease-in-out;
}

input[type=checkbox], input[type=radio] {
	margin: 0 !important;
	position: relative;
	top: 2px;
}

.wrapper {
	max-width: 1635px;
	overflow: hidden;
	margin: 0 auto;
}


/* == start css BLOCK 1 ===================================== */
.sec_1 {
	background: url(../img/bg-block-1.jpg) top center no-repeat;
	height: 674px;
	background-size: cover;
	position: relative;
}

.content_1 {
	position: relative;
	text-align: center;
	padding-top: 65px;
}

.phone_social {
	position: absolute;
	top: 35px;
	right: 0;
}

.phone_social:after {
	content: '';
	display: block;
	clear: both;
}

.hotline {
	float: left;
	color: #A73068;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	margin-right: 20px;
    padding-top: 10px;
}

.hotline > span {
	font-size: 22px;
    font-weight: 800;
}

.ul_social {
	float: left;
}

.ul_social li {
	display: inline-block;
	margin-right: 10px;
}

.ul_social li:last-child {
	margin-right: 0;
}

.ul_social li a {
	width: 34px;
	height: 34px;
	border-radius: 3px;
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 34px;
	transition: all .2s ease-in-out;
	font-size: 20px;
}

.ul_social li a:hover {
	transform: scale(1.3);
}

.ul_social li a.a_facebook {
	background-color: #3B5998;
}


.ul_social li a.a_google_plus {
	background-color: #CE3633;
}

.ul_social li a.a_fa_twitter {
	background-color: #29C5F6;
}

.ul_social li a.a_fa_linkedin {
	background-color: #0097bd;
}

.ul_social li a.a_youtube {
	background-color: #d54d46;
}





.header_info {
	margin: 0 auto;
	width: 50%;
	text-align: left;
}

.header_info > a {
	display: inline-block;
	position: relative;
	left: -15px;
}

.header_info > h1 {
	color: #A73068;
	font-size: 27px;
	font-weight: 300;
	text-align: left;
	padding-bottom: 15px;
	margin-top: -20px;
	position: relative;
}

.header_info > h1:after {
	content: '';
	display: block;
	width: 2000px;
	border-bottom: 2px dotted #A73068;
	position: absolute;
	bottom: 0;
	left: 0;
}

.header_info > p {
	color: #A73068;
	font-size: 35px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: left;
	padding-top: 30px;
	line-height: 50px;
}

.content_1 > img {
	position: absolute;
	right: -150px;
	top: calc(50% - 130px);
}

.div_btn {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: -26px;
}

.btn_gen {
	border: 4px solid #a73068;
    outline: none;
    line-height: 0;
    padding: 12px 35px;
    background-color: #c86c94;
    border-radius: 35px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    z-index: 2;

    background: rgba(225,169,184,1);
	background: -moz-linear-gradient(top, rgba(225,169,184,1) 0%, rgba(189,113,168,1) 48%, rgba(168,104,149,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225,169,184,1)), color-stop(48%, rgba(189,113,168,1)), color-stop(100%, rgba(168,104,149,1)));
	background: -webkit-linear-gradient(top, rgba(225,169,184,1) 0%, rgba(189,113,168,1) 48%, rgba(168,104,149,1) 100%);
	background: -o-linear-gradient(top, rgba(225,169,184,1) 0%, rgba(189,113,168,1) 48%, rgba(168,104,149,1) 100%);
	background: -ms-linear-gradient(top, rgba(225,169,184,1) 0%, rgba(189,113,168,1) 48%, rgba(168,104,149,1) 100%);
	background: linear-gradient(to bottom, rgba(225,169,184,1) 0%, rgba(189,113,168,1) 48%, rgba(168,104,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1a9b8', endColorstr='#a86895', GradientType=0 );
}

.btn_gen > i {
	margin-left: 15px;
}
/* == end css BLOCK 1 ===================================== */



/* == start css BLOCK 2 ===================================== */
.sec_2 {
	background-color: #eeeeee;
	margin-top: 5px; 
}

.header_block2 {
	position: relative;
	padding-left: 90px;
}

.header_block2:after {
	content: '';
	display: block;
	clear: both;
}

.header_block2 > span {
	display: inline-block;
	float: left;
}

.div_heading_block2 {
	margin-left: 172px;
	padding-top: 56px;
}

.div_heading_block2 > h2 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 0 6px 35px;
	position: relative;
}

.div_heading_block2 > h2 > span {
	position: relative;
}

.div_heading_block2 > h2:before {
	content: '';
	display: block;
	height: 100%;
	background: url(../img/bg_heading_block2.png) top left repeat-y;
	position: absolute;
	left: 0;
	top: 0;
	width: 1200px;
	-webkit-clip-path: polygon(20px 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(20px 0, 100% 0, 100% 100%, 0% 100%);
}

.content_block2 {
	position: relative;
}

.block2_form1 {
	position: relative;
	padding-top: 30px;
	padding-bottom: 35px;
}

.block2_form1:before {
	content: '';
	display: block;
	height: 100%;
	background: url(../img/bg-block2_form1.png) top left repeat-y;
	position: absolute;
	left: 0;
	top: 0;
	width: 1400px;
}

.block2_form1:after {
	content: '';
	display: block;
	clear: both;
}

.left_block2_form1 {
	width: 45%;
	float: left;
	position: relative;
}

.left_block2_form1_info {
	padding-left: 45%;
	text-align: left;
	padding-right: 10px;
	padding-top: 12px;
}

.left_block2_form1_info p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.left_block2_form1_info p:after {
	content: '';
	display: block;
	clear: both;
}

.left_block2_form1_info p i {
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	font-style: normal;
	border-bottom: 1px solid #fff;
	float: left;
	margin-right: 5px;
}

.left_block2_form1_info p span {
	padding-top: 5px;
    display: block;
}

.right_block2_form1 {
	width: 55%;
	float: left;
	position: relative;
}

.right_block2_form1 {

}

.right_block2_form1 li {
	display: block;
	margin-bottom: 15px;
	position: relative;
	padding: 13px 0 13px 30px;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	background-color: rgba(255,255,255,.2);
}

.right_block2_form1 li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 10px;
	top: calc(50% - 4px);
}

.right_block2_form1 li:last-child {
	margin-bottom: 0;
}

.content_block2_header {

}

.content_block2_header > h3 {
	font-size: 16px;
	font-weight: 400;
	color: #313132;
	text-align: center;
	padding-left: 11%;
	padding-right: 11%;
	padding-top: 12px;
	padding-bottom: 20px;
}

.content_block2_header > h3 span {
	color: #8e3e8f;
	font-size: 25px;
	font-weight: 600;
}

.div_btn_nner {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: -15px;
}

.div_btn_nner > button {
	padding: 8px 25px;
	font-size: 18px;
	background: #f8b500;
	border-width: 3px;
}

.block2_form2 {
	text-align: center;
	padding-top: 53px;
	padding-bottom: 20px;
	position: relative;
}

.block2_form2_infor {
	display: inline-block;
}

.block2_form2_infor:after {
	content: '';
	display: block;
	clear: both;
}

.block2_form2_infor_box {
	width: 275px;
	border-radius: 10px;
	display: inline-block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}

.block2_form2_infor_box_color1 {
	background: rgba(229,176,189,1);
	background: -moz-linear-gradient(top, rgba(229,176,189,1) 0%, rgba(167,104,149,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,176,189,1)), color-stop(100%, rgba(167,104,149,1)));
	background: -webkit-linear-gradient(top, rgba(229,176,189,1) 0%, rgba(167,104,149,1) 100%);
	background: -o-linear-gradient(top, rgba(229,176,189,1) 0%, rgba(167,104,149,1) 100%);
	background: -ms-linear-gradient(top, rgba(229,176,189,1) 0%, rgba(167,104,149,1) 100%);
	background: linear-gradient(to bottom, rgba(229,176,189,1) 0%, rgba(167,104,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5b0bd', endColorstr='#a76895', GradientType=0 )
}

.block2_form2_infor_box_color1 > h3 {
	background-color: #a73068;
}

.block2_form2_infor_box_color2 {
	background: rgba(249,213,166,1);
	background: -moz-linear-gradient(top, rgba(249,213,166,1) 0%, rgba(191,144,117,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,213,166,1)), color-stop(100%, rgba(191,144,117,1)));
	background: -webkit-linear-gradient(top, rgba(249,213,166,1) 0%, rgba(191,144,117,1) 100%);
	background: -o-linear-gradient(top, rgba(249,213,166,1) 0%, rgba(191,144,117,1) 100%);
	background: -ms-linear-gradient(top, rgba(249,213,166,1) 0%, rgba(191,144,117,1) 100%);
	background: linear-gradient(to bottom, rgba(249,213,166,1) 0%, rgba(191,144,117,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d5a6', endColorstr='#bf9075', GradientType=0 );
}

.block2_form2_infor_box_color2 > h3 {
	background-color: #f8b500;
}

.block2_form2_infor_box > h3 {
	border-radius: 10px 10px 0 0;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
}

.block2_form2_infor_box_inner {
	padding: 15px 0;
	position: relative;
	border-bottom: 2px dotted #a73068;
}

.block2_form2_infor_box_inner > img {
	position: absolute;
	bottom: -13px;
	left: 20px;
}

.block2_form2_infor_box_inner > h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.block2_form2_infor_box_inner > h4 span {
	font-weight: 500;
}

.div_sms_send {
}

.div_sms_send:after {
	content: '';
	display: block;
	clear: both;
}

.left_ex_sms {
	width: 50%;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}

.left_ex_sms > p {
	font-size: 13px;
	color: #fff;
	text-align: left;
}

.left_ex_sms > p img {
	margin-right: 5px;
}

.right_ex_sms {
	width: 50%;
	float: left;
}

.right_ex_sms_inner {
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: left;
}

.right_ex_sms_inner:before {
	content: '';
	height: 100%;
	width: 95%;
	position: absolute;
	left: 15px;
	top: 0;

	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15px 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 15px 100%);

	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.right_ex_sms_inner h3 {
	background-color: #a73068;
	border-radius: 5px;
	padding: 2px 10px;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	display: inline-block;
	position: relative;
}

.block2_form2_infor_box_color2  .right_ex_sms_inner h3 {
	background-color: #f8b500;
}

.right_ex_sms_inner h3 span {
	font-size: 16px;
	font-weight: 500;
	position: relative;
	bottom: 3px;
	margin-right: 3px;
}

.info_sms_bot {
	padding: 20px;
}

.info_sms_bot p {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-align: left;
	min-height: 77px;
}

.img_block_21 {
	position: absolute;
	bottom: -80px;
	left: -210px
}

.img_block_22 {
	position: absolute;
	top: -220px;
	right: -151px
}
.img_block_222 {
	position: absolute;
	top: -180px;
	right: -451px
}
.block2_form2_infor_box_color1 > img {
	position: absolute;
	top: -53px;
    left: -58px;
	max-width: inherit;
}

.block2_form2_infor_box_color2 > img {
	position: absolute;
    top: -238px;
    left: 134px;
	max-width: inherit;
}
/* == end css BLOCK 2 ===================================== */

/* == start css BLOCK 3 ===================================== */
.sec_3 {
	background: url(../img/bg-block-3.jpg) top center no-repeat;
	background-size: cover;
	padding-top: 20px;
}

.content_block3 {

}

.content_block3 >h3 {
	font-size: 18px;
	font-weight: 700;
	color: #941C55;
	border-bottom: 3px dotted #941C55;
}

.content_block3 >h3 span {
	font-size: 40px;
}

.div_btn_block3 {
	padding-top: 22px;
	padding-bottom: 10px;
}

button.btn_gen_block {
	padding: 21px 20px;
	font-size: 16px;
	line-height: normal;
}

.ul_list_info_block3 {
	width: 66%;
	position: relative;
	z-index: 2;
}

.ul_list_info_block3 li {
	display: block;
	position: relative;
	padding: 12px 0 12px 23px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	border-bottom: 2px dotted #941C55;
}

.ul_list_info_block3 li span {
	font-size: 25px;
	color: #a73068;
	font-weight: 500;
}

.ul_list_info_block3 li:before {
	content: '';
	background: url(../img/arr-3.png) top left no-repeat;
	width: 14px;
	height: 15px;
	display: block;
	position: absolute;
	left: 0;
	top: 13px;

}

.content_bot_sec3 {
	margin-top: 40px;
	background: rgba(178,51,110,1);
	background: -moz-linear-gradient(left, rgba(178,51,110,1) 0%, rgba(214,141,171,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(178,51,110,1)), color-stop(100%, rgba(214,141,171,1)));
	background: -webkit-linear-gradient(left, rgba(178,51,110,1) 0%, rgba(214,141,171,1) 100%);
	background: -o-linear-gradient(left, rgba(178,51,110,1) 0%, rgba(214,141,171,1) 100%);
	background: -ms-linear-gradient(left, rgba(178,51,110,1) 0%, rgba(214,141,171,1) 100%);
	background: linear-gradient(to right, rgba(178,51,110,1) 0%, rgba(214,141,171,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2336e', endColorstr='#d68dab', GradientType=1 );
}

.info_bot_block3 {
	position: relative;
	padding-bottom: 20px;
}

.info_bot_block3 > img {
	position: absolute;
	bottom: 0;
	right: -135px;
}

.info_bot_block3 > h3 {
	font-size: 16px;
	font-weight: 700;
	color: #941C55;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 10px;
	display: inline-block;
	position: relative;
	padding-right: 20px;
}

.info_bot_block3 > h3:before {
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 700px;

	-webkit-clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);

	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.info_bot_block3 > h3 > span {
	position: relative;
	top: 3px;
}

.info_doctor {
	width: 57%;
    padding-top: 8px;
}

.info_doctor > h4 {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 4px;
	text-align: right;
}

.info_doctor > h4 > span {
	font-weight: 500;
}

.info_doctor > p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: right;
}
/* == end css BLOCK 3 ===================================== */

/* == start css BLOCK 4 ===================================== */

.sec_4 {
	background: url(../img/bg-block-4.jpg) top center no-repeat;
	background-size: cover;
	padding-top: 20px;
}

.sec_4 .info_bot_block3 > img {
	position: absolute;
	bottom: 0;
	left: 0;
}

.sec_4 .content_block3 {
	padding-left: 36%;
}

.sec_4 .ul_list_info_block3 {
	width: 100%;
}

.sec_4 .info_doctor {
	width: 100%;
	padding-left: 41%;
}

.sec_4 .info_doctor > h4 {
	text-align: left;
}

.sec_4 .info_doctor > p {
	text-align: left;
}

.sec_4 .info_bot_block3 {
    text-align: right;
}

.sec_4 .info_bot_block3 > h3 {
    padding-left: 20px;
    padding-right: 0;
}

.sec_4 .info_bot_block3 > h3:before {
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 700px;

	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 100%);

	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}


.sec_4 .content_bot_sec3 {
	background: rgba(213,139,170,1);
	background: -moz-linear-gradient(left, rgba(213,139,170,1) 0%, rgba(178,51,110,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(213,139,170,1)), color-stop(100%, rgba(178,51,110,1)));
	background: -webkit-linear-gradient(left, rgba(213,139,170,1) 0%, rgba(178,51,110,1) 100%);
	background: -o-linear-gradient(left, rgba(213,139,170,1) 0%, rgba(178,51,110,1) 100%);
	background: -ms-linear-gradient(left, rgba(213,139,170,1) 0%, rgba(178,51,110,1) 100%);
	background: linear-gradient(to right, rgba(213,139,170,1) 0%, rgba(178,51,110,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d58baa', endColorstr='#b2336e', GradientType=1 );
}
/* == end css BLOCK 4 ===================================== */

/* == start css BLOCK 5 ===================================== */
.sec_5 {
	padding-top: 45px;
	padding-bottom: 50px;
}

.content_block5 {

}

.content_block5 > h3 {
	position: relative;
	padding-left: 120px;
	color: #941C55;
	font-weight: 700;
	font-size: 26px;
	padding-bottom: 19px;
	text-transform: uppercase;
}

.content_block5 > h3 > img {
	position: absolute;
	left: 0;
	top: -40px;
}

.content_block5_inner {

}

.content_block5_inner:after {
	content: '';
	display: block;
	clear: both;
}

.left_info_block5 {
	float: left;
	width: 43%;
	padding-right: 20px;
	padding-left: 15px;
}

.right_info_block5 {
	float: left;
	width: 57%;
	padding-left: 20px;
}

.left_info_block5 > h3 {
	color: #333;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 3px;
}

.left_info_block5 > p {
	font-size: 16px;
	font-weight: 400;
}

.left_info_block5 > h4 {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 3px;
	border-top: 1px solid #cb82a1;
	border-radius: 8px 8px 0 0;
	padding: 10px 15px;
	margin-top: 20px;

	background: rgba(225,169,184,1);
	background: -moz-linear-gradient(top, rgba(225,169,184,1) 0%, rgba(205,128,161,1) 26%, rgba(169,105,149,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225,169,184,1)), color-stop(26%, rgba(205,128,161,1)), color-stop(100%, rgba(169,105,149,1)));
	background: -webkit-linear-gradient(top, rgba(225,169,184,1) 0%, rgba(205,128,161,1) 26%, rgba(169,105,149,1) 100%);
	background: -o-linear-gradient(top, rgba(225,169,184,1) 0%, rgba(205,128,161,1) 26%, rgba(169,105,149,1) 100%);
	background: -ms-linear-gradient(top, rgba(225,169,184,1) 0%, rgba(205,128,161,1) 26%, rgba(169,105,149,1) 100%);
	background: linear-gradient(to bottom, rgba(225,169,184,1) 0%, rgba(205,128,161,1) 26%, rgba(169,105,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1a9b8', endColorstr='#a96995', GradientType=0 );
}

.list_plan {

}

.list_plan li {
	position: relative;
	padding: 5px 0 5px 25px;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 2px dotted #a73068;
}

.list_plan li:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #f8b500;
	position: absolute;
	top: 13px;
	left: 15px;
}

.list_plan li:last-child {
	padding-bottom: 15px;
}

button.btn_regisnow {
	padding: 8px 25px;
    font-size: 18px;
    background: #f8b500;
    border-width: 3px;
}

.div_btn_regisnow {
    position: absolute;
    right: 0;
    bottom: -20px;
    display: inline-block;
}


.right_info_block5 > h3 {
	color: #941C55;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 12px 0 12px 40px;
	margin-bottom: 15px;

	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 2% 100%);

	background: rgba(247,238,210,1);
	background: -moz-linear-gradient(left, rgba(247,238,210,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247,238,210,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(247,238,210,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(247,238,210,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(247,238,210,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(247,238,210,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7eed2', endColorstr='#ffffff', GradientType=1 );
}

.right_info_block5 > p {
	color: #941C55;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	padding-left: 40px;
}

.list_advise {
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 20px;
	padding-bottom: 15px;
	border-bottom: 2px dotted #a73068;
}

.list_advise:after {
	content: '';
	display: block;
	clear: both;
}

.list_advise li {
	display: block;
	width: 25%;
	float: left;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.list_advise li span {
	display: inline-block;
	width: 27px;
	height: 27px;
	background-color: #a73068;
	line-height: 27px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	border-radius: 50%;
	text-align: center;
}

.list_advise li p {
	font-size: 16px;
	font-weight: 500;
	padding-top: 15px;
	line-height: 22px;
}

.note_doctor {
	font-size: 16px;
	font-weight: 400;
	padding-top: 15px;
}

/* == end css BLOCK 5 ===================================== */

/* == start css BLOCK 6 ===================================== */
.sec_6 {
	background: url(../img/bg-block-6.jpg) top center no-repeat;
	background-size: cover;
}

.header_block6 {
	background-color: #fff;
	position: relative;
}

.title_block6 {
	position: relative;
}

.div_bg_bot_block6 {
	background: url(../img/bg_arr_block6.png) top center no-repeat;
	height: 64px;
	line-height: 64px;
	width: 100%;
	display: block;
	text-align: center;
	position: absolute;
	top: 100%;
}

.title_block6 > h3 {
	color: #CCB77B;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
	position: relative;
	z-index: 2;
}

.title_block6 > h3 span {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
}

.title_block6 > h3 span:before {
	content: '';
	height: 5px;
	width: 30px;
	background-color: #CCB77B;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: calc(50% - 3px);
}

.title_block6 > h3 span:after {
	content: '';
	height: 5px;
	width: 30px;
	background-color: #CCB77B;
	border-radius: 5px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px);
}

.title_block6 > p {
	color: #CCB77B;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}

.proress_block6 {
	padding-top: 100px;
	padding-bottom: 40px;
}

.proress_block6 > h3 {
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.step_process {

}

.step_process:after {
	content: '';
	display: block;
	clear: both;
}

.col_process {

}

.col_process13 {
	width: 33.333%;
	padding-right: 10px;
	float: left;
}

.col_process23 {
	width: 66.666%;
	padding-left: 10px;
	float: left;
}

.col_process23:after {
	content: '';
	display: block;
	clear: both;
}

.left_col_process23 {
	width: 50%;
	padding-right: 10px;
	float: left;
}

.right_col_process23 {
	width: 50%;
	padding-left: 10px;
	float: left;
}

.col_process > h4 {
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;

    background: rgba(225,169,184,1);
	background: -moz-linear-gradient(top, rgba(225,169,184,1) 0%, rgba(205,128,161,1) 26%, rgba(169,105,149,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225,169,184,1)), color-stop(26%, rgba(205,128,161,1)), color-stop(100%, rgba(169,105,149,1)));
	background: -webkit-linear-gradient(top, rgba(225,169,184,1) 0%, rgba(205,128,161,1) 26%, rgba(169,105,149,1) 100%);
	background: -o-linear-gradient(top, rgba(225,169,184,1) 0%, rgba(205,128,161,1) 26%, rgba(169,105,149,1) 100%);
	background: -ms-linear-gradient(top, rgba(225,169,184,1) 0%, rgba(205,128,161,1) 26%, rgba(169,105,149,1) 100%);
	background: linear-gradient(to bottom, rgba(225,169,184,1) 0%, rgba(205,128,161,1) 26%, rgba(169,105,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1a9b8', endColorstr='#a96995', GradientType=0 );

}

.col_process > h4 > span {
	text-transform: none;
}

.tbl_process {
	width: 100%;
}

.tbl_process tr {
	border-bottom: 2px dotted #a73068;
}

.tbl_process tr th {
	background-color: rgba(255,255,255,.9);
	padding: 5px 10px;
	vertical-align: middle;
	text-align: center;
	color: #a73068;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #a73068;
}

.label_first {
	text-transform: uppercase;
}

.tbl_process tr td {
	border: 1px solid #a73068;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	padding: 7px 10px;
}

.tbl_process tr td:first-child {
	font-weight: 500;
}

.tbl_process tr:nth-child(2n + 1) td {
	background-color: rgba(255,255,255,.15);
}

.bg_bot_process {
	background-color: #a73068;
	height: 22px;
	display: block;
	border-radius: 0 0 8px 8px;
}

.step_process_box {

}

.step_process_box:after {
	content: '';
	display: block;
	clear: both;
}
/* == end css BLOCK 6 ===================================== */

/* == start css BLOCK 7 ===================================== */

/* == end css BLOCK 7 ===================================== */

/* == start css BLOCK 8 ===================================== */
.sec_8 {

}

.col1_process {
	width: 115px;
	float: left;
}

.col2_process {
	width: 230px;
	float: left;
	padding-left: 20px;
}

.step_process_block8 {
	float: right;
}

.step_process_block8:after {
	content: '';
	display: block;
	clear: both;
}

.proress_block6 {
	position: relative;
}

.proress_block6 > img {
	position: absolute;
	left: -80px;
	bottom: 0;
}

.sec_8 .tbl_process tr td:first-child {
	font-weight: 300;
}
/* == end css BLOCK 8 ===================================== */

/* == start css BLOCK 9 ===================================== */
.sec_9 {
	background: url(../img/bg-block-9.jpg) top center no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.content_block9 {

}

.content_block9:after {
	content: '';
	display: block;
	clear: both;
}

.content_block9_info {
	width: 40%;
	float: left;
	position: relative;
}

.content_block9_info > a {
	display: inline-block;
}

.content_block9_info > h3 {
    color: #A73068;
    font-size: 27px;
    font-weight: 300;
    text-align: left;
    padding-bottom: 15px;
    margin-top: -33px;
    position: relative;
}

.content_block9_info > p {
    color: #A73068;
    font-size: 35px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    line-height: 50px;
    padding-bottom: 15px;
}

.content_block9_info > button {
	margin-bottom: 15px;
}

.bot_hotline_social {
    padding-top: 10px;
    position: relative;
}

.bot_hotline_social .ul_social {
	position: absolute;
	right: 0;
	top: 0;
}

.bot_hotline {
    color: #A73068;
    font-size: 25px;
    font-weight: 700;
    font-style: italic;
}

.bot_hotline > span {
    font-size: 30px;
    font-weight: 800;
}

.div_more_sec9 {
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 320px;
	padding-left: 30px;
}

.div_more_sec9 p {
	font-size: 18px;
	color: #a73068;
	font-weight: 400;
	padding-bottom: 20px;
}

.footer_site {
	background-color: #3B1024;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
}
/* == end css BLOCK 9 ===================================== */
.pulse-button {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(248,182,0,0.81);
	-moz-box-shadow: 0px 0px 0px 0px rgba(248,182,0,0.81);
	box-shadow: 0px 0px 0px 0px rgba(248,182,0,0.81);
	 -webkit-animation: pulse 1.5s infinite;
}

.pulse-button:hover {
  -webkit-animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
	-webkit-box-shadow: 0px 0px 0px 50px rgba(248,182,0,0.81);
	-moz-box-shadow: 0px 0px 0px 50px rgba(248,182,0,0.81);
	box-shadow: 0px 0px 0px 50px rgba(248,182,0,0.81);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(248,182,0,0.81);
	-moz-box-shadow: 0px 0px 0px 0px rgba(248,182,0,0.81);
	box-shadow: 0px 0px 0px 0px rgba(248,182,0,0.81);
  }
}

.sec_3 {
	position: relative;
}

.sec_4 {
	position: relative;
}

.section_div_position_img {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.div_position_img {
	position: relative;
}

.sec_3 .div_position_img > img {
	position: absolute;
    bottom: 0;
    right: -135px;
}

.sec_4 .div_position_img > img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.div_addmore_info {
	position: relative;
	padding: 15px;
	margin-top: 30px;
	right: 15px;
}

.div_addmore_info:before {
	content: '';
	display: block;
	width: 31px;
	height: 31px;
	border-left: 3px solid #a63067;
	border-top: 3px solid #a63067;
	border-radius: 10px 0 0 0;
	position: absolute;
	left: 0;
	top: 0;
}

.div_addmore_info:after {
	content: '';
	display: block;
	width: 31px;
	height: 31px;
	border-right: 3px solid #a63067;
	border-bottom: 3px solid #a63067;
	border-radius: 0 0 10px 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

.div_addmore_info p {
    font-size: 14px;
    color: #a73068;
    font-weight: 400;
    padding-bottom: 0;
}
iframe {border:20px solid #fff;
    border-radius: 110px !important;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.web-cam { 
position: absolute;
	right: -150px;
	top: calc(50% - 170px);
 
}


