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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url("/library/ctl/fancybox2/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("/library/ctl/fancybox2/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("/library/ctl/fancybox2/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("/library/ctl/fancybox2/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/*! jQuery UI - v1.10.4 - 2014-04-21
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url("/img/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url("/img/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;color:#fff;font-weight:bold}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url("/img/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#1c94c4}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url("/img/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#c77405}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited{color:#c77405;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #fbd850;background:#fff url("/img/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;font-weight:bold;color:#eb8f00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url("/img/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url("/img/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#fff}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/img/images/ui-icons_222222_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/img/images/ui-icons_ffffff_256x240.png")}.ui-state-default .ui-icon{background-image:url("/img/images/ui-icons_ef8c08_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url("/img/images/ui-icons_ef8c08_256x240.png")}.ui-state-active .ui-icon{background-image:url("/img/images/ui-icons_ef8c08_256x240.png")}.ui-state-highlight .ui-icon{background-image:url("/img/images/ui-icons_228ef1_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/img/images/ui-icons_ffd27a_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#666 url("/img/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;opacity:.5;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url("/img/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:5px}
.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url("/img/loading.gif") no-repeat 50% 50%; }
/*! jQuery Timepicker Addon - v1.6.3 - 2016-04-20
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2016 Trent Richardson; Licensed MIT */

.ui-timepicker-div .ui-widget-header{margin-bottom:8px}.ui-timepicker-div dl{text-align:left}.ui-timepicker-div dl dt{float:left;clear:left;padding:0 0 0 5px}.ui-timepicker-div dl dd{margin:0 10px 10px 40%}.ui-timepicker-div td{font-size:90%}.ui-tpicker-grid-label{background:0 0;border:0;margin:0;padding:0}.ui-timepicker-div .ui_tpicker_unit_hide{display:none}.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input{background:0 0;color:inherit;border:0;outline:0;border-bottom:solid 1px #555;width:95%}.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus{border-bottom-color:#aaa}.ui-timepicker-rtl{direction:rtl}.ui-timepicker-rtl dl{text-align:right;padding:0 5px 0 0}.ui-timepicker-rtl dl dt{float:right;clear:right}.ui-timepicker-rtl dl dd{margin:0 40% 10px 10px}.ui-timepicker-div.ui-timepicker-oneLine{padding-right:2px}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,.ui-timepicker-div.ui-timepicker-oneLine dt{display:none}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label{display:block;padding-top:2px}.ui-timepicker-div.ui-timepicker-oneLine dl{text-align:right}.ui-timepicker-div.ui-timepicker-oneLine dl dd,.ui-timepicker-div.ui-timepicker-oneLine dl dd>div{display:inline-block;margin:0}.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before{content:':';display:inline-block}.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before{content:'.';display:inline-block}.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{display:none}
@charset "UTF-8";
/*.colors*/
.reason__btn_1, .exclusive-btn, .video-btn, .visit-main-btn {
  background: linear-gradient(to bottom, #ec4f00 0%, #b73e00 100%);
  -pie-background: linear-gradient(to bottom, #ec4f00 0%, #b73e00 100%);
  background-repeat: repeat-x;
}
.reason__btn_1:hover, .exclusive-btn:hover, .video-btn:hover, .reason__btn_1:focus, .exclusive-btn:focus, .video-btn:focus {
  background: linear-gradient(to bottom, #dc3f00 0%, #b73e00 100%);
  -pie-background: linear-gradient(to bottom, #dc3f00 0%, #b73e00 100%);
  background-repeat: repeat-x;
}

.reason__btn_2 {
  background: url("/img/exclusive-btn-2.png") repeat-x center/contain;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAwCAIAAABfUYfWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI4M0JDMUQyOUYzRTExRTU4MDU1Rjk1Qzk4RDlFQjI1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI4M0JDMUQzOUYzRTExRTU4MDU1Rjk1Qzk4RDlFQjI1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjgzQkMxRDA5RjNFMTFFNTgwNTVGOTVDOThEOUVCMjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjgzQkMxRDE5RjNFMTFFNTgwNTVGOTVDOThEOUVCMjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6EsVQKAAAAMElEQVR42mJ6w8DA9B+IGRiBNCOEDaIZkNgw/I8RlY8uho39j4l4tXjtwu5GgAADAM+2LES6/8EtAAAAAElFTkSuQmCC") repeat-x center/contain;
  background: linear-gradient(to top, #b72b00 0%, #ec0000 100%);
}
.reason__btn_2:hover, .reason__btn_2:focus {
  background: #B82B00;
}

.rubric_title {
  background: #fddcb1;
  color: #a30b00;
  padding: 8px 12px;
  border-radius: 3px;
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (min-width: 1400px) {
  .rubric_title {
    font-size: 18px;
  }
}

.test-rslt, .services-range, .search-doctor, .sections__list {
  background: #eb9423;
  border-radius: 3px;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.search-doctor .title, .sections__header {
  color: #ffffff;
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 13px;
}

.custom-bq, .info-panel {
  padding: 18px;
  border-radius: 3px;
  color: #313461;
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  line-height: 1;
}

.hidden-input, .control-price {
  position: fixed;
  top: 0;
  left: -9999px;
}

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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Fonts */
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa, .fa-stack {
  display: inline-block;
}

.fa-fw, .fa-li {
  text-align: center;
}

@font-face {
  font-family: FontAwesome;
  src: url(/img/fonts/fontawesome-webfont.eot);
  src: url(/img/fonts/fontawesome-webfont.eot) format("embedded-opentype"), url(/img/fonts/fontawesome-webfont.woff) format("woff"), url(/img/fonts/fontawesome-webfont.ttf) format("truetype"), url(/img/fonts/fontawesome-webfont.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857142858em;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: .14285714285714285em;
}

.fa-li.fa-lg {
  left: -1.8571428571428572em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before, .fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before, .fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before, .fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before, .fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before, .fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before, .fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-asc:before, .fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-desc:before, .fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before, .fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before, .fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before, .fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before, .fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before, .fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-inr:before, .fa-rupee:before {
  content: "\f156";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: "\f157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: "\f158";
}

.fa-krw:before, .fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before, .fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

@font-face {
  font-family: 'helveticaneuecyrbold';
  src: url("/img/fonts/helveticaneuecyr-bold-webfont.eot");
  src: url("/img/fonts/helveticaneuecyr-bold-webfont.eot") format("embedded-opentype"), url("/img/fonts/helveticaneuecyr-bold-webfont.woff") format("woff"), url("/img/fonts/helveticaneuecyr-bold-webfont.ttf") format("truetype"), url("/img/fonts/helveticaneuecyr-bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticaneuecyrlight';
  src: url("/img/fonts/helveticaneuecyr-light-webfont.eot");
  src: url("/img/fonts/helveticaneuecyr-light-webfont.eot") format("embedded-opentype"), url("/img/fonts/helveticaneuecyr-light-webfont.woff") format("woff"), url("/img/fonts/helveticaneuecyr-light-webfont.ttf") format("truetype"), url("/img/fonts/helveticaneuecyr-light-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticaneuecyrthin';
  src: url("/img/fonts/helveticaneuecyr-thin-webfont.eot");
  src: url("/img/fonts/helveticaneuecyr-thin-webfont.eot") format("embedded-opentype"), url("/img/fonts/helveticaneuecyr-thin-webfont.woff") format("woff"), url("/img/fonts/helveticaneuecyr-thin-webfont.ttf") format("truetype"), url("/img/fonts/helveticaneuecyr-thin-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.53846;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Typography */
p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-primary:hover {
  color: #3071a9;
}

.text-warning {
  color: #c09853;
}

.text-warning:hover {
  color: #a47e3c;
}

.text-danger {
  color: #b94a48;
}

.text-danger:hover {
  color: #953b39;
}

.text-success {
  color: #468847;
}

.text-success:hover {
  color: #356635;
}

.text-info {
  color: #3a87ad;
}

.text-info:hover {
  color: #2d6987;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.m-bot {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .m-bot {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .m-bot {
    margin-bottom: 80px;
  }
}

.dib {
  display: inline-block;
  vertical-align: middle;
}

.test-rslt {
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  color: white;
  max-width: 755px;
}

/*.colors*/
.reason__btn_1, .exclusive-btn, .video-btn, .visit-main-btn {
  background: linear-gradient(to bottom, #ec4f00 0%, #b73e00 100%);
  -pie-background: linear-gradient(to bottom, #ec4f00 0%, #b73e00 100%);
  background-repeat: repeat-x;
}
.reason__btn_1:hover, .exclusive-btn:hover, .video-btn: hover, .reason__btn_1:focus, .exclusive-btn:focus, .video-btn:focus {
  background: linear-gradient(to bottom, #dc3f00 0%, #b73e00 100%);
  -pie-background: linear-gradient(to bottom, #dc3f00 0%, #b73e00 100%);
  background-repeat: repeat-x;
}

.reason__btn_2 {
  background: url("/img/exclusive-btn-2.png") repeat-x center/contain;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAwCAIAAABfUYfWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI4M0JDMUQyOUYzRTExRTU4MDU1Rjk1Qzk4RDlFQjI1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI4M0JDMUQzOUYzRTExRTU4MDU1Rjk1Qzk4RDlFQjI1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjgzQkMxRDA5RjNFMTFFNTgwNTVGOTVDOThEOUVCMjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjgzQkMxRDE5RjNFMTFFNTgwNTVGOTVDOThEOUVCMjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6EsVQKAAAAMElEQVR42mJ6w8DA9B+IGRiBNCOEDaIZkNgw/I8RlY8uho39j4l4tXjtwu5GgAADAM+2LES6/8EtAAAAAElFTkSuQmCC") repeat-x center/contain;
  background: linear-gradient(to top, #b72b00 0%, #ec0000 100%);
}
.reason__btn_2:hover, .reason__btn_2:focus {
  background: #B82B00;
}

.rubric_title {
  background: #fddcb1;
  color: #a30b00;
  padding: 8px 12px;
  border-radius: 3px;
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (min-width: 1400px) {
  .rubric_title {
    font-size: 18px;
  }
}

.test-rslt, .services-range, .search-doctor, .sections__list {
  background: #eb9423;
  border-radius: 3px;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.search-doctor .title, .sections__header {
  color: #ffffff;
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 13px;
}

.custom-bq, .info-panel {
  padding: 18px;
  border-radius: 3px;
  color: #313461;
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  line-height: 1;
}

.hidden-input, .control-price {
  position: fixed;
  top: 0;
  left: -9999px;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.53846;
  color: #654010;
  background-color: white;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 15px;
  }
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #303360;
  text-decoration: underline;
  transition: color 0.2s;
}

a:hover, a:focus {
  color: #414582;
  text-decoration: none;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "helveticaneuecyrthin", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #313461;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 28px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  h1, .h1 {
    margin-bottom: 26px;
    font-size: 36px;
  }
}

h2, .h2 {
  font-size: 24px;
}
@media screen and (min-width: 960px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 18px;
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
  font-weight: 700;
}

h6, .h6 {
  font-size: 14px;
  font-weight: 700;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.53846;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }

  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.53846;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before, blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before, blockquote:after {
  content: '';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.53846;
}

.custom-bq {
  border: 1px solid #ffe569;
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .custom-bq {
    float: right;
    width: 340px;
    margin: 0 0 20px 20px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .custom-bq {
    width: 680px;
  }
}
.custom-bq.full {
  margin: 0 0 20px 0;
  float: none;
  width: 100%;
}
.custom-bq.full p {
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .custom-bq.full p {
    font-size: 20px;
  }
}

.info-panel {
  margin: 40px 0;
  overflow: auto;
}
.info-panel_border_red {
  border: 2px solid #ee5000;
}
.info-panel_border_blue {
  border: 2px solid #8789a3;
}
.info-panel__col {
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .info-panel__col {
    float: left;
    width: 50%;
    padding-right: 40px;
  }
}
.info-panel__header {
  font-size: 24px;
  margin-bottom: 20px;
}
.info-panel__title {
  font-family: "helveticaneuecyrbold", Arial, Helvetica, sans-serif;
  color: #a30b00;
  line-height: 18px;
  margin-bottom: 10px;
}
.info-panel__title:hover {
  color: #d60e00;
}
.info-panel__title a {
  color: inherit;
}
.info-panel p {
  color: #654010;
  line-height: 18px;
}

.img-layout {
  padding: 10px 0;
  margin-right: -5px;
  margin-left: -5px;
  overflow: auto;
}
.img-layout img {
  display: block;
  float: left;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  width: 130px;
  height: 110px;
}

.services-range {
  padding: 20px;
  margin: 40px 0;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .services-range {
    padding: 30px;
  }
}
.services-range__header {
  font-family: "helveticaneuecyrthin", Arial, Helvetica, sans-serif;
  color: white;
  margin-bottom: 5px;
  font-size: 24px;
}
@media screen and (min-width: 960px) {
  .services-range__header {
    font-size: 30px;
  }
}
@media screen and (min-width: 960px) {
  .services-range__col {
    width: 50%;
    float: left;
    padding-right: 20px;
  }
}
.services-range__title {
  color: #654010;
  font-weight: bold;
}
.services-range__list {
  line-height: 26px;
}
.services-range__item:before {
  content: '\f00c';
  font-family: FontAwesome;
  color: white;
  margin-right: 7px;
  font-size: 10px;
}
@media screen and (min-width: 960px) {
  .services-range__item:before {
    font-size: 12px;
  }
}
.services-range__sub-list {
  padding-left: 20px;
}
.services-range__sub-item:before {
  content: '–';
  color: white;
  margin-right: 7px;
}

/* responsive tables */
/* Mobile */
@media only screen and (max-width: 767px) {
  table td,
  table th {
    padding: 9px 10px;
    text-align: left;
  }

  table.responsive {
    margin-bottom: 0;
  }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #9f7d50;
    border-left: 1px solid #9f7d50;
  }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }

  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }

  .pinned td:last-child {
    border-bottom: 0;
  }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #9f7d50;
  }

  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none;
  }
}
/* .responsive tables */
table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  table {
    margin: 30px 0;
  }
}

tr:nth-child(even) {
  background-color: rgba(159, 125, 80, 0.23);
}

@media screen and (min-width: 768px) {
  th, td {
    padding: 15px 20px;
    border: 1px solid #9f7d50;
  }
}

th {
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  color: #303360;
  font-size: 1.2em;
  text-align: left;
  font-weight: normal;
}

.overflow-hidden {
  overflow: hidden;
}

.inline-block {
  display: inline-block;
}

.full-width {
  width: 100%;
}

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

.container {
  margin: 0 auto;
  width: 960px;
}

.container:before, .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.container:after {
  clear: both;
}

html, body {
  height: 100%;
}

body {
  background: url("/img/bg.jpg") no-repeat 50% 195px #f4b057;
}

input:focus, button:focus, textarea:focus, select:focus {
  outline: none;
}

.checkbox-style {
  position: absolute;
  left: -9999px;
}

.checkbox-style + .checkbox-fake {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #d7a25c;
  box-shadow: inset 4px 4px rgba(0, 0, 0, 0.12);
  position: relative;
  margin: 0 6px -1px 0;
}

.checkbox-style:checked + .checkbox-fake:before {
  content: '\f00c';
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 13px;
  line-height: 1;
  color: #ffffff;
  top: 2px;
  left: 2px;
}

.checkbox-style:focus + .checkbox-fake {
  box-shadow: 0 0 0 1px rgba(236, 255, 93, 0.8), inset 4px 4px rgba(0, 0, 0, 0.12);
}

.checkbox-style[disabled] + .checkbox-fake, .checkbox-style:disabled + .checkbox-fake {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.radio-style {
  position: absolute;
  left: -9999px;
}

.radio-style + .radio-fake {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #d7a25c;
  box-shadow: inset 4px 4px rgba(0, 0, 0, 0.12);
  position: relative;
  margin: 0 6px -1px 0;
  border-radius: 50%;
}

.radio-style:checked + .radio-fake:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpFQjkzQTQxMEU5NzlFMzExOTNFNUU2NTA2MzZDNjkzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1MDg4NTVDQkM5RjgxMUUzOUVFRkRGRDEzN0MyQjY1NCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1MDg4NTVDQUM5RjgxMUUzOUVFRkRGRDEzN0MyQjY1NCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTVBOTBGNjQ5NkM0RTMxMTk0QTg5QUQ0NzRFMDcxNEQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUI5M0E0MTBFOTc5RTMxMTkzRTVFNjUwNjM2QzY5MzYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6phNksAAAAPUlEQVR42mL4//8/GxBPBOK3QPwOymZjABIT/mOCDkaQSgYGBiEGVPCOiQEHAEksxiI+hwHJ8nfIlgMEGABq+EcgEGk2/gAAAABJRU5ErkJggg==") no-repeat;
  top: 5px;
  left: 5px;
}

.radio-style:focus + .radio-fake {
  box-shadow: 0 0 0 1px rgba(236, 255, 93, 0.8), inset 4px 4px rgba(0, 0, 0, 0.12);
}

.radio-style[disabled] + .radio-fake, .radio-style:disabled + .radio-fake {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.select-style {
  display: inline-block;
  vertical-align: middle;
}

.select-style-link {
  background: #f0d8a2;
  box-shadow: inset 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  color: #654010;
  cursor: pointer;
  position: relative;
}

.select-style-link:after {
  content: '';
  position: absolute;
  border-width: 4px 4px 0;
  border-style: solid;
  border-color: #654010 transparent transparent;
  right: 10px;
  top: 18px;
}

.select-style-link .ik_select_link_text {
  font-size: 12px;
  padding: 13px 25px 11px 10px;
  line-height: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select-style-link.ik_select_link_extracted {
  box-shadow: none !important;
}

.select-style-link.ik_select_link_extracted .ik_select_link_text {
  background: #e66319;
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.5);
}

.select-style-link.ik_select_link_extracted:after {
  border-width: 0 4px 4px;
  border-color: transparent transparent #ffffff;
}

.select-style-link.ik_select_link_disabled {
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: default;
}

.select-style-link.ik_select_link_focus {
  box-shadow: 0 0 0 1px rgba(236, 255, 93, 0.8), inset 4px 4px rgba(0, 0, 0, 0.12);
}

.select-style-dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid #cdcdcd;
  border-top: none;
}

.select-style-dd ul li {
  font-size: 12px;
  padding: 8px 25px 8px 10px;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: default;
}

.select-style-dd ul li.ik_select_hover {
  background: #e0dbd5;
  color: #000000;
}

.btn-type1 {
  display: inline-block;
  vertical-align: middle;
  border: none;
  text-align: center;
  text-decoration: none !important;
  color: #ffffff !important;
  position: relative;
  background: #ee5000;
  border-radius: 3px;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.12);
  font-size: 18px;
  line-height: 18px;
  padding: 12px 20px;
  font-family: "helveticaneuecyrthin", Arial, Helvetica, sans-serif;
  transition: 0.2s;
}

.btn-type1:hover, .btn-type1:focus {
  background: #ff6502;
}

.btn-type1:active {
  background: #c74300;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.5);
}

.btn-type1[disabled], .btn-type1:disabled {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.btn-type1.small-txt {
  font-size: 14px;
}

.bottom-sect .h1 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .bottom-sect .h1 {
    font-size: 36px;
  }
}

img.pull-left {
  margin: 4px 10px 10px 0;
}

img.pull-right {
  margin: 4px 0 10px 10px;
}

.white-color {
  color: #ffffff;
}

.gallery {
  font-size: 0;
  margin-left: -10px;
  margin-bottom: 40px;
}

.gallery img {
  width: 130px;
  height: 107px;
  vertical-align: top;
  margin-left: 10px;
}

.info-doc {
  font-size: 11px;
  line-height: 18px;
  font-style: italic;
}

.download-doc img {
  margin-bottom: 5px;
}

.reason {
  background: #eb9423;
  border-radius: 3px;
  padding: 15px 40px;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.reason:before, .reason:after {
  content: " ";
  display: table;
}
.reason:after {
  clear: both;
}
.reason__btn {
  display: block;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 3px;
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  color: white;
  font-size: inherit;
  margin: 7px 0px 7px 0;
}
@media screen and (min-width: 768px) {
  .reason__btn {
    display: inline-block;
    margin-right: 10px;
  }
}
@media screen and (min-width: 960px) {
  .reason__btn {
    margin: 15px 15px 10px 0;
    font-size: 16px;
  }
}
.reason__btn:hover, .reason__btn:focus {
  color: white;
}
.reason .title-r {
  font-family: "helveticaneuecyrthin", Arial, Helvetica, sans-serif;
  color: #ffffff;
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 24px;
}
@media screen and (min-width: 960px) {
  .reason .title-r {
    font-size: 30px;
    line-height: 36px;
  }
}
.reason p {
  margin-bottom: 5px;
}
@media screen and (min-width: 960px) {
  .reason p {
    font-size: 15px;
    line-height: 1.3;
  }
}

.number-reason {
  width: 105px;
  line-height: 1;
  font-size: 40px;
  color: #ffe569;
  font-family: "helveticaneuecyrthin", Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 960px) {
  .number-reason {
    font-size: 60px;
    float: left;
  }
}
.number-reason b {
  font-family: "helveticaneuecyrbold", Arial, Helvetica, sans-serif;
}

.publications {
  margin-top: 40px;
}

.publications h2 {
  margin-bottom: 35px;
}

.write {
  margin-bottom: 45px;
}

.write:before, .write:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.write:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .write .c1-wr {
    float: left;
    width: 67px;
  }
}

.write .c2-wr {
  overflow: hidden;
  padding-right: 15px;
}

.write .date-w {
  font-family: "helveticaneuecyrbold", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .write .date-w {
    margin-bottom: 0;
  }
}

.write .title-w {
  font-family: "helveticaneuecyrbold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 12px;
  color: #a30b00;
}
@media screen and (min-width: 960px) {
  .write .title-w {
    font-size: 16px;
  }
}

.write .title-w a {
  text-decoration: none;
  color: inherit;
}

.write .title-w a:hover, .write .title-w a:focus {
  text-decoration: underline;
  color: #d60e00;
}

.write p {
  line-height: 18px;
}
@media screen and (min-width: 1200px) {
  .write p {
    margin-bottom: 15px;
  }
}

.write p:last-of-type {
  margin-bottom: 0;
}

.write .name-doc {
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 12px 0;
}
@media screen and (min-width: 960px) {
  .write .name-doc {
    font-size: 14px;
  }
}

.write .name-doc a {
  color: inherit;
}

.write .img-wr {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto 15px;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.12);
  position: relative;
}
@media screen and (min-width: 768px) {
  .write .img-wr {
    display: inline;
    float: left;
    margin: 0 20px 0 0;
  }
}

.time-act {
  color: #ffffff;
  font-family: "helveticaneuecyrbold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  margin: 20px 0 0;
}

.response-btn {
  display: inline-block;
  background: #ffe569;
  border-radius: 3px;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.12);
  font-size: 14px;
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 15px;
  padding: 15px 15px;
  text-decoration: none !important;
  color: inherit !important;
  position: relative;
}

.response-btn:hover, .response-btn:focus {
  background: #f3da65;
}

.response-btn .fa {
  color: #bea320;
  font-size: 12px;
  margin-right: 7px;
}

.response-btn.pull-right {
  margin: 0 0 15px 30px;
}

.filter-responses {
  background: #eb9423;
  border-radius: 3px;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.12);
  padding: 10px;
  margin-bottom: 30px;
}
.filter-responses label {
  display: block;
}
.filter-responses .select-style {
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .filter-responses .select-style {
    display: inline-block;
    margin-top: 0;
  }
}

.hidd-txt-ctl {
  position: fixed;
  top: 0;
  left: -9999px;
}

.hidd-txt-ctl:checked + .hidd-txt {
  overflow: visible;
  height: auto;
}

.hidd-txt-ctl:checked ~ .toggle-lbl:before {
  content: 'Свернуть';
}

.hidd-txt {
  overflow: hidden;
  height: 72px;
  margin-bottom: 12px;
}

.toggle-lbl {
  color: #303360;
  border-bottom: 1px dotted;
  cursor: pointer;
}

.toggle-lbl:before {
  content: 'Читать полностью';
}

.pagination {
  list-style: none;
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin: 30px 0;
}
.pagination li {
  display: inline-block;
  vertical-align: baseline;
  color: #ffffff;
}
.pagination li.num-page {
  line-height: 19px;
}
.pagination li.num-page a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  margin: 4px 4px;
  cursor: pointer;
}
.pagination li.num-page a:hover, .pagination li.num-page a:focus {
  text-decoration: underline;
}
.pagination li.num-page.curr-page a {
  color: #313461;
  margin: 0;
  padding: 4px 7px;
  border-radius: 3px;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.12);
  background: #ffffff;
  cursor: default;
}
.pagination li.num-page.curr-page a:hover, .pagination li.num-page.curr-page a:focus {
  text-decoration: none;
}
.pagination li.pre-page, .pagination li.next-page {
  margin: 0 1px;
}
.pagination li.pre-page a, .pagination li.next-page a {
  display: block;
  border-radius: 3px;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.12);
  width: 24px;
  height: 27px;
  background: #ee5000;
  color: #ffffff;
  text-align: center;
  line-height: 27px;
}
.pagination li.pre-page a:hover, .pagination li.pre-page a:focus, .pagination li.next-page a:hover, .pagination li.next-page a:focus {
  background: #ff5300;
}
.pagination li.pre-page.disabled-p, .pagination li.next-page.disabled-p {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.pagination li.pre-page.disabled-p a, .pagination li.next-page.disabled-p a {
  cursor: default;
}
.pagination li.pre-page {
  margin-left: 20px;
}

.modal-window {
  background: #ffedc5;
  border-radius: 3px;
  position: relative;
  padding: 0 20px;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.12);
}

.modal-window .header-m-w {
  background: #ffd06b;
  border-radius: 3px 3px 0 0;
  position: relative;
  margin: 0 -20px 15px;
  padding: 15px 20px;
  font-family: "helveticaneuecyrthin", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}

.modal-window .footer-m-w {
  background: #ffd06b;
  border-radius: 0 0 3px 3px;
  position: relative;
  margin: 15px -20px 0;
  padding: 10px 20px;
}

.modal-window .arcticmodal-close {
  position: absolute;
  top: -8px;
  right: -8px;
  cursor: pointer;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ffd06b;
  text-align: center;
  line-height: 25px;
  z-index: 10;
}

.modal-window .arcticmodal-close .fa {
  font-size: 12px;
  color: #762a05;
}

.response-form {
  width: 652px;
}

.response-form .btn-type1 {
  width: 148px;
  margin-left: 124px;
}

.table-form {
  display: table;
  width: 100%;
}

.table-form .row-form {
  display: table-row;
}

.table-form .row-form .cell-form {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 5px;
}

.table-form .row-form .cell-form:first-child {
  padding-right: 10px;
  padding-top: 7px;
  width: 1%;
  white-space: nowrap;
}

.table-form .row-form .cell-form .style-fld, .table-form .row-form .cell-form .select-style {
  width: 240px;
}

.table-form .row-form .cell-form .style-txt {
  width: 100%;
  height: 170px;
}

.wrap-fld {
  position: relative;
  display: block;
}

.wrap-fld input {
  padding-right: 25px;
}

.wrap-fld .fa {
  font-size: 14px;
  color: #482020;
  position: absolute;
  top: 12px;
  right: 8px;
}

.tags {
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 30px;
  padding: 20px 20px 0;
  margin: 20px -20px 0;
}
@media screen and (min-width: 960px) {
  .tags {
    font-size: 15px;
  }
}

.tags a {
  display: inline-block;
  color: inherit;
  margin-left: 10px;
}

.tags a.active {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.tags .tag-list {
  margin-left: -10px;
}

.spectrum {
  position: relative;
  background: #eb9423;
  border-radius: 3px;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.12);
  padding: 25px 30px 30px;
  margin: 30px 0;
}

.spectrum:before, .spectrum:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.spectrum:after {
  clear: both;
}

.spectrum h2 {
  color: #ffffff;
  margin-top: 0;
}

.spectrum .list-l, .spectrum .list-r {
  width: 270px;
  float: left;
  line-height: 1.2;
}

.spectrum .list-l ul, .spectrum .list-r ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.spectrum .list-l ul ul, .spectrum .list-r ul ul {
  margin-left: 22px;
}

.spectrum .list-l li, .spectrum .list-r li {
  margin-top: 10px;
}

.spectrum .list-l li:first-child, .spectrum .list-r li:first-child {
  margin: 0;
}

.spectrum .list-l > ul > li, .spectrum .list-r > ul > li {
  padding-left: 15px;
}

.spectrum .list-l > ul > li:before, .spectrum .list-r > ul > li:before {
  content: '\f00c';
  font-size: 10px;
  color: #ffffff;
  font-family: 'fontawesome';
  display: inline-block;
  line-height: 1;
  margin: 0 5px 0 -15px;
}

.spectrum .list-l > ul > li > ul > li, .spectrum .list-r > ul > li > ul > li {
  padding-left: 15px;
}

.spectrum .list-l > ul > li > ul > li:before, .spectrum .list-r > ul > li > ul > li:before {
  content: '\2014';
  font-size: 10px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  margin: 0 5px 0 -15px;
}

.spectrum .list-l {
  margin-right: 50px;
}

.control-price:checked + .hidd-price {
  margin: 10px 0;
  overflow: visible;
  height: auto;
}

.price-item .price-item label {
  font-size: 14px;
}

.price-item {
  margin: 0 10px 5px 10px;
}

.price-item label {
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #313461;
  border-bottom: 1px dotted;
  cursor: pointer;
}

.hidd-price {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 0;
}

.hidd-price .cost {
  float: right;
  margin-left: 20px;
}

.hidd-price .t {
  display: block;
  overflow: hidden;
}

.hidd-price a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.hidd-price li {
  cursor: pointer;
  padding: 4px 10px;
  position: relative;
}

.hidd-price li:hover {
  background: #e09b41;
  border-radius: 3px;
  color: #fff;
}

.test-list {
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .test-list {
    margin-left: -32px;
  }
}

.test-item {
  float: left;
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  color: #ffffff !important;
  text-decoration: none !important;
  text-align: center;
  font-size: 0;
  line-height: 103px;
  border-radius: 3px;
  position: relative;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.12);
  background: no-repeat 0 0 #eb9423;
  padding-left: 20px;
  width: 99%;
  height: 99px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .test-item {
    margin-left: 32px;
    width: 320px;
  }
}
.test-item span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  width: 180px;
  position: relative;
  left: 20px;
}
@media screen and (min-width: 480px) {
  .test-item span {
    position: static;
  }
}

.legend {
  color: #a30b00;
  font-family: "helveticaneuecyrbold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: block;
  margin: 0 0 10px;
}

.test-form .style-fld, .test-form .style-txt, .test-form .select-style-link {
  background: #e8b97a;
}

.test-form .btn-type1 {
  margin-top: 30px;
}

.imt-fld {
  display: inline-block;
  vertical-align: top;
  margin-right: 75px;
}

.imt-fld .style-fld {
  width: 94px;
}

.result-test {
  margin: 30px 0;
  border-radius: 3px;
  background: #eb9423;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.12);
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 15px;
}

.result-test b, .result-test strong {
  font-family: "helveticaneuecyrbold", Arial, Helvetica, sans-serif;
}

.map-area2 {
  height: 250px;
  margin: 50px 0 30px;
  border: 5px solid #ffe8ca;
  border-radius: 3px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .map-area2 {
    height: 416px;
  }
}

.phones2 {
  font-family: "helveticaneuecyrthin", Arial, Helvetica, sans-serif;
  line-height: 1;
  color: #000000;
  margin-bottom: 20px;
  font-size: 20px;
}
@media screen and (min-width: 960px) {
  .phones2 {
    font-size: 24px;
    margin: 0 65px 0 0;
    float: left;
  }
}
.phones2 small {
  font-size: 18px;
}
.phones2 .pre {
  color: #654010;
}
.phones2 .inline-block {
  vertical-align: top;
}

.text img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}

.text_card .date {
  color: #fff;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.service {
  background: #f1ab4e;
  border-radius: 3px;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.12);
  margin-bottom: 30px;
}

.service .title-d {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  color: #a30b00;
  font-family: "helveticaneuecyrbold", Arial, Helvetica, sans-serif;
}

.service .title-d a {
  color: #a30b00;
  text-decoration: none;
}

.service .s-top {
  border-bottom: 1px solid #f5bd72;
  padding: 12px 15px 5px 15px;
}

.service-doctor-frame {
  padding: 12px 15px 5px 0;
}

.service-doctor {
  overflow: hidden;
}

.service-doctor-item {
  float: left;
  width: 31%;
  margin: 15px 0 0 15px;
  padding: 0 10px 0 0;
}

.service-doctor-title {
  margin: 0 0 0 15px;
  color: #a30b00;
}

.service-doctor .dd-title {
  font-family: "helveticaneuecyrbold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  display: block;
  text-decoration: none;
}

.service-doctor-delim {
  width: 100%;
  clear: both;
  height: 0px;
  overflow: hidden;
}

.hidd-price .hidd-price-active {
  background: #efac55;
  border-radius: 3px;
}

.table-form .footer-m-w {
  overflow: hidden;
}

.table-form .response-form .btn-type1 {
  margin-left: 0px;
  float: right;
}

.e-form-el-control {
  position: relative;
}

.frm-error {
  position: absolute;
  right: -9px;
  top: 9px;
  z-index: 10;
}

.frm-error .icon {
  width: 16px;
  height: 15px;
  background: url("/img/frm-err.png") no-repeat;
}

.frm-error .e-form-el-error {
  box-shadow: 4px 4px rgba(0, 0, 0, 0.12);
  color: #b80c0c;
  padding: 12px 10px 7px 10px;
  position: absolute;
  top: -14px;
  right: 30px;
  display: none;
  white-space: nowrap;
  background: #ffe569;
  font-size: 13px;
  line-height: 16px;
}

.frm-error .e-form-el-error li {
  margin: 0 0 5px 0;
}

.frm-error:hover .e-form-el-error {
  display: block;
}

.opinion-form .footer-m-w .e-form-el-control {
  position: static;
}

.table-form .row-form .cell-form .style-fld, .table-form .row-form .cell-form .select-style {
  width: 100% !important;
}

.feedback_info {
  margin: 0 0 20px 0;
  border-radius: 3px;
  background: #eb9423;
  padding: 10px 15px;
  color: #fff;
  font-family: "helveticaneuecyrlight",Arial,Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  box-shadow: 4px 4px rgba(0, 0, 0, 0.12);
}

.text ul, .text ol {
  margin: 0 0 10px 20px;
}

.text ul {
  list-style: disc;
}

.text ol {
  list-style: decimal;
}

.text li {
  margin: 0 0 10px 0;
}

.test-form .e-form-el > label {
  color: #a30b00;
  font-family: "helveticaneuecyrbold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: block;
  margin: 0 0 10px;
}

.test-form .e-form-el {
  margin: 0 0 30px 0;
}

.test-form .e-form-radio-el input {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.test-form .e-form-el-error li {
  padding: 10px 0 0 0;
  color: #ff0000;
}

.ref-rubric {
  display: block;
  margin: 0 0 10px 0;
}

.ref-rubric a {
  color: #936529;
  text-decoration: none;
}

.subscription-form .error {
  color: #bc1500;
}

.e-form-el-doctor_id .disabled {
  display: none;
}

.photo_rubric {
  padding: 0px;
  position: relative;
}
.photo_rubric input {
  display: none;
}
.photo_rubric input:checked + .holder + ul {
  display: block;
}
.photo_rubric input:checked + .holder .on {
  display: block !important;
}
.photo_rubric input:checked + .holder .off {
  display: none !important;
}
.photo_rubric label {
  position: relative;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
  padding: 10px 15px;
  display: block;
  color: #ffffff;
  font-size: 26px;
  font-family: "helveticaneuecyrthin", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.1;
}
.photo_rubric .holder {
  position: absolute;
  right: 15px;
  margin-top: -35px;
  z-index: 1;
}
.photo_rubric .holder span {
  display: none;
  font-size: 14px;
  color: #fff;
}
.photo_rubric .holder .off {
  display: block;
}
.photo_rubric ul {
  display: none;
  border-top: 1px solid #f2a949;
  overflow: hidden;
  padding: 20px 0 0 0;
  list-style: disc;
}
.photo_rubric li {
  float: left;
  margin: 0 0 5px 35px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .photo_rubric li {
    width: 42%;
  }
}
@media screen and (min-width: 960px) {
  .photo_rubric li {
    width: 28%;
  }
}
@media screen and (min-width: 1400px) {
  .photo_rubric li {
    width: 21%;
  }
}
.photo_rubric li a {
  display: block;
  height: 35px;
  text-decoration: none;
  color: #654010;
}
.photo_rubric .active a {
  color: #fff;
  font-weight: bold;
}

.photo_list {
  overflow: hidden;
  margin-top: -10px;
  margin-right: -10px;
  margin-left: -10px;
}
.photo_list li {
  margin: 10px 0;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .photo_list li {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 960px) {
  .photo_list li {
    width: 25%;
  }
}
@media screen and (min-width: 1400px) {
  .photo_list li {
    width: 16.6666666667%;
  }
}
.photo_list a {
  display: block;
}
.photo_list img {
  display: block;
  width: 100%;
}

.rgt .rgt-item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 150px;
  margin-right: 70px;
  margin-bottom: 35px;
  vertical-align: top;
  font-size: 12px;
  color: #4a4a4a;
  line-height: 14px;
}

.rgt .rgt-item .title-w {
  color: #a30b00;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.rgt .rgt-item .title-w a {
  color: #a30b00;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.rgt .rgt-item .title-w a:hover {
  text-decoration: none;
}

.wrap-photo-rgt {
  display: block;
  width: 150px;
  height: 200px;
  float: left;
  margin: 0 10px 10px 0;
  text-decoration: none;
}


.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

*:first-child + html .arcticmodal-container {
  height: 100%;
}

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}

.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle;
}

.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000 url("/img/loading.gif") no-repeat 50% 50%;
}

/*! jQuery UI - v1.10.4 - 2014-04-21
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #eee url("/img/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("/img/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #f6f6f6 url("/img/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("/img/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #fff url("/img/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("/img/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("/img/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #fff;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #fff;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #fff;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("/img/images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/img/images/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("/img/images/ui-icons_ef8c08_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("/img/images/ui-icons_ef8c08_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("/img/images/ui-icons_ef8c08_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("/img/images/ui-icons_228ef1_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("/img/images/ui-icons_ffd27a_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: #666 url("/img/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000 url("/img/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px;
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/library/ctl/fancybox2/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/library/ctl/fancybox2/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/library/ctl/fancybox2/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/library/ctl/fancybox2/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* layout */
body {
  background: #f4b057;
}

.wrap-site {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  min-width: 0;
  width: 100%;
}

.container {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 320px) {
  .container {
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (min-width: 960px) {
  .container {
    max-width: 1400px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 960px) {
  .header {
    padding-top: 30px;
  }
}
.b-info, .nav-panel {
  padding: 15px;
  background: #d58620;
  color: #ffffff;
  box-shadow: inset 4px 4px #af6e1a, 1px 1px #f5c57c;
}
@media screen and (min-width: 960px) {
  .b-info, .nav-panel {
    padding: 0;
    background: none;
    box-shadow: none;
  }
}

.top-h {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .top-h {
    text-align: left;
  }
}

.logo {
  display: inline-block;
  position: relative;
  height: 70px;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .logo {
    float: left;
    height: 95px;
    margin-top: -20px;
  }
}
.logo__img-1, .logo__img-2 {
  height: 100%;
}
.logo__img-1 {
  display: none;
}
@media screen and (min-width: 480px) {
  .logo__img-1 {
    display: inline;
    margin-right: 5px;
  }
}

.title-logo {
  font-size: 14px;
  margin-top: -10px;
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: #b02000;
}
@media screen and (min-width: 480px) {
  .title-logo {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .title-logo {
    position: absolute;
    right: -13px;
    bottom: 0;
    width: 220px;
    margin: 18px 0 0 4px;
    font-size: 13px;
  }
}

.menu-btn, .info-btn {
  position: absolute;
  top: 20px;
  width: 30px;
  padding: 5px;
  border: 1px solid #a17a34;
  border-radius: 3px;
  font-size: 0;
  background: #d0771c;
  transition: all 0.2s;
  box-shadow: 0px 1px 2px 0px rgba(5, 3, 5, 0.2), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.25);
}
.menu-btn:hover, .info-btn:hover {
  background: #e28424;
}
.menu-btn:active, .info-btn:active {
  background: #ba6a19;
}
.menu-btn:before, .info-btn:before {
  font-family: FontAwesome;
  font-size: 14px;
}
.active.menu-btn:before, .active.info-btn:before {
  content: '\f00d';
}

.menu-btn {
  left: 15px;
}
@media screen and (min-width: 960px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn:before {
  content: '\f0c9';
}

.info-btn {
  right: 15px;
}
@media screen and (min-width: 960px) {
  .info-btn {
    display: none;
  }
}
.info-btn:before {
  content: '\f05a';
}

.b-info {
  text-align: left;
  margin-top: 23px;
  display: none;
}
@media screen and (min-width: 960px) {
  .b-info {
    display: block !important;
    margin: 0;
  }
}

.social-icons {
  float: right;
}
.social-icons > a {
  display: block;
  margin-top: 23px;
}
@media screen and (min-width: 960px) {
  .social-icons > a {
    margin-top: 13px;
  }
}
.social-icons > a:first-child {
  margin-top: 18px;
}
@media screen and (min-width: 960px) {
  .social-icons > a:first-child {
    margin-top: -2px;
  }
}
.social-icons img {
  display: block;
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 960px) {
  .social-icons img {
    width: 14px;
    height: 14px;
  }
}

.top-h .tel {
  font-size: 28px;
  color: #000000;
  font-family: "helveticaneuecyrthin", Arial, Helvetica, sans-serif;
  line-height: 1;
  padding: 0 0 0 25px;
  position: relative;
  margin: 0 22px 0 0;
}
@media screen and (min-width: 960px) {
  .top-h .tel {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .top-h .tel {
   /* margin: 0 165px 0 0;*/
  }
}
.top-h .tel-wrapper {
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .top-h .tel-wrapper {
    float: right;
    margin: 0;
  }
}
.top-h .tel:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("/img/sprites-s413bd1fc0c.png") no-repeat 0 -535px;
  width: 18px;
  height: 42px;
}
.top-h .tel em {
  font-style: normal;
  display: none;
}
.top-h .tel em .icon-r {
  cursor: pointer;
}
.top-h .tel .icon-r {
  display: inline-block;
  width: 11px;
  height: 12px;
  margin-left: 6px;
}
.top-h .tel .icon-r:before {
  font-size: 22px;
  content: '\f021';
  font-family: FontAwesome;
  color: black;
}
@media screen and (min-width: 960px) {
  .top-h .tel .icon-r:before {
    font-size: 14px;
  }
}
.top-h .tel small {
  font-size: 22px;
  line-height: 1;
  display: block;
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  color: #ffe569;
}
@media screen and (min-width: 960px) {
  .top-h .tel small {
    font-size: 16px;
  }
}
.top-h .tel .active {
  display: block;
}

.work-schedule {
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-right: 70px;
}
@media screen and (min-width: 960px) {
  .work-schedule {
    float: right;
  }
}
.work-schedule p {
  line-height: 0;
  margin: 0 0 2px;
  padding-top: 2px;
}
.work-schedule p:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}
.work-schedule p:first-child {
  color: #ffffff;
}
.work-schedule p:first-child:before {
  background: url("/img/sprites-s413bd1fc0c.png") 0 -783px no-repeat;
  width: 13px;
  height: 29px;
}
.work-schedule p:nth-child(2) {
  color: #ffee9d;
}
.work-schedule p:nth-child(2):before {
  background: url("/img/sprites-s413bd1fc0c.png") 0 -817px no-repeat;
  width: 13px;
  height: 18px;
}
.work-schedule p:last-child {
  color: #a30b00;
}
.work-schedule p:last-child:before {
  background: url("/img/sprites-s413bd1fc0c.png") 0 -840px no-repeat;
  width: 13px;
  height: 18px;
}

.link-to-map {
  font-size: 14px;
  color: #a30b00;
}
@media screen and (min-width: 960px) {
  .link-to-map {
    font-size: 12px;
  }
}
.link-to-map:hover, .link-to-map:focus {
  color: #560600;
}
.link-to-map:before {
  content: '';
  display: inline-block;
  background: url("/img/sprites-s413bd1fc0c.png") 0 -706px no-repeat;
  width: 8px;
  height: 13px;
  margin: 0 8px -3px 10px;
}

.bottom-h {
  margin-top: 23px;
}

.b-nav {
  display: none;
}
@media screen and (min-width: 960px) {
  .b-nav {
    display: block !important;
  }
}

.nav-panel {
  text-align: center;
  position: relative;
  width: 100%;
  border-radius: 3px;
}
@media screen and (min-width: 960px) {
  .nav-panel {
    height: 66px;
    float: left;
  }
}

.icons-rel {
  width: auto;
  height: 66px;
  margin-bottom: 15px;
  line-height: 66px;
  font-size: 0;
}
@media screen and (min-width: 960px) {
  .icons-rel {
    position: absolute;
    margin: 0;
  }
}
.icons-rel a:first-child {
  margin-right: 3px;
}
@media screen and (min-width: 960px) {
  .icons-rel a:last-child {
    margin-right: 10px;
  }
}
.icons-rel img {
  vertical-align: middle;
  margin: 0 2px;
  box-shadow: 1px 1px 0 #ffee9d;
}

.main-nav {
  width: auto;
  font-size: 0;
  line-height: 1;
  border-radius: 3px;
}
@media screen and (min-width: 960px) {
  .main-nav {
    display: table;
    float: left;
    padding-left: 120px;
    padding-right: 280px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .main-nav {
    padding-right: 320px;
  }
}
.main-nav a {
  display: block;
  padding: 5px 0;
  font-size: 15px;
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 960px) {
  .main-nav a {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABCCAIAAAAZuyscAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAxMDYwMkE1OTlENDExRTU4REQ3OTI5QzczRjE0MzFFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAxMDYwMkE2OTlENDExRTU4REQ3OTI5QzczRjE0MzFFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDEwNjAyQTM5OUQ0MTFFNThERDc5MjlDNzNGMTQzMUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDEwNjAyQTQ5OUQ0MTFFNThERDc5MjlDNzNGMTQzMUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5oWhx+AAAAQklEQVR42oyO2wkAIAwDQ2dxZZdzmRO0UFsE/Qgk16eN3kzSvwgPBCPqlbM8Xjv7SRlnKbNnKXfwfbrxy68PTQEGAM69Meg+bzInAAAAAElFTkSuQmCC") repeat-x;
    display: table-cell;
    height: 66px;
    margin: 0;
    padding: 0 5px;
    vertical-align: middle;
    word-break: break-all;
  }
}
.main-nav a:hover, .main-nav a:focus {
  text-decoration: underline;
}

.call-icon {
  display: inline-block;
  background: url("/img/sprites-s413bd1fc0c.png") 0 -456px no-repeat;
  width: 16px;
  height: 16px;
}

/* .call-btn {
	float: right;
	width: 182px;
	height: 66px;
	line-height: 66px;
	position: relative;
	border-radius: 3px;
	text-align: center;
	text-decoration: none !important;
	color: #ffe569 !important;
	font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: -webkit-gradient(linear, left 0%, left 100%, from(#bc1500), to(#900d00));
	background: -webkit-linear-gradient(top, #bc1500 0%, #900d00 100%);
	background: -moz-linear-gradient(top, #bc1500 0%, #900d00 100%);
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjMTUwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkwMGQwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: linear-gradient(to bottom, #bc1500 0%, #900d00 100%);
	-pie-background: linear-gradient(to bottom, #bc1500 0%, #900d00 100%);
	background-repeat: repeat-x;
	&:hover, &:focus{
		background: -webkit-gradient(linear, left 0%, left 100%, from(#ca1500), to(#a00d00));
		background: -webkit-linear-gradient(top, #ca1500 0%, #a00d00 100%);
		background: -moz-linear-gradient(top, #ca1500 0%, #a00d00 100%);
		background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NhMTUwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EwMGQwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
		background: linear-gradient(to bottom, #ca1500 0%, #a00d00 100%);
		-pie-background: linear-gradient(to bottom, #ca1500 0%, #a00d00 100%);
		background-repeat: repeat-x;
	}
	.call-icon {
		margin: 0 5px -2px 0;
	}
} */
.exclusive-btn,
.video-btn {
  display: block;
  width: 130px;
  margin: 0 auto 5px;
  padding: 0 10px;
  border-radius: 3px;
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffe569 !important;
  text-decoration: none !important;
}
@media screen and (min-width: 960px) {
  .exclusive-btn,
  .video-btn  {
    display: inline-block;
    height: 66px;
    padding: 0;
    text-align: center;
    position: absolute;
    margin-left: -130px;
    line-height: 66px;
  }

  .video-btn {
    margin-left: -270px;
}
}
@media screen and (min-width: 1024px) {
  .exclusive-btn,
  .video-btn  {
    margin-left: -150px; 
    width: 150px; 
  }

  .video-btn {
    margin-left: -310px;
}
}

.content {
  padding-top: 25px;
}
@media screen and (min-width: 960px) {
  .content {
    margin: 0 0 320px;
  }
}

@media screen and (min-width: 768px) {
  .col-left {
    position: relative;
    z-index: 1;
    float: left;
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  .col-left {
    width: 24%;
    max-width: 295px;
  }
}

@media screen and (min-width: 768px) {
  .col-right {
    padding-left: 20px;
    float: right;
    width: 70%;
  }
}
@media screen and (min-width: 960px) {
  .col-right {
    padding-left: 40px;
    width: 76%;
  }
}
@media screen and (min-width: 1200px) {
  .col-right {
    padding-left: 55px;
  }
}
@media screen and (min-width: 1400px) {
  .col-right {
    width: 78%;
  }
}

.aside-nav {
  font-size: 14px;
  color: #303360;
  list-style: none;
  margin: 0 0 30px;
  max-height: 250px;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .aside-nav {
    max-height: none;
    overflow: auto;
  }
}
.aside-nav > li {
  margin-top: 10px;
}
.aside-nav > li:first-child {
  margin: 0;
}
.aside-nav > li > a {
  color: inherit;
}
.aside-nav > li > a:hover, .aside-nav > li > a:focus {
  color: #4a4e93;
}
.aside-nav > li.curr-sect > a, .aside-nav > li.curr-sect > span {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
.aside-nav .sub-menu li {
  margin-top: 10px;
}
.aside-nav .sub-menu li:before {
  content: '';
  height: 1px;
  width: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  background-color: grey;
  margin-top: -1px;
}

.border-block {
  border-radius: 3px;
  border: 1px solid #f8dfc0;
  padding: 20px 18px;
}
@media screen and (min-width: 1200px) {
  .border-block {
    padding: 25px;
  }
}

.fast-link {
  display: block;
  height: 56px;
  background: #ee5000;
  line-height: 56px;
  padding-left: 62px;
  border-radius: 3px;
  color: #ffffff !important;
  font-size: 14px;
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  box-shadow: inset 4px 4px #c34200, 1px 1px #f6daa2;
  margin: 10px 0;
}

.fast-l1:before {
  content: '';
  display: inline-block;
  background: url("/img/sprites-s413bd1fc0c.png") 0 -336px no-repeat;
  width: 21px;
  height: 25px;
  margin: 0 10px -7px -31px;
}

.fast-l2:before {
  content: '';
  display: inline-block;
  background: url("/img/sprites-s413bd1fc0c.png") 0 -366px no-repeat;
  width: 26px;
  height: 27px;
  margin: 0 10px -7px -36px;
}

.fast-l3:before {
  display: inline-block;
  content: '\f272';
  font-family: FontAwesome;
  font-size: 20px;
  margin: 0 10px 0 -30px;
}

@-webkit-keyframes animate-btn {
  50% {
    background: #d13316;
  }
}
@keyframes animate-btn {
  50% {
    background: #eea71a;
  }
}
.question-link {
  margin-top: 30px;
  display: block;
  height: 109px;
  background: url("/img/doctor.png") 90% 0 no-repeat, url("/img/doc-bg.png") no-repeat center/100% 100%;
  color: #af2000 !important;
  text-decoration: none !important;
  font-size: 24px;
  line-height: 18px;
  padding: 17px 15px;
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
}
.question-link small {
  font-size: 18px;
}
.question-link .button {
  background: #ee5000;
  font-size: 12px;
  line-height: 1;
  color: #fff9e5;
  display: inline-block;
  padding: 6px 10px;
  width: 74px;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  -webkit-animation: animate-btn 1s infinite;
  animation: animate-btn 1s infinite;
}

@media screen and (min-width: 960px) {
  .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 295px;
  }
}
.top-foot {
  background: #d58620;
  padding-top: 28px;
}
@media screen and (min-width: 960px) {
  .top-foot {
    height: 210px;
  }
}
.top-foot .wrap-cols:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 960px) {
  .top-foot .wrap-cols {
    display: table;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .top-foot .wrap-cols .c-1, .top-foot .wrap-cols .c-2, .top-foot .wrap-cols .c-3 {
    float: left;
  }
}
@media screen and (min-width: 960px) {
  .top-foot .wrap-cols .c-1, .top-foot .wrap-cols .c-2, .top-foot .wrap-cols .c-3 {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
.top-foot .wrap-cols .c-1 {
  max-height: 70px;
  overflow: hidden;
  transition: max-height 0.4s;
}
.top-foot .wrap-cols .c-1:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  .top-foot .wrap-cols .c-1 {
    width: 30%;
    max-height: none;
  }
}
@media screen and (min-width: 960px) {
  .top-foot .wrap-cols .c-1 {
    border-right: 1px solid #e49d41;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .top-foot .wrap-cols .c-1 {
    width: 515px;
  }
}
.top-foot .wrap-cols .c-1.showed {
  max-height: 500px;
}
.top-foot .wrap-cols .show-more {
  display: inline-block;
  margin: 10px 0 15px;
  padding: 0 7px;
  background: #CD7708;
  border-radius: 3px;
  color: #FFF29C;
  text-decoration: none;
  border: 1px solid #a17a34;
  box-shadow: 0px 1px 2px 0px rgba(5, 3, 5, 0.2), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.25);
}
.top-foot .wrap-cols .show-more:after {
  content: '\f0d7';
  font-family: FontAwesome;
  margin-left: 4px;
}
.top-foot .wrap-cols .show-more.active:after {
  content: '\f0d8';
}
@media screen and (min-width: 768px) {
  .top-foot .wrap-cols .show-more {
    display: none;
  }
}
.top-foot .wrap-cols .show-more:active {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .top-foot .wrap-cols .c-2 {
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  .top-foot .wrap-cols .c-2 {
    border-right: 1px solid #e49d41;
    width: auto;
  }
}
.top-foot .wrap-cols .c-2__inner {
  color: #ffffff;
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .top-foot .wrap-cols .c-2__inner {
    text-align: right;
    padding-right: 45px;
    margin-bottom: 0;
  }
}
.top-foot .wrap-cols .c-2 .phones small, .top-foot .wrap-cols .c-2 .phones p, .top-foot .wrap-cols .c-2 .addr, .top-foot .wrap-cols .c-2 .email {
  padding-left: 20px;
}
@media screen and (min-width: 960px) {
  .top-foot .wrap-cols .c-2 .phones small, .top-foot .wrap-cols .c-2 .phones p, .top-foot .wrap-cols .c-2 .addr, .top-foot .wrap-cols .c-2 .email {
    padding-left: 0;
  }
}
.top-foot .wrap-cols .c-2 .phones {
  font-size: 24px;
  font-family: "helveticaneuecyrthin", Arial, Helvetica, sans-serif;
}
.top-foot .wrap-cols .c-2 .phones small {
  font-size: 14px;
}
.top-foot .wrap-cols .c-2 .phones .inline-block {
  vertical-align: top;
  display: block;
}
@media screen and (min-width: 960px) {
  .top-foot .wrap-cols .c-2 .phones .inline-block {
    display: inline-block;
  }
}
.top-foot .wrap-cols .c-2 .phones p {
  margin: 0;
  position: relative;
  line-height: 1;
}
.top-foot .wrap-cols .c-2 .phones p .fa {
  position: absolute;
  font-size: 12px;
  color: #fedf65;
  top: -16px;
  left: 0;
}
@media screen and (min-width: 960px) {
  .top-foot .wrap-cols .c-2 .phones p .fa {
    right: -22px;
    top: 5px;
  }
}
.top-foot .wrap-cols .c-2 .addr {
  position: relative;
  margin: 12px 0;
}
@media screen and (min-width: 960px) {
  .top-foot .wrap-cols .c-2 .addr {
    margin: 12px 0 4px;
  }
}
.top-foot .wrap-cols .c-2 .addr:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  background: url("/img/sprites-s413bd1fc0c.png") 0 -724px no-repeat;
  width: 8px;
  height: 13px;
}
@media screen and (min-width: 960px) {
  .top-foot .wrap-cols .c-2 .addr:after {
    left: auto;
    margin-left: 14px;
  }
}
.top-foot .wrap-cols .c-2 .email {
  color: #ffffff;
  position: relative;
}
.top-foot .wrap-cols .c-2 .email .fa {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 12px;
  color: #fedf65;
}
@media screen and (min-width: 960px) {
  .top-foot .wrap-cols .c-2 .email .fa {
    left: auto;
    margin-left: 12px;
  }
}
@media screen and (min-width: 768px) {
  .top-foot .wrap-cols .c-3 {
    width: 40%;
  }
}
@media screen and (min-width: 960px) {
  .top-foot .wrap-cols .c-3 {
    width: 32%;
  }
}
.top-foot .wrap-cols .c-3__inner {
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .top-foot .wrap-cols .c-3__inner {
    padding-left: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .top-foot .wrap-cols .c-3__inner {
    padding-left: 80px;
  }
}
.top-foot .wrap-cols .c-3 .title {
  font-size: 18px;
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  color: #fff29c;
  margin-right: 10px;
  margin-bottom: 4px;
}
.top-foot .wrap-cols .c-3 .separator {
  border-color: #e49d41;
  margin: 16px 0;
}

.subscription-form {
  position: relative;
}
.subscription-form input[type="text"] {
  position: relative;
  width: 100%;
  height: 30px;
  border: none;
  background: #cd7708;
  border-radius: 3px;
  box-shadow: inset 4px 4px #c37108;
  font-size: 12px;
  color: #edc38c;
  padding: 0 32px;
  font-style: italic;
}
.subscription-form input[type="text"]:-moz-placeholder {
  color: #edc38c;
}
.subscription-form input[type="text"]::-moz-placeholder {
  color: #edc38c;
}
.subscription-form input[type="text"]:-ms-input-placeholder {
  color: #edc38c;
}
.subscription-form input[type="text"]::-webkit-input-placeholder {
  color: #edc38c;
}
.subscription-form input[type="text"].placeholder {
  color: #edc38c;
}
.subscription-form .fa {
  font-size: 17px;
  color: #945402;
  position: absolute;
  top: 7px;
  left: 7px;
}
.subscription-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
}
.subscription-form button:before {
  content: '';
  display: block;
  margin: 0 0 0 10px;
  background: url("/img/sprites-s413bd1fc0c.png") 0 -742px no-repeat;
  width: 7px;
  height: 13px;
}

.social-icons2 {
  margin-top: 2px;
}
.social-icons2 a {
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
}
.social-icons2 a.vk {
  background: url("/img/sprites-s413bd1fc0c.png") 0 -506px no-repeat;
  width: 25px;
  height: 24px;
}
.social-icons2 a.fb {
  background: url("/img/sprites-s413bd1fc0c.png") 0 -582px no-repeat;
  width: 25px;
  height: 24px;
}
.social-icons2 a.tw {
  background: url("/img/sprites-s413bd1fc0c.png") 0 -477px no-repeat;
  width: 26px;
  height: 24px;
}
.social-icons2 a.oc {
  background: url("/img/sprites-s413bd1fc0c.png") 0 -398px no-repeat;
  width: 25px;
  height: 24px;
}
.social-icons2 a.lj {
  background: url("/img/sprites-s413bd1fc0c.png") 0 -427px no-repeat;
  width: 25px;
  height: 24px;
}

.bottom-foot {
  border-top: 10px solid #303361;
  border-bottom: 1px solid white;
  font-size: 12px;
  line-height: 1.5;
  color: #844d05;
  padding-top: 15px;
}
@media screen and (min-width: 960px) {
  .bottom-foot {
    height: 104px;
  }
}
.bottom-foot .copyright {
  float: left;
}
@media screen and (min-width: 768px) {
  .bottom-foot .developer {
    float: right;
  }
}
.bottom-foot .developer a {
  color: inherit;
}
.bottom-foot p {
  margin-bottom: 10px;
}
.bottom-foot .info-foot {
  clear: both;
  margin-left: 16px;
}
.bottom-foot .rus-icon {
  margin: -2px 5px 0 -16px;
}

.footer-nav {
  padding: 0;
  margin: 0 45px 15px 0;
  list-style: none;
  color: #663a02;
}
@media screen and (min-width: 960px) {
  .footer-nav {
    float: left;
    margin-bottom: 0;
  }
}
.footer-nav:last-child {
  margin-right: 0;
}
@media screen and (min-width: 960px) {
  .footer-nav:last-child {
    margin: 0;
  }
}
.footer-nav li {
  position: relative;
  margin-top: 15px;
  line-height: 1;
  padding-left: 20px;
}
@media screen and (min-width: 960px) {
  .footer-nav li {
    line-height: 20px;
    margin-top: 18px;
    padding-left: 0;
  }
}
.footer-nav li:first-child {
  margin: 0;
}
.footer-nav li:before {
  position: absolute;
  left: 0;
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  color: #fff29c;
}
@media screen and (min-width: 960px) {
  .footer-nav li:before {
    display: none;
  }
}
.footer-nav li a {
  color: inherit;
}

.breadcrumbs {
  list-style: none;
  padding: 0;
  font-size: 12px;
  color: #654010;
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .breadcrumbs {
    font-size: 14px;
  }
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:after {
  content: '\0020/\0020';
}
.breadcrumbs li a {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs li a:hover, .breadcrumbs li a:focus {
  text-decoration: underline;
}
.breadcrumbs + h1 {
  margin-top: 2px;
}

/* .layout */
/* index */
.main-img {
  margin: 40px 0 0 -22px;
}

@media screen and (min-width: 768px) {
  .main-page-bg {
    margin-top: -25px;
    padding-top: 25px;
    background: url("/img/main_bg.png") no-repeat;
    background-position: 0 -50px;
    background-size: 105%;
  }
}
@media screen and (min-width: 960px) {
  .main-page-bg {
    background-position: 0 -100px;
    background-size: 115%;
  }
}
@media screen and (min-width: 1200px) {
  .main-page-bg {
    background-position: 0 -200px;
  }
}
@media screen and (min-width: 1400px) {
  .main-page-bg {
    background-position: -100px -200px;
  }
}

.start-block {
  position: relative;
}

.change-age {
  position: relative;
  padding: 50px 10px 10px 10px;
  border: 1px solid  #fed48a;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .change-age {
    margin: 0 0 0 20px;
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 340px;
    height: 115px;
  }
}
.info {
  position: absolute;
  top: -10px;
  left: -9px;
  padding-left: 20px;
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.info span {
  color: #a30b00;
  background: #f4b057;
  padding-right: 3px;
}
.info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #f4b057 url("/img/sprites-s413bd1fc0c.png") 0 -668px no-repeat;
  width: 21px;
  height: 20px;
}
.change-age a {
  display: block;
  vertical-align: top;
  position: relative;
  padding: 13px 15px 13px 60px;
  border: 1px solid  #a17a34;
  border-radius: 3px;
  font-size: 16px;
  color: #ffdcb1;
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0px 1px 2px 0px rgba(5, 3, 5, 0.2), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.25);
}
.change-age a:active {
  position: relative;
  top: 1px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .change-age a {
    display: inline-block;
  }
}
.change-age a:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 6px;
  vertical-align: middle;
  height: 35px;
  width: 30px;
  background: url("/img/sprites-s413bd1fc0c.png") no-repeat;
}
.change-age a:after {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 47px;
  background: rgba(183, 138, 51, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.change-age a:first-of-type {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAwCAIAAABfUYfWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIxQUI1Q0VGOUNERjExRTU5OTQ0OTU0QjBCOUQxQjRCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIxQUI1Q0YwOUNERjExRTU5OTQ0OTU0QjBCOUQxQjRCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjFBQjVDRUQ5Q0RGMTFFNTk5NDQ5NTRCMEI5RDFCNEIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjFBQjVDRUU5Q0RGMTFFNTk5NDQ5NTRCMEI5RDFCNEIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz46fZLXAAAAR0lEQVR42myO2w0AIAgDK6s5rdO4ERVQIiZ+NFcaXm2OLiRNECrCa/hCy9V7nFkHt+cn+/X5jsyemXKHTKL8degCBFdLgAEApo5ud29sf4wAAAAASUVORK5CYII=") repeat-x center/contain;
  background: linear-gradient(to top, #89612d 12%, #d1ab43 100%);
}
.change-age a:first-of-type:hover {
  background: #AE8738;
}
.change-age a:first-of-type:before {
  background-position: 0 -862px;
}
.change-age a:last-of-type {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAwCAIAAABfUYfWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU1OTU1NDExOUNERjExRTU5MUI3RTg0QzhFNzBBQjI1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU1OTU1NDEyOUNERjExRTU5MUI3RTg0QzhFNzBBQjI1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTU5NTU0MEY5Q0RGMTFFNTkxQjdFODRDOEU3MEFCMjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTU5NTU0MTA5Q0RGMTFFNTkxQjdFODRDOEU3MEFCMjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7FOf+FAAAAP0lEQVR42lxOQQoAIAyyHtcLe2PP0Iixsh1E0U1sa44uyYBg6rFpkqbNo3sM1p/nfe3Jfv/JLSi7cDxcbAEGAKSdf3ucu1+3AAAAAElFTkSuQmCC") repeat-x center/contain;
  background: linear-gradient(to top, #984112 12%, #e79647 100%);
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .change-age a:last-of-type {
    margin-left: 10px;
    margin-top: 0;
  }
}
.change-age a:last-of-type:hover {
  background: #BA6529;
}
.change-age a:last-of-type:before {
  background-position: 0 -897px;
}

.separator {
  border-top: 1px solid #f8c963;
}

.tab-controls {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.tab-controls__col {
  float: left;
  width: 33.3333%;
}
.tab-controls__col:nth-child(1) label:before {
  background-position: 0 1px;
}
@media screen and (min-width: 768px) {
  .tab-controls__col:nth-child(1) label:before {
    background-position: 0 0;
  }
}
.tab-controls__col:nth-child(2) label:before {
  background-position: 0 -49px;
}
@media screen and (min-width: 768px) {
  .tab-controls__col:nth-child(2) label:before {
    background-position: 0 -112px;
  }
}
.tab-controls__col:nth-child(3) label:before {
  background-position: 0 -101px;
}
@media screen and (min-width: 768px) {
  .tab-controls__col:nth-child(3) label:before {
    background-position: 0 -224px;
  }
}
.tab-controls label {
  position: relative;
  padding: 35px 5px 5px;
  text-align: center;
  width: 75px;
  display: inline-block;
  color: #482020;
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  line-height: 1.1;
  border-radius: 3px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .tab-controls label {
    display: inline-block;
    width: 85%;
    max-width: 320px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .tab-controls label {
    font-size: 18px;
  }
}
.tab-controls label:before {
  content: '';
  display: inline-block;
  background: url("/img/sprites-s413bd1fc0c.png") no-repeat;
  background-size: 25px;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  position: absolute;
  left: 50%;
  top: 5px;
  margin-left: -12px;
}
@media screen and (min-width: 768px) {
  .tab-controls label:before {
    background-size: auto;
    position: static;
    margin: 0 10px 2px 0;
    width: 55px;
    height: 51px;
  }
}
.tab-controls label i {
  font-style: normal;
  border-bottom: 1px dotted;
}

.input-m-tab:checked:nth-child(1) ~ .tab-controls .tab-controls__col:nth-child(1) label, .input-m-tab:checked:nth-child(2) ~ .tab-controls .tab-controls__col:nth-child(2) label, .input-m-tab:checked:nth-child(3) ~ .tab-controls .tab-controls__col:nth-child(3) label {
  background: #d58620;
  color: #ffffff;
  box-shadow: inset 4px 4px #af6e1a, 1px 1px #f5c57c;
}
.input-m-tab:checked:nth-child(1) ~ .tab-controls .tab-controls__col:nth-child(1) label i, .input-m-tab:checked:nth-child(2) ~ .tab-controls .tab-controls__col:nth-child(2) label i, .input-m-tab:checked:nth-child(3) ~ .tab-controls .tab-controls__col:nth-child(3) label i {
  border: 0;
}

.input-m-tab {
  position: fixed;
  top: 0;
  left: -9999px;
}
.input-m-tab:checked:nth-child(1) ~ .tab-controls .tab-controls__col:nth-child(1) label:before {
  background-position: 0 -23px;
}
@media screen and (min-width: 768px) {
  .input-m-tab:checked:nth-child(1) ~ .tab-controls .tab-controls__col:nth-child(1) label:before {
    background-position: 0 -54px;
  }
}
.input-m-tab:checked:nth-child(1) ~ .tabs .tab-item:nth-of-type(1) {
  display: block;
}
.input-m-tab:checked:nth-child(2) ~ .tab-controls .tab-controls__col:nth-child(2) label:before {
  background-position: 0 -75px;
}
@media screen and (min-width: 768px) {
  .input-m-tab:checked:nth-child(2) ~ .tab-controls .tab-controls__col:nth-child(2) label:before {
    background-position: 0 -168px;
  }
}
.input-m-tab:checked:nth-child(2) ~ .tabs .tab-item:nth-of-type(2) {
  display: block;
}
.input-m-tab:checked:nth-child(3) ~ .tab-controls .tab-controls__col:nth-child(3) label:before {
  background-position: 0 -125px;
}
@media screen and (min-width: 768px) {
  .input-m-tab:checked:nth-child(3) ~ .tab-controls .tab-controls__col:nth-child(3) label:before {
    background-position: 0 -280px;
  }
}
.input-m-tab:checked:nth-child(3) ~ .tabs .tab-item:nth-of-type(3) {
  display: block;
}

.tabs {
  position: relative;
}

.tab-item {
  display: none;
}

.ss-area {
  position: relative;
}

.visible-ss {
  overflow: hidden;
  height: 204px;
}

.wrap-ss {
  overflow-y: visible;
  overflow-x: auto;
  margin-right: -12px;
}

.cell-ss {
  display: table-cell;
  padding-right: 12px;
}
.cell-ss img {
  width: 245px;
  height: 160px;
  position: relative;
  margin-bottom: 4px;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.12);
}

.pre-ss-btn, .next-ss-btn {
  position: absolute;
  top: 50%;
  left: -24px;
  width: 14px;
  height: 26px;
  background: url("/img/sprite_ss.png") no-repeat 0 -26px;
  margin-top: -13px;
  cursor: pointer;
}

.disabled-btn {
  display: none;
}

.next-ss-btn {
  left: auto;
  right: -24px;
  background-position: 0 0;
}

.inner-wrap-ss {
  display: table;
}
.clinic-slider__slide {
  width: 245px;
  height: 160px;
  overflow: hidden;
}
.clinic-slider__slide img {
  width: 100%;
}

.map-area {
  height: 203px;
  border: 5px solid #ffd296;
  border-radius: 3px;
  position: relative;
}

.opinion-form {
  min-height: 204px;
  position: relative;
  background: #ffd296;
  border-radius: 3px;
  padding: 20px 20px 10px;
  color: #654010;
  font-size: 12px;
}

.opinion-form:before, .opinion-form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.opinion-form:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .opinion-form .c-l {
    width: 50%;
    float: left;
    display: table;
  }
}
@media screen and (min-width: 960px) {
  .opinion-form .c-l {
    width: 40%;
  }
}
.opinion-form .c-l .form-cell {
  padding-bottom: 5px;
}
.opinion-form .c-l .form-cell:first-child {
  padding-right: 10px;
  padding-top: 8px;
  width: 1%;
  white-space: nowrap;
}
.opinion-form .c-l .form-cell:last-child .style-fld {
  width: 100% !important;
}
.opinion-form .c-l .form-cell:last-child .select-style {
  width: 100% !important;
}
.opinion-form .btn-type1 {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .opinion-form .btn-type1 {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .opinion-form .btn-type1 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .opinion-form .c-r {
    float: right;
    width: 50%;
    padding-left: 20px;
  }
}
@media screen and (min-width: 960px) {
  .opinion-form .c-r {
    width: 60%;
  }
}
.opinion-form .c-r textarea {
  height: 170px;
  width: 100%;
}

.opinion-form .style-fld, .opinion-form .style-txt, .opinion-form .select-style-link {
  background: #e8b97a;
}

@media screen and (min-width: 768px) {
  .form-str {
    display: table-row;
  }
}
.form-str .form-cell {
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .form-str .form-cell {
    display: table-cell;
  }
}

.e-form-el-doctor_id {
  display: none;
}

.spec_selected .e-form-el-doctor_id {
  display: table-row;
}
.spec_selected textarea {
  height: 215px !important;
}

.style-fld {
  height: 36px;
  background: #f0d8a2;
  box-shadow: inset 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  border: none;
  font-size: 12px;
  color: #654010;
  padding: 0 10px;
  position: relative;
}
.style-fld:focus {
  box-shadow: 0 0 0 1px rgba(236, 255, 93, 0.8), inset 4px 4px rgba(0, 0, 0, 0.12);
}

.style-fld[disabled], .style-fld:disabled {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.style-txt {
  resize: none;
  overflow-y: auto;
  background: #f0d8a2;
  box-shadow: inset 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  border: none;
  font-size: 12px;
  color: #654010;
  padding: 8px 10px;
  position: relative;
  margin: 15px 0 10px;
}
@media screen and (min-width: 768px) {
  .style-txt {
    margin: 0;
  }
}
.style-txt:focus {
  box-shadow: 0 0 0 1px rgba(236, 255, 93, 0.8), inset 4px 4px rgba(0, 0, 0, 0.12);
}

.style-txt[disabled], .style-txt:disabled {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.style-txt:-moz-placeholder {
  color: #654010;
}
.style-txt::-moz-placeholder {
  color: #654010;
}
.style-txt:-ms-input-placeholder {
  color: #654010;
}
.style-txt::-webkit-input-placeholder {
  color: #654010;
}
.style-txt.placeholder {
  color: #654010;
}

@media screen and (min-width: 960px) {
  .last-news {
    float: left;
    width: 27%;
  }
}
.more-link {
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.more-link .fa {
  margin-right: 5px;
  font-size: 14px;
}

.new-item {
  line-height: 18px;
  margin-bottom: 28px;
}
.new-item:before, .new-item:after {
  content: " ";
  display: table;
}
.new-item:after {
  clear: both;
}
.new-item:first-of-type {
  margin-top: 18px;
}
.new-item .date-n-i {
  width: 71px;
  height: 34px;
  line-height: 34px;
  color: #ffffff;
  font-size: 24px;
  float: left;
  margin-right: 10px;
  background: #ee5000;
  font-family: "helveticaneuecyrthin", Arial, Helvetica, sans-serif;
  box-shadow: inset 4px 4px #c34200, 1px 1px #f6daa2;
  border-radius: 3px;
  position: relative;
  text-align: center;
}
.new-item .date-n-i b {
  font-family: "helveticaneuecyrbold", Arial, Helvetica, sans-serif;
}
.new-item a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.new-item a:hover, .new-item a:focus {
  text-decoration: underline;
}

@media screen and (min-width: 960px) {
  .about {
    float: right;
    width: 73%;
  }
}
@media screen and (min-width: 960px) {
  .about__body {
    margin-left: 35px;
  }
}

/* .index */
.search-doctor {
  padding: 0px 20px 20px 20px;
  font-size: 12px;
}

.search-doctor .style-fld, .search-doctor .select-style-link {
  background: #f0d8a2;
}

.search-doctor .style-fld {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.search-doctor .select-style {
  display: block;
  width: 100% !important;
  margin-bottom: 15px;
}

.search-doctor .btn-type1 {
  width: 100%;
  margin-top: 5px;
}

.doctors-list {
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
  overflow: auto;
}

.rubric_title a {
  color: #a30b00;
  text-decoration: none;
}

.doc-categories {
  padding: 20px 0;
}
.doc-categories a {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dashed;
  margin-bottom: 20px;
  margin-right: 20px;
}
.doc-categories a:last-child {
  margin-right: 0;
}

.doctor {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .doctor {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 960px) {
  .doctor {
    width: 25%;
  }
}
@media screen and (min-width: 1400px) {
  .doctor {
    width: 20%;
  }
}
.doctor .title-d {
  font-size: 18px;
  line-height: 1.2;
  margin: 8px 0 12px;
  color: #a30b00;
  font-family: "helveticaneuecyrbold", Arial, Helvetica, sans-serif;
}
.doctor .title-d a {
  color: inherit;
  text-decoration: none;
}
.doctor .title-d a:hover, .doctor .title-d a:focus {
  text-decoration: underline;
  color: #d60e00;
}
.doctor .title-d small {
  font-size: 14px;
  display: block;
  color: inherit;
}
.doctor p {
  font-size: 12px;
  line-height: 1.2;
}
.doctor > a:first-child:hover + .title-d a, .doctor > a:first-child:focus + .title-d a {
  text-decoration: underline;
}

.photo-doc {
  width: 100%;
  height: auto;
  position: relative;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.12);
}

.main-info-doctor {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 36px;
}
.main-info-doctor:before, .main-info-doctor:after {
  content: " ";
  display: table;
}
.main-info-doctor:after {
  clear: both;
}
.main-info-doctor .photo-doc {
  display: block;
  width: 150px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .main-info-doctor .photo-doc {
    margin-right: 9px;
    float: left;
  }
}
.main-info-doctor .overflow-hidden {
  padding-left: 11px;
}

.special-doc {
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #654010;
  margin: 0 0 20px;
}

.articles-doc {
  text-decoration: none;
  color: #654010 !important;
  margin-right: 40px;
}

.articles-doc i {
  font-style: normal;
  border-bottom: 1px dotted;
}

.articles-doc:hover, .articles-doc:focus {
  text-decoration: none;
}

.articles-doc:hover i, .articles-doc:focus i {
  border: 0;
}

.articles-doc .fa {
  color: #ffffff;
  margin-right: 4px;
}

.opinion-doc {
  color: #654010 !important;
}

.opinion-doc .fa {
  color: #ffffff;
  margin-right: 4px;
}

.info2-doc {
  margin: 20px 0 15px;
}

.quote-doc {
  padding: 12px;
  border-radius: 3px;
  max-width: 510px;
  background: #ffe569;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.12);
  position: relative;
  border: 0;
  font-size: 14px;
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  line-height: 1.7;
  margin: 0 3px 4px 0;
}

.quote-doc:before {
  content: '';
  position: absolute;
  background: url("/img/sprites-s413bd1fc0c.png") 0 -760px no-repeat;
  width: 11px;
  height: 18px;
  right: 100%;
  top: 10px;
}

.cert-control {
  position: fixed;
  top: 0;
  left: -9999px;
}
.cert-control:checked + .certificate-images {
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-bottom: 10px;
}
.cert-control:checked ~ label:before {
  content: 'Свернуть';
}

.certificate-images {
  overflow: hidden;
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.2s;
  font-size: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .certificate-images {
    margin-left: -10px;
    text-align: left;
  }
}
.certificate-images img {
  vertical-align: top;
  width: 60%;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .certificate-images img {
    width: 200px;
    margin-left: 10px;
  }
}

.certificate-item {
  display: table;
  margin-bottom: 50px;
}
.certificate-item .cell-l {
  display: table-cell;
  width: 552px;
  max-width: 552px;
  border-right: 1px dotted #ffffff;
  vertical-align: top;
  padding-right: 15px;
}
.certificate-item .cell-r {
  display: table-cell;
  width: 120px;
  max-width: 120px;
  text-align: center;
  vertical-align: top;
  padding: 0 10px;
}
.certificate-item .title-c-i {
  color: #a30b00;
  font-family: "helveticaneuecyrbold", Arial, Helvetica, sans-serif;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.2;
}
.certificate-item label {
  color: #303361;
  border-bottom: 1px dotted;
  cursor: pointer;
}
.certificate-item label:before {
  content: 'Показать изображения';
}

.equip-item {
  margin-bottom: 30px;
  display: table;
}
@media screen and (min-width: 960px) {
  .equip-item {
    width: 50%;
    float: left;
    margin-bottom: 60px;
  }
}
.equip-item__col {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 960px) {
  .equip-item__col:first-child {
    width: 140px;
  }
}
.equip-item__img-link {
  display: block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: white;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .equip-item__img-link {
    height: 140px;
    width: 140px;
  }
}
.equip-item__img-link img {
  width: 100%;
}
.equip-item__title {
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #ee5000;
  padding: 0 15px;
}
@media screen and (min-width: 960px) {
  .equip-item__title {
    max-width: 250px;
    font-size: 24px;
  }
}
.equip-item__title a {
  text-decoration: none;
  color: inherit;
}
.equip-item__title a:hover {
  color: #b72b00;
}

.uzi-item {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .uzi-item {
    margin-top: 50px;
  }
  .uzi-item:after {
    content: "";
    display: table;
    clear: both;
  }
}
.uzi-item:first-of-type {
  margin-top: 0;
}
.uzi-item__img-block {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  background-color: white;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 768px) {
  .uzi-item__img-block {
    width: 150px;
    height: 150px;
    margin: 0 20px 20px 0;
    float: left;
  }
}
.uzi-item__img-block img {
  width: 100%;
}
.uzi-item__title {
  font-size: 16px;
  font-weight: bold;
  color: #a30b00;
  margin-bottom: 10px;
}

/* pages */
.num-list {
  counter-reset: list1;
}
.num-list li {
  color: #a30b00;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 35px;
}
.num-list li:before {
  counter-increment: list1;
  content: counter(list1) ". ";
  color: white;
  font-weight: normal;
}

.sections__list {
  padding: 20px;
}
.sections__item {
  font-family: "helveticaneuecyrbold", Arial, Helvetica, sans-serif;
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  color: #402706;
  list-style: none;
}
.sections__trigger {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  margin-left: -8px;
  margin-top: -2px;
  cursor: pointer;
}
.sections__trigger:before {
  line-height: 25px;
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  color: #cf3700;
}
.sections__trigger.active:before {
  content: '\f107';
}
.sections__title {
  color: #402706;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sections__sub-list {
  display: none;
}
.sections__sub-item {
  padding-left: 10px;
}
.sections__sub-link {
  font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
  color: #402706;
  text-decoration: none;
  font-weight: normal;
}

/* pages */
/* price */
.price__col-2, .price__col-3, .price__col-1 {
  font-size: 12px;
  padding: 5px;
  min-height: 24px;
}
@media screen and (min-width: 768px) {
  .price__col-2, .price__col-3, .price__col-1 {
    min-height: 28px;
    font-size: 14px;
  }
}

.price__col-2, .price__col-3 {
  width: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .price__col-2, .price__col-3 {
    width: 105px;
  }
}

.price__col-1 .title-1, .price__col-1 .title-2 {
  cursor: pointer;
  color: #303360;
  line-height: 1;
  border-bottom: 1px dotted;
  transition: color 0.2s;
}

.price {
  font-size: 0;
  margin-bottom: 30px;
}
.price .rub:after {
  content: 'Р';
  text-decoration: line-through;
  font-size: 0.9em;
  margin-left: 2px;
}
.price__row {
  overflow: auto;
  position: relative;
}
.price__row_pos_first {
  border-bottom: 1px solid #d79641;
}
.price__row_pos_first .price__col-2, .price__row_pos_first .price__col-3 {
  font-size: 11px;
  color: #9b733e;
}
.price__row_type_hidden {
  border-radius: 3px;
  cursor: pointer;
}
.price__row_type_hidden:nth-child(odd) {
  background: rgba(224, 155, 65, 0.4);
}
.price__row_type_hidden:hover {
  background: rgba(224, 155, 65, 0.8);
  color: white;
}
.price__col-1 {
  display: block;
  padding-left: 7px;
  margin-right: 100px;
  border-right: 1px solid #d79641;
}
@media screen and (min-width: 768px) {
  .price__col-1 {
    margin-right: 210px;
  }
}
.price__col-1:after {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  background: #d79641;
  right: 50px;
}
@media screen and (min-width: 768px) {
  .price__col-1:after {
    right: 105px;
  }
}
.price__col-1.active .title-1, .price__col-1.active .title-2 {
  color: #ffee9d;
}
.price__col-1_i_dot:before {
  content: '\f10c';
  font-family: FontAwesome;
  font-size: 7px;
  margin-right: 5px;
  position: relative;
  bottom: 2px;
}
.price__col-1_i_cross:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: -2px;
  margin-right: 5px;
  background: url("/img/cross.svg") no-repeat center;
}
.price__col-1_type_sub {
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .price__col-1_type_sub {
    padding-left: 40px;
  }
}
.price__col-1 .title-1 {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .price__col-1 .title-1 {
    font-size: 18px;
  }
}
.price__col-1 .title-2 {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .price__col-1 .title-2 {
    font-size: 14px;
  }
}
.price__col-2 {
  right: 50px;
}
@media screen and (min-width: 768px) {
  .price__col-2 {
    right: 105px;
  }
}

.js-dropdown-1 {
  display: none;
}

.js-dropdown-2 {
  display: none;
}

/* .price */
.imt-form .e-form-el {
  margin: 0 0 30px 0;
  display: inline-block;
}
.imt-form .e-form-el > label {
  color: #a30b00;
  font-family: "helveticaneuecyrbold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: block;
  margin: 0 0 10px;
}
.imt-form .e-form-el.footer-m-w {
  display: block;
}
.imt-form .e-form-el input {
  width: 100px;
}
.imt-form .e-form-el-control {
  margin-right: 30px;
}
.imt-form .e-form-radio-el input {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.imt-form .e-form-el-error li {
  padding: 10px 0 0 0;
  color: #ff0000;
}
.imt-form .e-form-el-val {
  margin-left: 5px;
}
.imt-form .btn-type1 {
  margin-top: 0;
}

.e-form__item {
  margin-top: 40px;
}
.e-form__item:first-child {
  margin-top: 0;
}
.e-form__title {
  font-size: 18px;
  color: #a30b00;
  line-height: 1.2;
  margin-bottom: 10px;
}
.e-form__answere .hidden-input:checked + .e-form__view:after {
  opacity: 1;
}
.e-form__view {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 15px;
  color: #654010;
  cursor: pointer;
}
.e-form__view:before {
  content: '';
  display: inline-block;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-color: #d7a25c;
  box-shadow: inset 3.5px 3.5px 0px 0px rgba(0, 0, 0, 0.1);
}
.e-form__view:after {
  display: inline-block;
  position: absolute;
  font-family: FontAwesome;
  color: white;
  opacity: 0;
  top: 50%;
}
.e-form__view_type_checkbox:after {
  content: '\f00c';
  font-size: 12px;
  left: 3px;
  margin-top: -11px;
}
.e-form__view_type_radio:before {
  border-radius: 50%;
}
.e-form__view_type_radio:after {
  content: '\f111';
  font-size: 6px;
  left: 5px;
  margin-top: -7px;
}

.video-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 50px;
}

.video-item {
  margin-bottom: 30px;
}

.video-item__player {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.video-item__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-item__preview {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.video-item__btn {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  background-color: transparent;
  z-index: 10;
  border: 0;
  padding: 0;
}

.video-item__header {
  padding-top: 20px;
  margin-bottom: 20px;
}

.video-item__title {
  font-family: 'helveticaneuecyrbold', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 21px;
  width: 100%;
  color: #a30b00;
  margin: 0 0 20px;
}

.video-item__link {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  color: #654010;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .video-wrapper {
    margin-top: 37px;
    margin-bottom: 80px;
  }
  
  .video-item {
    width: 50%;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1400px) {
  .video-item {
    padding-right: 33px;
  }

  .video-item__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 25px;
  }

  .video-item__title {
    width: 65%;
  }

  .video-item__link {
    width: 30%;
  }
  .video-item-card .video-item__link {
	text-align: right;
  }
}

a.video-item__title {
  text-decoration: none;
}
/*
    Document   : styleCorrect
    Created on : 11.01.2016, 11:00:05
    Author     : n.gordeev
    Description:
        Purpose of the stylesheet follows.
*/

.response-form{
	margin: 0 auto;
}
.sections__list .curr-sect .sections__title{
	color: #303360;
}
.test-form .e-form-el:first-child .frm-error{
	right: 31px;
}
.test-form .e-form-el .frm-error{
	right: 25px;
}
@media screen and (min-width: 768px){
	.change-age{
		width: 344px !important;
	}
}
.base-page-list .num-list li{
	list-style: none;
	/*color: #fff;*/
	font-weight: normal;
}
.base-page-list .num-list li:before{
	content: '';
}
.base-page-list .num-list li a{
	color: #a30b00;
	font-weight: bold;
	text-decoration: none;
}
.doctor{
	display: inline-block;
	vertical-align: top;
	float: none !important;
}
.to-map, .to-map:hover, .to-map:visited{
	color: #fff;
}
.price__row_type_hidden.active {
  background: rgba(224, 155, 65, 0.8);
  color: white;
}
.scrollup{
	width: 60px;
	height: 60px;
	opacity: 1;
	position: fixed;
	bottom: 50px;
	/*left: 100px;*/
	left: 15%;
	bottom: 335px;
	display: none;
	text-indent: -9999px;
	background: url('/img/to_top.png') no-repeat;
}
@media screen and (max-width: 768px){
	.scrollup{
		left: 15px;
	}
}
@media screen and (max-width: 640px){
	.scrollup{
		display: none !important;
	}
}

.top-foot{
	padding: 28px 0;
}
@media screen and (min-width: 960px) {
	.footer{
		height: auto;
	}
	.top-foot {
		height: auto;
	}
}
.content{
	margin: 0;
}
.footer{
	position: static;
}
.ri-block{
	margin-bottom: 20px;
}
.r-img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 960px){
	.aside-nav{
		max-height: 470px;
	}
}
@media screen and (max-width: 768px){
	.main-page-bg{
		background-position: 80px -65px;
	}
	.aside-nav{
		max-height: 275px;
	}
}
@media screen and (min-width: 1400px){
	.main-page-bg{
		background-position: 0 -200px;
	}
}
.doctor .manager_descr{
	font-size: 14px;
	font-weight: bold;
}

/*	20.04.16
	Panov.A
	styles for responsive table on /page/vitamins 	*/
@media screen and (max-width: 639px){
	.resp-table tr td:first-child{
		border-bottom: 1px solid rgba(159, 125, 80, 0.3);
	}
	.resp-table td{
		display: block;
	}
}
.resp-table{
	max-width: 800px;
}
@media screen and (max-width: 768px){
    .service-doctor-item {
        width: 45%;
    }
}
@media screen and (max-width: 425px){
    .service-doctor-item {
        width: 40%;
    }
}

.uslugi-vracha-link .button {
    background: #ee5000;
    font-size: 12px;
    line-height: 1;
    color: #fff9e5;
    display: block;
    padding: 6px 10px;
    width: 225px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
    margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 40px;
	text-decoration: none;
	cursor: pointer;
}

.uslugi-vracha-link .button:hover {
	 background: #dd4000;
}

.new-visit-wrap {
	display: block;
}

.uslugi-vracha-link .new-visit-wrap .button {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
}

.uslugi-vracha-link .new-visit-wrap .button.visit-link {
	margin-bottom: 15px;
	margin-top: 0;
}

.e-form-el-confirm .frm-error {
    top: 33px;
}

.custom-checkbox {
	margin-top: 25px;
	display: block;
}

.custom-checkbox a {
	color: #654010;
}

.custom-checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox>span {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-checkbox>span::before {
    content: '';
    display: inline-block;
    width: 27px;
    height: 27px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius:4px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
	background-color: #F0D8A2;
}

.custom-checkbox>input:checked+span::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23654010' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}



.visit-main-btn {
	display: inline-block;
	text-align: center;
    width: 130px;
    padding: 5px 10px;
	margin: 20px 10px 0 0;
    border-radius: 3px;
    font-family: "helveticaneuecyrlight", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffe569 !important;
    text-decoration: none !important;
}

.visit-main-wrapper {
	margin-bottom: 15px;
}

.tel-op, .tel-op:hover, .tel-op:active, .tel-op:focus, .tel-op:visited {
	text-decoration: none;
	color: #000;
}



@media screen and (min-width: 960px) {
	.visit-main-wrapper {
		float: right;
		margin: 0;
	}
}

.datepicker2 + #ui-datepicker-div {
  position: absolute !important;
  top: auto !important;
  left: auto !important;
}

.response-form.response-form-adapt {
	width: 100%;
	max-width: 652px;
}

@media screen and (max-width: 768px) {
	 
	.response-form.response-form-adapt .table-form, 
	.response-form.response-form-adapt .table-form .row-form,
	.response-form.response-form-adapt .table-form .row-form .cell-form {
		display: block;
	}

	.response-form.response-form-adapt .btn-type1 {
		width: 148px;
		margin: 0 auto;
		display: block;
	}

}

.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    font-family: Verdana, sans-serif;  
    color: #663a02;
    background: #d58620;
    padding: 10px 20px; 
    border-top: 4px solid #f4b057;
}
/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #663a02;
    font-weight: bold;
    text-transform: uppercase; 
    background: #d58620;
    border: 2px solid #f4b057;
}
.cookie_btn:hover {
    color: #663a02;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #f4b057;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}

/* Компактное уведомление о разработке нового сайта */
.development_notice {
    position: fixed;
    z-index: 9999998;
    right: 20px;
    bottom: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    width: 320px;
    max-width: calc(100% - 40px);
    padding: 16px 38px 15px 16px;
    color: #654010;
    background: #fff9e5;
    border-left: 5px solid #ee5000;
    border-radius: 4px;
    box-shadow: 0 5px 18px rgba(101, 64, 16, 0.25);
    font-family: Verdana, sans-serif;
    line-height: 1.45;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: bottom 220ms ease, opacity 220ms ease, transform 220ms ease, visibility 220ms ease;
}

.development_notice.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.development_notice__icon {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    margin: 1px 11px 0 0;
    color: #fff9e5;
    background: #ee5000;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    line-height: 25px;
    text-align: center;
}

.development_notice__content {
    min-width: 0;
}

.development_notice__title {
    display: block;
    margin: 0 0 4px;
    color: #a30b00;
    font-size: 14px;
}

.development_notice__content p {
    margin: 0;
    font-size: 12px;
}

.development_notice__close {
    position: absolute;
    top: 5px;
    right: 7px;
    width: 28px;
    height: 28px;
    padding: 0;
    color: #9f7d50;
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 26px;
}

.development_notice__close:hover,
.development_notice__close:focus {
    color: #a30b00;
    background: #f0d8a2;
    outline: none;
}

@media screen and (max-width: 520px) {
    .development_notice {
        right: 12px;
        bottom: 12px;
        width: auto;
        max-width: none;
        left: 12px;
        padding: 13px 35px 13px 13px;
    }

    .development_notice__icon {
        margin-right: 9px;
    }
}