* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html,
body {
	height: 100%;
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 17px;
}

a,
a:focus {
	outline: none;
}
input,
input:focus,
textarea,
textarea:focus {
	outline: none;
}
.clear {
	clear: both;
}
.btnL,
.btnL:hover,
.btnL:focus {
	background: #fff;
	border: 1px solid #ff9537;
	border-radius: 25px;
	color: #ff9537;
	display: block;
	font-size: 24px;
	font-weight: 300;
	height: 55px;
	line-height: 53px;
	margin: 0 auto;
	max-width: 90%;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 375px;
}

header {
	border-bottom: 1px solid #b3b2b2;
	font-size: 17px;
	font-weight: 300;
	height: 96px;
	text-transform: uppercase;
	width: 100%;
}
	header .logo {}
		header .logo img {

		}
	header nav {
		background: #fff;
		display: block;
		float: left;
		height: 95px;
		line-height: 96px;
		margin-left: 35px;
	}
	header nav.active {
		display: block;
	}
		header nav ul {}
			header nav ul li {
				float: left;
				list-style: none;
			}
			header nav ul li.active {
				font-weight: 400;
			}
				header nav ul li a,
				header nav ul li a:hover {
					color: #303030;
					margin-right: 35px;
					text-decoration: none;
				}
				header nav ul li:last-child a,
				header nav ul li:last-child a:hover {
					margin-right: 0;
				}
	header .toggleMenu {
		display: none;
		float: right;
		margin: 13px 3px 12px 0;
		position: absolute;
		right: 15px;
		top: 0;
	}
		.telBlockMobile {
			color: #199668;
			display: none;
			float: right;
			font-size: 11px;
			font-weight: 300;
			margin: 9px 33px 0 0;
			text-transform: none;
		}
#main {
}
.mainScreen	{
	background: url(/images2/bezkatarakty/img/main.png) no-repeat center center;
	background-size: cover;
	color: #fff;
	max-height: 1080px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
	.mainScreen .text {
		bottom: 85px;
		float: left;
		font-size: 70px;
		line-height: 65px;
		margin-top: 150px;
		margin-left: -1500px;
		position: absolute;
	}
		.mainScreen .text span {
			font-size: 90px;
		}
	.mainScreen	.telBlock {
		background: rgba(25,150,104,.69);
		bottom: 0;		
		font-weight: 300;
		font-size: 22px;
		height: 138px;
		position: absolute;
		right: -400px;
		width: 400px;
	}
		.mainScreen	.telBlock > div {
			float: left;
			margin: 25px 0 0 40px;
		}
		.mainScreen	.telBlock img {
			float: right;
			position: relative;
			right: 61px;
			top: 43px;
		}
	.mainScreen .container,
	.mainScreen .container .row,
	.mainScreen .container .row > div {
		height: 100%;
	}

.action {
	background: url(/images2/bezkatarakty/img/action.png) no-repeat left top;
	background-color: #fff;
	border: 5px solid #ff9752;
	height: 200px;
	position: relative;
	width: 100%;
}
	.action .plashka {
		left: 0;
		position: absolute;
		top: 0;
	}
		.action .plashka div {
			background: rgba(255,255,255,.82);
			color: #ff9537;
			font-size: 45px;		
			height: 100px;
			line-height: 100px;
			margin-top: 75px;
			position: absolute;
			text-align: center;
			width: 234px;
		}
	.action .text {
		color: #13b16f;
		float: right;
		font-size: 27px;
		line-height: 35px;
		margin-top: 62px;
		text-transform: uppercase;
	}
		.action .text span {
			font-size: 35px;			
		}

.seeAdvice {
	padding-bottom: 145px;
}
	.doctor,
	#team .doctor {
		color: #ff9537;
		font-size: 17px;
		font-weight: 300;
		margin: 65px 0 0 0;
		padding-left: 30px;
	}
	#team .doctor {
		padding-left: 15px;
	}
	#deleteKatarakta .doctor {
		margin-top: -68px;
	}
		.doctor div,
		#team .doctor div {
			line-height: 20px;
			margin: -18px 0 0 30px;
		}
		.doctor .name,
		#team .doctor .name {
			display: block;
			font-size: 22px;
			font-weight: 400;
			margin-bottom: 10px;
		}
	.seeAdvice .title {
		color: #00bd6e;
		font-size: 55px;
		line-height: 58px;
		margin: 75px 0 40px;
	}
	.seeAdvice p {
		color: #55656a;
		font-size: 17px;
		font-weight: 300;
		margin-bottom: 20px;
	}

#symptoms {
	background: url(/images2/bezkatarakty/img/symptoms.png) no-repeat center center;
	background-size: cover;
	color: #fff;
	overflow: auto;
}
	#symptoms h2 {
		font-size: 40px;
		margin-bottom: 40px;
		margin-top: 50px;
		text-align: center;
	}
		#symptoms li {
			font-size: 17px;
			text-align: center;
			text-transform: uppercase;
		}
		#symptoms .bx-wrapper .bx-controls-direction a {
			height: 50px;
			margin-top: -57px;
			width: 50px;
		}
		#symptoms .bx-wrapper .bx-prev {
			background: url(/images2/bezkatarakty/img/prev.png) no-repeat center center;
			left: -70px;
		}
		#symptoms .bx-wrapper .bx-next {
			background: url(/images2/bezkatarakty/img/next.png) no-repeat center center;
			right: -70px;
		}
	#symptoms > a {
		margin-top: 45px;
		margin-bottom: 75px;
	}

.popup,
.popupReviews,
.popupReadMore {
	background: rgba(64,64,64,.72);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.popup.active,
.popupReviews.active,
.popupReadMore.active {
	display: block;
}
	.popupBlock {
		background: #fff;
		border: 1px solid #b3b2b2;
		height: auto;
		left: 50%;
		margin: -236px 0 0 -378px;
		max-width: 100%;
		min-height: 472px;
		position: absolute;
		top: 50%;
		width: 756px;
	}
	.popupBlock:after {
		background: #ff9537;
		bottom: -4px;
		content: "";
		display: block;
		height: 3px;
		left: -1px;
		position: absolute;
		width: 756px;
	}
		.popupBlock .title {
			font-size: 35px;
			font-weight: 300;
			margin: 55px 0 40px;
			text-align: center;
		}
		.popupBlock .success {
			padding: 80px;
		}
		.popupBlock .title.successTitle {
			margin-top: 200px;
		}
		.popupBlock .closePopup {
			position: absolute;
			right: 34px;
			top: 18px;
		}
	.popupReadMore.active .popupBlock {
		min-height: 100px;
		padding: 60px;
	}
#steps {
	color: #55656a;
	padding-bottom: 45px;
}
	#steps h1 {
		font-size: 50px;
		margin: 65px 0 55px;
		text-align: center;
	}
	#steps .itemStep {
		font-size: 19px;
		font-weight: 300;
		line-height: 22px;
		margin: 0 auto 70px;
		max-width: 100%;
		overflow: hidden;
		position: relative;
		width: 800px;
	}
	#steps .itemStep img {
		max-width: 100%;
	}
	#steps .row .itemStep:nth-child(1) img,
	#steps .row .itemStep:nth-child(3) img {
		margin-left: 80px;
	}
		#steps .itemStep > div {
			float: left;
			overflow: hidden;
			position: relative;
			width: 400px;
		}
		#steps .row .itemStep:nth-child(1) > div:first-child,
		#steps .row .itemStep:nth-child(3) > div:first-child {
			margin-top: 40px;
		}
		#steps .row .itemStep:nth-child(2) div:nth-child(2) {
			margin-top: 8px;
		}
			#steps .itemStep > div .stepNumber {
				color: #d4d7d8;
				font-size: 120px;
				font-weight: 300;
				float: left;
				line-height: 98px;
				width: 80px;
			}
			#steps .itemStep > div span {
				display: block;
				float: left;
				width: 275px;
			}
			#steps .itemStep > div strong {
				font-weight: 400;
			}

#question {
	background: url(/images2/bezkatarakty/img/bgQuestion.png) no-repeat left bottom;
	background-size: cover;
	height: 710px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
	#question > img {
		bottom: 0;
		position: absolute;
		right: 0;
	}
	#question .titleBock {
		color: #fff;
		font-size: 36px;
		font-weight: 300;
		margin-top: 75px;
		text-align: right;
	}
	#question .sliderBlock {
		background: #fff;
		color: #55656a;
		font-weight: 300;
		font-size: 17px;
		height: 476px;
		line-height: 23px;
		margin-top: 70px;
		padding-top: 50px;
		position: relative;
		width: 444px;
	}
		#question .sliderBlock .allQuestions {
			background: url(/images2/bezkatarakty/img/arrAll.png) no-repeat right 12px top 6px;
			border: 1px solid #fff;
			border-radius: 14px;
			bottom: -64px;
			color: #fff;
			font-size: 19px;
			font-weight: 400;
			display: block;
			height: 30px;
			line-height: 28px;
			padding-left: 18px;
			position: absolute;
			right: 112px;
			text-decoration: none;
			width: 75px;
		}
		#question .sliderBlock li {
			height: 390px;
			max-width: 100%;
			overflow: hidden;
			padding-bottom: 50px;
		}
		#question .sliderBlock .title {
			color: #199668;
			font-size: 20px;
			margin-bottom: 20px;
			text-transform: uppercase;
		}
		#question .sliderBlock .more {
			bottom: 40px;
			color: #199668;
			font-size: 19px;
			font-weight: 400;
			position: absolute;
			right: 25px;
		}
	#question .bx-wrapper .bx-pager.bx-default-pager {
		bottom: -100px;
		padding-right: 96px;
	}
	#question .bx-wrapper .bx-pager.bx-default-pager a {
		background: none;
		border: 1px solid #fff;
		border-radius: 50%;
		height: 18px;
		width: 18px;
	}

	#question .bx-wrapper .bx-pager.bx-default-pager a:hover, 
	#question .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: rgba(255,255,255,.25);
		border: 2px solid #fff;
	}


#team {
	box-sizing: border-box;
	padding-bottom: 110px;
}
	#team h3 {
		color: #13b16f;
		font-size: 45px;
		margin: 90px 0 55px;
		text-align: center;
	}
	#team .doctor div {
		margin-top: -15px;
	}
#goTest {
	background: url(/images2/bezkatarakty/img/imgTest.png) no-repeat center center;
	background-size: cover;
	height:	332px;
	text-align: center;
	width: 100%;
}
	#goTest .title {
		color: #fff;
		font-size: 35px;
		margin: 90px auto 35px;
		width: 52%;
	}
	#goTest a {
		width: 245px;
	}

#reviews {
	background: url(/images2/bezkatarakty/img/bgReviews.png) no-repeat right top 50px;
	border-bottom: 6px solid #f7f9f9;
	overflow: hidden;
	padding-bottom: 103px;
}
	#reviews h3 {
		color: #ff9537;
		font-weight: 400;
		font-size: 55px;
		margin: 145px 0 60px;
		padding-left: 75px;
	}
	#reviews .reviewSlider {
		color: #55656a;
		font-size: 15px;
		font-weight: 300;
		height: 100%;
	}
		#reviews .reviewSlider li {
			height: 100%;
		}
		#reviews .reviewSlider .title {
			color: #ff9537;
			font-size: 22px;
			font-weight: 400;
			margin-bottom: 10px;
		}

		#reviews .col-md-12 > a {
			margin-top: 40px;
			width: 313px;
		}
		#reviews .bx-wrapper .bx-controls-direction a {
			height: 50px;
			margin-top: -57px;
			width: 51px;
		}
		#reviews .bx-wrapper .bx-prev {
			background: url(/images2/bezkatarakty/img/prevB.png) no-repeat center center;
			left: -90px;
		}
		#reviews .bx-wrapper .bx-next {
			background: url(/images2/bezkatarakty/img/nextB.png) no-repeat center center;
			right: -90px;
		}



/* page delete katarakta*/
#deleteKatarakta {
	color: #2c2c2d;
	font-size: 17px;
	font-weight: 300;
}
	#deleteKatarakta h1 {
		color: #ff9537;
		font-size: 45px;
		font-weight: 300;
		margin: 50px 0 5px;
	}
	#deleteKatarakta img {
		height: auto;
		width: 206px;
	}
	#deleteKatarakta .info {
		margin-top: 45px;
	}

#deleteSteps {
	font-size: 17px;
	font-weight: 300;
	margin: 50px 0 0 0;
	padding-bottom: 85px;
}
	#deleteSteps .itemStep {
		line-height: 22px;
		margin: 0 auto 25px;
		max-width: 100%;
		overflow: hidden;
		position: relative;
		width: 750px;
	}
	#deleteSteps .itemStep:last-child {
		margin-bottom: 60px;
	}
	#deleteSteps .row .itemStep:nth-child(2n+1) img {
		margin-left: 80px;
	}
		#deleteSteps .itemStep > div {
			float: left;
		}
		#deleteSteps .itemStep:nth-child(2n+1) > div:last-child,
		#deleteSteps .itemStep:nth-child(2) > div:last-child {
			float: right;
		}
		#deleteSteps .itemStep:nth-child(1) > div:first-child {
			margin-top: 55px;
		}
		#deleteSteps .itemStep:nth-child(2) > div:last-child {
			margin-top: 40px;
		}
		#deleteSteps .itemStep:nth-child(3) > div:first-child {
			margin-top: 58px;
		}
			#deleteSteps .itemStep > div .stepNumber {
				color: #d4d7d8;
				font-size: 120px;
				font-weight: 300;
				float: left;
				line-height: 98px;
				margin-top: -5px;
				padding-right: 15px;
				text-align: right;
				width: 98px;
			}
			#deleteSteps .itemStep > div span {
				display: block;
				float: left;
				width: 350px;
			}
			#deleteSteps .itemStep:nth-child(2) > div:last-child span {
				max-width: 100%;
				width: 390px;
			}

#choiceLens {
	background: url(/images2/bezkatarakty/img/bgChoiceLens.png) no-repeat left top;
	background-size: cover;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	min-height: 521px;
	padding-bottom: 20px;
	text-align: center;
	width: 100%;
}
	#choiceLens h2 {
		font-size: 45px;
		font-weight: 300;
		margin: 65px 0 50px;
	}
	#choiceLens p {
		font-size: 21px;
		margin: 50px 0 25px;
	}
	#choiceLens .btnL {
		width: 313px;
	}
	.allResult {
		display: none;
	}
	.allResult.active {
		display: inline-block;
	}
#viewLens {
	padding-bottom: 85px;
}
	#viewLens h2 {
		color: #ff9537;
		font-size: 35px;
		font-weight: 300;
		margin: 60px 0 45px;
		text-align: center;
	}
	#viewLens .itemLens {
		margin-bottom: 20px;
		position: relative;
	}
	#viewLens .itemLens.active:before {
		background: url(/images2/bezkatarakty/img/arrow-recommendation.png) no-repeat center center;
		color: #ff9537;
		content: "";
		display: block;
		height: 27px;
		position: absolute;
		left: -45px;
		top: 11px;
		width: 25px;
	}
		#viewLens .itemLens .name {
			border: 1px solid #2c2c2d;
			border-radius: 24px;
			color: #ff9537;
			font-weight: 400;
			font-size: 18px;
			min-height: 48px;
			line-height: 20px;
			margin-bottom: 10px;
			overflow: hidden;
			padding: 12px 32px;
		}
		#viewLens .itemLens.active .name {
			background-color: #ff9537;
			border: none;
			color: #fff;
		}
			#viewLens .itemLens .name .price {
				float: right;
				font-size: 22px;
				font-weight: 300;
			}
				#viewLens .itemLens .name .price span {
					font-size: 15px;
				}
		#viewLens .itemLens .desc {
			color: #2c2c2d;
			font-size: 16px;
			font-weight: 300;
			height: 43px;
			line-height: 20px;
			overflow: hidden;
		}
		#viewLens .itemLens .desc.active {
			height: auto;
		}
		#viewLens .itemLens a {
			background: url(/images2/bezkatarakty/img/arrMore.png) no-repeat top 7px right;
			color: #2c2c2d;
			font-style: italic;
			font-weight: 300;
			font-size: 16px;
			padding-right: 27px;
			text-decoration: none;
		}
		#viewLens .itemLens a:before {
			content: "Більше";
		}
		#viewLens .itemLens a.active:before {
			content: "Згорнути";
		}
		#viewLens .itemLens a.active {
			background: url(/images2/bezkatarakty/img/arrMoreA.png) no-repeat top 7px right;
			display: inline-block;
			margin-top: 10px;
		}
	#viewLens .thanks {
		background-color: #fff;
		color: #ff9537;
		display: none;
		font-size: 23px;
		font-weight: 300;
		line-height: 27px;
		margin-bottom: -125px;
		padding-top: 18px;
		position: relative;
		text-align: center;
	}
	#viewLens .thanks.active {
		display: block;
	}
		#viewLens .thanks span {
			display: inline-block;
			font-size: 30px;
			margin: 15px 0;
		}

#recordConsultation {
	background: url(/images2/bezkatarakty/img/pen.png) no-repeat bottom right;
	background-color: #fdfdfd;
	border-bottom: 1px solid #b3b2b2;
	border-top: 1px solid #b3b2b2;
	margin-bottom: 3px;
	padding: 0 0 50px 0;
	position: relative;
}
#recordConsultation:after {
	background-color: #ff9537;
	bottom: -4px;
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	width: 100%;
}
	#recordConsultation .title {
		color: #2c2c2d;
		font-size: 25px;
		font-weight: 300;
		margin: 35px 0 45px;
		text-align: center;
	}

/*form*/
form {
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: 680px;
}
.itemField {
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	width: 325px;
}
	label {
		color: #2c2c2d;
		font-weight: 300;
		font-size: 18px;
	}

form .itemField input,
form .itemCaptcha input {
	border: 1px solid #c6c6c6;
	border-radius: 20px;
	float: right;
	font-weight: 300;
	font-size: 17px;
	height: 40px;
	padding: 0 15px;
	width: 210px;
}
form input[type="submit"] {
	background: #ff9537;
	border-radius: 25px;
	border: none;
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: 300;
	height: 50px;
	line-height: 50px;
	margin: 30px auto 20px;
	max-width: 100%;
	width: 313px;
}
form textarea {
	border: 1px solid #c6c6c6;
	border-radius: 15px;
	height: 140px;
	font-size: 16px;
	float: right;
	font-weight: 300;
	margin-bottom: 29px;
	max-width: 100%;
	padding: 8px 15px 0;
	resize: none;
	width: 450px;
}
form[name="form1"] textarea {
	position: absolute;
	right: 0;
	top: 0;
	width: 325px;
}
form[name="form2"] {
	width: 550px;
}
form[name="form2"] .itemField {
	float: left;
	margin-bottom: 25px;
	padding: 0 15px;
	width: 275px;
}
	form[name="form2"] .itemField input {
		width: 190px;
	}
	form[name="form2"] label[for="uk_shorttext"] {
		float: left;
	}
	form[name="form2"] label[for="custom_uk_age"] {
		_padding-left: 30px;
	}
	form[name="form2"] input[type="submit"] {
		width: 275px;
	}
form[name="form2"] .textareaField {
	max-width: 100%;
	overflow: auto;
	padding: 0 15px;
	width: 100%;
}
.itemCaptcha {
	position: absolute;
	right: 0;
	top: 150px;
	width: 325px;
}
.itemCaptchaArticle {
	text-align: center;
}
.itemCaptchaArticle  input{
	  border: 1px solid #c6c6c6;
    border-radius: 20px;
    font-weight: 300;
    font-size: 17px;
    height: 40px;
    padding: 0 15px;
    width: 210px;
}
	.itemCaptcha img {
		margin-top: 8px;
	}
.errorMessages {
	color: red;
	margin-bottom: 20px;
	text-align: center;
}
.successMessages {
	text-align: center;
}

/* page question */
.pageQuestion {}
	.pageQuestion h1 {
		font-weight: 300;
		font-size: 45px;
		margin: 60px 0;
	}
	.pageQuestion .itemQuestion {
		font-weight: 300;
		margin-bottom: 30px;
		overflow: hidden;
	}
	.pageQuestion .itemQuestion:last-child {
		margin-bottom: 100px;
	}
		.pageQuestion .itemQuestion span {
			color: #199668;
			display: block;
			font-size: 20px;
			font-weight: 400;
			margin-bottom: 10px;
			text-transform: uppercase;
		}
	.pageQuestion .btnL {
		margin-bottom: 50px;
	}

.test {

}
	.test h1 {
		color: #ff9537;
		font-size: 45px;
		font-weight: 300;
		margin: 65px 0 35px; 
		text-align: center;
	}
		.test ul {}
			.test ul li {
				color: #2c2c2d;
				font-size: 25px;
				font-weight: 300;
				height: 380px;
			}
				.test ul li .number {
					color: #55656a;
					font-size: 100px;
					font-weight: 300;
					float: left;
					float: left;
					line-height: 100px;
					opacity: .35;
					width: 60px;
				}
				.test ul li .question {
					float: left;
					max-width: 100%;
					width: 512px;
				}
					.test ul li .question .title {
						min-height: 95px;
						line-height: 28px;
						padding-top: 15px;
					}
				.test ul li .answer {
					font-size: 20px;
					margin-left: -25px;
				}
					.test ul li .answer > div {
						border: 1px solid #fff;
						border-radius: 23px;
						cursor: pointer;
						line-height: 23px;
						min-height: 45px;
						padding: 10px 5px 10px 28px;
					}
					.test ul li .answer > div.active,
					.test ul li .answer > div:hover {
						border: 1px solid #d0d4d6;
						color: #199668;
					}
				.test ul li .count {
					bottom: 43px;
					left: 0;
					position: absolute;
					text-align: center;
					width: 100%;
				}
				.lastItemLens .count {
					display: none;
				}
				.lastItemLens .btnL,
				.lastItemLens .btnL:hover {
					margin-left: 56px;
    				margin-top: 100px;
				}
					.test ul li .count span {
						color: #199668;
					}

		.test .bx-wrapper .bx-controls-direction a {
			color: #199668;
			height: 54px;
			line-height: 54px;
			margin-top: 100px;
			text-decoration: none;
			text-indent: 0;
			width: 34px;
		}
		.test .bx-wrapper .bx-prev {
			background: url(/images2/bezkatarakty/img/prevT.png) no-repeat center left;
			left: -90px;
			padding-left: 33px;
		}
		/*.test .bx-wrapper .bx-prev.disabled {
			background: url(/images2/bezkatarakty/img/prevTD.png) no-repeat center center;
		}*/
		.test .bx-wrapper .bx-next {
			background: url(/images2/bezkatarakty/img/nextT.png) no-repeat center right;
			padding-right: 100px;
			right: -90px;
		}
		.test .bx-wrapper .bx-pager {
			color: #55656a;
			font-weight: 300;
			font-size: 30px;
			font-family: 'Roboto Condensed', sans-serif;
			padding-top: 0;
			text-align: left;
		}
		.test .bx-wrapper .bx-pager, .test .bx-wrapper .bx-controls-auto {
			bottom: 41px;
			left: -218px;
			position: absolute;
			width: 70px;
		}

.pageContacts {
	font-size: 20px;
	padding-top: 65px;
}
	.pageContacts h1 {
		color: #ff9537;
		font-size: 40px;
		font-weight: 300;
		margin: -5px 65px 0 0;
	}
	.socialContact {
		margin-left: -50px;
		overflow: hidden;
	}
		.socialContact a {
			display: inline-block;
			height: 40px;
			margin: 0 8px;
			width: 40px;
		}
		.socialContact a.fb {
			background: url(/images2/bezkatarakty/img/facebook.png) no-repeat center center;
		}
		.socialContact a.fb:hover {
			background: url(/images2/bezkatarakty/img/facebook-active.png) no-repeat center center;
		}
		.socialContact a.youtube {
			background: url(/images2/bezkatarakty/img/youtube2.png) no-repeat center center;
		}
		.socialContact a.youtube:hover {
			background: url(/images2/bezkatarakty/img/youtube-active.png) no-repeat center center;
		}
	.locationsBlock {
		line-height: 40px;
		overflow: hidden;
	}
		.locationsBlock span {
			float: left;
		}
		.locationsBlock img {
			float: left;
			margin-right: 10px;
			margin-top: 6px;
		}
	.map {
		margin-bottom: 88px;
		margin-top: 55px;
	}
	#mapPos {
		height: 400px;
		width: 100%;
	}

#banner {
	background: url(/images2/bezkatarakty/img/bg-banner.jpg) right top;
	background-size: cover;
	min-height: 280px;
	overflow: hidden;
	padding-top: 75px;
	position: relative;
}
	#banner .imgBanner {
		position: absolute;
		right: 0;
		top: 0;
	}
	#banner .title {
		color: #4072c1;
		font-weight: 400;
		font-size: 30px;
		text-transform: uppercase;
	}
	#banner .infoText {
		color: #2c2c2d;
		font-size: 18px;
		font-weight: 300;
		line-height: 24px;
	}	
	#banner .btnL {
		display: block;
		float: left;
		font-size: 20px;
		margin-top: 20px;
		margin-left: 17px;
		position: relative;
		width: 276px;
	}
	#banner .btnL:before {
		background: url(/images2/bezkatarakty/img/glasses.png) no-repeat center center;
		content: "";
		display: block;
		height: 36px;
		left: -43px;
		position: absolute;
		top: 31px;
		width: 60px;
	}



footer {
	background: url(/images2/bezkatarakty/img/bgEye.png) no-repeat left 33px bottom;
	background-color: #199668;
	color: #fff;
	min-height: 327px;
	padding-top: 50px;
	width: 100%;
}
	footer ul {}
		footer ul li {
			list-style: none;
		}
			footer ul li a,
			footer ul li a:hover,
			footer ul li a:focus {
				color: #fff;
				font-size: 17px;
				line-height: 30px;
				text-transform: uppercase;
			}
	footer .contacts {
		font-size: 20px;
		font-weight: 300;
		font-size: 18px;
		overflow: auto;
	}
		footer .contacts .title {
			color: #fff;
			font-size: 17px;
			font-weight: 400;
			text-transform: uppercase;
		}
		footer .contacts > div > img {
			float: left;
			margin-right: 14px;
		}
		footer .contacts .location {
			margin: 15px 0;
		}
		footer .contacts .tel {
			overflow: hidden;
		}
			footer .contacts .tel div {
				float: left;
			}
			footer .contacts .tel .social {
				margin: 12px 0 0 50px;
			}
				footer .contacts .tel .social a {
					float: left;
					margin-right: 14px;
				}
	footer .redirect {
		height: 40px;
		margin-top: -52px;
	}
		footer .redirect a {
			color: #fff;
			text-decoration: none;
		}
		footer .redirect span {
			margin: 0 8px;
		}
	footer .copyright {
		margin-top: 30px;
	}
	footer .copyright a {
		color: #fff;
		float: right;
	}
	footer .tel div a {
		color: #fff;
	}



/* bxslider all styling */
.bx-wrapper .bx-viewport {
	background: none;
	border: none;
	box-shadow: none;
	left: 0;
}

.fixedmenu {
	position: fixed;
	z-index: 10;
	display: none;
}
	.fixedmenu a {
		display: block;
	}
	.fixedmenu .menuitem {
		background: rgba(255,255,255,.69);
		border: 1px solid rgba(255,149,55,.69);
		border-radius: 30px;
		margin: 7px;
		height: 25px;
		width: 25px;
	}
	.fixedmenu .menuitem.hovers,
	.fixedmenu .menuitem:hover {
		background: rgba(25,150,104,.69);
	}
	.fixedmenu ul li a {
		border: 0px solid transparent;
		padding: 0;
	}
	.fixedmenu .nav-tabs>li.active>a,
	.fixedmenu .nav-tabs>li.active>a:hover {
		background-color: inherit;
		border: 0px solid #ddd;
	}
		.fixedmenu .active .menuitem {
			_background: rgba(25,150,104,.69);
		}
	.fixedmenu ul li.active a {
		background-color: inherit;
		border: 0px solid #ddd;
	}
	.fixedmenu ul li a:hover {
		border-color: inherit;
	}
	.fixedmenu ul li a:hover,
	.fixedmenu ul li a:focus {
		text-decoration: none;
		background-color: inherit;
	}
	.fixedmenu ul {
		border-bottom: 0px solid #ddd;
	}






.mainScreen .telBlock.telBlock-second {
	bottom: 138px;
}












/* media */

@media screen and (max-width: 320px) {

}

@media screen and (max-width: 480px) {
	#symptoms .bx-wrapper .bx-next {
		right: 0;
	}
	#symptoms .bx-wrapper .bx-prev {
		left: 0;
	}
	#reviews .bx-wrapper .bx-next {
		right: -45px;
	}
	#reviews .bx-wrapper .bx-prev {
		left: -45px;
	}
	#goTest .title {
		margin-top: 45px;
	}
	#steps .itemStep > div span {
		width: 190px;
	}
	#steps .row .itemStep:nth-child(2) > div:first-child {
		top: 420px !important;
	}
	#question .sliderBlock {
		max-width: 100%;
		padding-left: 20px;
		padding-top: 20px;
	}
	.action .text {
		font-size: 12px !important;
	}
		.action .text span {
			font-size: 17px !important;
		}
	#team h3 {
		font-size: 33px;
		line-height: 42px;
		padding-left: 20px;
		text-align: left;
	}
	.seeAdvice .title {
		font-size: 38px;
		line-height: 45px;
	}
	#question .bx-wrapper .bx-pager.bx-default-pager {
		bottom: -128px;
	}
	#question .sliderBlock .allQuestions {
		right: 20px;
	}
	#question .sliderBlock li {
		padding-right: 20px;
	}
	#banner .btnL {
		font-size: 17px;
	}
	form .itemField,
	.itemCaptcha {
		width: 280px !important;
	}
	form .itemField input,
	form .itemCaptcha input {
		width: 160px !important;
	}
	form[name="form1"] textarea,
	form input[type="submit"] {
		width: 280px !important;
	}
	form .itemCaptcha input {
		width: 140px !important;
	}
	.test ul li .question {
		width: 213px !important;
	}
	.test ul li .answer {
		margin-left: -55px !important;
	}
	.test .bx-wrapper .bx-controls-direction a {
		margin-top: 130px;
	}
	.test .bx-wrapper .bx-pager,
	.test .bx-wrapper .bx-controls-auto {
		bottom: -40px !important;
	}
	.lastItemLens .btnL,
	.lastItemLens .btnL:hover {
		margin-left: 80px !important;
		margin-top: 55px !important;
		width: 260px !important;
	}
	#viewLens .thanks {
		margin-bottom: -130px;
	}
	.popupBlock .success {
		padding: 20px;
	}
}

@media screen and (max-width: 640px) {
	#goTest .title {
		font-size: 30px;
	}
	.mainScreen .text {
		font-size: 29px;
		line-height: 38px;
	}
	.mainScreen .text span {
		font-size: 38px;
	}
	#banner .imgBanner {
		height: 200px;
		margin-right: -120px;
		width: auto;
	}
	#banner .title {
		line-height: 28px;
		width: 77% !important;
	}
	#banner .infoText {
		width: 95% !important;
	}
	#viewLens h2 {
		text-align: left;
	}
	#viewLens .itemLens .name {
		font-size: 17px;
	}
	#deleteSteps .itemStep > div .stepNumber {
		width: 73px;
	}
	#deleteSteps .itemStep > div span {
		float: initial;
		width: 100%;
	}
	#deleteSteps .itemStep:nth-child(2) {
		padding-bottom: 230px !important;
	}
	#deleteSteps .itemStep:nth-child(2) > div:first-child {
		top: 205px !important;
	}
}

@media screen and (max-width: 767px) {
	.doctor {
		padding-left: 15px;
		text-align: center;
	}
	header {
		height: 65px !important;
		font-size: 21px !important;
	}
	header .col-xs-12 {
		height: 0;
	}
	header .logo {
		margin-left: -15px;
	}
	header .logo img {
		height: 65px;
		width: auto;
	}
	header .toggleMenu {
		display: block;
	}
	header nav {
		display: none;
		height: auto !important;
		line-height: 38px !important;
		left: 0;
		padding: 35px 0 35px 35px;
		position: absolute;
		top: 64px;
		width: 100%;
		z-index: 100;
	}
	header nav ul li {
		float: none;
	}
	.mainScreen	.telBlock {
		display: none;
	}
	.telBlockMobile {
		display: block;
	}
	#steps .row .itemStep > div {
		float: none;
		margin: 0 auto;
	}
	#steps .row .itemStep:nth-child(1) img,
	#steps .row .itemStep:nth-child(3) img {
		margin-left: 0;
	}
	#steps .row .itemStep:nth-child(1) > div:last-child,
	#steps .row .itemStep:nth-child(2) > div:first-child,
	#steps .row .itemStep:nth-child(3) > div:last-child {
		text-align: center;
	}
	#steps .row .itemStep:nth-child(1) > div:last-child,
	#steps .row .itemStep:nth-child(3) > div:last-child {
		margin-top: 30px;
	}
	#steps .row .itemStep:nth-child(2) > div:first-child {
		top: 290px;
	}
	#steps .row .itemStep:nth-child(2) > div:last-child {
		margin-bottom: 20px;
		top: -285px;
	}
	#question .titleBock {
		font-size: 38px !important;
		margin-top: 30px !important;
		padding-left: 20px;
		text-align: left;
	}
	#question > img {
		display: none;
	}
	#question .sliderBlock {
		margin: 10px auto 0;
	}
	footer {
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
		footer .copyright {
			font-size: 15px;
		}
			footer .copyright a {
				float: left;
			}
	#banner  {
		padding-bottom: 46px;
	}
		#banner .title {
			margin-bottom: 20px;
			width: 45%;
		}
		#banner .infoText {
			width: 58%;
		}
		#banner .btnL {
			float: initial;
			margin: 20px auto 0;
		}
	.seeAdvice .title,
	.seeAdvice p {
		padding-left: 20px;
		padding-right: 20px;
	}
	#deleteKatarakta,
	#choiceLens,
	#viewLens {
		padding-left: 20px;
		padding-right: 20px;
	}
	#choiceLens .info {
		text-align: left;
	}
	#viewLens .itemLens .name .price {
		float: initial;
		margin-top: 8px;
	}
	form .itemField {
		margin: 0 auto 10px;
		padding: 0 15px;
		width: 325px;
	}
	.itemCaptcha {
		margin: 0 auto 10px;
		position: relative;
		top: 0;
	}
	form[name="form1"] textarea {
		display: block;
		float: initial;
		margin: 0 auto 10px;
		position: relative;
	}
	.locationsBlock,
	.socialContact,
	.pageContacts h1 {
		margin-left: 20px !important;
	}
	.test ul li .answer {
		font-size: 17px;
		margin-left: 0;
	}
	.test ul li .question {
		width: 340px;
	}
	.test .bx-wrapper .bx-pager,
	.test .bx-wrapper .bx-controls-auto {
		bottom: -12px;
		left: 0 !important;
	}
	.test ul li {
		font-size: 22px;
	}
	.pageQuestion {
		padding: 0 35px;
	}
	.popupBlock {
		height: 100%;
		left: 0;
		margin: 0;
		overflow: auto;
		top: 0;
	}
	.popupBlock:after {
		display: none;
	}
	.fixedmenu {
		display: none;
	}
	footer .container .row div.mrg-btm {
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	.lastItemLens .btnL,
	.lastItemLens .btnL:hover {
		margin-left: 80px !important;
		margin-top: 80px !important;
		width: 260px !important;
	}
}

@media screen and (min-width: 767px) and (max-width: 991px) {
	.test .bx-wrapper .bx-pager,
	.test .bx-wrapper .bx-controls-auto {
		left: -65px !important;
	}
	.lastItemLens .btnL,
	.lastItemLens .btnL:hover {
		margin-left: 120px;
		width: 260px !important;
	}
}
@media screen and (max-width: 991px) {
	#goTest .title {
		width: 100%;
	}
	header {
		font-size: 12px;
		height: 81px;
	}
	header nav {
		height: 80px;
		line-height: 81px;
		margin-left: 0;
	}
	header nav ul li a,
	header nav ul li a:hover {
		margin-right: 8px !important;
	}
	header .logo img {
		max-width: 100%;
	}
	#steps .itemStep > div {
		max-width: 100%;
		width: 358px;
	}
	#question .titleBock {
		font-size: 26px;
		margin-top: 95px;
	}
	.action .plashka div {
		font-size: 26px;
		height: 56px;
		line-height: 56px;
		margin-top: 15px;
		width: 132px;
	}
	.action .text {
		font-size: 17px;
		line-height: 26px;
		margin-top: 105px;
	}
		.action .text span {
			font-size: 25px;
		}
	#banner {
		padding-left: 20px;
	}
		#banner .title {
			font-size: 25px;
		}
	#deleteKatarakta .doctor {
		margin-top: 25px;
	}
	#deleteSteps .itemStep:nth-child(1) > div:first-child,
	#deleteSteps .itemStep:nth-child(2) > div:last-child,
	#deleteSteps .itemStep:nth-child(3) > div:first-child {
		float: initial;
		margin: 55px auto 0;
		max-width: 100%;
		overflow: hidden;
		width: 490px;
	}
	#deleteSteps .itemStep:nth-child(2n+1) > div:last-child {
		float: initial;
		text-align: center;
	}
		#deleteSteps .itemStep:nth-child(2n+1) > div:last-child img {
			margin-left: 0;
		}
	#deleteSteps .itemStep:nth-child(2) {
		padding-bottom: 208px;
	}
	#deleteSteps .itemStep:nth-child(2) > div:first-child {
		position: absolute;
		text-align: center;
		top: 165px;
		width: 100%;
	}
	#viewLens .itemLens.active:before {
		left: -27px;
	}
	.test .bx-wrapper .bx-prev {
		left: 0;
	}
	.test .bx-wrapper .bx-next {
		right: 0;
	}
}

@media screen and (max-width: 1200px) {
	#team .doctor {
		text-align: center;
	}
	header nav ul li a,
	header nav ul li a:hover {
		margin-right: 18px;
	}
	.socialContact {
		margin: 20px 0;
	}
		.socialContact a {
			margin-left: 0;
			margin-right: 16px;
		}
	.pageContacts {
		font-size: 16px;
	}
	.test .bx-wrapper .bx-pager,
	.test .bx-wrapper .bx-controls-auto {
		left: -155px;
	}
}

@media screen and (min-width: 1600px) {
	#question > img {
		height: 580px;
		width: 54%;
	}
}

.pageContacts .locationsBlock span a {
	color: #333;
}
#steps .itemStep div img {
	display: block;
	width: 269px;
	height: 269px;
	border-radius: 100%;
	object-fit: cover;
	border: 2px solid rgba(255,149,55,.69);
}
#deleteKatarakta .doctor img {
	display: inline-block;
	width: 206px;
	height: 206px;
	border-radius: 100%;
	border: 2px solid #cccccc;
	object-fit: cover;
}
#footer .contacts .social a img {
	width: 39px;
	height: 39px;
	object-fit: contain;
}
