html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}textarea{vertical-align:top}

.left {float: left}
.right {float: right;}
.clear {clear:both;}
.hidden {display: none;}
.no-border {border:none !important;}

html {min-height: 100%;}
body {
	min-width: 1060px;
	background: #fff;
	color: #333;
	font-family: 'PT Sans', arial,sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	padding:0;
	margin:0 auto;
}

textarea,select,option {font-family: 'PT Sans', arial,sans-serif;}

[class*="icon-"] {
	display: block;
	background-repeat: no-repeat;
}

.icon-il-flag {
	width: 21px;
	height: 21px;
	background-image: url(/images/landing/flags.png); 
	background-position: 0px 0px;
}

.icon-ru-flag {
	width: 21px;
	height: 21px;
	background-image: url(/images/landing/flags.png); 
	background-position: -25px 0px;
}

.icon-ua-flag {
	width: 21px;
	height: 21px;
	background-image: url(/images/landing/flags.png); 
	background-position: -50px 0px;
}


.icon-us-flag {
	width: 21px;
	height: 21px;
	background-image: url(/images/landing/flags.png); 
	background-position: -75px 0px;
}

.icon-point1 {
	width: 100px;
	height: 100px;
	background-image: url(/images/landing/contact_icons.png); 
	background-position: 0px 0px;
}

.icon-point2 {
	width: 100px;
	height: 100px;
	background-image: url(/images/landing/contact_icons.png); 
	background-position: 0px -110px;
}

.icon-point3 {
	width: 100px;
	height: 100px;
	background-image: url(/images/landing/contact_icons.png); 
	background-position: 0px -220px;
}

.icon-footer-vk {
	width: 14px;
	height: 20px;
	background-image: url(/images/landing/social.png); 
	background-position: 0px 0px;
}

.icon-footer-vk:hover {
	width: 14px;
	height: 20px;
	background-image: url(/images/landing/social.png); 
	background-position: 0px -40px;
}

.icon-footer-odno {
	width: 12px;
	height: 20px;
	background-image: url(/images/landing/social.png); 
	background-position: -20px 0px;
}

.icon-footer-odno:hover {
	width: 12px;
	height: 20px;
	background-image: url(/images/landing/social.png); 
	background-position: -20px -40px;
}

.icon-footer-fb {
	width: 10px;
	height: 20px;
	background-image: url(/images/landing/social.png); 
	background-position: -40px 0px;
}

.icon-footer-fb:hover {
	width: 10px;
	height: 20px;
	background-image: url(/images/landing/social.png); 
	background-position: -40px -40px;
}

.icon-footer-googleplus {
	width: 22px;
	height: 20px;
	background-image: url(/images/landing/social.png); 
	background-position: -60px 0px;
}

.icon-footer-googleplus:hover {
	width: 22px;
	height: 20px;
	background-image: url(/images/landing/social.png); 
	background-position: -60px -40px;
}

.icon-footer-twitter {
	width: 24px;
	height: 20px;
	background-image: url(/images/landing/social.png); 
	background-position: -90px 0px;
}

.icon-footer-twitter:hover {
	width: 24px;
	height: 20px;
	background-image: url(/images/landing/social.png); 
	background-position: -90px -40px;
}

.icon-footer-yt {
	width: 26px;
	height: 20px;
	background-image: url(/images/landing/social.png); 
	background-position: -120px 0px;
}

.icon-footer-yt:hover {
	width: 26px;
	height: 20px;
	background-image: url(/images/landing/social.png); 
	background-position: -120px -40px;
}

/***************************************************************************/
#header-wrapper {
	/*position: fixed;
	top:0;
	left: 0;
	z-index: 999;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;*/
	width: 100%;
	height: 110px;
	border-bottom: 1px solid #eaeaea;
	background: #fff;
	
}

.grid-size {
	max-width: 940px;
	padding: 0 60px;
	margin: 0 auto;
	overflow: hidden;
}

.grid-size-large {
	max-width: 1040px;
	padding: 0 10px;
	margin: 0 auto;
	overflow: hidden;
}

#header .logo {
	padding-top: 11px;
}

#header .phones {
	padding-left: 70px;
	padding-top: 24px;
}

#header .phones .phone {
	overflow: hidden;
	padding-top: 7px;
}

#header .phones .phone p {
	padding-left: 5px;
	font-weight: bold;
	font-size: 16px;
}

#header .phones .phone span {
	color: #999999;
}

#header .apply-button-wrapper {
	padding-top: 36px;
}

#header .apply-button-en {
	display: block;
	background-image: url(/images/landing/top_apply.png); 
	background-repeat: no-repeat;
	width: 220px;
	height: 42px;
	background-position: 0px 0px;
}

#header .apply-button-en:hover {
	background-position: 0px -50px;
}

#header .apply-button-ru {
	display: block;
	background-image: url(/images/landing/top_apply.png); 
	background-repeat: no-repeat;
	width: 220px;
	height: 42px;
	background-position: 0px -100px;
}

#header .apply-button-ru:hover {
	background-position: 0px -150px;
}

/************************************ TOP INTRO ********************************/
.top-wrapper {
	background: url(/images/landing/landing_bg1.jpg);
	width: 100%;
	height: 500px;
	/*margin-top: 110px; */
	border-bottom: 1px solid #dfebe3;
}

.top-wrapper .container {
	height: 500px;
	position: relative;
}


.top-wrapper .container .doctor {
	position: absolute;
	bottom: 0;
	right: 0;
}

.top-wrapper .intro {
	position: absolute;
	width: 650px;
	top: 40px;
	left: 0;
	
}

.top-wrapper .intro h1 {
	font-size: 42px;
	line-height: 46px;
	color: #4f4f4f;
}

.top-wrapper .intro h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	padding: 20px 20px 10px;
	color: #6a9176;
	width: 150px;
}

.top-wrapper .intro h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #6a9176;
}

.top-wrapper .intro p {
	font-size: 16px;
	line-height: 24px;
	
	color: #333333;
	width: 490px;
	padding-bottom: 20px;
}

.top-wrapper .intro p.desc {
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 0;
	width: 340px;
}

/****************************** Advantage ********************************/

.advantages {
	background: url(/images/landing/pattern1.jpg);
	width: 100%;
	padding-bottom: 70px;
	border-bottom: 1px solid #dfebe3;
	overflow: hidden;
}

.green-block {
	width: 850px;
	text-align: left;
	padding: 23px 45px 28px;
	margin-top: 70px;
	background: #6a9176;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 3px solid #5f8169;
	behavior: url(/css/PIE.htc);
}

.green-block p {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}

.advantages h1 {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 40px;
	margin: 0 40px;
}

.advantages h1 span {
	color: #999999;
}

.advantages ol {
	margin-left: 0;
    padding-right: 0;
    list-style-type: none;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap : 20px;
}

.advantages li {
	counter-increment: step-counter;
	padding: 10px;
	font-size: 16px;
	line-height: 24px;
}

.advantages li::before {
	float: left;
    text-align: center;
    display: block;
    content: counter(step-counter);
    margin-right: 20px;
    font-size: 22px;
    line-height: 22px;
    height: 22px;
    width: 15px;
    background-color: #6a9176;
    color: #fff;
    font-weight: bold;
    padding: 12px 15px;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	behavior: url(/css/PIE.htc);
}

/**************************** FLOAT APPLY *********************************/
.float-apply-wrapper {
	padding: 50px 0 0;
	text-align: center;
}

.float-apply.ru {
	display: block;
	margin: 0 auto;
	width: 380px;
	height: 63px;
	background: url(/images/landing/apply.png);
	background-position: 0 -200px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.float-apply.ru:hover {
	background-position: 0 -300px;
}

.float-apply.en {
	display: block;
	margin: 0 auto;
	width: 380px;
	height: 63px;
	background: url(/images/landing/apply.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
}


.float-apply.en:hover {
	background-position: 0 -100px;
}


/****************************** FAQ ********************************/

.faq-wrapper {
	width: 100%;
	padding-bottom: 65px;
	border-bottom: 1px solid #dfebe3;
	overflow: hidden;
	position: relative;
}

.faq-wrapper .faq h1 {
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	color: #4f4f4f;
	padding: 60px 0 0;
}

.faq-wrapper .faq h2.question {
	text-align: center;
	font-size: 22px;
	line-height: 28px;
	color: #6a9176;
	padding-top: 40px;
}

.faq-wrapper .faq .answer {
	width: 870px;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	padding: 35px;
	margin-top: 30px;
	overflow: hidden;
	background: #fafafa;
	border: 2px solid #f0f0f0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(/css/PIE.htc);
}

.faq-wrapper .faq .answer h3 {
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	font-weight: normal;
}

.faq-wrapper .faq .answer p {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	font-weight: normal;
}

.faq-wrapper .faq .answer ul {
	padding-top: 20px;
}

.faq-wrapper .faq ul li {
	background-image: url(/images/landing/checked.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 35px;
	padding-bottom: 8px;
	color: #333333;
	font-size: 16px;
	line-height: 26px;
}


.faq-wrapper .faq ol {
	margin-left: 0;
    padding-right: 0;
    list-style-type: none;
}

.faq-wrapper .faq ol li {
	counter-increment: step-counter;
	padding: 10px 0;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
}

.faq-wrapper .faq ol li::before {
	float: left;
    content: counter(step-counter);
    margin-right: 10px;
    font-size: 16px;
    line-height: 22px;
    background-color: #6a9176;
    color: #fff;
    font-weight: bold;
    padding: 5px 11px;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	behavior: url(/css/PIE.htc);
}

.faq-wrapper .faq ol li p {
	float: left;
	font-size: 16px;
	line-height: 24px;
	width: 800px;
	padding-top: 3px;
}

/****************************** DOCTORS **************************************/

.doctors {
	background: url(/images/landing/pattern2.jpg);
	width: 100%;
	height: 556px;
	border-bottom: 1px solid #61846d;
	overflow: hidden;
}

.doctors h1 {
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	padding: 60px 0 50px;
	text-shadow: 1px 1px 1px #444;
}

.doctors .carousel {
	width: 940px !important;
}

.doctors ul li {
	width: 300px;
	margin-right: 20px;
	height: 350px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 3px solid #e3e3e4;
	behavior: url(/css/PIE.htc);
}

.doctors ul li .header{
	padding: 20px;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
}

.doctors ul li .header img {
	width: 92px;
	height: 92px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	behavior: url(/css/PIE.htc);
}

.doctors ul li .header .text {
	width: 150px;
	padding-left: 10px;
	padding-top: 24px;
}

.doctors ul li .header .text h2,
.doctors ul li .header .text p {
	font-size: 16px;
	line-height: 20px;
}

.doctors ul li .description p {
	padding: 15px 20px;
	font-size: 15px;
	line-height: 20px;
}


.doctors .carousel-wrapper {
	position: relative;
}

.doctors .carousel-wrapper .next {
	display: block;
	text-decoration: none;
	background: url(/images/landing/carousel.png);
	background-position: -40px 0;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 150px;
	right: -50px;

}

.doctors .carousel-wrapper .next:hover {
	background-position: -40px -40px;
}

.doctors .carousel-wrapper .prev {
	display: block;
	text-decoration: none;
	background: url(/images/landing/carousel.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 150px;
	left: -50px;
}

.doctors .carousel-wrapper .prev:hover {
	background-position: 0 -40px;
}

/******************************** MEDICAL DIRECTOR ****************************/

.director-wrapper {
	width: 100%;
	padding-bottom: 70px;
	border-bottom: 1px solid #dfebe3;
	overflow: hidden;
}

.director-wrapper .speech {
	width: 600px;
	padding-right: 50px;
}

.director-wrapper .speech h1 {
	font-size: 26px;
	line-height: 26px;
	padding-top: 65px;
	padding-bottom: 40px;
}

.director-wrapper .speech .bubble {
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	padding: 25px;
	width: 544px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #f0f0f0;
	font-style: italic;
	behavior: url(/css/PIE.htc);
}

.director-wrapper .speech .bubble:before  {
	content: "";
    position: absolute;
    z-index: 0;
    top: 100px;
    left: -54px;
    height: 37px;
    width: 54px;
   	background: url('/images/landing/speech.png')
}

.director-wrapper .speech .bubble p{
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

.director-wrapper .speech .bubble img {
	padding-top: 30px;
}
.director-wrapper .speech .bubble ol {
	margin: 15px 0;
	margin-left: 0;
    padding-right: 0;
    list-style-type: none;
}

.director-wrapper .speech .bubble li {
	counter-increment: step-counter;
	padding: 3px 0;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
}

.director-wrapper .speech .bubble li::before {
	float: left;
    content: counter(step-counter);
    background: url('/images/landing/ol.png');
    width: 10px;
    height: 30px;
    padding: 0 10px;
    margin-right: 10px;
	behavior: url(/css/PIE.htc);
}

.director-wrapper .director {
	width: 360px;
	padding-right: 20px;
	padding-top: 130px;
	padding-bottom: 200px;
	text-align: center;
	position: relative;
}

.director-wrapper .director .title {
	position: absolute;
	top: 375px;
	left: 0;
	width: 320px;
	background: #fafafa;
	padding: 17px 20px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	behavior: url(/css/PIE.htc);
	border-bottom: 3px solid #dfdfdf;
}

.director-wrapper .director h1 {
	font-size: 24px;
	line-height: 28px;
	color: #4f4f4f;
}

.director-wrapper .director p {
	padding-top: 10px;
	font-size: 16px;
	line-height: 28px;
	color: #4f4f4f;
}

/****************************************** TESTIMONIALS **********************/

.testimonials {
	background: url(/images/landing/pattern1.jpg);
	width: 100%;
	border-bottom: 1px solid #dfebe3;
	overflow: hidden;
	padding-top: 70px;
}

.testimonials h1 {
	font-size: 26px;
	line-height: 26px;
	color: #4f4f4f;
}

.testimonials ul {
	padding: 0 0 65px;
}

.testimonials li {
	background: #fff;
	padding: 25px 25px;
	margin-top: 35px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border-bottom: 3px solid #dfebe3;
	overflow: hidden;
	behavior: url(/css/PIE.htc);
}

.testimonials li img {
	width: 100px;
	height: 100px;
	padding: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	behavior: url(/css/PIE.htc);
	background: #fff;
	border: 1px solid #f2f2f2;
}

.testimonials li .text {
	width: 745px;
	margin-left: 30px;
}

.testimonials li .text span {
	float: right;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #cccccc;
}

.testimonials li .text h2 {
	padding: 0 0 8px;
	font-size: 18px;
	line-height: 26px;
	border-bottom: 1px solid #f2f2f2;
}


.testimonials li .text p {
	padding: 10px 0 5px;
	font-size: 16px;
	line-height: 24px;
	color: #4f4f4f;
	font-style: italic;
}

/******************************************* CONTACT *********************************/

.contact {
	overflow: hidden;
	padding-bottom: 80px;
}

.contact-header.en {
	display: none;
	margin: 0 auto;
	width: 728px;
	height: 63px;
	background: url(/images/landing/btn_en.png);
	background-position: 0 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.contact-header.ru {
	display: none;
	margin: 0 auto;
	width: 620px;
	height: 63px;
	background: url(/images/landing/btn_ru.png);
	background-position: 0 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.contact .points {
	padding-top: 50px;
	width: 510px;
}

.contact .points .point {
	width: 100%;
	overflow: hidden;
	padding-bottom: 25px;
	border-bottom: 1px solid #f0f0f0;
	margin-top: 25px;
}

.contact .points .point .text {
	padding-left: 19px;
	width: 390px;
}

.contact .points .point .text h2 {
	font-size: 24px;
	line-height: 24px;
	color: #6a9176;
}

.contact .points .point .text p {
	padding-top: 15px;
	font-size: 15px;
	line-height: 24px;
	color: #4f4f4f;
}

.contact .phone-wrapper {
	border-top: 1px solid #f0f0f0;
	max-width: 940px;
	padding: 0;
    margin: 20px auto 0;
	overflow: hidden;

}

.contact .phones {
	padding-top: 24px;
	width: 380px;
}

.contact .phones .phone {
	overflow: hidden;
	padding-top: 7px;
}

.contact .phones .phone p {
	padding-left: 5px;
	font-weight: bold;
	font-size: 16px;
}

.contact .phones .phone span {
	color: #999999;
}

.contact .form {
	padding-top: 40px;
	width: 380px;
}

.contact-text {
	position: relative;
	display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    /*padding-top: 30px;
    padding-top: 33px;
    color: #6A9176;*/
    color: #fff;
    text-align: left;
	padding: 20px 20px;
	margin-top: 20px;
	background: #b72a31;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 3px solid #a3252c;
	behavior: url(/css/PIE.htc);
}


.contact-text:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    border-top: 25px solid black;
    border-top-color: #a3252c;
    border-left: 24px solid transparent;
    border-right: 45px solid transparent;
}

.contact-text:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 2px;
    border-top: 23px solid black;
    border-top-color: #B72A31;
    border-left: 20px solid transparent;
    border-right: 41px solid transparent;
}

.contact .form .website {
	display: none;
}

.contact .form .asterisk{
	position: relative;
    color: red;
    top: 53px;
    left: -12px;
    font-size: 20px;
    height: 0;
}

.contact .form .asterisk.name{
    top: 58px;
}

.contact .form input,
.contact .form textarea {
	font-family: 'PT Sans', arial,sans-serif;
	margin-top: 30px;
	padding: 15px 15px;
	width: 344px;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	behavior: url(/css/PIE.htc);
	border: 3px solid #e6e6e6;
	-webkit-transition: all 0.30s ease-in-out;
 	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
  	outline: none;
}

.contact .form input#name {
	margin-top: 35px;
}

.contact .form textarea {
	height: 160px;
}

.contact .form input[type=text]:focus, 
.contact .form textarea:focus {
  box-shadow: 0 0 5px #6a9176;
  border: 3px solid #6a9176;
  color: #333333;
}

.contact .form .error {
	height: 0;
    padding: 0px 7px;
    line-height: 24px;
    font-size: 14px;
    margin: 0;
	display: none;
	position: relative;
	top: 0;
	color: #ff0000 !important;
}

.contact .form .loading img {
	height: 50px;
	padding: 30px 10px 0 30px;
}

.contact .form .loading p {
    padding-top: 44px;
    font-size: 30px;
}

.contact .form .thanks p {
    padding-top: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #B72A31;
    font-weight: bold;
}

.contact #submitBtn {
	margin-top: 35px;
	background: url('/images/landing/apply.png');
	background-repeat: no-repeat;
	width: 380px;
	height: 60px;
	border: none;
	cursor: pointer;
}

.contact #submitBtn.en {
	background-position: 0 0;
}

.contact #submitBtn.en:hover {
	background-position: 0 -100px;
}

.contact #submitBtn.ru {
	background-position: 0 -200px;
}

.contact #submitBtn.ru:hover {
	background-position: 0 -300px;
}

.footer {
	background: #666666;
	padding: 40px 0 45px;
}

.footer p {
	font-size: 14px;
	float: left;
	color: #999999;
}

.social-links {
	float: right;
}

.social-links li {
	float: left;
	padding-left: 15px;
}