@font-face {
    font-family: 'arialregular';
    src: url('../fonts/arial.eot');
    src: url('../fonts/arial.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arial.woff2') format('woff2'),
         url('../fonts/arial.woff') format('woff'),
         url('../fonts/arial.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'georgiaregular';
  src:  url('../fonts/georgia.eot?#iefix') format('embedded-opentype'),
	url('../fonts/georgia.woff') format('woff'),
	url('../fonts/georgia.ttf')  format('truetype'),
	url('../fonts/georgia.svg#Georgia') format('svg');
  font-weight: normal;
  font-style: normal;
}
.news-articles-content .excerpt{
	visibility:hidden;
	height:0;
}
.cms-ready .news-articles-content .excerpt{
	visibility:visible;
	height:inherit;
}
#cms_toolbar .cms_structure .cms_structure-dimmer {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.55) !important;
}
.popup-wrapper {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	z-index:2;
	visibility:visible;
	transition:visibility 0.3s,opacity 0.3s;
}
.popup {
	position:relative;
	width:350px;
	margin:20% auto;
	border-radius: 5px;
	box-sizing: border-box;
	background-color: #f9bb72;
	padding: 10px 20px 20px;
}
	.popup .button {
		padding:3px 6px;
	}
	.popup .success-message {
		transition:visibility 0.3s,opacity 0.3s;
	}
* {
 	font-family:'arialregular',Arial;
}
body {
	width:940px;
	padding:0;
	font-size:10px;
	margin:0 auto;
	color:#333;
}
input,
textarea {
	font-size:1.3em;
	box-sizing:border-box;
	width:100%;
	border:1px solid transparent;
	border-radius:5px;
	padding:7px 10px;
}
input.error,
textarea.error {
	border: 1px solid red;
}
a {
	color:#235c6f;
}
.h2 {
	margin:10px 0;
	font-size:2em;
}
.clearfix:before,
.clearfix:after {
	content:' ';
	display:table;
}
.clearfix {
	clear:both;
	content:' ';
}
.clearfix {
	*zoom: 1;
}
.row {
	width:100%;
	display:table;
}
.row-fluid {
	display:table;
}
.column-1, .column-2, .column-3,
.column-4, .column-5, .column-6,
.column-7, .column-8, .column-9,
.column-10, .column-11, .column-12 {
	float:left;
	box-sizing:border-box;
	padding:5px;
}
.label {
	box-sizing:border-box;
	padding:5px;
}
.column-1 {
	width: 8.3%;
}
.column-2 {
	width: 16.6%;
}
.column-3 {
	width: 25%;
}
.column-4 {
	width: 33.3%;
}
.column-5 {
	width: 41.6%;
}
.column-6 {
	width: 50%;
}
.column-7 {
	width: 58.4%;
}
.column-8 {
	width: 66.7%;
}
.column-9 {
	width: 75%;
}
.column-10 {
	width: 83.4%;
}
.column-11 {
	width:91.7%;
}
.column-12 {
	width:100%;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}
.text-justify {
	text-align:justify;
}
.larger {
	font-size:1.35em;
}
.pull-left {
	float:left;
}
.pull-right {
	float:right;
}
.button {
	border:2px solid #FFF;
	border-radius:5px;
	background-color:#F09F35;
	color:#FFF;
	font-size:2em;
	padding:10px 15px;
	cursor: pointer;
}
.order-form .row > .order > .button {
    background-color: #649696;
}

.order-form {
	width:100%;
	box-sizing:border-box;
	background-repeat:no-repeat;
	border-radius:5px;
}
.hide {
	opacity:0;
	visibility:hidden !important;
	height:0;
	overflow:hidden;
}
.order-form .order {
	height:0;
}
.order-form .subform {
	transition:opacity 1s;
}
.non-field-errors {
	color:red;
	font-size:1.4em;
}
header {
	background-color:#6297A5;
}
	header .logo {
		float:left;
		padding:12px 15px 3px;
	}
	header .slogan-and-order {
		float:left;
		text-align:center;
		position: relative;
		top:20px;
	}
		header .slogan-and-order .slogan {
			text-transform:uppercase;
			color:#FFF;
		}
		header .slogan-and-order .order-button {
			padding:30px 0 0;
		}
			header .slogan-and-order .order-button a {
				text-decoration:none;
			}
	header .links {
		float:left;
		margin:4em 0 1em 25px;
		color:#fff;
		font-size:1.2em;
	}
		header .links a {
			color:#fff;
		}
	header .phone-and-feedback {
		float:right;
		padding:12px 15px 3px;
		text-align:center;
	}
		header .phone-and-feedback .phone {
			font-size:2.25em;
			color:#fff;
		}
		header .phone-and-feedback #header_feedback_link {
			border-bottom:1px dashed #fff;
			display:inline;
			font-size:1.6em;
			opacity:0.5;
		}
			header .phone-and-feedback #header_feedback_link a {
				text-decoration:none;
				color:#fff;
			}
	nav.main-menu {
		padding:40px 0 0;
		width:100%;
		text-align:center;
		background-color:#C9DCE0;
	}
		nav.main-menu ul {
			margin:0 5px;
			padding:0;
		}
			nav.main-menu ul li {
				display:inline-block;
				margin:0 10px;
				font-size:1.7em;
			}
			nav.main-menu ul li:after {
				margin:0 auto;
				content:' ';
				display:block;
				height:10px;
				width:0;
			}
			nav.main-menu ul li.selected:after {
			/*	border-left: 14px solid transparent;
				border-right: 14px solid transparent;
				border-bottom: 14px solid #fff;*/
			}
			nav.main-menu ul li a {
				color:#235c6f;
				text-decoration:none;
			}
			nav.main-menu ul li.selected a,
			nav.main-menu ul li a:hover {
				text-decoration:underline;
			}
	.breadcrumbs {
		margin:15px 25px 0;
	}
		.breadcrumbs a {
			text-decoration:none;
			color:#999999;
			font-size:1.2em;
		}
		.breadcrumbs a:after {
			content:" /";
		}
		.breadcrumbs a:last-child:after {
			content:"";
		}
	#content {
		min-height:500px;
	}
		#content .left {
		}
		#content .left .carousel {
			width:46%;
			position:absolute;
			z-index:-1;
		}

			#content .left .carousel img{
				height:440px;
			}
			#content .left .text {
				padding:10px 40px 10px 20px;
			}
			#content .left h1 {
				font-size:2.4em;
				color: #235c6f;
				font-weight:normal;
			}
			#content .left h2 {
				font-size:2em;
				color: #235c6f;
				font-weight:normal;
			}
			#content .left h3 {
				font-size:1.3em;
			}
				#content .left h1 a,
				#content .left h2 a,
				#content .left h3 a
				{
					color:inherit;
				}
			#content .left p {
				font-size:1.3em;
				color: #333333;
				line-height:1.3em;
				text-align:justify;
			}
			#content .left .carousel-clearfix {
				display:block;
				content:' ';
				height:440px;
			}
		#content .clip {
			position:absolute;
			margin:-21px 0 0;

		}
		#content .right {
			float:right;
			width:45%;
			margin:10px 10px 30px 40px;
		}
			#content .right .calculator {
				background-color:#F9BB72;
				padding:10px 20px 20px;
			}
				#content .right .calculator .additional-fields {
					transition:opacity 0.4s;
				}
				#content .right .calculator p {
					font-size:1.3em;
				}
				#content .right .calculator .h1 {
					font-size:2.3em;
					color:#333333;
					text-transform:uppercase;
					text-shadow: 0px 1px rgba(255,255,255,0.5);
					text-align:center;
					padding:0 0 25px;
					font-family:'georgiaregular';
				}
				#content .right .calculator .h2 {
					text-transform:uppercase;
					margin:12px 0;
					padding:0 0 0 5px;
					font-size:1.3em;
				}
					#content .right .calculator .social {
						margin: 14px 0 30px 50px;
					}
						#content .right .calculator .social span{
							color:#fff;
							font-size:1.3em;
							float:left;
							margin:0 8px 0 0;
							line-height:24px;
						}
						#content .right .calculator .social .icons a{
							background-image:url("../images/social-share.png");
							background-repeat:no-repeat;
							display:block;
							width:24px;
							height:24px;
							margin:0 3px;
							float:left;
						}
						#content .right .calculator .social .icons .fb{
							background-position:-24px 0;
						}
						#content .right .calculator .social.icons .tw{
							background-position:-48px 0;
						}
						#content .right .calculator .social .icons .ok{
							background-position:-72px 0;
						}
						#content .right .calculator .social .icons .gp{
							background-position:-96px 0;
						}
					#content .right .calculator input,
					#content .right .calculator textarea {
						color:#999999;
					}
					#content .right .calculator textarea {
						height:100px;
						resize:none;
					}
					#content .right .calculator input[type=number] {
						padding-right:1px;
					}
					#content .right .calculator .radio-item:before {
						width:10px;
						height:10px;
						content:' ';
						display:block;
						float:left;
						border:4px solid #fff;
						border-radius:50%;
						margin:0 10px 0 0;
						background-color:#fff;
						transition: background-color 0.2s;
					}
					#content .right .calculator .radio-item.selected:before {
						background-color:#F09F35;
					}
					#content .right .calculator .radio-item {
						cursor:pointer;
						line-height:20px;
						font-size:1.3em;
					}
					#content .right .calculator #select_form_radio_group .radio-item {
						text-transform:uppercase;
					}
					#content .right .calculator .checkbox-item:before {
						content:'+';
						width:1em;
						line-height:1em;
						display:block;
						float:left;
						cursor:pointer;
						margin:0 10px 0 0;
						background-color:#fff;
						border-radius:4px;
						text-align:center;
						font-weight:bold;
						color:#ffffff;
						font-size:1.6em;
						transition: color 0.2s;
					}
					#content .right .calculator .checkbox-item.selected:before {
						color:#F09F35;
					}
					#content .right .calculator .checkbox-item {
						cursor:pointer;
						font-size:1.3em;
						line-height:1.3em;
					}
						#content .right .calculator .policlinics-set ul {
							padding:0 0 0 10px;
							margin:0;
							list-style-type:none;
						}
							#content .right .calculator .policlinics-set ul li {
								font-size:1.3em;
								padding:0 0 1em;
							}
								#content .right .calculator .policlinics-set ul li a {
									color:inherit;
								}
					#content .right .calculator .price-row {
						font-size:1.3em;
						line-height:3.2em;
						padding:0 0 1em 0;
					}
						#content .right .calculator .price-row .label {
							padding-top:0;
							text-transform:uppercase;
						}
						#content .right .calculator .price-row .price {
							color:#fff;
							font-size:3.2em;
							font-weight:bold;
							position:relative;
							top:0.25em;
						}
						#content .right .calculator .price-row .currency {
						}
						#content .right .calculator #id_location {
							display:none;
						}
			#content .right .advantages {
				background-color:#F6E8D3;
				color:#644236;
				padding:50px 0 0 0;
				position:relative;
				bottom:6px;
				z-index:-1;
				border-radius:5px;
			}
				#content .right .advantages .h1 {
					font-size:2em;
					text-align:center;
					padding:0 0 15px;
				}
				#content .right .advantages ul {
					padding:0;
					margin:0;
					list-style-type:none;
				}
					#content .right .advantages ul li {
						padding:8px 20px;
					}
					#content .right .advantages ul li:last-child {
						border-radius:0 0 5px 5px;
						padding:8px 20px 16px;
					}
					#content .right .advantages ul li:nth-child(2n+1) {
						background-color:#ECD1A6;
					}
						#content .right .advantages ul li .h2 {
							font-size:1.6em;
							padding:0 0 8px;
						}
						#content .right .advantages ul li p {
							font-size:1.2em;
							padding:0;
							margin:0;
						}
			#content .get-policy-info {
				background-color:#578282;
				color:white;
				border-radius:10px;
				padding:15px 20px;
			}
				#content .get-policy-info .h1 {
					font-size:2.2em;
				}
				#content .get-policy-info .h2 {
					text-align:center;
					font-size:1.6em;
					font-weight:bold;
				}
				#content .get-policy-info .h3 {
					text-align:center;
					font-size:1.15em;
					font-weight:bold;
					text-transform:uppercase;
					min-height:2.3em;
				}
				#content .get-policy-info p {
					font-size:1.15em;
				}
			#content .news-articles {
				float:left;
				width:50%;
				padding: 30px 20px 30px;
				box-sizing:border-box;
			}
				#content .news-articles .h1 {
					font-style:italic;
					font-size:2.8em;
					padding: 0 0 25px;
				}
				#content .news-articles ul {
					padding:0;
					margin:0;
					list-style-type:none;
				}
					#content .news-articles ul li {
						font-size: 1.25em;
						margin: 0 0 15px;
					}
				#content .news-articles .date {
					color:gray;
				}
				#content .news-articles .title {
					font-weight:bold;
				}
					#content .news-articles .title a {
						color:inherit;
					}
				#content .news-articles .excerpt {
				}
				#content .news-articles .more {
					font-size:1.3em;
				}
					#content .news-articles .more a {
						color:#6C6C6C;
					}
				#content .news-articles .image {
					padding: 0 0 25px;
				}
					#content .news-articles .image img {
						width:100%;
					}
		#content .order-forms .order-form {
			margin:0 0 40px 0;
		}
			#content .order-forms .order-form .button {
				font-size:1.45em;
			}
		#content .order-forms .row:nth-child(1) .column-6:nth-child(1) .order-form {
			background-color:#FF9999;
		}
		#content .order-forms .row:nth-child(1) .column-6:nth-child(2) .order-form {
			background-color:#FFCC99;
		}
		#content .order-forms .row:nth-child(2) .column-6:nth-child(1) .order-form {
			background-color:#99CCCC;
		}
		#content .order-forms .row:nth-child(2) .column-6:nth-child(2) .order-form {
			background-color:#99CC99;
		}
			#content .order-forms .order-form .h1 {
				font-size: 2.3em;
				font-weight: bold;
				margin: 0 0 15px;
			}
			#content .order-forms .order-form .h2 {
				font-size: 1.3em;
				font-weight: bold;
				margin: 0 0 15px;
				text-transform: uppercase;
			}
			#content .order-forms .order-form ul {
				padding:0;
				margin:0;
				list-style-type:none;
			}
			#content .order-forms .order-form>ul {
			}
				#content .order-forms .order-form .inner ul li {
					font-size:1.3em;
					margin:0 0 15px;
				}
					#content .order-forms .order-form .inner ul li .title {
					}
						#content .order-forms .order-form .inner ul li .title a {
							color:inherit;
						}
						#content .order-forms .order-form .inner ul li .title .address {
						}
			#content .order-forms .order-form .inner {
				padding:20px 20px 0;
			}
			#content .order-forms .order-form .additions {
				background-color:#C9DCE0;
				border-radius:0 0 5px 5px;
				padding:10px 20px 20px;
				font-size:1.3em;
				font-style:italic;
			}
				#content .order-forms .order-form .additions ul {
					padding:5px 0 10px 0;
				}
footer {
	background-color:#649696;
	color:#fff;
	padding: 18px 30px 35px;
	font-size:1.2em;
}
	footer input {
		color:#649696;
		font-size:1.1em;
	}
		footer .social-icons a {
			box-sizing:border-box;
			margin:0 3%;
		}
		footer nav ul {
			padding:0;
			margin:0;
		}
			footer nav ul li {
				display:inline-block;
				margin:0 15px 0 0;
			}
				footer nav ul li a {
					color:#fff;
					text-decoration:none;
				}
				footer nav ul li a:hover {
					text-decoration:underline;
				}

.selectbox {
	cursor:pointer;
}
.selectbox option {
	background-color:#FFF;
	padding:7px 10px;
}
.customSelect {
	/* This is the default class that is used */
	/* Put whatever custom styles you want here */
	font-size:1.3em;
	box-sizing:border-box;
	width:100%;
	border:1px solid transparent;
	border-radius:5px;
	padding:7px 10px;
	background-color:#FFF;
	cursor:pointer;
}

.customSelect.customSelectHover {
	/* Styles for when the select box is hovered */
}

.customSelect.customSelectOpen {
	/* Styles for when the select box is open */
	background-color:#FFF;
}
.customSelect.customSelectFocus {
	/* Styles for when the select box is in focus */
}
.customSelectInner {
	/* You can style the inner box too */
}
.customSelect:after {
	float:right;
	content:' ';
	border-top: 14px solid #f09f35;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	transition:border-top-color 0.1s;
	border-top-color:#f09f35;
	transition:border-top-color 0.1s;
}

.customSelect.customSelectOpen:after {
	border-top-color:#f9bb72;
	transition:border-top-color 0.1s;
}
.row.row-location {
    display:none;
}
