

/* Start:/bitrix/templates/template/assets/css/jquery.fancybox.css?14734182544955*/
/*! fancyBox v2.1.5 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('/bitrix/templates/template/assets/css/../images/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('/bitrix/templates/template/assets/css/../images/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('/bitrix/templates/template/assets/css/../images/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 !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/template/assets/css/../images/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);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/template/assets/css/../images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/template/assets/css/../images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/template/assets/css/jquery.bxslider.css?14734182543851*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/bitrix/templates/template/assets/css/../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/bitrix/templates/template/assets/css/../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/bitrix/templates/template/assets/css/../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/bitrix/templates/template/assets/css/../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/bitrix/templates/template/assets/css/../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* End */


/* Start:/bitrix/templates/template/assets/css/jquery.selectBox.css?14734182543572*/
/* Dropdown control */
.selectBox-dropdown {
    min-width: 150px;
    position: relative;
    border: solid 1px #BBB;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    background: #F2F2F2;
    background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: default;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    background: url(/bitrix/templates/template/assets/css/../images/jquery.selectBox-arrow.gif) 50% center no-repeat;
    border-left: solid 1px #BBB;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options LI A {
    line-height: 1.5;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
    background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}
/* End */


/* Start:/bitrix/templates/template/assets/css/style.css?147992235063770*/
/* Reset styles
-----------------------------------------------------------------------------*/
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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, summary {
	display: block;
}
:focus { 
    outline: 0;
}
input, textarea {
	padding: 0;
}

/* fonts */
/** Generated by FG **/
@font-face {
	font-family: 'RobotoBold';
	src: url('/bitrix/templates/template/assets/css/../fonts/RobotoBold.eot');
	src: local('☺'), url('/bitrix/templates/template/assets/css/../fonts/RobotoBold.woff') format('woff'), 
	url('/bitrix/templates/template/assets/css/../fonts/RobotoBold.ttf') format('truetype'), 
	url('/bitrix/templates/template/assets/css/../fonts/RobotoBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Generated by FG **/
@font-face {
	font-family: 'RobotoLight';
	src: url('/bitrix/templates/template/assets/css/../fonts/RobotoLight.eot');
	src: local('☺'), url('/bitrix/templates/template/assets/css/../fonts/RobotoLight.woff') format('woff'), 
	url('/bitrix/templates/template/assets/css/../fonts/RobotoLight.ttf') format('truetype'), 
	url('/bitrix/templates/template/assets/css/../fonts/RobotoLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RobotoLightItalic';
	src: url('/bitrix/templates/template/assets/css/../fonts/3963-webfont.eot');
	src: local('☺'), url('/bitrix/templates/template/assets/css/../fonts/3963-webfont.woff') format('woff'), 
	url('/bitrix/templates/template/assets/css/../fonts/3963-webfont.ttf') format('truetype'), 
	url('/bitrix/templates/template/assets/css/../fonts/3963-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* do not group these rules */
*::-webkit-input-placeholder {
	/*color: #4c4c4c;*/
	color: #000;
	font-family: 'RobotoLight', sans-serif;
}
*::-moz-placeholder {
    /* FF 4-18 */
	color: #000;
	font-family: 'RobotoLight', sans-serif;
}
*::-moz-placeholder {
    /* FF 19+ */
	color: #000;
	font-family: 'RobotoLight', sans-serif;
}
*::-ms-input-placeholder {
    /* IE 10+ */
	color: #000;
	font-family: 'RobotoLight', sans-serif;
}
/* for clear floats */




textarea {
	overflow: hidden;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
html {
	height: 100%;
	width: 100%;
}
body {
	color: #333;
	height: 100%;
	width: 100%;
    min-width: 1280px;
	font-family: 'RobotoLight';
	letter-spacing: 1px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0;
}
h1, h1 a {
	font-size: 30px;
}
h2, h2 a {
	font-size: 28px;
}
h1, h1 a, h2, h2 a, h3, h3 a  {
	color: #ff4f00;
	font-family: 'RobotoBold', Arial, Tahoma, Verdana, sans-serif;
	margin: 10px 0 10px 0;
	text-decoration: none;
	font-weight: 400;
	text-align: center;
}
h1 a:hover, h2 a:hover, h3 a:hover  {
	border-bottom: 1px solid #ff4f00;
}
h4, h4 a {
	font: 11px 'RobotoBold', Arial, Tahoma, Verdana, sans-serif;
}
ul {
	list-style: none;
	margin: 0px;
}
ol {
	list-style: decimal;
	margin: 0px;
}
li {
	margin: 0;
}
input {
	vertical-align: middle;
}
hr {
	background: #ff4f00; 
	color: #ff4f00;
	border: 0;
	height: 1px;
	margin: 0px auto;
	text-align: center;
	width: 100%;
}
b{
	font-family: 'RobotoBold';
}
/* for clear floats */
.clearfix:before, .clearfix:after{
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}
.empty{
	margin-bottom: 0!important;
    border: none!important;
    background: none!important;
    height: 0!important;
	min-height: 0!important;
    overflow: hidden!important;
    visibility: hidden!important;
	min-width: 200px!important;
	margin: 0px!important;
	padding: 0px!important;
	display: inline-block!important;
}
.width{
	width: 950px;
	position: relative; 
	margin: 0px auto;
}
.bold{
	font-family: 'RobotoBold';
}
/* HEADER
-----------------------------------------------------------------------------*/
.header{
	min-height: 100px;
	background: rgba(239,237,237, 0.3);
	/*background-color: #efeded;*/
}
.main-page .header{
    height: 568px;
	background-color: inherit;
	background: url('/bitrix/templates/template/assets/css/../images/header-bg1.jpg') no-repeat center top;
    background-size: 100% 100%;
	position: relative;
	padding-top: 120px;
}
.header-top{
    height: 120px;
    padding-top: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
	margin-top: -120px;
}
.header-top.fixedMenu{
	height: 88px;
	background-color: #69739b;
	-moz-box-shadow: 0 4px 6px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.15);
	box-shadow: 0 4px 6px 0 rgba(0,0,0,.15);
	padding-top: 0px;
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 99;
	margin-top: 0px;
}
.head-logo{
	width: 142px;
	height: 50px;
	background: url('/bitrix/templates/template/assets/css/../images/header-logo.png') no-repeat center top;
	display: block;
	float: left;
}
.top-menu{
    float: left;
    margin-left: 34px;
    margin-top: 5px;
}
.top-menu-item{
    display: inline-block;
    max-width: 120px;
    margin-left: 7px;
    position: relative;
    height: 35px;
    vertical-align: top;
	padding-bottom: 4px;
}
.tm-item-rel{
    display: table-cell;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    vertical-align: middle;
    padding: 0px 15px 10px 15px;
    line-height: 14px;
    height: 35px;
}
.fixedMenu .tm-item-rel{
    padding: 0px;
}
.header-top-right{
    width: 175px;
    text-align: right;
    float: right;
    margin-top: -2px;
}
.ht-phone{
    font-family: 'RobotoBold';
    color: #2d2d2d;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 2px;
}
.ht-mail{
	color: #231f23;
	letter-spacing: 0px;
}
.top-menu-item:hover:after, .active.top-menu-item:after{
	display: block;
	content: "";
	width: 100%;
	bottom: 0px;
	left: 0px;
	height: 1px;
	background-color: #f14840;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDYzIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSIxMjUlIiB5MT0iMTI1JSIgeDI9Ii0yNSUiIHkyPSItMjUlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY1NGY4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM2NTRmODciIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNjU0Zjg3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzU2ZjlkIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzU2ZGExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI2MyIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
	background-image: -moz-linear-gradient(bottom right, #654f87 -25%, #654f87 -25%, #654f87 -24.3%, #356f9d 125%, #356da1 125%);
	background-image: -o-linear-gradient(bottom right, #654f87 -25%, #654f87 -25%, #654f87 -24.3%, #356f9d 125%, #356da1 125%);
	background-image: -webkit-linear-gradient(bottom right, #654f87 -25%, #654f87 -25%, #654f87 -24.3%, #356f9d 125%, #356da1 125%);
	background-image: linear-gradient(bottom right, #654f87 -25%, #654f87 -25%, #654f87 -24.3%, #356f9d 125%, #356da1 125%);
	position: absolute;
}
.head-middle{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px;
	margin-top: 85px;
	margin-bottom: 64px;
}
.head-title{
    color: #282828;
    font-size: 51px;
    font-family: 'RobotoLight';
    text-align: left;
    text-transform: uppercase;
    line-height: 56px;
	margin-bottom: 15px;
	letter-spacing: 4px;

}
.head-title-bold{
	font-family: 'RobotoBold';
	letter-spacing: 6px;
	
}
.head-title-city{
	font-family: 'RobotoLight';
	font-size: 14px;
	text-transform: uppercase;
	color: #323232;
	letter-spacing: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hb-mitem{
    width: 315px;
    height: 214px;
    border: 1px solid #DEDEDE;
    border-right-width: 0px;
    display: block;
    float: left;
    border-bottom-width: 0px;
	position: relative;
}
.hb-mitem a:before{
	display: block;
	position: absolute;
	content: "";
	background: url(/bitrix/templates/template/assets/css/../images/sprite.png) no-repeat 0px 0px;
}
.hb-first a:before{
    width: 42px;
    height: 40px;
    top: 51px;
    left: 38px;
	background-position: 0px 0px;
}
.hb-second a:before{
    width: 38px;
    height: 30px;
    top: 45px;
    left: 42px;
	background-position: -43px 0px;
}
.hb-last a:before{
    width: 49px;
    height: 34px;
    top: 48px;
    left: 47px;
	background-position: -82px 0px;
}
.hb-mitem.hb-first:hover a:before{
	top: 32px;
	background: url(/bitrix/templates/template/assets/css/../images/hovermainmenuicon.png);
	background-position: 0 -1px;
}
.hb-mitem.hb-second:hover  a:before{
	top: 32px;
	background: url(/bitrix/templates/template/assets/css/../images/hovermainmenuicon.png);
	background-position: -50px -1px;
}
.hb-mitem.hb-last:hover  a:before{
	top: 32px;
	background: url(/bitrix/templates/template/assets/css/../images/hovermainmenuicon.png);
	background-position: -100px -1px;
}
.sotdetail{
	text-align: center;
	font-size: 0px;
	margin-top: 11px;
}
.sotdetail_text{}
.sotdetail_text b{}
.hb-last{
	border-right-width: 1px;
}
.hb-mitem-rel{
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 99px 10px 10px 41px;
    font-family: 'RobotoBold';
    letter-spacing: 1px;
    font-size: 17px;
    line-height: 21px;
    color: #333;
    text-decoration: none;
	position: relative;
    z-index: 8;
}
.hb-mitem:hover .hb-mitem-rel{
	background: url(/bitrix/templates/template/assets/css/../images/hovermainmenu.jpg);
	color: #fff;
	padding: 88px 10px 10px 41px;
}

.hb-mitem:hover .hb-mitem-rel .hovers{
	display: block;
	margin-top: 19px;
	font-size: 15px;
	font-family: 'RobotoLight';
	line-height: 16px;
	font-weight: normal;
}
.hb-mitem:hover{
	border-color: transparent;
}
.hovers{
	display: none;
}
.hb-mitem-relbold{
    font-size: 24px;
}
.fixedMenu .width{
	height: 100%;
}
.fixedMenu .top-menu{
	height: 100%;
	display: table;
	margin: 0px;
}
.fixedMenu .top-menu-item{
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    max-width: 132px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    max-width: 132px;
    padding: 0px 10px 0px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fixedMenu .top-menu-item:hover{
	background-color: #59678F;
}
.fixedMenu .top-menu-item:hover{
	
}
.fixedMenu .top-menu-item:hover:after, .fixedMenu .active.top-menu-item:after{
	display: none;
}
.fixedMenu .ht-phone{
	color: #fff;
	font-size: 14px;
    margin-bottom: -1px;
}
.fixedMenu .head-logo{
    margin-top: 18px;
	margin-right: 30px;
}
.fixedMenu .ht-mail{
	color: #fff;
	font-size: 15px;
}
.fixedMenu .header-top-right{
    padding-top: 7px;
    margin-top: 8px;
	width: 150px;
}
.header-bottom{
	position: absolute; 
	bottom: 0px;
	width: 100%;
}

/* END HEADER
-----------------------------------------------------------------------------*/




/* CONTENT
-----------------------------------------------------------------------------*/
.wrap-hold-conf{
	background-color: #efeded;
}
.page-title{
    color: #232022;
    font-family: 'RobotoLight';
    font-size: 41px;
    padding-top: 74px;padding-top: 88px;
    margin-bottom: 21px;
    letter-spacing: 3px;
    position: relative;
    line-height: 40px;
    margin-left: -4px;
}
.page-title-bold{
    font-family: 'RobotoBold';
}
.page-title-signature{
	color: #2d2d2d;
	font-family: 'RobotoLight';
	font-size: 18px;
    letter-spacing: 1px;
	margin-bottom: 35px;
}
.hold-conf-list{
    margin-bottom: 17px;
}
.hold-conf-item{
	min-height: 140px;
	border: 1px solid #E2E2E2;
	border-bottom-width: 0px;
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background: #FCFCFC;
}
.hold-conf-item:hover{
	background-color: rgba(0,0,0,0.1); 
}
.hold-conf-item:last-child{
	border-bottom-width: 1px;
}
.hc-left{
	width: 189px;
	min-height: 139px;
	font-size: 0px;
	padding: 0px;
	/*float: left;*/
	vertical-align: middle;
	position: relative;
}
.hc-right{
    width: 675px;
    /*float: right;*/
    margin-right: 40px;
	vertical-align: top;
	height: 55px;
}
.hc-right-bottom{
	vertical-align: middle;
}
.hc-top{
    color: #797979;
    font-family: 'RobotoBold';
    font-size: 11px;
    text-transform: uppercase;
    height: 54px;
    border-bottom: 1px dashed #ECECEC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0px 0px 5px;
	/*margin-bottom: 14px;*/
}
.hc-right-col{
	width: 45px;
}
.hc-top-date{
    position: relative;
    display: inline-block;
    padding-left: 38px;
    letter-spacing: 1px;
    margin-right: 47px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'RobotoBold';
    color: #797979;
}
.hc-top-date:before{
    display: block;
    position: absolute;
    content: "";
    background: url(/bitrix/templates/template/assets/css/../images/sprite.png) no-repeat -132px 0px;
    width: 14px;
    height: 14px;
    top: -2px;
    left: 0px;
	
}
.hold-conf-list .hc-top-date:before{
    top: 50%;
    margin-top: -8px;
}
.hc-top-city{
    position: relative;
    display: inline-block;
    padding-left: 28px;
    letter-spacing: 1px;
    margin-right: 41px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'RobotoBold';
    color: #797979;
}
.hc-top-city:before{
    display: block;
    position: absolute;
    content: "";
    background: url(/bitrix/templates/template/assets/css/../images/sprite.png) no-repeat -147px 0px;
    width: 10px;
    height: 16px;
    top: -2px;
    left: 0px;
}
.hc-top-rinc{
    position: relative;
    display: inline-block;
    padding-left: 32px;
    letter-spacing: 1px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'RobotoBold';
    color: #797979;
}
.hc-top-rinc:before{
	display: block;
    position: absolute;
    content: "";
    background: url(/bitrix/templates/template/assets/css/../images/sprite.png) no-repeat -132px -15px;
    width: 13px;
    height: 15px;
    top: -2px;
    left: 0px;
}
.hc-title{
	font-size: 16px;
	color: #2d2d2d;
	display: block;
	text-decoration: none;
	letter-spacing: 1px;
	margin-bottom: 3px;
}
.hc-title-bold{
    font-family: 'RobotoBold';
	letter-spacing: 1px;
	/*text-indent: -6px;*/
}
.content-sgn{
	color: #2d2d2d;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 41px;
}
.link-page{
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 360px;
	height: 63px;
	line-height: 61px;
	background-image: -webkit-linear-gradient(45deg, #366ea2, #36709e, #534e86);
	background-image: -moz-linear-gradient(45deg, #366ea2, #36709e, #534e86);
	background-image: -o-linear-gradient(45deg, #366ea2, #36709e, #534e86);
	background-image: -ms-linear-gradient(45deg, #366ea2, #36709e, #534e86);
	background-image: linear-gradient(45deg, #366ea2, #36709e, #534e86);
	vertical-align: middle;
	display: block;
	text-decoration: none;
    letter-spacing: 3px;
    margin: 0px auto 106px auto;
	position: relative;
}
.link-page:hover:after{
	display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(255,255,255,0.1);
}
.scientific-list{
    font-size: 0px;
    margin: 55px 0px 52px 0px;
}
.scientific-item{
    width: 310px;
    height: 555px;
    background: #efedee;
    display: inline-block;
    font-size: 14px;
    margin: 0px 4px;
    vertical-align: top;
    padding-bottom: 0px;
}
.scientific-item:first-child{
	margin-left: 0px;
}
.scientific-item:nth-child(3n){
	margin-right: 0px;
}
.scientific-item:hover{
	background: rgba(0,0,0,0.1);
}
.sci-wrap-img{
	
}
.scientific-link-more{
    width: 312px;
    height: 69px;
    line-height: 61px;
    margin-bottom: 102px;
}
.sci-wrap-cont{
    width: 310px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 27px 15px 0px 26px;
}
.scientific-item a{
	text-decoration: none;
}
.sci-tag{
	color: #231f23;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.sci-name{
    font-family: 'RobotoBold';
    display: inline-block;
    margin-bottom: 1px;
    text-decoration: none;
    color: #231f23;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 22px;
	height: 66px;
	width: 88%;
	margin-bottom: 10px;
}
.scientific-item .hc-top-date{
    display: block;
    padding-left: 30px;
    margin-bottom: 10px;
}
.scientific-item .hc-top-date:before{
    top: 0px;
    left: 2px;
}
.scientific-item .hc-top-city{
    display: block;
    padding-left: 30px;
    margin-bottom: 11px;
}
.scientific-item .hc-top-city:before{
    left: 4px;
}
.scientific-item .hc-top-rinc{
    display: block;
    padding-left: 30px;
    margin-bottom: 19px;
}
.scientific-item .hc-top-rinc:before{
    top: -1px;
    left: 2px;
}
.sci-price{
	font-size: 13px;
	color: #232023;
}
.sci-price-value{
	font-family: 'RobotoBold';
	font-size: 23px;
	color: #232023;
}
.our-achievements{
	background: url('/bitrix/templates/template/assets/css/../images/achievements.jpg') top center no-repeat;
    background-size: 100% auto;
	height: 445px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.our-achievements .page-title{
    color: #fff;
    padding-top: 87px;
    margin-bottom: 74px;
}
.our-achievements .page-title:after{
	background-color: #fff;
	width: 40px;
	height: 5px;
	position: absolute;
	display: block;
	content: "";
    bottom: -21px;
	left: 0px;
}
.achievements-list{
	font-size: 0px;
}
.achievement-item{
    display: inline-block;
    font-size: 14px;
    width: 155px;
    vertical-align: top;
    margin-right: 42px;
}
.achievement-item:last-child{
	margin-right: 0px;
}
.ach-number{
	opacity: .9;
	color: #fff;
	font-size: 40px;
	position: relative;
	font-family: 'RobotoBold';
    margin-bottom: 25px;
}
.ach-number:after{
	width: 23px;
	height: 5px;
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	display: block;
	content: "";
    bottom: -7px;
	left: 0px;
}
.ach-title{
	font-family: 'RobotoBold';
	color: #fff;
	font-size: 16px;
}
.ach-descr{
	opacity: .7;
	color: #fff;
	font-size: 14px;
}
.reliability-wrap{
	background: rgba(239,237,237,0.4);
	padding: 45px 45px;
	position: relative;
	height: 659px;
}
.reliability-wrap:before{
	width: 58%;
	height: 5px;
	position: absolute;
	display: block;
	content: "";
    top: 45px;
	right: 0px;
	height: 659px;
	background-color: #efeded;
	-moz-box-shadow: 4px 4px 17px 1px rgba(0,0,0,.36);
	-webkit-box-shadow: 4px 4px 17px 1px rgba(0,0,0,.36);
	box-shadow: 4px 4px 17px 1px rgba(0,0,0,.36);
}
.reliability-wrap .page-title{
    padding-top: 54px;
    margin-bottom: 26px;
}
.reliability-left{
	width: 330px;
	float: left;
}
.reliability-right{
    width: 600px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 59px 0px 0px 47px;
	
}
.reliability-list{
	
}
.reliability-letter-title{
    font-family: 'RobotoBold';
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 42px;
}
.reliability-letter-titlebot{
    font-family: 'RobotoBold';
    font-size: 14px;
    margin-bottom: 22px;
	position: relative;
}
.reliability-letter-titlebot:before{
	width: 38px;
	height: 28px;
	position: absolute;
	display: block;
	content: "";
    top: -14px;
    left: -1px;
	background: url('/bitrix/templates/template/assets/css/../images/sprite.png') -157px 0px;
}
.reliability-letter-text{
    font-size: 14px;
    line-height: 21px;
}
.reliability-letter-text p{
    margin-bottom: 21px;
}
.reliability-item{
    display: inline-block;
    width: 100%;
    height: 78px;
    vertical-align: middle;
}
.ri-wrapimg{
    width: 56px;
    height: 70px;
    padding-right: 22px;
    vertical-align: middle;
    display: table-cell;
}
.ri-wraptext{
    height: 100%;
    height: 78px;
    vertical-align: middle;
    display: table-cell;
	font-size: 14px;
}
.letter-person{
	
}
.letter-person-image{
	width: 72px;
	height: 73px;
	margin-right: 10px;
	float: left;
}
.letter-person-text{
    font-family: 'RobotoLightItalic';
    font-size: 12px;
    line-height: 21px;
    padding-top: 3px;
}
.choose-block{
	background: rgba(0,0,0,0.05);
}
.why-choose-list{
    margin-bottom: 98px;
}
.why-choose-item{
    display: inline-block;
    width: 230px;
    text-align: left;
    vertical-align: top;
    padding-top: 84px;
    font-size: 15px;
	margin-right: 4px;
	position: relative;
}
.why-choose-item:before{
	position: absolute;
	display: block;
	content: "";
	background: url('/bitrix/templates/template/assets/css/../images/sprite.png') -157px 0px;
}
.why-choose-item:last-child{
	margin-right: 0px;
}
.wch-item1:before{
	background-position: 0px -41px;
	width: 40px;
	height: 37px;
	top: 35px;
    left: -4px;
}
.wch-item2:before{
	background-position: -41px -41px;
	width: 28px;
	height: 30px;
	top: 41px;
    left: -1px;
}
.wch-item3:before{
	background-position: -70px -41px;
	width: 34px;
	height: 35px;
    top: 36px;
    left: 1px;
}
.wch-item4:before{
	background-position: -105px -41px;
	width: 35px;
	height: 27px;
	top: 43px;
    left: 1px;
}
.placement-list{
	font-size: 0px;
    margin: 50px 0px 36px 0px;
}
.placement-item{
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 236px;
    font-size: 18px;
    margin-right: -2px;
}
.pli-top{
    display: inline-block;
    height: 50px;
    width: 100%;
    vertical-align: bottom;
    line-height: 20px;
    margin-bottom: 6px;
}
.pli-img{
width: 236px;
    height: 126px;
    border: 1px solid #bfbfbf;
    vertical-align: middle;
    border-right-width: 0px;
    line-height: 123px;
    display: table-cell;
    position: relative;
    margin: 0px;
}
.pli-img:hover:before{
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	content: "";
    top: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.1);
}
.pli-img:last-child{
	border-right-width: 1px;
}
.pli-img img{
	vertical-align: middle;
}
.placement-text{
    line-height: 28px;
    font-size: 18px;
	margin-bottom: 97px;
}
.placement-text a{
    font-family: 'RobotoBold';
	font-weight: bold;
	color: #485b8f;
}
.get-consultation{
	background: url('/bitrix/templates/template/assets/css/../images/consultationBg.jpg') top center;
	background-size: 100% auto;
	min-height: 573px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #fff;
    padding-top: 19px;
	padding-bottom: 30px;
}
.get-consultation .page-title,
#modal_form .page-title
{
	color: #fff;
	
}
#modal_form .page-title
{
	text-align: center;
}
.consultation-left{
	color: #fff;
	font-size: 18px;
	width: 400px;
	float: left;
}
.cons-wrapimg{
    text-align: left;
    margin: 42px 0px 10px -1px;
}
.consultation-right{
    width: 485px;
    float: right;
    margin: 9px 26px 0px 0px;
}
.consult-form{
	
}
.consult-form-text{
    color: #fff;
    font-size: 14px;
    margin-bottom: 17px;
}
.consult-form-input{
    width: 479px;
    height: 51px;
    line-height: 51px;
    border: 1px solid rgba(252,252,252, 0.3);
    background: transparent;
    display: block;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 10px 26px;
	color: #fff;
}
.consult-form-btn{
	border: 1px solid rgba(252,252,252, 0.3);
    cursor: pointer;
    background-color: #3d6b9f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 480px;
    height: 58px;
    text-align: center;
    vertical-align: 55px;
    color: #fff;
    font-size: 18px;
    margin-top: 18px;
	font-family: 'RobotoLight', sans-serif;
	font-weight: normal;
	position: relative;
	display: block;
}

/* do not group these rules */
.consult-form *::-webkit-input-placeholder {
	/*color: #4c4c4c;*/
	color: #fff;
	font-size: 14px;
	font-family: 'RobotoLight', sans-serif;
}
.consult-form *::-moz-placeholder {
    /* FF 4-18 */
	color: #fff;
	font-size: 14px;
	font-family: 'RobotoLight', sans-serif;
}
.consult-form *::-moz-placeholder {
    /* FF 19+ */
	color: #fff;
	font-size: 14px;
	font-family: 'RobotoLight', sans-serif;
}
.consult-form *::-ms-input-placeholder {
    /* IE 10+ */
	color: #fff;
	font-size: 14px;
	font-family: 'RobotoLight', sans-serif;
}
/* for clear floats */
.instituts-list{
	height: 140px;
}
.institut-item{
    width: 180px;
    text-align: left;
    display: inline-block;
	height: 180px;
	margin-left: 50px;
}
.institut-item-logo{
    height: 70px;
    line-height: 70px;
    margin-bottom: 0px;
}
.institut-item-logo img{
    vertical-align: middle;
	display: inline-block;
}
.institut-item-name{
    font-family: 'RobotoBold';
    font-size: 24px;
	
}
.institut-item-descr{
	opacity: .7;
	color: #231f23;
	font-size: 14px;
}
.bx-wrapper{
	max-width: 100%!important;
}
.bx-wrapper .bx-viewport{
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:  none;
    left: 0px;
	background: none;
}
.instituts-wrap{
    height: 423px;
}
.instituts-wrap .page-title{
	padding-top: 63px;
	margin-bottom: 56px;
}
.bx-wrapper .bx-controls-direction a{
    width: 53px;
    height: 53px;
	z-index: 8;
}
.bx-wrapper .bx-controls-direction a.bx-prev{
    background: url(/bitrix/templates/template/assets/css/../images/arrows1.png) no-repeat 0 0px;
    margin-top: -27px;
    left: -27px;
}
.bx-wrapper .bx-controls-direction a.bx-next{
    background: url(/bitrix/templates/template/assets/css/../images/arrows1.png) no-repeat -54px 0px;
    margin-top: -27px;
	right: -27px;
}
.bx-wrapper .bx-controls-direction a.bx-prev:hover{
	background-position: 0px -54px;
}
.bx-wrapper .bx-controls-direction a.bx-next:hover{
	background-position: -54px -54px;
}
.instituts-wrap .bx-wrapper a.bx-prev{
    left: -27px;
	/*margin-top: -27px;*/
	margin-top: -35px;
}
.instituts-wrap .bx-wrapper a.bx-next{
	right: -27px;
    /*margin-top: -27px;*/
	margin-top: -35px;
}
.diploms-wrap .bx-wrapper a.bx-prev{
    left: -45px;
	margin-top: -30px;
}
.diploms-wrap .bx-wrapper a.bx-next{
	right: -45px;
    margin-top: -30px;
}
.diploms-wrap .page-title{
	padding-top: 64px;
    margin-bottom: 40px;
}
.diploms-wrap {
	background: rgba(239,237,237,0.7);
    padding-bottom: 95px;
}
.reviews-wrap{
	position: relative;
}
.reviews-wrap .page-title{
    margin-bottom: 49px;
    padding-top: 65px;
}
.reviews-list{
	
}
.review-item{
    width: 100%;
    background-color: #f9f9f9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 53px 30px 30px 58px;
    border: 1px solid #E9E9E9;
	position: relative;
	margin-bottom: 30px;
}
.reviews-list-main .review-item{
    height: 340px;
    width: 455px;
	margin-bottom: 0px;
}
.review-item:hover{
	background-color: rgba(249,249,249, 0.6);
}
.review-item:before{
    width: 38px;
    height: 28px;
    position: absolute;
    display: block;
    content: "";
	top: 41px;
    left: 46px;
    background: url('/bitrix/templates/template/assets/css/../images/sprite.png') -157px 0px;
}
.review-item-text{
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 13px;
}
.review-item-link{
    display: inline-block;
    margin-bottom: 17px;
    font-size: 9px;
    text-transform: uppercase;
    font-family: 'RobotoBold';
    color: #475b8f;
    text-decoration: none;
    letter-spacing: 3px;
}
.review-item-link:hover{
	text-decoration: underline;
}
.review-item-name{
	color: #574b2f;
	font-size: 14px;
    font-family: 'RobotoBold';
	margin-bottom: 7px;
}
.review-item-desc{
	font-family: 'RobotoLightItalic';
	opacity: .8;
	color: #574b2f;
	font-size: 11px;
}
.reviews-wrap.reviews-list-main{
	/*height: 668px;*/
}
.bx-wrapper .bx-pager.bx-default-pager a{
	text-indent: 0px;
	background: none;
	font-size: 14px;
	display: block;
	text-decoration: none;
	width: 44px;
	height: 44px;
	line-height: 44px;
	border: 1px solid rgba(239,237,237, 0.7);
	color: rgba(35,31,35,0.7);
	margin: 0 5px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
	border: 1px solid rgba(61,103,151, 0.5);
	color: rgba(61,103,151, 1);
	background: none;
}
.bx-wrapper .bx-pager{
    bottom: -93px;
}
.news-wrap{
	background: rgba(239,237,237, 0.3);
}
.news-wrap .page-title{
    margin-bottom: 70px;
    padding-top: 81px;
}
.news-wrap .page-title:after, .our-command-wrap .page-title:after{
    background-color: #49598d;
    width: 40px;
    height: 7px;
    position: absolute;
    display: block;
    content: "";
    bottom: -22px;
    left: 0px;
}
.news-list{
	margin-bottom: 70px;
}
.news-item{
	display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 0px;
	width: 291px;
	margin-bottom: 37px;
	overflow: hidden;
	border-bottom: 1px solid #E9E9E9;
	vertical-align: top;
}
.news-item img{
	margin-bottom: -4px;
	width: 100%;
}
.news-item.sizebig{
	width: 622px;
	height: 363px;
}
.news-text{
    background-color: #f9f9f9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 31px 30px 24px 28px;
    border: 1px solid #E9E9E9;
    font-size: 14px;
    line-height: 17px;
}
.news-title{
    font-family: 'RobotoBold';
    margin: 0px 0px 16px 0px;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
}
.news-descr{
    margin-bottom: 5px;
    height: 69px;
    overflow: hidden;
}
.news-item .hc-top-date{
    padding-left: 33px;
}
.news-item .hc-top-date{
    top: 0px;
}
.our-command-wrap{
	padding-bottom: 108px;
}
.our-command-wrap .page-title{
    margin-bottom: 72px;
}
.command-list{
    margin-right: -50px;
}
.command-item{
	width: 310px;
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
}
.command-photo{
    width: 196px;
    height: 196px;
    -moz-border-radius: 98px;
    -webkit-border-radius: 98px;
    border-radius: 98px;
    overflow: hidden;
    margin-bottom: 24px;
}
.command-name{
    font-family: 'RobotoBold';
    font-size: 18px;
}
.command-descr{
	font-family: 'RobotoLightItalic';
	opacity: .8;
	color: #231f23;
	font-size: 14px;
}
.subscribe-wrap{
    background: url('/bitrix/templates/template/assets/css/../images/subscribeBg.jpg') top center;
    background-size: 100% auto;
    height: 439px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #fff;
}
.subscribe-wrap .page-title{
	color: #fff;
	padding-top: 77px;
	padding-top: 88px;
}
.subscribe-left{
	width: 420px;
	float: left;
}
.subscribe-right{
    width: 510px;
    float: right;
    padding-top: 95px;
}
.subscribe-descr{
    margin-top: 55px;
    font-size: 14px;
    padding-left: 77px;
    position: relative;
    line-height: 20px;
}
.subscribe-descr:before{
	width: 55px;
	height: 63px;
    position: absolute;
    display: block;
    content: "";
	top: 0px;
    left: 0px;
    background: url('/bitrix/templates/template/assets/css/../images/sprite.png') -197px 0px;
}
.map{
	width: 100%;
	height: 268px;
}
.contacts-wrap{
    padding-bottom: 73px;
}
.contacts-wrap .page-title{
    margin-bottom: 29px;
    padding-top: 64px;
}
.contacts-col{
    width: 315px;
    float: left;
}
.contacts-block{
	
}
.contacts-title{
    position: relative;
    font-family: 'RobotoBold';
    height: 36px;
    vertical-align: bottom;
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 17px;
    margin-bottom: 33px;
}
.wrap-cont-title{
	width: 100%;
    height: 36px;
	display: table-cell;
	vertical-align: bottom;
}
.contacts-title:before{
    position: absolute;
    display: block;
    content: "";
    bottom: -16px;
    left: 0px;
	width: 27px;
	height: 5px;
	background-color: #f16b4f;
	background-image: -moz-linear-gradient(bottom right, #534d85 -25%, #534d85 -25%, #534d85 -24.3%, #356f9d 125%, #356da1 125%);
	background-image: -o-linear-gradient(bottom right, #534d85 -25%, #534d85 -25%, #534d85 -24.3%, #356f9d 125%, #356da1 125%);
	background-image: -webkit-linear-gradient(bottom right, #534d85 -25%, #534d85 -25%, #534d85 -24.3%, #356f9d 125%, #356da1 125%);
	background-image: linear-gradient(bottom right, #534d85 -25%, #534d85 -25%, #534d85 -24.3%, #356f9d 125%, #356da1 125%);
}
.contacts-text{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}
.balloon_layout{
-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    /* height: 100px; */
    padding: 10px 20px;
    width: 300px;
    position: relative;
}
.close-balloon{
    width: 12px;
    height: 12px;
    background: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url('/bitrix/templates/template/assets/css/../images/close.png');
    cursor: pointer;
	font-size: 14px;
}
.mapPointStreet{
	font-size: 16px;
	margin-bottom: 5px;
}
.mapPointPhone{
	margin-bottom: 5px;
}
.mapPointName{
	font-family: 'RobotoBold';
	margin-bottom: 5px;
}

/* END CONTENT
-----------------------------------------------------------------------------*/




/* FOOTER
-----------------------------------------------------------------------------*/
.footer{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 275px;
    background-color: #162B3D;
    background-image: -moz-linear-gradient(bottom right, #201e34 -25%, #201e34 -25%, #201e34 -24.3%, #152b3d 125%, #152a3f 125%);
    background-image: -o-linear-gradient(bottom right, #201e34 -25%, #201e34 -25%, #201e34 -24.3%, #152b3d 125%, #152a3f 125%);
    background-image: -webkit-linear-gradient(bottom right, #201e34 -25%, #201e34 -25%, #201e34 -24.3%, #152b3d 125%, #152a3f 125%);
    background-image: linear-gradient(bottom right, #201e34 -25%, #201e34 -25%, #201e34 -24.3%, #152b3d 125%, #152a3f 125%);
    color: #fff;
    padding-top: 48px;
}
.footer-left{
    width: 300px;
    float: left;
    margin-right: 18px;
}
.foot-logo{
    opacity: .8;
    color: #fff;
    font-family: 'RobotoBold';
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 23px;
    margin-bottom: 3px;
    display: inline-block;
}
.footer-copy{
    opacity: .5;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
}
.footer-copy .copyright{
    font-size: 18px;
}
.footer-menu{
    width: 300px;
    float: left;
    margin-top: -2px;
}
.fm-item{
    margin-bottom: 5px;
}
.fm-item-rel{
	opacity: .5;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 2px;
}
.fm-item-rel.active, .fm-item-rel:hover{
	
	opacity: 1;
}
.footer-right{
    width: 321px;
    float: right;
    padding-top: 2px;
}
.footer-phone{
    opacity: .5;
    color: #fff;
    font-size: 15px;
    font-family: 'RobotoBold';
    margin-bottom: 11px;

}
.footer-adress{
    opacity: .5;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
}



/* END FOOTER
-----------------------------------------------------------------------------*/
.error-field{
    border: 1px solid #ff0000;
}
.success-msg{
	width: 549px;
	height: 312px;
	background: url(/bitrix/templates/template/assets/css/../images/popupbg.jpg);
}
.fancybox-skin{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.success-title{
	color: #fff;
    font-family: 'RobotoBold';
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
}
.success-descr{
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.requir.op-close{
	bottom: 60px;
}
.tail{
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -17px;
    width: 0;
    height: 0;
    border-width: 11px 11px 0 11px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.fancybox-close{
	width: 62px;
	height: 62px;
	background-image: url('/bitrix/templates/template/assets/css/../images/closeFancy.png');
	top: -82px;
    right: -82px;
}
.fancybox-opened .fancybox-skin{
	background: none;
}
.fancybox-opened .fancybox-skin{
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.fancybox-nav span{
	visibility: visible;
    width: 53px;
    height: 53px;
}
.fancybox-next span{
    background: url(/bitrix/templates/template/assets/css/../images/arrows1.png) no-repeat -54px 0px;
	right: -80px;
}
.fancybox-prev span{
    background: url(/bitrix/templates/template/assets/css/../images/arrows1.png) no-repeat 0px 0px;
	left: -80px;
}
.fancybox-next span:hover {
    background-position: -54px -54px;
}
.fancybox-prev span:hover {
    background-position: 0px -54px;
}
.op-close{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 346px;
	height: 57px;
	border: 1px solid rgba(255,255,255,.44);
	background-color: #3d6b9f;
	color: #fff;
	text-align: center;
	font-size: 16px;
	background-image: none;
	left: 50%;
	margin-left: -173px;
	right: inherit;
	bottom: 100px;
	top: inherit;
	text-decoration: none;
	padding-top: 16px;
	bottom: 60px;
}
#publick .page-title{
    padding-top: 77px;padding-top: 88px;
}
#izdanie  .page-title{
    padding-top: 70px; padding-top: 88px;
    line-height: 40px;
    margin-bottom: 13px;
}
#izdanie  .page-title-signature{
    margin-bottom: 41px;
}
#izdanie .hc-title-bold, .author-monography .hc-title-bold{
    text-indent: 0px;
}
.author-monography .page-title{
	padding-top: 24px;
	margin-bottom: 37px;
}
.author-monography .hold-conf-list{
    margin-bottom: 57px;
}
.author-monography .link-page{
    width: 347px;
    height: 69px;
    line-height: 63px;
	margin-bottom: 95px;
}
.choose-block .page-title{
    padding-top: 72px;
    margin-bottom: 14px;
}
.diplom-item{
	text-align: center;
	width: 150px;
}
.diplom-item img{ 
	display: inline-block;
}
.news-wrap .link-page{
    width: 348px;
    height: 69px;
}
#conf{
	background-color: #efeded;
}
.head-submenu{
	height: 57px;
	background-color: #fff;
	-moz-box-shadow: 0 4px 6px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.15);
	box-shadow: 0 4px 6px 0 rgba(0,0,0,.15);
}
.head-submenu-items{
	width: 100%;
	height: 100%;
	font-size: 0px;
}
.head-submenu-item{
   /* width: 33%;*/
	margin-right: 5%;
    display: inline-block;
    font-size: 11px;
    vertical-align: middle;
    height: 100%;
}
.head-submenu-item-rel{
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    padding-left: 39px;
    text-decoration: none;
    vertical-align: middle;
    line-height: 55px;
    letter-spacing: 2px;
	position: relative;
}
.head-submenu-item.active .head-submenu-item-rel, .head-submenu-item-rel:hover{
	font-family: 'RobotoBold';
}
.head-submenu-item-rel:before{
	top: 50%;
    position: absolute;
    display: block;
    content: "";
    background: url('/bitrix/templates/template/assets/css/../images/sprite.png');
}
.head-submenu-item:first-child .head-submenu-item-rel:before{
    width: 27px;
    height: 26px;
    background-position: -253px 0px;
    margin-top: -14px;
    left: -1px;
}
.head-submenu-item:nth-child(2n) .head-submenu-item-rel:before{
    width: 35px;
    height: 26px;
    background-position: -253px -27px;
    margin-top: -14px;
    left: -7px;
}
.head-submenu-item:last-child .head-submenu-item-rel:before{
	width: 23px;
    height: 26px;
    background-position: -280px 0px;
    margin-top: -14px;
    left: -2px;
}
.head-submenu-item .head-submenu-item-rel.MD56aa8b84cd0350dfbe76f8ce37183e25:before{
	width: 23px;
	height: 26px;
	background-position: -280px 0px;
	margin-top: -14px;
	left: -2px;
}
#in_conf{
    background-color: rgba(239,237,237, 0.5);
}
#in_conf .wrap-hold-conf{
	background: none;
}
.hold-conf-item-detail{
	background: none;
    border: 0px solid #E2E2E2;
}
.hold-conf-item-detail.hold-conf-item:last-child {
    border-bottom-width: 0px;
}
.hold-conf-item-detail:hover{
	background: none;
}
.hold-conf-item-detail .hc-right{
	height: inherit;
}
.hold-conf-item-detail td{
	vertical-align: top;
}
.hold-conf-item-detail .hc-title-bold{
	font-size: 30px;
}
.report-top{
    font-family: 'RobotoBold';
	color: #2d2d2d;
	border-bottom: 0px;
	height: inherit;
}
.report-top .hc-top-date{
    margin-right: 5px;
	color: #2d2d2d;
}
.report-top .report-title{
    margin-left: 5px;
}
.hc-left-download{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(bottom right, rgba(83,78,134,.5) -25%, rgba(83,78,134,.5) -25%, rgba(83,78,134,.5) -24.3%, rgba(54,112,158,.5) 125%, rgba(54,110,162,.5) 125%);
	background-image: -o-linear-gradient(bottom right, rgba(83,78,134,.5) -25%, rgba(83,78,134,.5) -25%, rgba(83,78,134,.5) -24.3%, rgba(54,112,158,.5) 125%, rgba(54,110,162,.5) 125%);
	background-image: -webkit-linear-gradient(bottom right, rgba(83,78,134,.5) -25%, rgba(83,78,134,.5) -25%, rgba(83,78,134,.5) -24.3%, rgba(54,112,158,.5) 125%, rgba(54,110,162,.5) 125%);
	background-image: linear-gradient(bottom right, rgba(83,78,134,.5) -25%, rgba(83,78,134,.5) -25%, rgba(83,78,134,.5) -24.3%, rgba(54,112,158,.5) 125%, rgba(54,110,162,.5) 125%);
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding-top: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hc-left-download .hc-left-download-val{
    font-family: 'RobotoBold';
	font-size: 42px;
}
.download-pdf-report{
	display: inline-block;
	width: 191px;
	height: 37px;
	background-color: #FCFCFC;
	position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-decoration: none;
	line-height: 35px;
	color: #534d85;
    font-family: 'RobotoBold';
	font-size: 13px;
	padding-left: 65px;
	border: 1px solid rgba(53,109,161,0.4);
	margin-right: 50px;
}
.download-pdf-report:before{
	width: 17px;
	height: 19px;
    position: absolute;
    display: block;
    content: "";
	top: 50%;
	margin-top: -9px;
    left: 19px;
    background: url('/bitrix/templates/template/assets/css/../images/sprite.png') -304px -20px;
	
}
.download-pdf-report:hover{
	color: #fff;
	background-image: -moz-linear-gradient(bottom right, #534d85 -25%, #534d85 -25%, #534d85 -24.3%, #356f9d 125%, #356da1 125%);
	background-image: -o-linear-gradient(bottom right, #534d85 -25%, #534d85 -25%, #534d85 -24.3%, #356f9d 125%, #356da1 125%);
	background-image: -webkit-linear-gradient(bottom right, #534d85 -25%, #534d85 -25%, #534d85 -24.3%, #356f9d 125%, #356da1 125%);
	background-image: linear-gradient(bottom right, #534d85 -25%, #534d85 -25%, #534d85 -24.3%, #356f9d 125%, #356da1 125%);
}
.download-pdf-report:hover:before{
    background: url('/bitrix/templates/template/assets/css/../images/sprite.png') -304px 0px;
	
}
.show-liberty{
	display: inline-block;
	width: 191px;
	height: 37px;
	background-color: #FCFCFC;
	position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-decoration: none;
	line-height: 35px;
	color: #534d85;
    font-family: 'RobotoBold';
	font-size: 13px;
	border: 1px solid rgba(53,109,161,0.4);
	text-align: center;
}
.show-liberty:hover{
	color: #fff;
	background-image: -moz-linear-gradient(bottom right, #534d85 -25%, #534d85 -25%, #534d85 -24.3%, #356f9d 125%, #356da1 125%);
	background-image: -o-linear-gradient(bottom right, #534d85 -25%, #534d85 -25%, #534d85 -24.3%, #356f9d 125%, #356da1 125%);
	background-image: -webkit-linear-gradient(bottom right, #534d85 -25%, #534d85 -25%, #534d85 -24.3%, #356f9d 125%, #356da1 125%);
	background-image: linear-gradient(bottom right, #534d85 -25%, #534d85 -25%, #534d85 -24.3%, #356f9d 125%, #356da1 125%);
}
.reports-list .hold-conf-item:hover{
	background: #FCFCFC;
}
.reports-list .hc-top-date:before{
	background-position: -322px 0px;
}
.btn-to-top{
	background: url(/bitrix/templates/template/assets/css/../images/btn-top.png) no-repeat;
	width: 53px;
	height: 53px;
	position: fixed;
	right: 40%;
	margin-right: -500px;
	bottom: 100px;
	z-index: 10000;
	display: none;
}
.btn-to-top.active{
	display: block;
}
.add-review-link{
	color: #fff;
    font-size: 16px;
    text-align: center;
    width: 300px;
    height: 60px;
    line-height: 61px;
    background-image: -webkit-linear-gradient(45deg, #366ea2, #36709e, #534e86);
    background-image: -moz-linear-gradient(45deg, #366ea2, #36709e, #534e86);
    background-image: -o-linear-gradient(45deg, #366ea2, #36709e, #534e86);
    background-image: -ms-linear-gradient(45deg, #366ea2, #36709e, #534e86);
    background-image: linear-gradient(45deg, #366ea2, #36709e, #534e86);
    vertical-align: middle;
    display: block;
    text-decoration: none;
    letter-spacing: 3px;
    margin: 0px auto 0px auto;
    position: relative;
	position: absolute;
	top: 80px;
	right: 0px;
	z-index: 9;
}
.add-review-form{
	padding: 50px;
	background: url(/bitrix/templates/template/assets/css/../images/popupbg.jpg);
	background-size: auto 100%;
	display: none;
}
.consult-form-textarea{
	height: 150px;
	resize: none;
}
.add-review-form-title{
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin-bottom: 15px;
}
.add-review-form-title .bold{
    font-family: 'RobotoBold';
}
.article-detail-title{
	color: #070407;
	font-family: 'RobotoBold';
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.content{
	background: rgba(239,237,237, 0.3);
}
.article-detail-date{
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}
.article-detail-date:before{
	display: block;
    position: absolute;
    content: "";
    background: url(/bitrix/templates/template/assets/css/../images/sprite.png) no-repeat -132px 0px;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 0px;
}
.hc-right-top{
	margin: 10px 0px;
}
.hc-right-top .hc-top-date{
	color: #000;
}
.hc-top-price{
    display: inline-block;
	text-transform: uppercase;
    font-family: 'RobotoBold';
    color: #797979;
	letter-spacing: 1px;
    margin-right: 47px;
    font-size: 11px;
}
.hc-top-price-val{
	color: #000;
	font-size: 20px;
}
.hold-conf-detail .hc-top{
	padding: 5px 0px 0px 0px;
	border-bottom: 0px dashed #ECECEC;
}
.hold-conf-detail{
	margin-top: 30px;
}
.hc-bot-cdetail{
	
}
.hidden{
	display: none;
}
.count-price-link{
	width: 289px;
	height: 64px;
	line-height: 64px;
	vertical-align: top;
	color: #232023;
	font-size: 14px;
}
.info-price-link{
	width: 289px;
	height: 64px;
	vertical-align: top;
	line-height: 1.1;
	color: #232023;
	text-align: left;
	font-size: 14px;
	padding: 15px 25px;
	font-family: 'RobotoLight';
}
.info-price-link .bold{
    font-family: 'RobotoBold';
}
.pay-calculator {
	padding-bottom: 100px;
}
.pay-calculator-left-col{
	width: 45%;
	float: left;
}
.pay-calculator-right-col{
	width: 45%;
	float: right;
    min-height: 455px;
	background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #231f23;
	padding: 20px 40px;
	font-size: 14px;
	
}
.calk-line{
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 10px 0px;
	min-height: 57px;
}
.calk-line:first-child{
	padding-top: 0px
}
.calk-line:last-child{
	border-bottom: 0px;
}
.calk-line-left{
	color: #fff;
	display: inline-block;
}
.calk-line-right{
	color: #fff;
	display: inline-block;
	float: right;
	width: 111px;
	height: 57px;
	background-color: #88aff4;
	border: 1px solid rgba(255,255,255,0.3);
}
.price-area{
	background-color: #88aff4;
	width: 57px;
	height: 55px;
	float: left;
	border: 0px;
	text-align: center;
	color: #fff;
}
.calk-plus{
	background: url(/bitrix/templates/template/assets/css/../images/calk-plus.jpg);
    width: 52px;
    height: 28px;
    display: block;
    float: right;
    background-position: top center;
	margin-bottom: 1px;
}
.calk-minus{
	background: url(/bitrix/templates/template/assets/css/../images/calk-minus.jpg);
	width: 52px;
    height: 28px;
    display: block;
    float: right;
    background-position: top center;
}
.pcalc-top{
	
}
.pcalc-top-title{
	font-size: 14px;

}
.pcalc-top-summ{
	margin-bottom: 20px;
}
.pcalc-top-total{
	font-size: 30px;
	font-family: 'RobotoBold';
}
.pcalc-order-btn-pay, .pcalc-order-btn{
	margin-bottom: 20px;
	display: inline-block;
    width: 100%;
	height: 62px;
    background-color: #FCFCFC;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 62px;
    color: #534d85;
    font-family: 'RobotoBold';
    font-size: 18px;
    border: 1px solid rgba(53,109,161,0.4);
    text-align: center;
}
.pcalc-order-btn-pay:hover, .pcalc-order-btn:hover{
	color: #fff;
	background-image: -moz-linear-gradient(bottom right, #534d85 -25%, #534d85 -25%, #534d85 -24.3%, #356f9d 125%, #356da1 125%);
	background-image: -o-linear-gradient(bottom right, #534d85 -25%, #534d85 -25%, #534d85 -24.3%, #356f9d 125%, #356da1 125%);
	background-image: -webkit-linear-gradient(bottom right, #534d85 -25%, #534d85 -25%, #534d85 -24.3%, #356f9d 125%, #356da1 125%);
	background-image: linear-gradient(bottom right, #534d85 -25%, #534d85 -25%, #534d85 -24.3%, #356f9d 125%, #356da1 125%);
	
}
.pcalc-desct-wrap{
	
}
.pcalc-desct-wrap-title{
	font-size: 18px;
	font-family: 'RobotoBold';
	margin-bottom: 10px;
}
.pcalc-desct-line{
	
}




.page-about{
	
}
.page-about .command-list{
	width: 350px;
	float: left;
}
.page-about .command-list .command-item{
	margin-bottom: 50px;
}
.our-command-right-text{
	width: 600px;
	float: right;
	font-size: 14px;
	color: #232023;
}
.about-bottom{
	color: #231f23;
	font-size: 16px;
	font-family: 'RobotoBold';
}
.hold-conf-list a
{
	text-decoration: none;
}




#modal_form {
	width: 300px;
	height: 300px; /* Рaзмеры дoлжны быть фиксирoвaны */
	border-radius: 0px;

	background: #fff;
	position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
	top: 35%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
	left: 50%; /* пoлoвинa экрaнa слевa */
	margin-top: -150px;
	margin-left: -150px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
	display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
	opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
	z-index: 10; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
	padding: 20px 10px;

	top: 22%!important;
	opacity: 1;
	background: url('/bitrix/templates/template/assets/css/../images/subscribeBg.jpg') top center;
	background-size: 100% 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	width: 100%;
	left: 0;
	right: 0;
	margin-left: 0;
	padding-bottom: 50px;
	z-index:120;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
#modal_form #modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}
/* Пoдлoжкa */
#overlay {
	z-index:9; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color:#000; /* чернaя */
	opacity:0.8; /* нo немнoгo прoзрaчнa */
	-moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
	filter:alpha(opacity=80);
	width:100%;
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}
.pay-calculator-left-colModal {
	width: 35%;
	margin: 0 auto;
}
.pay-calculator-left-colModal .page-title
{
	padding-left: 0;
	margin-left: -103px;
	padding-top: 30px;
}
.pay-calculator-left-colModal  span.bold
{
	font-size: 24px;
}
.pay-calculator-left-colModal .calk-line-left span.bold
 {
	 font-size: 24px;
 }
.pay-calculator-left-colModal .calk-line-left{
	font-size: 15px;
}


#console-tip-anchor {
	position: fixed;
	bottom: 0;
	right:100px;
	width: 10px;
}

.btn-std {
	margin-left: 1em;
	min-width: 100px;
}

.highlighted {
	background-image: none;
	background-color: honeydew !important;
}



/********************************/
/* Cначала обозначаем стили для IE8 и более старых версий
т.е. здесь мы немного облагораживаем стандартный чекбокс. */
#checkDost.checkbox {
	vertical-align: top;
	margin: 0 3px 0 0;
	width: 17px;
	height: 17px;
}
/* Это для всех браузеров, кроме совсем старых, которые не поддерживают
селекторы с плюсом. Показываем, что label кликабелен. */
#checkDost.checkbox + label {
	cursor: pointer;
}

/* Далее идет оформление чекбокса в современных браузерах, а также IE9 и выше.
Благодаря тому, что старые браузеры не поддерживают селекторы :not и :checked,
в них все нижеследующие стили не сработают. */

/* Прячем оригинальный чекбокс. */
#checkDost.checkbox:not(checked) {
	position: absolute;
	opacity: 0;
}
#checkDost.checkbox:not(checked) + label {
	position: relative; /* будем позиционировать псевдочекбокс относительно label */
	padding: 0 0 0 60px; /* оставляем слева от label место под псевдочекбокс */
}
/* Оформление первой части чекбокса в выключенном состоянии (фон). */
#checkDost.checkbox:not(checked) + label:before {
	content: '';
	position: absolute;
	top: -4px;
	left: 0;
	width: 50px;
	height: 26px;
	border-radius: 13px;
	background: #CDD1DA;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}
/* Оформление второй части чекбокса в выключенном состоянии (переключатель). */
#checkDost.checkbox:not(checked) + label:after {
	content: '';
	position: absolute;
	top: -2px;
	left: 2px;
	width: 22px;
	height: 22px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0,0,0,.3);
	transition: all .2s; /* анимация, чтобы чекбокс переключался плавно */
}
/* Меняем фон чекбокса, когда он включен. */
#checkDost.checkbox:checked + label:before {
	background: #88aff4;
}
/* Сдвигаем переключатель чекбокса, когда он включен. */
#checkDost.checkbox:checked + label:after {
	left: 26px;
}
/* Показываем получение фокуса. */
#checkDost.checkbox:focus + label:before {
	/*box-shadow: 0 0 0 3px rgba(255,255,0,.5);*/
}
label[for='checkDost']
{
	margin-left: 25px;
}
.calk-line-right.rightM
{
	background: none;
	border: 0;
	margin-top:15px;
}
#formmorephoto input[type="text"]
{
	background: none;
	border: 1px solid #8398b5;
	padding: 15px 20px;
	color: #fff;
	width: 399px;
	font-size: 14px;
	margin-top: 10px;
}
#formmorephoto ::-webkit-input-placeholder {color:#fff;}
#formmorephoto ::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
#formmorephoto :-moz-placeholder           {color:#fff;}/* Firefox 18- */
#formmorephoto :-ms-input-placeholder      {color:#fff;}

.formmorephotoPh {
	border: 1px solid #fff;
	width: 399px;
	padding: 20px;
	margin-top: 10px;
}
ul#preview-photo {
	padding-top: 10px;
}
#formmorephoto button:hover{
	opacity: 0.8;
}
#formmorephoto button{
	background: #3d6d9e;
	border: 1px solid #8398b5;
	color: #aebfd3;
	font-family: 'RobotoLight';
	font-size: 14px;
	width: 441px;
	padding: 15px;
	display: block;
	margin-top: 10px;
	cursor: pointer;
	letter-spacing: 1px;
}
#formmorephoto p{
	padding-top: 5px;
	font-size: 13.5px;
}
span.dropdrop {


	font-size: 14px;
}
div #dropN  a{
	background: none;
	text-decoration: none;
	/* line-height: 1px; */
	display: inline-block;
	border-bottom: 1px solid;
	padding: 0;
	border-radius: 0;
	font-weight: bold;
}
div #drop  a:hover {
	background: none;
}



/**********/
#upload{
	font-family:'PT Sans Narrow', sans-serif;
	background-color:#373a3d;

	background-image:-webkit-linear-gradient(top, #373a3d, #313437);
	background-image:-moz-linear-gradient(top, #373a3d, #313437);
	background-image:linear-gradient(top, #373a3d, #313437);

	width:250px;
	padding:30px;
	border-radius:3px;

	margin:200px auto 100px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#dropN{
	background-color: #2E3134;
	padding: 25px 20px;
	margin-bottom: 30px;
	border: 20px solid rgba(0, 0, 0, 0);
	border-radius: 3px;
	text-align: left;
	text-transform: none;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	background: none;
	border: 1px solid #fff;
	border-radius: 0;
	margin-top: 10px;
	width: 399px;
	min-height: 150px;
}
#drop strong{
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: bold;
	display: block;
}

#drop a{
	background-color:#007a96;
	padding:12px 26px;
	color:#fff;
	font-size:14px;
	border-radius:2px;
	cursor:pointer;
	display:inline-block;
	margin-top:12px;
	line-height:1;
}

#drop a:hover{
	background-color:#0986a3;
}

#drop input{
	display:none;
}

#upload ul{
	list-style:none;
	margin:0 -30px;
	border-top:1px solid #2b2e31;
	border-bottom:1px solid #3d4043;
}

#upload ul li{

	background-color:#333639;

	background-image:-webkit-linear-gradient(top, #333639, #303335);
	background-image:-moz-linear-gradient(top, #333639, #303335);
	background-image:linear-gradient(top, #333639, #303335);

	border-top:1px solid #3d4043;
	border-bottom:1px solid #2b2e31;
	padding:15px;
	height: 52px;

	position: relative;
}

#upload ul li input{
	display: none;
}

#upload ul li p{
	width: 144px;
	overflow: hidden;
	white-space: nowrap;
	color: #EEE;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	left: 100px;
}

#upload ul li i{
	font-weight: normal;
	font-style:normal;
	color:#7f7f7f;
	display:block;
}

#upload ul li canvas{
	top: 15px;
	left: 32px;
	position: absolute;
}

#upload ul li span{
	width: 15px;
	height: 12px;

	position: absolute;
	top: 34px;
	right: 33px;
	cursor:pointer;
}

#upload ul li.working span{
	height: 16px;
	background-position: 0 -12px;
}

#upload ul li.error p{
	color:red;
}
#listfile li{
	height: 34px;
}
#listfile li img{
	cursor: pointer;
	opacity:0.8;
}
#drop
{
	margin-bottom: 10px;
}
#listfile li div{display: none!important;}
#listfile li div.tr{
	display: block!important;
	border-bottom: 1px solid #6379a2;
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #dae1e9;

}
#listfile li div.tr p{
	float: left;
}
#listfile li div.tr span{
	float: right;
}
#listfile li div.tr span:hover{
	opacity: 0.8;
}
div #drop a:hover{
	border-bottom: 0;
}
p#formmorephotoText {
	
	text-align: center;
}
span.spasib {
	display: block;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 10px;
}
span.spasibТ {
	font-size: 16px;
}
#reviews .bx-wrapper .bx-pager.bx-default-pager a{
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ccc;
}
#reviews .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: rgba(61,103,151, 1);
}

#reviews .bx-wrapper .bx-pager {
	bottom: -55px;
}
#reviews .bx-wrapper .bx-controls-direction a.bx-prev{    left: -44px;}
#reviews .bx-wrapper .bx-controls-direction a.bx-next{right: -45px;}

.instituts-wrap .bx-wrapper a.bx-prev{    left: -44px;}
.instituts-wrap .bx-wrapper a.bx-next{right: -45px;}
.text_form{
	font-weight: bold;
	text-align: center;
	font-size: 19px;
	margin: -14px 0 14px 0;
}
.get-consultation .page-title{
	padding-top: 30px;
}

.seoblock-detail{}
.seoblock-detail1{}
.seoblock-detail2{
	display: none;
}
.seoblock-detail_link{
	color: #000;
	text-decoration: underline;
	cursor: pointer;
	float: right;
	margin: 20px 0;
}
.seoblock-detail_link:hover{
	text-decoration: none;
}
.seoblock-detail h1{
	color: #000;
}
.seoblock {
	-webkit-column-width: 200px;
	-moz-column-width: 200px;
	column-width: 200px;
	-webkit-column-count:2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;

}


#contacts{
	background: url(/upload/inf3.png);
	height: 355px;
	background-repeat: no-repeat;
	background-position: -21px 26px;
}
.footer-phone{
	background: url(/upload/inf2.png);
	background-repeat: no-repeat;
	height: 100px;
	background-position: -1px 4px;
}
.header-top-right{
	background: url(/upload/inf4.png);
	background-repeat: no-repeat;
	height: 76px;
	background-position: 25px 6px;
}
.fixedMenu .header-top-right{
	background: url(/upload/inf1.png);
	background-repeat: no-repeat;
	height: 76px;
	background-position: 4px 12px;
}
/* End */
/* /bitrix/templates/template/assets/css/jquery.fancybox.css?14734182544955 */
/* /bitrix/templates/template/assets/css/jquery.bxslider.css?14734182543851 */
/* /bitrix/templates/template/assets/css/jquery.selectBox.css?14734182543572 */
/* /bitrix/templates/template/assets/css/style.css?147992235063770 */
