

/* Start:/bitrix/templates/ASP-EDO/components/bitrix/menu/right-top-menu/style.css?15352787591691*/
/*
.right-top-menu_burger
{
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 2px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAlElEQVRYR+2XwQ2DMBRDv6Xk3G4AI7BJc4j3LBvBBMA5kX5VCapuYA4/CzzHsmx9kJzc/WWCB2BGrXUD8BTwzd13kHQF/GKGgFs4sJvZQ5SDA6WUMaU0KgT03hcowP/MEKB34BvCnPOgyEJrbY0tuEUTxhrGFigq4MfUN6H0+2amdyC2IO6CcICkdgvO87woCgnA+wOAfFE1M4GXIwAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
    background-position: center;
	cursor: pointer;
}
*/

.right-top-menu_burger
{
	position: relative;
    z-index: 2;
	display: inline-block;
	font-size: 30px;
	color: #555;
	text-decoration: none;
	padding: 5px 0;
	outline: none;
	border: 1px solid transparent;
}

.right-top-menu > li
{
	display: inline-block;
}

.right-menu-option
{
	display: block;
	padding: 2px 5px;
	line-height: 1;
	white-space: nowrap;
}

.right-top-menu > li + li
{
	border-left: 1px solid #ddd;
}

.right-top-menu_burger:focus
{
    outline: none;
    background: #f5f5f5;
    border-color: #ddd;
    border-bottom: none;
    pointer-events: none;
}

/*
@media all and (max-width: 768px)
{
	.right-top-menu
	{
		position: absolute;
		display: none;
		right: 0px;
		background: #f5f5f5;
		border: 1px solid #ddd;
    	margin-top: -1px;
    	z-index: 1;
	}
	
	.right-top-menu > li
	{
		width: 100%;
	}
	
	.right-top-menu .menu-item > a
	{
		width: 100%;
	}
	
	.right-top-menu .right-menu-option
	{
		font-size: 20px;
	    padding: 12px 20px;
    	font-size: 1.6em;
	}
	
	.right-top-menu_burger:focus + .right-top-menu,
	.right-top-menu:hover
	{
		display: block;
	}
}
*/
/* End */


/* Start:/bitrix/templates/ASP-EDO/components/bitrix/menu/main.top.menu/style.css?161363240514826*/
/**Top menu**/
#main_top_menu
{
	background:#F4F5F7;
	display: table;
    width: 100%;
}
#main_top_menu button
{
	color: #518cc4;
	text-decoration:none;
	text-shadow: none;
	box-sizing: border-box;
}

#main_top_menu ul li a {
	color: #0068B6;
	text-decoration:none;
	text-shadow: none;
	box-sizing: border-box;
	font-weight:bold;
}

#main_top_menu ul.main_top_menu__list > li:hover {
	box-shadow: 0px 3px 11px -1px rgba(0, 0, 0, 0.6);
	background-color: #f5f5f5;
}

#main_top_menu ul li:hover > a {
	color: #000;
	position:relative;
	z-index:600;
}

#main_top_menu li ul li a {
	color: #000;
	font-weight:normal;
	font-size:14px;
}

#main_top_menu .main_top_menu__list li ul li a:hover
{
	background-color: transparent !important;
	color: #08689A;
	text-decoration:underline;
}

a.titleColor {
    color: #2D68C2 !important;
}

.item-selected {
	color:#FE6522 !important;
}
.main_top_menu__list
{
	padding:0;
	min-height:27px;
    display: table;
    margin: 0 auto;
	list-style:none;
	font-size: 13px;
	position:relative;
	z-index:1000;

}

/*Links*/
.main_top_menu__list a
{
	display: inline-block;
	padding: 6px 10px;
	line-height: 1.2;
}

.main_top_menu__list > li
{
	float: left;
    border-left: none;
    border-right: none;
    box-shadow: inset -1px 0px 2px -1px rgba(255, 255, 255, 0.1), inset 1px 0px 2px -1px rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}
.main_top_menu__list > li + li
{
	border-left: none;
}

/*Root items*/
.main_top_menu__list li a.root-item
{
    padding: 15px 13px;
    line-height: 1;
    text-transform: uppercase;
    
    position:relative;
    padding-right: 30px;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
}
.main_top_menu__list li a.root-item.item-parent::after
{
	 position: absolute;
	 right: 15px;
	 content: '\e807';
	 font-family: "fontello";
	 top: 23px;
	 font-size: 11px;
}

.main_top_menu__list li a.root-item
{
	padding: 15px 21px;
	padding-right: 40px;
}
/*Root menu selected*/

/*Root items: hover*/
.main_top_menu__list > li:hover a.root-item
{
	background:#fff;
}

/*Item-parents*/
.main_top_menu__list a.parent
{
	background: url(/bitrix/templates/ASP-EDO/components/bitrix/menu/main.top.menu/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
.main_top_menu__list a.denied
{
	background: url(/bitrix/templates/ASP-EDO/components/bitrix/menu/main.top.menu/images/lock.gif) center right no-repeat;
}

/*Sub-menu box*/
.main_top_menu__list li ul
{
	position:absolute;
	top:auto;
	display:none;
	z-index:500;
	padding: 10px;
    box-sizing: border-box;
	height:auto;
	background:#fff;
}
/* fix small width box last item */
@media (min-width: 1200px)
{
	.main_top_menu__list li:last-child ul
	{
		right:0;
		min-width:350px;
	}
}
.main_top_menu__list > li:hover > ul
{
/* 	transform: translateY(0px); */
}
.main_top_menu__list > li > ul
{
   box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.6); /* box-shadow: inset 0px 2px 5px -2px rgba(0, 0, 0, 0.6);*/
/*     transform: translateY(30px); */
/*     transition: transform .2s; */
}
/*Sub-menu item box*/
.main_top_menu__list li li
{
	width:100%;
	position: relative
}

.main_top_menu__list li ul li:last-child > .main_top_menu__subsection
{
	border: none;
	margin: 0;
}

.main_top_menu__list li ul li:last-child > .main_top_menu__subsection > .subsection__list
{
	padding: 0;
}

.main_top_menu__list li:hover ul ul,
.main_top_menu__list li.jshover ul ul,
.main_top_menu__list li:hover ul ul ul,
.main_top_menu__list li.jshover ul ul ul,
.main_top_menu__list li:hover ul ul ul ul,
.main_top_menu__list li.jshover ul ul ul ul,
.main_top_menu__list li:hover ul ul ul ul ul,
.main_top_menu__list li.jshover ul ul ul ul ul
{
	display:none;
}

.main_top_menu__list li:hover ul,
.main_top_menu__list li.jshover ul,
.main_top_menu__list li li:hover ul,
.main_top_menu__list li li.jshover ul,
.main_top_menu__list li li li:hover ul,
.main_top_menu__list li li li.jshover ul,
.main_top_menu__list li li li li:hover ul,
.main_top_menu__list li li li li.jshover ul,
.main_top_menu__list li li li li li:hover ul,
.main_top_menu__list li li li li li.jshover ul
{
	display:block;
}

.main_top_menu__subsection
{
	margin-bottom: 10px;
	display: table;
	width: 100%;
    border-bottom: 1px solid #ccc;
}

.subsection__icon,
.subsection__list,
.subsection__banner
{
	display: table-cell;
	overflow: hidden;
	vertical-align: top;
	padding-bottom: 10px;
}

.subsection__icon
{
	max-width: 60px;
	width: 60px;
	text-align: center;
    padding: 5px;
}

.subsection__title
{
/* 	font-size: 1.1em; */
    color: #0064B1;
/*     font-family: monospace; */
    line-height: 1;
    margin: 0;
    padding:5px 10px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
}

.subsection__banner > a
{
	padding: 5px;
}

/************* Responsive part ***************/

.main_top_menu__mobile
{
	display: none;
}

.main_top_menu__mobile > div
{
	display: table-cell;
	vertical-align: middle;
}

.burger__button
{
	text-align: center;
	background: none;
	border: none;
	outline: none;
}

.burger__button.burger--active
{
	background-color: #fff;
    box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.6);
}

.burger__button > i
{
	font-size: 2.5em;
	display: block;
}

.burger__button > span
{
	font-size: small;
	display: block;
    margin-top: -5px;
}

.main_top_menu__mobile button,
.main_top_menu__callback div
{
	display: inline-block;
	padding: 10px 5px;
	vertical-align: middle;
}

.main_top_menu__callback a
{
	font-size: 1.5em;
}

.main_top_menu__callback i
{
	font-size: 1.7em;
}

.phone-city-name
{
	display: block;
	font-size: small;
	margin-bottom: 1px;
	margin-left: -5px;
	text-align: left;
	color: #206BBD;
    /*text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);*/
}
.right-submenu-position
{
	position:relative;
	
}
.right-submenu-position>ul
{
	position:absolute;
	right:0;
	width:550px;	
}


@media all and (min-width: 992px) and (max-width: 1200px)
{
	.main_top_menu__list li a.root-item
	{
		font-size: 1em;
		text-transform: none;
		/*padding: 15px 8px;*/
		padding: 15px 31px 15px 11px;
	}
}

@media all and (min-width: 768px) and (max-width: 991px)
{
	.main_top_menu__list li a.root-item
	{
		font-size: 0.77em;
		text-transform: none;
		/*padding: 15px 6px;*/
		padding: 15px 21px 15px 11px;
	}
    .main_top_menu__list li a.root-item.item-parent::after
    {
        top: 25px;
        right:8px;
        font-size: 8px;
    }
}

@media all and (max-width: 768px)
{
	.main_top_menu__list
	{
		display: none;
		width: 100%;
		border-top: 1px solid #FF5521;
		font-size: 1.2em;
	}

	.main_top_menu__list.menu--active
	{
		display: block;
	}

	.main_top_menu__list a
	{
		padding: 10px;
		width: 100%;
		border-top: 1px solid #27619A;
	}

	.main_top_menu__list li ul a
	{
		/*background-color: #f5f5f5;*/
		color: #000 !important;
		text-shadow: 1px 1px 1px #fff !important;
	}

	.main_top_menu__list li ul
	{
		position: relative;
		width: 100%;
    	padding: 0;
    	background: transparent;
   	    padding-left: 10px;
 		box-sizing: border-box;
	}

	.main_top_menu__wrapper
	{
		width: 100%;
	}

	.main_top_menu__subsection
	{
		border-color: #27619A;
	}

	.subsection__title
	{
        margin-left: 10px;
    	margin-right: 10px;
    	text-align: center;
	    color: #fff;
	    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	    font-size: small;
	}

	.subsection__list
	{
	    border-top: 1px solid #fff;
	}

	.main_top_menu__list li
	{
		float: none;
		border: none;
	}

	.main_top_menu__mobile
	{
		display: table;
		width: 100%;
	}

	.main_top_menu__list li a.root-item.parent-item--touched /*выбор меню в смартфонах(тачскрин)*/
	{
		background-color: #fff;
		box-shadow: 0px 0px 11px -1px rgba(0, 0, 0, 0.6);
	}

	.main_top_menu__list li a.root-item.parent-item--touched + ul
	{
		display: block;
		margin-bottom: 5px;
	}

}

.m-sticker {
  background: url('/bitrix/templates/ASP-EDO/components/bitrix/menu/main.top.menu/images/menu-sricker-bgr2.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 10px;
	display: inline-block;
	padding-left: 2px;
	position: relative;
  top: -2px;
}

.m-sticker__inner {
	font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
	padding: 3px 8px 3px 3px;
  color: #ff5416;
	background: url('/bitrix/templates/ASP-EDO/components/bitrix/menu/main.top.menu/images/menu-sricker-bgr2.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

.m-sticker + a {
		padding-left: 0;
	}

@media (max-width: 767px) {
	.m-sticker {
		position: absolute;
		top: 6px;
		background-position: 0 4px;
	}
	_:-ms-input-placeholder, :root .m-sticker {
		background-position: 0 3px;
	}
	.m-sticker + a {
		padding-left: 77px;
	}
	.subsection__link {
		position: relative;
	}
}




/**old orange menu**/
/*#main_top_menu
{
	background:#2b6bab;
	display: table;
    width: 100%;
}

#main_top_menu a,
#main_top_menu button
{
	color: #fff;
	text-decoration:none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
}

.main_top_menu__list
{
	padding:0;
	min-height:27px;
    display: table;
    margin: 0 auto;
	list-style:none;
	font-size: 13px;
}


.main_top_menu__list a
{
	display: inline-block;
	padding: 6px 10px;
	line-height: 1.2;
}

.main_top_menu__list > li
{
	float: left;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: inset -1px 0px 2px -1px rgba(255, 255, 255, 0.1), inset 1px 0px 2px -1px rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}
.main_top_menu__list > li + li
{
	border-left: none;
}

.main_top_menu__list li a.root-item
{
    padding: 15px;
    line-height: 1;
    text-transform: uppercase;
}


.main_top_menu__list > li:hover a.root-item
{
	background:#FF5521;
}


.main_top_menu__list a.parent
{
	background: url(/bitrix/templates/ASP-EDO/components/bitrix/menu/main.top.menu/images/arrow.gif) center right no-repeat;
}


.main_top_menu__list a.denied
{
	background: url(/bitrix/templates/ASP-EDO/components/bitrix/menu/main.top.menu/images/lock.gif) center right no-repeat;
}


.main_top_menu__list li ul
{
	position:absolute;
	top:auto;
	display:none;
	z-index:500;
	padding: 10px;
    box-sizing: border-box;
	height:auto;
	background:#FF5521;
}
.main_top_menu__list > li:hover > ul
{

}
.main_top_menu__list > li > ul
{
    box-shadow: inset 0px 2px 5px -2px rgba(0, 0, 0, 0.6);

}

.main_top_menu__list li li
{
	width:100%;
}

.main_top_menu__list li ul li:last-child > .main_top_menu__subsection
{
	border: none;
	margin: 0;
}

.main_top_menu__list li ul li:last-child > .main_top_menu__subsection > .subsection__list
{
	padding: 0;
}

.main_top_menu__list li ul li a:hover
{
	background-color: #ff845e;
}

.main_top_menu__list li:hover ul ul,
.main_top_menu__list li.jshover ul ul,
.main_top_menu__list li:hover ul ul ul,
.main_top_menu__list li.jshover ul ul ul,
.main_top_menu__list li:hover ul ul ul ul,
.main_top_menu__list li.jshover ul ul ul ul,
.main_top_menu__list li:hover ul ul ul ul ul,
.main_top_menu__list li.jshover ul ul ul ul ul
{
	display:none;
}

.main_top_menu__list li:hover ul,
.main_top_menu__list li.jshover ul,
.main_top_menu__list li li:hover ul,
.main_top_menu__list li li.jshover ul,
.main_top_menu__list li li li:hover ul,
.main_top_menu__list li li li.jshover ul,
.main_top_menu__list li li li li:hover ul,
.main_top_menu__list li li li li.jshover ul,
.main_top_menu__list li li li li li:hover ul,
.main_top_menu__list li li li li li.jshover ul
{
	display:block;
}

.main_top_menu__subsection
{
	margin-bottom: 10px;
	display: table;
	width: 100%;
    border-bottom: 1px solid #FF8762;
}

.subsection__icon,
.subsection__list,
.subsection__banner
{
	display: table-cell;
	overflow: hidden;
	vertical-align: top;
	padding-bottom: 10px;
}

.subsection__icon
{
	max-width: 70px;
	width: 70px;
	text-align: center;
    padding: 5px;
}

.subsection__title
{

    color: #333;

    line-height: 1;
    margin: 0;
    padding:5px 10px;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
}

.subsection__banner > a
{
	padding: 5px;
}



.main_top_menu__mobile
{
	display: none;
}

.main_top_menu__mobile > div
{
	display: table-cell;
	vertical-align: middle;
}

.burger__button
{
	text-align: center;
	background: none;
	border: none;
	outline: none;
}

.burger__button.burger--active
{
	background-color: #FF5521;
}

.burger__button > i
{
	font-size: 2.5em;
	display: block;
}

.burger__button > span
{
	font-size: small;
	display: block;
    margin-top: -5px;
}

.main_top_menu__mobile button,
.main_top_menu__callback div
{
	display: inline-block;
	padding: 10px 5px;
	vertical-align: middle;
}

.main_top_menu__callback a
{
	font-size: 1.5em;
}

.main_top_menu__callback i
{
	font-size: 1.7em;
}

.phone-city-name
{
	display: block;
	font-size: small;
	margin-bottom: 1px;
	margin-left: -5px;
	text-align: left;
	color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}

@media all and (min-width: 768px) and (max-width: 992px)
{
	.main_top_menu__list li a.root-item
	{
		font-size: .9em;
		text-transform: none;
		padding: 15px 10px;
	}
}

@media all and (max-width: 768px)
{
	.main_top_menu__list
	{
		display: none;
		width: 100%;
		border-top: 1px solid #FF5521;
		font-size: 1.2em;
	}

	.main_top_menu__list.menu--active
	{
		display: block;
	}

	.main_top_menu__list a
	{
		padding: 10px;
		width: 100%;
		border-top: 1px solid #27619A;
	}

	.main_top_menu__list li ul a
	{
		background-color: #f5f5f5;
		color: #000 !important;
	    text-shadow: 1px 1px 1px #fff !important;
	}

	.main_top_menu__list li ul
	{
		position: relative;
		width: 100%;
    	padding: 0;
    	background: transparent;
   	    padding-left: 10px;
 		box-sizing: border-box;
	}

	.main_top_menu__wrapper
	{
		width: 100%;
	}

	.main_top_menu__subsection
	{
		border-color: #27619A;
	}

	.subsection__title
	{
        margin-left: 10px;
    	margin-right: 10px;
    	text-align: center;
	    color: #fff;
	    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	    font-size: small;
	}

	.subsection__list
	{
	    border-top: 1px solid #fff;
	}

	.main_top_menu__list li
	{
		float: none;
		border: none;
	}

	.main_top_menu__mobile
	{
		display: table;
		width: 100%;
	}

	.main_top_menu__list li a.root-item.parent-item--touched
	{
		background-color: #ff845e;
	}

	.main_top_menu__list li a.root-item.parent-item--touched + ul
	{
		display: block;
		margin-bottom: 5px;
	}
}*/

/* End */


/* Start:/bitrix/templates/ASP-EDO/components/bitrix/breadcrumb/.default/style.css?1535278759227*/
ul.breadcrumb-navigation
{
	padding:0; margin:0;
	padding-top:4px;
	list-style:none;
}

ul.breadcrumb-navigation li
{
	display:inline;
}

ul.breadcrumb-navigation a
{
	
}

ul.breadcrumb-navigation span
{
	
}
/* End */


/* Start:/bitrix/templates/ASP-EDO/components/bitrix/form.result.new/popup-form/style.css?17446239542388*/
div.popup-web-form {
	position: relative;
    display: table;
    width: auto;
    background-color: #f3f5f6;
    border: 1px solid #ddd;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    max-width: 530px;
}

.popup-web-form table.data-table {
	border: none;
	width: auto;
	margin: 0;
	margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

.popup-web-form table.data-table tr { background-color: transparent; }
.popup-web-form table.data-table td { border: none; }
.popup-web-form td.question-label {
	white-space: nowrap;
	padding: 0 20px;
	text-align: right;
	line-height: 1;
	padding-top: 16px;
    padding-right: 0;
    vertical-align: top;
    color: #333;
    cursor: default;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
}

.popup-web-form td.question-input {
	min-width: 200px;
	padding: 10px 5px 0 5px;
}

.popup-web-form td.question-input > input {
	padding: 2px;
    border: none;
    border-bottom: 1px dashed #ccc;
    background-color: transparent;
}

.popup-web-form td.question-input > input:focus {
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.popup-web-form td.question-description {
	padding: 0;
    padding-left: 5px;
    font-size: small;
    color: #777;
    line-height: 1;
}

.popup-web-form_description {
	margin: 10px;
    margin-bottom: 0;
    padding: 5px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
}

.popup-web-form input.button-send {
	margin: 0;
	margin-top: 15px;
	display: inline-block;
}

.popup-web-form input[type="radio"], .popup-web-form input[type="checkbox"], .popup-web-form input[type="file"] {
	margin-bottom: 0;
}

.popup-web-form_title {
	font-size: 100%;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	padding: 5px;
	background-color: #5B7FA6;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	text-align: center;
	margin-top: 0;
}

span.popup-web-form_title + form,
span.popup-web-form_title + div {
	margin-top: 15px;
}

.popup-web-form-sent {
	padding: 20px 30px;
}

.popup-web-form-sent h3 {
	margin-bottom: 10px;
}

.popup-web-form_description + form > table.data-table {
	padding-top: 0;
}

.table-question-agreement_personal_data {
	border: 0!important;
	width: 70%!important;
	margin: 10px auto 0 auto!important;
}

/* End */


/* Start:/bitrix/templates/ASP-EDO/components/bitrix/menu/left_menu/style.css?15352787591094*/
/* verticalMenu */
.verticalMenu {
	margin-top: 40px;
	font-size: 16px;
	background-color: #f3f5f6;
}

.verticalMenu .widget > ul {
	padding: 10px 10px 10px 0;
}

.verticalMenu li a {
	display: inline-block;
	padding: 7px 5px 4px 8px;
	border-left: 5px solid #F3F5F6;
	line-height: 1.2em;
}

.verticalMenu li.active > span {
	display: inline-block;
	/*padding: 8px 5px 8px 5px;*/
	padding: 7px 5px 4px 8px;
	border-left: 5px solid #ff5521;
	line-height: 1.2em;
	/*font-size: .9em;*/
}
.verticalMenu ul ul li.active > span {
	display: inline-block;
	padding: 8px 5px 8px 8px;
	border-left: 5px solid #ff5521;
	line-height: 1.2em;
	font-size: .9em;
}

.verticalMenu li.active.level2 > span {
    margin-left: 12px;
}

.verticalMenu ul li.active > a {
	border-left: 5px solid #ff5521;
}

.verticalMenu ul li.level2 a {
	margin-left: 12px;
    font-size: .9em;
    line-height: 1.1em;
    padding-bottom: 4px;
}

.verticalMenu ul li.level2 a {
	font-weight:normal
}

.verticalMenu ul li a {
	color: #2b6bab !important;
	font-weight: bold;
}

/* End */


/* Start:/bitrix/templates/ASP-EDO/styles.css?16928608113868*/
.crib {
    display: block;
}

ol.steps
{
	position: relative;
	counter-reset: order;
    padding-left: 3.1em;
    padding-top: .8em;
	list-style: none;
	margin-top: 0;
  	margin-bottom: 10px;
  	margin-left: 0 !important;
}
ol.steps > li
{
	position: relative;
	display: block;
	margin-bottom: 1.4em !important;
    margin-top: 0 !important;
	list-style: none;
	line-height: 1.4em;
}
ol.steps > li:before
{
    content: counter(order, decimal);
    counter-increment: order;
    display: inline-block;
    position: absolute;
    width: 1.8em;
    height: 1.8em;
    left: -2.3em;
    top: -.2em;
    line-height: 1.8em;
    font-size: 1.2em;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    background: #ffd700;
    color: #372f00;
    text-shadow: -2px 2px 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15),
    			inset 0px 0px 15px 0px rgba(0, 0, 0, 0.1),
    			inset 1px 1px 1px 2px rgba(255, 255, 255, 0.4),
    			inset -1px -2px 4px -1px rgba(0, 0, 0, 0.1),
    			0px 0px 0px 2px #fff, 0px 0px 0px 3px #bbb;
	z-index: 1;
	transition: box-shadow .3s;
}
ol.steps > li:after
{
    content: "";
    position: absolute;
    left: -1.7em;
    top: 1.8em;
    height: 100%;
    width: 1px;
    background: #ccc;
    z-index: 0;
    transition: background .3s;
}

ol.steps > li:last-child:after
{
	content: none;
}

ol.steps > li ol
{
    padding-left: 0;
    margin-left: -15px;
}

ol.steps > li ol:before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #ddd;
}

ol.steps > li li
{
	margin-top: 0;
    padding-left: 25px;
    font-size: .9em;
}

ol.steps > li li:before
{
	content: counter(order, decimal)".";
	border: none;
    left: 11px;
    top: 3px;
    width: auto;
    height: auto;
    line-height: 1;
}

ol.steps > li li:after
{
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    height: 1px;
    width: 7px;
    background-color: #ddd;
}

ol.steps > li ol ol
{
    margin-top: 5px;
    padding-top: 5px;
    margin-left: -11px;
}

/* =================================================================== */

ol.flat
{
    position: relative;
    counter-reset: order;
    list-style: none;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0 !important;
}
ol.flat > li
{
    position: relative;
    display: block;
    margin-bottom: .3em !important;
    margin-top: 0 !important;
    list-style: none;
    line-height: 1.4em;
    padding-left: 2em;
}
ol.flat > li:before
{
    content: counter(order, decimal);
    counter-increment: order;
    display: inline-block;
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.6em;
    margin-right: .5em;
    text-align: center;
    background-color: #545d6b;
    color: #fff;
    font-size: .85em;
    margin-left: -2.2em;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.2);
    transform: rotate(0deg);
}
ol.flat > li:nth-child(odd):before
{
	transform: rotate(0deg);
}

/* =================================================================== */

fieldset.headline
{
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #555;
    margin-bottom: 30px;
    font-size: 1.2em;
    font-family: 'PT Sans', sans-serif;
    padding: 15px 5px;
    color: #333;
    margin: 40px 0;
}
fieldset.headline > legend
{
	position: relative;
	text-align: center;
    padding: 0 30px;
    font-size: 1.4em;
    text-transform: uppercase;
    color: #444;
    margin: 0px -20px;
}
@media only screen and (max-width: 767px) {
	fieldset.headline
	{
		border-top: none;
	}
	fieldset.headline > legend
	{
	    background: #f1f0e7;
	    font-size: 1.2em;
	    padding: 8px 0px;
	    margin-bottom: 15px;
	    width: 100%;
	    box-sizing: border-box;
        border-bottom: 2px solid rgba(0, 0, 0, 0.05);
	}
}
/* End */


/* Start:/bitrix/templates/ASP-EDO/template_styles.css?169287000453681*/
html,
body {
	height: 100%;
}

.nowrap {
	white-space: nowrap;
}

* {
	box-sizing: border-box;
}

.wrapper {
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: table;
}

#branding {
	position: relative;
}

/*#branding,*/
#main,
#colophon {
	display: table-row;
}

#main {
	height: 100%;
}

#content {
	padding: 40px 0px;
}

@media only screen and (max-width: 767px) {

	.container,
	.narrow-layout .wrapper {
		max-width: 100vw;
		overflow-x: hidden;
	}
}

/*
@media(max-width:768px)
{
	.container-fix
	{
		max-width: 97vw;
		margin: auto;
	}
}
*/

.orange-text {
	color: #ff5521;
}

/* */
.left-sidebar-template #primary.left {
	float: left;
}

.left-main-include {
	background-color: #f3f5f6;
	padding: 10px;
	margin-bottom: 40px;
}

/* Content */
.cont_wr_section {
	padding: 25px 40px;
	margin-bottom: 20px;
	background-color: #f3f5f6;
	overflow: hidden;
}

.social-networks {
	text-align: right;
	padding: 10px 0;
}

input:-ms-input-placeholder {
	color: #bbb;
}

.bg-white {
	background-color: #fff;
}

/*block you-can*/
.you-can__list {
	margin: 0 -10px 20px !important;
	list-style: none !important;
}

.you-can__item {
	margin-bottom: 15px;
	padding: 0 10px;
}

.you-can__item:last-child {
	margin-bottom: 0;
}

.you-can__content {
	position: relative;
	height: 100%;
	min-height: 54px;
	padding: 10px 10px 10px 53px;
	background-color: #E6F6FF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	cursor: default;
	border-radius: 5px;
}

.you-can__content::before {
	position: absolute;
	content: "";
	left: 10px;
	top: 10px;
	width: 32px;
	height: 32px;
	background: url(/upload/medialibrary/a8c/Arrowhead-Right-01-32.png) no-repeat;
}

.you-can__title {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}

/*block you-can - конец*/

/* ======================== FOOTER ======================== */

.footer-menu__title,
.footer-menu__title a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 25px;
}

/* ----------------------------------------------------------- */
.head-intro-sect {
	display: table;
	width: 100%;
	padding: 15px 25px;
	margin-bottom: 20px;
	color: #fff;
	position: relative;
	box-sizing: border-box;
	background: #2763A3;
}

.head-intro-sect a {
	color: #fff;
}

.head-intro-sect.orange {
	background: #f15329
}

.head-intro-sect.blue {
	background: #2763A3
}

.head-intro-sect.yellow {
	background: #ffd324;
	color: #000000
}

.head-intro-sect.yellow2 {
	background: #ffcc33;
	color: #000000
}

.head-intro-sect.flw {
	background: #3b5e8c
}

.head-intro-sect.bg-gray {
	background: #E7E7E7;
	color: #333;
}

.head-intro-sect.bg-gray a:not(.button) {
	color: #206bbd;
}

.head-intro-sect .big-icon {
	background-position: center !important;
	background-repeat: no-repeat !important;
	height: 100%;
	padding-top: 5px;
	/*position: absolute;
	right: 0;
	top: 0;*/
	/*width: 350px;*/
}

.head-intro-sect .big-icon,
.head-intro-sect.min .big-icon {
	/*width:230px*/
	/* 	width: 33.33333333%; */
	/* 	float:left */
}

.head-intro-sect-text {
	width: 100%;
}

.head-intro-sect-text,
.head-intro-sect.min .pr-text {
	/*padding-right: 200px*/
	/* 	width: 66.66666667%; */
	/* 	float:left */
}

.head-intro-sect .big-icon,
.head-intro-sect.min .big-icon,
.head-intro-sect-text,
.head-intro-sect.min .pr-text {
	display: table-cell;
	vertical-align: top;
}

.head-intro-sect .big-icon1 {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.head-intro-sect .pr-text {
	/*padding-right: 350px;*/
	/*font-size: 18px;*/
}

.head-intro-sect .pr-text p {
	text-align: left !important
}

.head-intro-sect h2 {
	color: #FFFFFF;
	font-size: 32px;
	padding: 0;
	margin-top: 0;
	/* margin-bottom: 0*/
}

.head-intro-sect.min h2 {
	font-size: 28px
}

.head-intro-sect .golink {
	border-bottom: 1px dashed
}

.head-intro-sect .golink:hover {
	cursor: pointer
}

.head-intro-sect .btn_gt_red {
	color: #fff
}

@media only screen and (max-width: 767px) {
	.head-intro-sect h2 {
		font-size: 28px;
	}
}

.test-list-style {
	margin-left: 0;
}

.test-list-style li {
	width: 48%;
	float: left;
	margin: 5px;
	background: #E6F6FF;
	list-style-type: none;
	padding: 10px;
	/* height: 35px; */
	/* text-align: center; */
	border-radius: 10px;
	font-weight: bold;
	box-sizing: border-box;
}

@media only screen and (max-width: 1078px) {
	.test-list-style li {
		width: 45.175%;
		margin-left: 0;
	}

	.big-icon {
		font-size: 10px
	}

	/* 	.big-icon img {     width: 220px;} */

}

@media (min-width: 768px) and (max-width: 991px) {
	.test-list-style li {
		height: 92px;
	}
}

@media only screen and (max-width: 767px) {
	.test-list-style li {
		width: 100%;
		height: auto;
	}
}

/* ----------------------------------------------------------- */

.uppercase {
	text-transform: uppercase
}

/* ----------------------------------------------------------- */
/* BLOCKs */

.bl-orange {
	background: #ff5521;
	font-style: normal;
	border: 0;
	color: #FFFFFF;
	font-size: 18px;
}

/* ----------------------------------------------------------- */
/* TABLE */
.tb-blue {}

table thead,

table thead th,
.tb-blue thead {
	background: #2763A3;
	color: #fff;
	text-align: center;
}

/*table tbody tr:nth-child(2n),
.tb-blue tr:nth-child(2n) {background-color:#f3f5f6}*/

table p,
.tb-blue p {
	margin-bottom: 0
}

table.two-right-child td:nth-child(2n),
table.two-right-child.tb-blue td:nth-child(2n) {
	color: #206bbd !important;
	font-weight: bold;
	text-align: right
}

table.no-nth-child tbody tr:nth-child(2n),
.tb-blue.no-nth-child tbody tr:nth-child(2n) {
	background: none !important
}

table.noborder,
table.noborder td {
	border: none !important
}

.wrapper table td img {
	margin: 0 auto;
	display: block;
}

.wrapper table.no-border,
.wrapper table.no-border td {
	border: none;
}

table .foot td {
	text-align: center;
	vertical-align: baseline;
}

table .button {
	margin-right: 0
}

table.table-clear tbody tr {
	background-color: transparent;
}

.tb-small {
	font-size: 12px;
	line-height: 1.3em;
}

.tb-small th {
	color: #fff;
	font-size: 12px;
	line-height: 1.3;
}

.tb-small td {
	padding: 5px
}

table .foot td {
	padding: 8px 5px
}

table.orange thead,
table.orange th {
	background: #ff5521 !important;
}

.table-clear {
	background-color: #fff;
}

.table-clear thead th {
	font-size: small;
	line-height: 1.3;
}

.table-clear tr.sub-header {
	background-color: #f2f2f2;
}

.table-style-blue.scroll-table {
	width: 815px;
	table-layout: fixed;
	font-size: 11px;
}

.table-style-blue.scroll-table .button {
	padding: 12px 10px;
}

.table-style-blue.scroll-table th:nth-child(1) {
	width: 182px;
}

.table-style-blue.scroll-table th:nth-child(4) {
	width: 103px;
}

.table-style-blue.scroll-table th:nth-child(5) {
	width: 103px;
}

.table-style-blue.scroll-table th:nth-child(6) {
	width: 115px;
}

.table-style-blue th {
	background: #d7eefd;
	text-transform: none !important;
	color: #000 !important;
	font-weight: bold !important;
	font-size: 12px !important;
	padding: 13px 5px !important;
}

#table-tarifs-eo th {
	font-size: 14px !important;
}

/*#table-tarifs-eo .top-ribbon {
	width: 113%;
}*/

/*.table-style-blue .top-ribbon {
	width: 120%;
}*/

/***********************RECOMMENDED CONTRACT*******************/
.recommended-contract {
	border-left: 5px solid #5BAAFF !important;
	border-right: 5px solid #5BAAFF !important;
	z-index: 0;
}

th.recommended-contract {
	position: relative;
	background-color: #5BAAFF;
	border-top: 5px solid;
	border-color: #5BAAFF;
	z-index: 2;
}

.recommended-contract.recommended-contract_lastrow {
	border-bottom: 5px solid #5BAAFF !important;
}

.recommended-contract>.top-ribbon {
	left: -11px;
	padding: 6px 11px;
}

.top-ribbon {
	box-sizing: content-box;
	position: absolute;
	top: -15px;
	left: -7px;
	width: 100%;
	background: orangered;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
	color: #FFF;
	padding: 6px 7px;
	z-index: 100;
	text-transform: uppercase;
}

.top-ribbon:before,
.top-ribbon:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 3px solid #A40F2D;
	border-bottom-color: transparent;
	z-index: 0;
	bottom: -6px;
}

.top-ribbon:before {
	right: 0px;
	border-right-color: transparent;
}

.top-ribbon:after {
	left: 0px;
	border-left-color: transparent;
}

.top-ribbon.top-ribbon_small {
	top: -10px;
	font-size: 12px;
}

.top-ribbon.top-ribbon_notopoffset {
	top: -1px;
}

.ribbon_blue {
	background-color: #5B7FA6;
}

.ribbon_blue:before {
	border-top-color: #385B82;
	border-left-color: #385B82;
}

.ribbon_blue:after {
	border-top-color: #385B82;
	border-right-color: #385B82;
}

tr.tb-hl-holder {
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	background-color: transparent !important;
}

td.tb-hl-block {
	position: absolute;
	border: none;
	padding: 0;
	z-index: 1;
}

td.tb-hl-block:before,
td.tb-hl-block:after {
	content: "";
	position: absolute;
	top: 0;
	width: 5px;
	height: 100%;
}

td.tb-hl-block:before {
	left: 0;
}

td.tb-hl-block:after {
	right: 0;
}

/*********************** POPUPs ****************************/
.image-popup {
	display: inline-block;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.5);
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	transition: transform .2s;
	outline: none;
}

.image-popup:hover {
	transform: scale(1.05);
	box-shadow: 0px 0px 0px 2px rgb(39, 99, 163);
}

.image-popup:active,
.image-popup:focus {
	outline: none;
}

.mpopup {
	display: table;
	background: white;
	/*     padding: 20px 30px; */
	text-align: left;
	max-width: 800px;
	margin: 40px auto;
	position: relative;
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2), 1px 1px 1px 0px #000;
}

.mpopup.error {
	color: red;
}

.mfp-bg {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-bg.mfp-removing {
	opacity: 0;
}

.mpopup ul {
	margin: 0 0 20px 30px;
	list-style-type: disc;
}

.mfp-zoom-in .mpopup {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}

.mfp-zoom-in.mfp-ready .mpopup {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-in.mfp-removing .mpopup {
	transform: scale(0.8);
	opacity: 0;
}

.mpopup button.mfp-close {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAx0lEQVQ4T42TCxHCMBBEcwpACg4AB8UJKAEn4ADqACmgIOyWhEnTbI7O3LTJ3L7e12KM6xDCFXYysyfe7gPNBk5n2MFweOBjC3vB9h4kie/w5Y9HAkgjZOVBKvEb/jtjvP9AmmKkPAE8iBJT9wMoSOLnnL9hF8WeAQSE1yzYQryIQKTD66bYA+Sw6SdbrFIocyZAtrhVxFnBUlpyTuo2Nqvdm5NykGSrenOSR7kr7g5bsUyyVRnQiGRaJg7JDXb0NrGK5ILz8AG4VZf/5UJEwAAAAABJRU5ErkJggg==');
	background-repeat: no-repeat;
	background-position: center;
	width: 25px;
	height: 25px;
	margin-right: -25px;
	margin-top: -30px;
}

.mfp-from-top .mpopup {
	transform-origin: top left;
	animation-duration: .5s;
	animation-name: mfp-from-top-in;
}

.mfp-from-top.mfp-removing .mpopup {
	animation-duration: .5s;
	animation-name: mfp-from-top-out;
}

@keyframes mfp-from-top-in {
	0% {
		transform: rotateX(-70deg) translate3d(0, 500px, -500px);
		opacity: 0;
	}

	100% {
		transform: rotateY(0) translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes mfp-from-top-out {
	100% {
		transform: rotateX(-70deg) translate3d(0, 500px, -500px);
		opacity: 0;
	}
}

.mfp-rotate-from-right .mfp-content,
.mfp-from-top .mfp-content {
	perspective: 500px;
}

.mfp-rotate-from-right .mpopup {
	transform-origin: top right;
	animation-duration: .3s;
	animation-name: rotate-left-in;
}

.mfp-rotate-from-right.mfp-removing .mpopup {
	animation-duration: .3s;
	animation-name: rotate-left-out;
}

@keyframes rotate-left-in {
	0% {
		transform: rotateY(-90deg);
		opacity: 0;
	}

	100% {
		transform: rotateY(0);
		opacity: 1;
	}
}

@keyframes rotate-left-out {
	100% {
		transform: rotateY(-90deg);
		opacity: 0;
	}
}

/********** eSpinner *****************/
.e-spinner {
	position: absolute;
	z-index: 99;
	box-sizing: border-box;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAWSURBVHjaYnz37l0nAxAwMUABQIABADRUA1eZcxKfAAAAAElFTkSuQmCC);
	background: rgba(238, 238, 238, 0.6);
	border: 1px dashed #ddd;
	text-align: center;
	cursor: not-allowed;
}

.e-spinner:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

.e-spinner:after {
	content: "";
	position: absolute;
	display: inline-block;
	background: url(/.images/spinner/spinner_2.gif) no-repeat center;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
}

.e-spinner_image {
	height: 85%;
	max-height: 30px;
	vertical-align: middle;
}

.e-spinner_holder {
	position: relative;
	display: table;
}

.e-spinner_holder>.e-spinner {
	width: 100%;
	height: 100%;
}

/******************************************************************/
#content .a-block {
	margin-bottom: 30px;
	margin-top: 30px;
	background-color: #eee;
	border-top: 2px solid #FF5521;
}

#content .a-block .a-block__inner {
	padding-left: 15px;
	padding-right: 15px;
}

#content .a-block h2,
#content .a-block h3 {
	margin: 20px 0px;
	font-size: 23px;
	line-height: 1.3;
}

#content .a-block .a-block--content {
	margin-bottom: 20px;
}

#content .a-block .a-block--cimage {
	text-align: center;
	margin-bottom: 10px;
	padding-left: 20px;
}

#content .a-block .a-block--ctext {
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
}

#content .a-block .a-block--btext {
	line-height: 1.1;
	padding: 10px;
	background-color: #FF5521;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
}

/******************************************************************/
#content .action-block {
	margin: 20px 0px;
	padding: 15px 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-style: solid;
	border-color: #FF5521;
	background-color: #F3F5F6;
}

#content .table-list {
	display: table;
	width: 100%;
	list-style-type: none;
	margin-left: 0;
}

#content .table-list>* {
	display: table-cell;
}

#content .table-list.cellpadding5>* {
	padding: 5px;
}

#content .table-list.cellpadding10>* {
	padding: 10px;
}

#content .table-fixed {
	table-layout: fixed;
	width: 100%;
}

/* ���� ������ */
.off-inc-block {
	background: #f3f5f6;
	border: 1px solid #dddddd;
	padding: 20px 30px;
	margin-bottom: 15px;
}

.off-inc-block h5 {
	color: #000;
	font-size: 18px;
}

.off-inc-block ul {
	margin-bottom: 0 !important
}

.off-inc-block ul li {
	margin-bottom: 5px;
}

/******************************************************************************************/
/*************************** INPUTs *******************************************************/
/******************************************************************************************/

.solid-input {
	display: table;
	margin-bottom: 15px;
}

.solid-input>* {
	display: table-cell;
}

.solid-input>label {
	vertical-align: middle;
	padding: 10px 13px;
	line-height: 1;
	border-radius: 3px 0px 0px 3px;
	background-color: #D8D8D8;
	border: 1px solid #ADACAC;
	box-shadow: inset 0px 0px 15px -6px rgba(0, 0, 0, 0.5);
	color: #3F5163;
	cursor: default;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	text-align: center;
	transition: all .3s;
	margin: 0;
}

.solid-input>input[type="text"],
.solid-input>select {
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #ccc;
	border-left: none;
	border-radius: 0px 3px 3px 0px;
	line-height: 1;
	background-color: #f5f5f5;
	box-shadow: inset 2px 0px 7px -5px rgba(0, 0, 0, 0.8);
	transition: all .3s;
	margin: 0;
	box-sizing: border-box;
}

.solid-input.input_focusin>label {
	background-color: #489DF3;
	border-color: #347AC1;
	color: white;
	text-shadow: 1px 1px 1px #02335F;
}

.solid-input:hover>input[type="text"] {
	border-color: #ADACAC;
}

.solid-input.input_focusin>input[type="text"] {
	border-color: #347AC1;
}

.solid-input:hover>input[type="text"],
.solid-input.input_filled>input[type="text"],
.solid-input.input_focusin>input[type="text"] {
	background-color: white;
}

.solid-input>input::-webkit-input-placeholder {
	color: #ccc;
	padding: 2px;
}

.solid-input>input:-moz-placeholder {
	color: #ccc;
	padding: 2px;
}

.solid-input>input:-ms-input-placeholder {
	color: #ccc;
}

/******************************************************************************************/
/*************************** BUTTONs ******************************************************/
/******************************************************************************************/

.button {
	position: relative;
	display: inline-block;
	font-size: small;
	padding: 12px 15px;
	line-height: 1.3;
	background-color: #2b6bab;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 0px 0px 0px 1px #fff;
	cursor: pointer;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.button.b-white {
	background-color: #fff;
	color: #3F5163;
	text-shadow: none;
}

.button.b-orange {
	background-color: #FF5521;
}

.button.b-green {
	background-color: #35AD4E;
}

.button:hover {
	text-shadow: none;
	color: #3F5163;
	background-color: #fff;
}

.button+.button {
	margin-left: 10px;
}

/******************************************************************************************/
/*************************** ICONs ********************************************************/
/******************************************************************************************/

i.edo-icon {
	font-size: 17px;
	background-color: #3F5163;
	color: #fff;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	margin-right: 5px;
	vertical-align: middle;
}

i.edo-icon:before {
	margin: 0;
	width: 100%;
	height: 100%;
}

/******************************************************************************************/
/*************************** LISTs ********************************************************/
/******************************************************************************************/

ul.h-list {
	margin-left: -25px !important;
	text-align: left;
	display: inline-block;
}

ul.h-list>li {
	position: relative;
	display: inline-block;
	padding-left: 17px;
	margin-left: 25px;
}

ul.h-list>li:before {
	content: "";
	position: absolute;
	display: list-item;
	width: 1px;
	left: 20px;
	top: 0px;
	font-size: 1.3em;
}

/* ======= */

ul.check-list {
	margin-left: 10px !important;
}

ul.check-list>li {
	position: relative;
	padding: 5px 0 5px 26px;
	list-style-type: none;
	margin-bottom: 3px;
}

ul.check-list>li:before {
	content: '\e805';
	position: absolute;
	left: 0;
	top: 0;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	margin-right: 5px;
	vertical-align: middle;
	font-size: 22px;
	color: #0063BE;
}

ul.check-list>li.checklist-icon-gift:before {
	content: '\e806' !important;
	top: -2px;
	color: #ff5521;
}

ul.check-list--orange>li:before {
	color: #ff5521;
}

.list-block {
	position: relative;
	background-color: #E6F6FF;
	padding: 10px;
	font-size: 13px;
	margin-bottom: 20px;
	color: #777;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
	cursor: default;
	box-sizing: border-box;
	border-radius: 5px;
	min-height: 55px;
	/*     box-shadow: inset 0px 0px 15px -5px rgba(0, 0, 0, 0.1), inset 5px 5px 2px -4px rgba(255, 255, 255, 0.5), inset -5px -5px 1px -5px rgba(0, 0, 0, 0.1); */
}

.list-block__content {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

.list-block__content>h3,
.list-block__content>h4,
.list-block__content>h5 {
	margin: 0;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	color: #000;
	margin-top: -3px;
	padding: 0 !important;
}

.list-block:before {
	content: "";
	display: table-cell;
	left: 10px;
	top: 10px;
	background-image: url(/upload/medialibrary/a8c/Arrowhead-Right-01-32.png);
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

.list-block.lb-no-bg {
	border: none;
	background: transparent;
	margin-bottom: 10px;
	border-radius: 0;
}

.list-block.lb-no-bg .list-block__content>h3,
.list-block.lb-no-bg .list-block__content>h4,
.list-block.lb-no-bg .list-block__content>h5 {
	margin-bottom: 2px;
}

/******************************************************************************************/
/*************************** SLIDNING BLOCK ***********************************************/
/******************************************************************************************/
/*
.acc_trigger a
{
	border-bottom: 1px dashed;
	text-decoration: none;
}

.acc_trigger.active a
{
	border-bottom: none;
}
*/

h3.acc_trigger {
	/* 	margin: 10px 0; */
	font-size: medium;
}

.acc_trigger,
.acc_trigger_none,
.acc_trigger_disabled {
	position: relative;
	padding: 11px 17px;
	border: 1px solid #D2DDE4;
	display: block;
	color: #4A7188;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
	line-height: 1.4;
	border-radius: 3px;
	/*     margin-top: 15px; */
	/*     margin-bottom: 0; */
	margin: 15px 0;
	background: #E9F5FD;
	cursor: pointer;
	padding-right: 45px;
	font-style: normal;
	transition: background .2s, border .1s;
}

.acc_trigger_disabled,
.acc_trigger_none {
	cursor: auto;
}

.acc_trigger:hover {
	background: #D4EEFF;
	border-color: #B7CDDC;
}

.acc_trigger a {
	display: block;
	color: #4A7188;
	text-decoration: none;
	border: none;
}

.acc_trigger.active {
	box-shadow: inset 0px 0px 20px -7px rgba(0, 0, 0, 0.2);
	border-color: #BAD0DE;
	background: #D4EEFF;
	border-radius: 3px 3px 0 0;
	/*     margin-bottom: 0; */
}

.acc_trigger_disabled+.acc_container,
.acc_trigger+.acc_container {
	display: none;
	padding: 15px;
	margin-top: -15px;
	margin-bottom: 15px;
	border: 1px solid #e5e5e5;
	margin-left: 1px;
	margin-right: 1px;
	border-top: none;
	border-radius: 0px 0px 3px 3px;
	background: rgb(245, 245, 245);
	background: -moz-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
	box-shadow: inset 0px 4px 15px -10px rgba(0, 0, 0, 0.5)
}

.acc_trigger_disabled+.acc_container {

	display: block;
}

.acc_trigger+.acc_container>*:last-child {
	margin-bottom: 0 !important;
}

.acc_trigger:after {
	content: '\e807';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -17px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 20px;
	opacity: .5;
	transition: opacity .2s, font-size .15s, transform .2s;
}

.acc_trigger:hover:after {
	font-size: 25px;
	/* 	transform: scale(1.2); */
	opacity: 1;
}

.acc_trigger.active:after {
	transform: rotate(-180deg);
}

.acc_trigger.inline {
	display: inline-block;
	background: none;
	border: none;
	margin: 0;
	padding: 1px 2px;
	line-height: 1.2;
	margin-right: 21px;
	border-bottom: 1px dashed;
	/* 	padding-right: 25px; */
}

.acc_trigger.inline.active {
	box-shadow: none;
}

.acc_trigger.inline:after {
	right: -2em;
	width: 2em;
	height: 1em;
	line-height: 1em;
	margin-top: -.4em;
	font-size: 13px;
}

.acc_trigger.inline:hover:after {
	/*     transform: scale(1.2); */
	font-size: 15px;
}

.acc_trigger.inline+.acc_container {
	background: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 5px 10px;
	border-radius: 0;
}

/******************************************************************************************/
/*************************** CSS INPUTS ***************************************************/
/******************************************************************************************/

input.css-input[type=radio],
input.css-input[type=checkbox] {
	position: absolute;
	width: 1em;
	height: 1em;
	opacity: 0;
}

input.css-input[type=radio]+label,
input.css-input[type=checkbox]+label {
	position: relative;
	cursor: pointer;
	font-weight: normal;
	margin-bottom: 6px;
	letter-spacing: .2px;
	perspective: 500px;
	line-height: 1.2em;
}

input.css-input[type=radio]+label {
	display: block;
	background-color: #f3f3f3;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	padding: 6px 10px;
	font-size: 1em;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	color: #555;
	margin-left: 2em;
	transition: background .2s, color .2s, text-shadow .2s;
}

input.css-input[type=radio]+label:hover {
	background-color: #EAEDF1;
}

input.css-input[type=radio]+label:before,
input.css-input[type=checkbox]+label:before,
input.css-input[type=checkbox]+label:after {
	content: "";
	position: absolute;
	top: .12em;
	left: -1em;
	transition: border .2s;
}

input.css-input[type=radio]+label:before,
input.css-input[type=checkbox]+label:before {
	width: 1em;
	height: 1em;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 50%;
}

input.css-input[type=radio]+label:before {
	top: 4px;
	left: -2em;
	width: 1.5em;
	height: 1.5em;
	transition: border .2s, background .2s, box-shadow .2s, transform .2s;
	box-shadow: inset 0px 2px 7px -3px rgba(0, 0, 0, .2), inset 1px 1px 3px -1px rgba(0, 0, 0, 0.4);
	background-color: #f7f7f7;
}

input.css-input[type=radio]+label:hover:before,
input.css-input[type=radio]:checked+label:before,
input.css-input[type=radio].checked+label:before {
	background-color: #EAEDF1;
	box-shadow: inset 0px 1px 6px -1px rgba(255, 255, 255, 0.7),
		inset 0px -1px 6px -2px rgba(0, 0, 0, 0.6),
		inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3),
		0px 2px 1px -1px rgba(0, 0, 0, 0.6);
	transform: translateY(-1px);
}

input.css-input[type=radio]:checked+label,
input.css-input[type=radio].checked+label {
	pointer-events: none;
	background-color: #A1AEB9;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

input.css-input[type=radio]:checked+label:before,
input.css-input[type=radio].checked+label:before {
	background-color: #5AA9EB;
}

input.css-input[type=checkbox]+label {
	display: inline-block;
	padding: 0 5px;
	margin-left: 1.3em;
}

input.css-input[type=checkbox]+label:before {
	border-radius: 3px;
}

input.css-input[type=checkbox]:checked+label:before,
input.css-input[type=checkbox].checked+label:before {
	border: .16em solid #333;
}

input.css-input[type=checkbox]:checked+label,
input.css-input[type=checkbox].checked+label {
	font-weight: bold;
}

input.css-input[type=checkbox]:checked+label:after,
input.css-input[type=checkbox].checked+label:after {
	content: "\e813";
	position: absolute;
	margin-top: -.3em;
	margin-left: .1em;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	font-size: 1.2em;
	text-shadow: 0px 2px 0px #fefefe, 0px -2px 0px #fefefe;
	color: #006fcb;
	z-index: 999;
}

input.css-input[type=checkbox]:checked+label:after,
input.css-input[type=checkbox].checked+label:after {
	animation: checkboxSet linear .5s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	-webkit-animation: checkboxSet linear .5s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: checkboxSet linear .5s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-o-animation: checkboxSet linear .5s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-ms-animation: checkboxSet linear .5s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
}

input.css-input[type=radio][disabled]+label,
input.css-input[type=checkbox][disabled]+label {
	opacity: .4;
	filter: alpha(opacity=40);
	cursor: default;
}

@keyframes checkboxSet {
	0% {
		transform: scale(1.3);
	}

	31% {
		transform: scale(0.90);
	}

	70% {
		transform: scale(1.10);
	}

	100% {
		transform: scale(1.00);
	}
}

@-moz-keyframes checkboxSet {
	0% {
		-moz-transform: scale(1.3);
	}

	31% {
		-moz-transform: scale(0.90);
	}

	70% {
		-moz-transform: scale(1.10);
	}

	100% {
		-moz-transform: scale(1.00);
	}
}

@-webkit-keyframes checkboxSet {
	0% {
		-webkit-transform: scale(1.3);
	}

	31% {
		-webkit-transform: scale(0.90);
	}

	70% {
		-webkit-transform: scale(1.10);
	}

	100% {
		-webkit-transform: scale(1.00);
	}
}

@-o-keyframes checkboxSet {
	0% {
		-o-transform: scale(1.3);
	}

	31% {
		-o-transform: scale(0.90);
	}

	70% {
		-o-transform: scale(1.10);
	}

	100% {
		-o-transform: scale(1.00);
	}
}

@-ms-keyframes checkboxSet {
	0% {
		-ms-transform: scale(1.3);
	}

	31% {
		-ms-transform: scale(0.90);
	}

	70% {
		-ms-transform: scale(1.10);
	}

	100% {
		-ms-transform: scale(1.00);
	}
}


/******************************************************************************************/
/*************************** POPUP TITLE **************************************************/
/******************************************************************************************/

span[data-title],
span.tooltip {
	position: relative;
	color: #4A7188;
	border-bottom: 1px dashed;
	cursor: help;
	transition: color .2s;
}

span[data-title]:before,
span[data-title]:after,
span.tooltip+div:before,
span.tooltip+div {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	background-color: #f7f7f7;
	pointer-events: none;
}

span[data-title]:before,
span.tooltip+div {
	content: attr(data-title);
	padding: 10px;
	margin-top: 12px;
	margin-left: -10px;
	box-sizing: border-box;
	text-align: left;
	border: 1px solid #D8D8D8;
	border-top: 2px solid #529CC5;
	box-shadow: 3px 3px 2px -1px rgba(0, 0, 0, 0.15);
	font-size: 12px;
	color: #666;
}

span[data-title]:after,
span.tooltip+div:before {
	content: "";
	width: 7px;
	height: 7px;
	top: 100%;
	margin-left: 7px;
	margin-top: 9px;
	border-left: 2px solid #529CC5;
	border-top: 2px solid #529CC5;
	transform: rotate(45deg);
	transition: transform .3s;
}

span[data-title]:hover,
span.tooltip:hover {
	z-index: 1;
	border-bottom-style: solid;
	color: #ff5521;
}

span[data-title]:hover:before,
span[data-title]:hover:after,
span.tooltip:hover+div {
	display: table;
}

span[data-title]:hover:before,
span.tooltip:hover+div {
	animation: title_popup linear .3s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	-webkit-animation: title_popup linear .3s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: title_popup linear .3s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-o-animation: title_popup linear .3s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-ms-animation: title_popup linear .3s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
}

span[data-title][data-direction="right"]:before,
span[data-title][data-direction="right"]:after {
	top: 0;
	right: 100%;
	left: auto;
}

span[data-title][data-direction="right"]:before {
	margin-top: -8px;
	margin-right: 10px;
	border-top: 1px solid #D8D8D8;
	border-right: 2px solid #529CC5;
}

span[data-title][data-direction="right"]:after {
	transform: rotate(135deg);
	margin-right: 6px;
	margin-left: 0;
	margin-top: 4px;
}


span.tooltip+div,
span.tooltip+div:before {
	content: none;
	top: auto;
	left: auto;
}

span.tooltip+div:before {
	display: block;
	content: "";
	top: 0;
	margin-top: -5px;
}


@keyframes title_popup {
	0% {
		font-size: 0;
		color: transparent;
	}

	50% {
		color: transparent;
		font-size: 1em;
	}

	100% {
		color: #666;
	}
}

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */
/* ----------------------------------------------------------- */

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.nowrap {
	white-space: nowrap;
}

.vmiddle,
.middle,
.vmiddle>li {
	vertical-align: middle !important;
}

.vtop {
	vertical-align: top;
}

.inline-block {
	display: inline-block;
}

.col-height {
	display: table-cell;
	float: none !important;
	vertical-align: top;
}

.col-inline {
	display: inline-block;
	float: none !important;
	vertical-align: middle;
}

.block {
	display: block;
}

.table {
	display: table;
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.relative {
	position: relative;
}

.middle {
	vertical-align: middle;
}

.vmiddle-block {
	vertical-align: middle;
}

.vmiddle-block:before {
	content: "";
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}

.p5,
table.p5 td,
table.p5 th,
.table.p5 .table-cell {
	padding: 5px !important;
}

.p10,
table.p10 td,
table.p10 th,
.table.p10 .table-cell {
	padding: 10px !important;
}

.p15,
table.p15 td,
table.p15 th,
.table.p15 .table-cell {
	padding: 15px !important;
}

.p20,
table.p20 td,
table.p20 th,
.table.p20 .table-cell {
	padding: 20px !important;
}

.hp10 {
	padding-left: 10px;
	padding-right: 10px;
}

.hp20 {
	padding-left: 20px;
	padding-right: 20px;
}

.hp30 {
	padding-left: 30px;
	padding-right: 30px;
}

.w15 {
	width: 15%;
}

.w33 {
	width: 33%;
}

.w50 {
	width: 50%;
}

.w70 {
	width: 70%;
}

.w100 {
	width: 100%;
}

.wauto {
	width: auto !important;
}

.vmargin10,
.vm10 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.vmargin20,
.vm20 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.vmargin30,
.vm30 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.vmargin40,
.vm40 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.vmargin50,
.vm50 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.margin-center {
	margin-left: auto;
	margin-right: auto;
}

.m-v-0 {
	margin-top: 0;
	margin-bottom: 0;
}

.m-top-0 {
	margin-top: 0 !important;
}

.m-bottom-0 {
	margin-bottom: 0 !important;
}

.mauto {
	margin: auto;
}

.p0 {
	padding: 0;
}

.p5 {
	padding: 5px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px;
}

.p25 {
	padding: 25px;
}

.p30 {
	padding: 30px;
}

.pt0 {
	padding-top: 0;
}

.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pb0 {
	padding-bottom: 0;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb60 {
	padding-bottom: 60px;
}

.pl0 {
	padding-left: 0;
}

.pl5 {
	padding-left: 5px;
}

.pl20 {
	padding-left: 20px;
}

.pr0 {
	padding-right: 0;
}

.pr5 {
	padding-right: 5px;
}

.pr20 {
	padding-right: 20px;
}

.m0 {
	margin: 0;
}

.m5 {
	margin: 5px;
}

.m10 {
	margin: 10px;
}

.m15 {
	margin: 15px;
}

.m30 {
	margin: 30px;
}

.ml5 {
	margin-left: 5px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.mr5 {
	margin-right: 5px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr40 {
	margin-right: 40px;
}

.mr30 {
	margin-right: 30px;
}

.mt0 {
	margin-top: 0;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 55px;
}

.mt60 {
	margin-top: 60px;
}

.mt80 {
	margin-top: 80px;
}

.mb0 {
	margin-bottom: 0;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb55 {
	margin-bottom: 55px;
}

.mb60 {
	margin-bottom: 60px;
}



.float-right {
	float: right;
}

.float-left {
	float: left;
}

.colorLight {
	color: #999;
}

.color0054A5 {
	color: #0054A5;
}

.color206bbd {
	color: #206bbd;
}

.colorff5521 {
	color: #ff5521;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-underline {
	text-decoration: underline;
}

.text-bold,
.text-normal {
	font-weight: normal;
}

.font-bold {
	font-weight: bold;
}

.color-inherit {
	color: inherit;
}

.font-small {
	font-size: small;
}

.font-medium {
	font-size: medium;
}

.font-large {
	font-size: large;
}

.italic {
	font-style: italic;
}

.size12 {
	font-size: 12px
}

.size14 {
	font-size: 14px
}

.size16 {
	font-size: 16px
}

.size18 {
	font-size: 18px
}

.size20 {
	font-size: 20px
}

.size22 {
	font-size: 22px
}

.size24 {
	font-size: 24px
}

.size26 {
	font-size: 26px
}

.size30 {
	font-size: 30px
}

.size32 {
	font-size: 32px
}

.size36 {
	font-size: 36px
}

.size48 {
	font-size: 48px
}

.size72 {
	font-size: 72px
}


/* .bg-eee { background-color: #eee; } */

/* ul.nolist { list-style-type: none !important; } */
a.nodecor {
	text-decoration: none;
}

.text-shadow {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

a.dashed-link {
	border: none;
	outline: none;
	border-bottom: 1px dashed;
}

a.dashed-link:active,
a.dashed-link:focus,
a.dashed-link:hover {
	text-decoration: none;
}

a.dashed-link:hover {
	border-bottom-style: solid;
}

.font-ptsans {
	font-family: 'PT Sans', sans-serif;
	font-size: 1.15em;
	line-height: 1.2;
}

.check-mark {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url(/bitrix/templates/ASP-EDO/images/icons/table/table-check-y.png) 0 0 no-repeat;
}

.list-style-check {
	position: relative;
	padding-left: 45px;
	list-style: none;
}

.list-style-check:not(:last-child) {
	margin-bottom: 25px;
}

.list-style-check::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 35px;
	height: 35px;
	margin: auto;
	background-image: url("/bitrix/templates/ASP-EDO/images/icons/check.svg");
	background-size: contain;
}

.advantages .you-can__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
}

.advantages .you-can__content::before {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
	position: static;
	margin-right: 10px;
}

.advantages .you-can__title {
	max-width: calc(100% - 42px);
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

/* ----------------------------------------------------------- */


/*************************************************************************************************/
/*************************************************************************************************/
/******************************* RESPONSIVE PART *************************************************/
/*************************************************************************************************/
/*************************************************************************************************/
@media all and (max-width: 480px) {
	.head-intro-sect .button {
		display: inline-block;
		position: relative;
		/*margin: 0 auto;*/
		/*width: 60%;*/
	}

	.button+.button {
		margin-top: 15px;
	}

	.catalog-detail .price {
		display: inline-block;
		margin-bottom: 20px;
	}
}

@media all and (max-width: 767px) {
	#phone {
		margin-top: 0;
		line-height: 25px;
		margin-left: 15px;
		width: 100%;
		font-size: 100%;
		font-weight: bold;
	}

	.head-intro-sect .big-icon {
		display: none !important;
	}

	.right-top-menu {
		font-size: .9em;
	}

	.you-can__title {
		padding-bottom: 0 !important;
	}

	.table-responsive {
		width: 600px;
		margin: 0 auto 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.table-responsive>.table {
		margin-bottom: 0;
	}
}

@media all and (max-width: 992px) {
	.header-phone {
		font-size: 17px;
	}

	#primary {
		width: 100%;
	}

	#secondary {
		display: none;
	}
}

@media (min-width: 768px) {
	.you-can__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.you-can__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.you-can__item:nth-last-child(1),
	.you-can__item:nth-last-child(2) {
		margin-bottom: 0;
	}
}

@media (max-width: 640px) {
	.table-responsive {
		width: 500px;
	}
}

@media (max-width: 540px) {
	.table-responsive {
		width: 400px;
	}
}

@media (max-width: 440px) {
	.table-responsive {
		width: 300px;
	}
}

/*@media all and (max-width: 1200px) {
	#table-tarifs-eo .top-ribbon {
    	width: 116%;
	}
}*/

/*@media all and (max-width: 991px) {
	#table-tarifs-eo .top-ribbon {
    	width: 122%;
	}
}*/

.question__email_pre {
	position: absolute !important;
	top: -1000px !important;
	left: -1000px !important;
	z-index: -100 !important;
}



/* new styles 01/04/2021 */
.after-badge {
	position: relative;
}

.after-badge::after {
	position: absolute;
	content: attr(data-content);
	font-size: .8em;
	top: -3px;
	padding: 0px 3px;
	border-radius: 3px;
	margin-left: 2px;
}

.after-badge--danger::after {
	background: #ff5521;
	color: #fff;
}

.row-flex {
	display: flex;
	flex-flow: row wrap;
}

.brickwork {
	margin: 20px 0 30px;
}

.brickwork .row>div {
	margin-bottom: 20px;
}

@media all and (max-width: 991px) {
	.brickwork .row>div {
		width: 100%;
	}
}

.brickwork--shadow .brickwork__item {
	box-shadow: 0 0 2px rgb(0 0 0 / 12%), 0 2px 24px rgb(0 0 0 / 16%);
}

.brickwork--default-border .brickwork__item {
	border-top: 3px #2763A3 solid;
}


.brickwork__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 30px 20px;
	border-radius: 5px;
	height: 100%;
}

.brickwork__item-title {
	font-size: 20px;
	margin-bottom: 20px;
}

#content .square-list {
	counter-reset: number 0;
	list-style-type: none !important;
	margin: 0;
}

.square-list li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 45px;
}

.square-list li:before {
	counter-increment: number 1;
	content: counter(number);
	background-color: #545d6b;
	color: #fff;
	padding: 2px 7px;
	margin-right: 10px;
	position: absolute;
	left: 10px;
}

.square-list--big {
	font-size: 16px;
}

.square-list.square-list--big li:before {
	padding: 2px 8px;
}


.capture-form {
	box-shadow: 0 0 2px rgb(0 0 0 / 12%), 0 2px 24px rgb(0 0 0 / 16%);
	margin: 50px 0;
	padding: 30px 0;
	border-radius: 5px;
}

.capture-form>div {
	position: relative;
	z-index: 2;
}

.capture-form .button {
	margin-top: 10px;
}

.capture-form__description {
	padding: 0px 20px;
}



.capture-form.capture-form-sm {
	padding: 15px 0;
}

.capture-form.capture-form-sm .capture-form__title {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 18px;
}

.capture-form.capture-form-sm .capture-form__button {
	padding: 7px 10px;
}


/* START document user */
.capture-form--document-user {
	position: relative;
}

.capture-form--document-user::before,
.capture-form--document-user::after {
	content: '';
	position: absolute;
	display: block;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	background-repeat: no-repeat;
	transition: all .3s linear;
}

.capture-form--document-user::before {
	background-image: url(/bitrix/templates/ASP-EDO/images/capture-form/left-user-picture.png);
	background-size: 20%;
	background-position-x: 2%;
	background-position-y: 101%;
	transform-origin: bottom left;
}

.capture-form--document-user::after {
	background-image: url(/bitrix/templates/ASP-EDO/images/capture-form/right-user-picture.png);
	background-size: 20%;
	background-position-x: 101%;
	background-position-y: 2%;
	transform-origin: top right;
}

.capture-form--document-user:hover::before {
	transform: scale(1.05);
}

.capture-form--document-user:hover::after {
	transform: scale(1.07);
}

/* END document user */

/* START consultation user */
.capture-form--consultation-user {
	position: relative;
}

.capture-form--consultation-user::before,
.capture-form--consultation-user::after {
	content: '';
	position: absolute;
	display: block;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	background-repeat: no-repeat;
	transition: all .3s linear;
}

.capture-form--consultation-user::before {
	background-image: url(/bitrix/templates/ASP-EDO/images/capture-form/left-pc-user-picture.svg);
	background-size: 40%;
	background-position-x: -18%;
	background-position-y: 0%;
	transform-origin: bottom left;
}

.capture-form--consultation-user::after {
	background-image: url(/bitrix/templates/ASP-EDO/images/capture-form/right-pc-user-picture.svg);
	background-size: 31%;
	background-position-x: 105%;
	background-position-y: -50%;
	transform-origin: bottom right;
}

@media screen and (max-width: 735px) {
	.capture-form--consultation-user::before {
		background-size: 25%;
		background-position-x: -10%;
		background-position-y: 110%;
	}

	.capture-form--consultation-user::after {
		background-size: 25%;
		background-position-x: 105%;
		background-position-y: 110%;
	}
}

/* 
.capture-form--consultation-user:hover::before
{
	transform:scale(1.05);
}
.capture-form--consultation-user:hover::after
{
	transform:scale(1.07);
} 
*/

/* END consultation user */


/* START pc-user-flower user */
.capture-form--pc-user-flower {
	position: relative;
}

.capture-form--pc-user-flower::before,
.capture-form--pc-user-flower::after {
	content: '';
	position: absolute;
	display: block;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	background-repeat: no-repeat;
	transition: all .3s linear;
}

.capture-form--pc-user-flower::before {
	background-image: url(/bitrix/templates/ASP-EDO/images/capture-form/flower-user-pc-left.svg);
	background-size: 65%;
	background-position-x: -3%;
	background-position-y: 75%;
	transform-origin: bottom left;
}

.capture-form--pc-user-flower::after {
	background-image: url(/bitrix/templates/ASP-EDO/images/capture-form/flowe-user-pc-right.svg);
	background-size: 70%;
	background-position-x: 110%;
	background-position-y: 83%;
	transform-origin: bottom right;
}


@media screen and (max-width: 499px) {
	.capture-form--pc-user-flower::before {
		background-size: 65%;
		background-position-x: -15%;
		background-position-y: 115%;
	}

	.capture-form--pc-user-flower::after {
		background-size: 70%;
		background-position-x: 113%;
		background-position-y: 100%;
	}
}

/* 
.capture-form--consultation-user:hover::before
{
	transform:scale(1.05);
}
.capture-form--consultation-user:hover::after
{
	transform:scale(1.07);
} 
*/

/* END pc-user-flower */

/* START quest-user */
.capture-form--quest-user {
	position: relative;
}

.capture-form--quest-user::before,
.capture-form--quest-user::after {
	content: '';
	position: absolute;
	display: block;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	background-repeat: no-repeat;
	transition: all .3s linear;
}

.capture-form--quest-user::before {
	background-image: url(/bitrix/templates/ASP-EDO/images/capture-form/quest-left-user-no-mark.svg);
	background-size: 40%;
	background-position-x: -12%;
	background-position-y: 40%;
	transform-origin: bottom left;
}

.capture-form--quest-user::after {
	background-image: url(/bitrix/templates/ASP-EDO/images/capture-form/quest-right-user-no-bg.svg);
	background-size: 25%;
	background-position-x: 113%;
	background-position-y: 15%;
	transform-origin: bottom right;
}

@media screen and (max-width: 499px) {
	.capture-form--quest-user::before {
		background-size: 25%;
		background-position-x: -30px;
		background-position-y: calc(100% + 10px);
	}

	.capture-form--quest-user::after {
		background-size: 34%;
		background-position-x: 128%;
		background-position-y: -24%;
	}
}


/* 
.capture-form--consultation-user:hover::before
{
	transform:scale(1.05);
}
.capture-form--consultation-user:hover::after
{
	transform:scale(1.07);
} 
*/

/* END quest-user */
.note-info {
	margin: 30px auto;
	padding: 30px 210px 30px 40px;
	background-color: #fff;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	box-shadow: 0 0 2px rgb(0 0 0 / 12%), 0 2px 24px rgb(0 0 0 / 16%);
}

.note-info.note-info--ok {
	background-image: url(/bitrix/templates/ASP-EDO/images/Ok-pana.png);
	background-position-x: 109%;
	background-repeat: no-repeat;
	background-size: 20%;
	background-position-y: -20px;
}

@media screen and (max-width: 630px) {
	.note-info {
		padding: 30px 100px 30px 40px;
	}

	.note-info.note-info--ok {
		background-position-y: center;
	}
}

@media screen and (max-width: 430px) {
	.note-info {
		padding: 15px 30px 15px 30px;
	}

	.note-info.note-info--ok {
		background-image: none;
	}
}


@media screen and (max-width: 600px) {
	.table-wrap {
		display: inline-block;
		background-color: #fff;
		overflow-y: scroll;
		max-width: 100%;
	}
}

/* link */
a.link-in-document {
	border-bottom: 1px dotted;
}

a.link-in-document:hover {
	border-bottom: 1px dotted transparent;
}

a.link-in-document,
a.link-in-document:hover,
a.link-in-document:active,
a.link-in-document:visited {
	text-decotarion: none;
}


.table-colored {
	overflow-x: auto;
}

.table-colored .table-colored__title td {
	text-align: center;
	background-color: #206bbd;
	color: #fff;
	border-right-color: #206bbd;
	border-bottom-color: #455a64;
	padding: 12px 10px 12px;
	font-weight: bold;
}

.table-colored .table-colored__subtitle td {
	text-align: center;
	background-color: #ebebeb;
	color: #455a64;
	border-right-color: #dadada;
	border-top-color: #ebebeb;
	padding: 8px 10px 8px;
}

.table-colored td.table-colored__hit-top {
	border-left: 2px solid #ff5521;
	border-top: 2px solid #ff5521;
	border-right: 2px solid #ff5521;
}

.table-colored td.table-colored__hit-middle {
	border-left: 2px solid #ff5521;
	border-right: 2px solid #ff5521;
}

.table-colored td.table-colored__hit-bottom {
	border-left: 2px solid #ff5521;
	border-bottom: 2px solid #ff5521;
	border-right: 2px solid #ff5521;
}

.props_list {
	width: 100%;
	margin: 0 0 0;
	color: #555;
	border-collapse: collapse;
	table-layout: fixed;
	border: none !important;
}

.props_list tr td:first-child {
	text-align: left;
	padding-right: 10px;
	padding-left: 0;
}

.props_list tr td {
	position: relative;
	vertical-align: bottom;
	font-size: 13px;
	vertical-align: top;
	background: url(/bitrix/templates/ASP-EDO/images/dots.png) no-repeat;
	background-position: 0 14px;
	background-repeat: repeat-x;
	width: 50%;
	padding: 2px 0 2px 10px;
	border: none;
}

.props_list tr td.without-dot {

	background: none;
}

.props_list .props_item {
	overflow: hidden;
	text-overflow: ellipsis;
}

.props_list td>span,
.props_list td>.txt {
	position: relative;
	background: #FFF;
	padding: 0;
	display: inline-block;
	color: #666;
}

.props_list .props_item span {
	background: #fff;
	padding-right: 10px;
}

.props_list td.char_value {
	text-align: left;
	background: 0 0;
}

.props_list td.char_value span {
	padding: 0 0 0 10px;
}


/* .props_list full */

.props_list.props_list--full td.char_value {
	text-align: right;
	background: url(/bitrix/templates/ASP-EDO/images/dots.png) no-repeat;
	background-position: 0 14px;
	background-repeat: repeat-x;
}

/* .props_list big */
.props_list.props_list--big tr td {
	font-size: 18px;
	background-position: 0 19px;
}

.props_list.props_list--full.props_list--big td.char_value {
	background-position: 0 19px;
}

@media screen and (max-width: 600px) {
	.props_list.props_list--big tr td {
		font-size: 16px;
	}
}

.bg-light-gray {
	background-color: #f1f1f1;
	padding: 30px;
	padding-top: 15px;
}

.bg-light-gray .props_list .props_item span,
.bg-light-gray .props_list td>span,
.bg-light-gray.props_list td>.txt {
	background-color: #f1f1f1;
	color: #000;
}



/* table row hit */
table .orange-row td {
	border-top: 2px solid #ff5521;
	border-bottom: 2px solid #ff5521;
}

table .orange-row td:first-child {
	border-left: 2px solid #ff5521;
}

table .orange-row td:last-child {
	border-right: 2px solid #ff5521;
}

/*end  table row hit */


.callback-shadow {
	padding: 20px 0px;
	box-shadow: 0 0 5rem rgb(0 0 0 / 10%);
	border-radius: 8px;
}

.callback-shadow--sm.callback-shadow {
	padding: 20px 10px;
}

.callback-shadow--sm.callback-shadow .callback-shadow-row {
	margin: 0;
}

.callback-shadow img {
	padding: 0 40px;
	margin: auto;
}

.callback-shadow--sm.callback-shadow img {
	padding: 0 5px;
}

@media (min-width:970px) {
	.callback-shadow-row {
		display: flex;
		align-items: center;
	}
}

.callback-shadow .callback-shadow__title {
	margin: 0;
	margin-bottom: 20px;
}

.callback-shadow--sm.callback-shadow .callback-shadow__title {
	font-size: 22px;
	line-height: 1.2em;
}

.callback-shadow .callback-shadow__desc {
	margin: 0;
	font-size: 20px;
}

.callback-shadow--sm.callback-shadow .callback-shadow__desc {
	font-size: 14px;
}

@media (max-width:970px) {
	.callback-shadow {
		padding: 30px 15px;
	}

	.callback-shadow .callback-shadow__title,
	.callback-shadow .callback-shadow__desc {
		text-align: center;
		padding: 10px;
	}

	.callback-shadow .callback-shadow__desc {
		margin-bottom: 20px;
		font-size: 16px;
	}
}
/* End */


/* Start:/bitrix/templates/ASP-EDO/css/bootstrap/bootstrap.css?153527876027277*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=13f07744313dffbadbe1)
 * Config saved to config.json and https://gist.github.com/13f07744313dffbadbe1
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media all and (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media all and (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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 10px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media all and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media all and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media all and (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media all and (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media all and (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row: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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media all and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media all and (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media all and (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media all and (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media all and (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media all and (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media all and (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media all and (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media all and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media all and (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/* End */


/* Start:/bitrix/templates/ASP-EDO/css/bootstrap/bootstrap-rebinds.css?153527876043*/
.media-heading
{
	margin-bottom: 10px;
}
/* End */


/* Start:/bitrix/templates/ASP-EDO/index_files/styles.css?15352787601103*/
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip { 
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}
/* End */


/* Start:/bitrix/templates/ASP-EDO/index_files/pagenavi-css.css?1535278760374*/
/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/* End */


/* Start:/bitrix/templates/ASP-EDO/index_files/style.css?169683884453551*/
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, ins, kbd, q, s, samp, strike, strong, /*sub, sup,*/ tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend/*,.wrapper  table, caption,.wrapper tbody,.wrapper tfoot,.wrapper thead,.wrapper tr,.wrapper th,.wrapper  td*/
{
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;

}
html {
	-webkit-text-size-adjust: none;
}
:focus {
	outline: 0;
}
::selection {
	background: #3ab0db;
	color: #fff;
}
::-moz-selection {
	background: #3ab0db;
	color: #fff;
}
ol,
ul {
	list-style: none;
	margin: 0;
}
.wrapper table,
.wrapper th,
.wrapper td {
	border: 1px solid #ddd;
}

.wrapper table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 20px;
	width: 100%;
}





.wrapper caption,
.wrapper th {
	font-weight: normal;
	text-align: left;
}
.wrapper th {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 23px;
}
.wrapper td,
.wrapper th {
	padding: 8px;
	border-width: 0 1px 1px 0;
/* 	vertical-align: middle; */
}
a img {
	border: 0 none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
embed,
iframe,
object {
	max-width: 100%;
}
/* Слайдер  */

.slider {
/* 	height: 235px; */
}

.slidercaption{
	color: #518cc4;
	font-size: 32px;
	line-height: 32px;
	padding-bottom:5px;
	width:400px;
	margin: 0;
}

.slider-text {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 80%;
	padding: 10px;
}

.slider-text a { text-decoration: none; }
.slider-bg-white{
background-color:#fff;
}

/* @media (min-width:340px) and (max-width:1080px) { */
/* 	.slider { */
/* 		display:none; */
/* 	} */
/* } */

/* @media (min-width:692px) and (max-width:786px) { */
/* 	.slider { */
/* 		display:none; */
/* 	} */
/* } */

/* @media (min-width:893px) and (max-width:1079px) { */
/* 	.slider { */
/* 		display:none; */
/* 	} */
/* } */

#menu-slider
{
	background: url(/bitrix/templates/ASP-EDO/index_files/../images/slider/bg_menu_slider.png) no-repeat 0 0;
	/* padding:5px; */
}

/* Картинки слайдера */
#list-images, #list-images li {
height: 230px;
width: 700px;
display: block;
padding:0;
}

#list-images {
float: right;
overflow: hidden; /* Скрывает неактивные слайды */

}
#list-images li {
position: relative;
}

#list-images li img {
background: #fff;
position: relative;
top: 0;
left: 0;
}

/* Подписи к слайдам */
#list-images li span {

	position: absolute;
	top: 10px;
	left: 20px;
	width: 42.94%;
	display: block;
	color: #518cc4;
	font-size: 36px;
	line-height: 32px;
	padding: 28px 20px;

}

/* Ссылки менюшки */

@media (min-width:340px) and (max-width:1020px) {
	#list-links{
		display:none;
			}
}

#list-links {
/* width: 240px; */
/* float: left; */
/* 	background: url(/bitrix/templates/ASP-EDO/index_files/../images/slider/bg-grey.png) repeat-y; */
	min-width: 220px;
/*    	background: #f9f9f9; */
	position: relative;
	z-index: 1;
}

#list-links li
{
	padding: 0;
    white-space: nowrap;
}
#list-links li a {
	color: #1e5b9d;
	padding: 10px;
	font-size: 13px;
	display: block;
	text-decoration: none;
}
#list-links li.hover
{
	position: relative;
	background-color: #ff5521;
/* 	background: url(/bitrix/templates/ASP-EDO/index_files/../images/slider/tab_current.png) no-repeat 100% center; */
}
#list-links li.hover:before
{
    content: "";
    position: absolute;
    border: 17px solid transparent;
    border-left-color: #ff5521;
    right: -34px;
}
#list-links li.hover a, #list-links li.hover a:hover {
color: #fff;
background: none;
border-bottom: none;
padding-bottom: 9px;
font: normal 12px;
}
#list-links li.last a {
border-bottom: none;
}

/* Шрифт с иконками Genericons */
/*@font-face {
	font-family: 'Genericons';
	font-weight: normal;
	font-style: normal;
	src: url('/bitrix/templates/ASP-EDO/index_files/font/genericonst.eot');
	src: url('/bitrix/templates/ASP-EDO/index_files/font/genericons.eot?#iefix') format('embedded-opentype'),
		  url('/bitrix/templates/ASP-EDO/index_files/font/genericons.woff') format('woff'),
		  url('/bitrix/templates/ASP-EDO/index_files/font/genericons.ttf') format('truetype'),
		  url('/bitrix/templates/ASP-EDO/index_files/font/genericons.svg#genericonsregular') format('svg');
}*/

/* Общие стили
----------------------------------------------- */
body,
.wrapper input,
.wrapper textarea {
/* 	color: #666; */
	/* EDIK: */
/* 	color:#000000; */
	font: 14px 'Open Sans', sans-serif;
/* 	line-height: 21px; */
    line-height: 1.3;
	font-weight: 500;
	word-wrap: break-word;
}
body {
	min-width: 320px;
	background-color: #ececec;
}

.container1
{
	margin: 0 auto;
	max-width: 978px;
}

/* Заголовки */
h1,
h2,
h3,
h4,
h5,
h6 {
	/*color: #ff5521;*/
	font-family: 'Open Sans', sans-serif;
}
/* EDIK: */
.orange {
	color: #ff5521;
}

.blue {
	color: #206bbd;
}
.grey {
	color: #999;
}

h1 {
	font-size: 32px;
	line-height: 35px;
}
h2 {
	font-size: 26px;
	line-height: 33px;
	margin-top: 40px;
	font-weight: bold;
}
h3 {
	font-size: 24px;
	line-height: 1.2;
}
h4 {
	font-size: 22px;
	line-height: 1.2;
/* 	line-height: 29px; */
}
h5 {
	font-size: 20px;
	line-height: 27px;
}
h6 {
	font-size: 16px;
	line-height: 23px;
	text-transform: uppercase;
}

/* No Border/Margin/Padding */
.no-margin-top {
	margin-top: 0px !important;
}
.no-margin-bottom {
	margin-bottom: 0px !important;
}
.no-margin-left {
	margin-left: 0px !important;
}
.no-margin-right {
	margin-right: 0px !important;
}
.no-padding-top {
	padding-top: 0px !important;
}
.no-padding-bottom {
	padding-bottom: 0px !important;
}
.no-padding-left {
	padding-left: 0px !important;
}
.no-padding-right {
	padding-right: 0px !important;
}
.no-border-top {
	border-top: 0 none !important;
}
.no-border-bottom {
	border-bottom: 0 none !important;
}
.no-border-left {
	border-left: 0 none !important;
}
.no-border-right {
	border-right: 0 none !important;
}

/* Horizontal Line */
hr {
	border-color: rgba(0, 0, 0, 0.1);
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
/* 	margin: 0 0 40px; */
    margin: 20px 0;
}

/* Text Elements */
p {
	margin-bottom: 15px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
pre {
	background-color: #f1f1f1;
	margin-bottom: 20px;
	overflow: auto;
	padding: 30px;
}
pre,
code,
kbd {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
abbr,
acronym,
dfn {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background-color: #fff9c0;
	text-decoration: none;
	margin-bottom: 20px;
}

/* Superscript and Subscript */
/*
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
*/
/* Blockquote */
blockquote {
	font-style: italic;
	margin-bottom: 20px;
	background-color: #f1f1f1;
	padding: 15px 30px 15px 26px;
	/*border-left: 4px solid #3ab0db;*/
	border-left: 4px solid #2763A3;
	overflow: hidden;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote cite {
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* Breadcrumb */
.breadcrumb {
	margin-top: 5px;
	font-size: 13px;

}
.breadcrumb,
.breadcrumb a,
.breadcrumb a:hover {
	color: #2763a3;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}
.breadcrumb,
.breadcrumb a:hover {
	opacity: 10;
	-moz-opacity: 10;
	filter:alpha(opacity=100);
}

/* Forms */
/*
.wrapper input[type="text"],
.wrapper input[type="email"],
.wrapper input[type="search"],
.wrapper input[type="password"],
.wrapper input[type="tel"],
.wrapper input[type="url"],
.wrapper input[type="date"],
.wrapper textarea,
.wrapper input[type="reset"],
.wrapper input[type="button"],
.wrapper input[type="submit"] {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}*/
.wrapper  input[type="text"],
.wrapper input[type="email"],
.wrapper input[type="search"],
.wrapper input[type="password"],
.wrapper input[type="tel"],
.wrapper input[type="url"],
.wrapper input[type="date"],
.wrapper textarea
{
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	width: 100%;
    box-sizing: border-box;
	/*margin: 0 0 30px;*/
	background-color: #f9f9f9;
}
.wrapper input[type="text"]:focus,
.wrapper input[type="email"]:focus,
.wrapper input[type="search"]:focus,
.wrapper input[type="password"]:focus,
.wrapper input[type="tel"]:focus,
.wrapper input[type="url"]:focus,
.wrapper input[type="date"]:focus,
.wrapper textarea:focus
{
	border-color: rgba(0, 0, 0, 0.15);
}
/*
.wrapper input[type="reset"],
.wrapper input[type="button"],
.wrapper input[type="submit"] {
	border: 0 none;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	text-align: center;
	height: 40px;
	padding: 0px 20px;
	margin-top: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #2b6bab;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	box-sizing: border-box;
}
.wrapper input[type="reset"]:hover,
.wrapper input[type="button"]:hover,
.wrapper input[type="submit"]:hover {
	border-color: #666;
    background-color: #fff;
    color: #206bbd;
}
*/
.wrapper input.s {
	height: 22px;
	margin: 0;
	width: 200px;
	padding: 6px 8px;
}
.wrapper  select {
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	margin: 0 0 30px;
	width: 50%;
	background-color: #f9f9f9;
}
.wrapper  input[type="radio"],
.wrapper  input[type="checkbox"],
.wrapper  input[type="file"] {
	margin-bottom: 30px;
}
.wrapper  input[type="file"] {
	border: 0 none;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: center;
	height: 40px;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* Links */
h2 a { color: #206bbd;}
a {
	/* EDIK:*/
	/*color: #3ab0db;*/
	color: #206bbd;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	color: #3ab0db;
	text-decoration: underline;
}

/* Images */
figure {
	margin: 0;
	text-align: center;
}
.wrapper img {
	/* EDIK: */
	/*max-width: 100%;*/
/* 	height: auto; */
	vertical-align: top;
}
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}
.wrapper img.size-full,
.wrapper img.size-large {
	max-width: 100%;
	height: auto;
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-top: 20px;
	margin-bottom: 20px;
}
img#wpstats {
	display: none;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Clearfix Hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */
.clearfix-third,
.clearfix-fourth {
	clear: both;
}

/* Кнопка Подробнее */
a.readmore {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
}
a.readmore:hover {
	text-decoration: none;
}
a.more-link,
.btn,
.btn_gt,
.btn_gt_red {
	color: #fff;
	background-color: #2b6bab;
	display: inline-block;
	padding: 5px 11px;
	/*float: right;*/
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 0px 1px #fff;
	/*float: left;*/
/* 	font-size: 14px; */
	text-decoration: none;

	/* EDIK */
	margin-right: 10px;

  /* font-weight: 600; */
  /*padding: 8px 20px;
  line-height: 1.43;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: inset 0 -2px 0px 0px rgba(0, 0, 0, 0.2);
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0.2s, box-shadow 0.2s;
  text-decoration: none;
  position: relative;
  outline: none;*/
}
.btn.btn-green {
	background-color: #35AD4E;
}
a.more-link:hover,
a.more-link:focus,
.button:hover,
.button:focus,
.btn:hover,
.btn:focus,
.btn_gt:hover,
.btn_gt:focus,
.btn_gt_red:hover {
	border-color: #666;
	background-color: #fff;
	color: #206bbd;
	text-decoration: none;
}
.btn_gt.white {
	background:#FFFFFF;
	color: #206bbd;
}

/* Кнопка Заказать */
/*a.zakaz {
	color: #fff;
	background-color: #ff5521;
	display: inline-block;
	padding: 4px 11px;
	float: right;
	-ms-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin-right: 10px;
	font-size: 14px;
	text-decoration: none;
}
a.zakaz:hover {
	border-color: #666;
	background-color: #fff;
	color: #206bbd;
}*/
/* Кнопка Call-to-action*/
a.zakaz,
.call-to-action,
.call-to-action {
	color: #fff;
	background-color: #ff5521;
	display: inline-block;
	text-align: center;
	padding: 5px 11px;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 0px 1px #fff;

/* 	border: 1px solid #fff; */
/* 		font-size: 14px; */
}
a.zakaz:hover,
.call-to-action:hover {
	background-color: #fff;
	color: #666;
	text-decoration: none;
}
/* Заголовки H1 H2 H3*/

.best {
	font-size: 28px;
	color: #ff5521;
	text-align: center;
	margin-bottom: 20px;
}

.best-blue {
	font-size: 28px;
	color: #4583c2;
	text-align: center;
	margin-bottom: 20px;
}

.title-orange {
	font-size: 22px;
	color: #ff5521;
	margin-bottom: 20px;
}

.title-white {
	font-size: 22px;
	color: #ffffff;
	margin-bottom: 20px;
	text-align: center;
}

.price {
	color: #2b6bab;
	font-size: 20px;
	padding-top:5px;
	text-align: left;
}

.cost {
	color: #2b6bab;
	font-size: 20px;
	padding-top:5px;
	text-align: left;
}

.white-bg {
	background-color: #fff;
	padding-top: 20px;
	float: center;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Кнопка вверх */
.back-to-top {
	position: fixed;
	bottom: 30px;
	/* right: 30px; */
	right: 20px;
	background-color: #FFFFFF;
	padding: 0px 5px 5px 5px;
	opacity: 0.9;
}
.back-to-top a {
	width: 40px;
	height: 40px;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 35px;
	line-height: 40px;
	font-family: 'Genericons';
	background-color: #555;
	text-align: center;
	color: #fff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.back-to-top a:hover {
	opacity: 10;
	-moz-opacity: 10;
	filter:alpha(opacity=100);
	background-color: #3ab0db;
}

.back-to-top a:before {
	content: '\f432';
}

.back-to-top > a > i {
	font-size: 25px;
	vertical-align: middle;
}

/* =Header
----------------------------------------------- */

/* Шапка */
.info-bar {
	background-color: #f1f1f1;
	color: #888;
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.info-bar .info {
	float: left;
	padding: 5px 0 3px;
	font-size: 12px;
}
.info-bar .info ul li {
	float: left;
	margin-right: 15px;
}
.info-bar .info ul li:before {
	margin-top: 3px;
	margin-right: 5px;
	color: #3ab0db;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	font-family: 'Genericons';
	vertical-align: top;
}
.info-bar .info ul li.phone-number:before {
	content: '\f437';
}
.info-bar .info ul li.email:before {
	content: '\f410';
}
.info-bar .info ul li.address:before {
	content: '\f417';
}
.info-bar .info ul li.skype:before {
	content: '\f220';
}
.info-bar .info ul li a {
	color: #888;
}
.info-bar .info ul li a:hover {
	text-decoration: underline;
}

/*Фиксированное меню шапки*/
.header-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10000;
    border-bottom: 1px solid #ddd;
}

.js-hf {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header-fixed .callback {
    margin-top: 0 !important;
}

.header-fixed .hgroup-wrap {
    padding: 5px 0 20px;
}

#main_top_menu {
    padding-top: 116px;
}

@media (max-width: 991px) {
    #main_top_menu {
        padding-top: 108px;
    }
}

@media (max-width: 767px) {
    .header-fixed .hgroup-wrap {
        padding: 0px 0 8px;
    }
}
/*Фиксированное меню шапки - конец*/

/* Правая менюшка */
.hgroup-wrap {
    display: table;
    width: 100%;
	padding: 15px 0 35px;
}

/* Логотип, описание */
#site-logo {
	display: table-cell;
	width: 35%;
	vertical-align: top;
/* 	width: 50%; */
}
#site-logo > a { text-decoration: none; }
#site-logo img { margin-right:10px; vertical-align: middle; }
.logoname {
	display: inline-block;
	font-size: 20px;
	margin: 0;
	line-height: 20px;
	vertical-align: middle;
	/*padding-top: 2px;*/
}

/*@media (min-width:340px) and (max-width:640px) {*/
	/*.logoname {*/
			/*font-size:14px;*/
			/*}*/
/*}*/

#site-title {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 25px;
		display: inline;
}
#site-title a {
	color: #666;
	display: block;
}
#site-title a img {
	vertical-align: inherit;
	max-width: 978px;
	display: block;
}
#site-title a span,
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #3ab0db;
}
#site-description {
	font-size: 12px;
	line-height: 12px;
	color: #999;
}

#phone {
	font-size: 20px;
    padding: 0 15px;
    text-align: center;
    display: table-cell;
	margin-left: 35px;
	vertical-align: top;
	white-space: nowrap;
}

#phone .callback {
	font-size: 14px;
	text-align:center;
	margin-top: 10px;
	margin-bottom: -10px;
}
#phone .callback a:hover{
	color:#3ab0db;
}

.hgroup-right {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	position: relative;
/* 	width: 50%; */
}

.mainmenu {
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
}
/*
@media (min-width:340px) and (max-width:1080px) {
	.mainmenu {
		width:100%;
		position: relative;
		padding-top: 0px;
		border-bottom: 2px solid #c1d9f3;
	}
}
*/
.mainmenu ul li {
	display: inline-block;
	line-height: 1;
    vertical-align: middle;
	margin-left: 10px;
	white-space: nowrap;
}

.mainmenu ul li:first-child {
	margin-left: 0;
}

.mainmenu ul li a {
	color: #3ab0db;
}

.mainmenu ul li a:hover{
	color: #ff5521;
}

/* Социалки */
.social-profiles {
	margin-top: 22px;
}
.social-profiles,
.social-profiles ul {
	float: right;
}
.social-profiles ul li {
	margin: 6px 0 0 5px;
	float: left;
}
.social-profiles ul li a {
	display: block;
	width: 24px;
	height: 24px;
	color: #888;
	font-family: 'Genericons';
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.social-profiles ul li.github a:hover {
	color: #000;
}
.social-profiles ul li.github a:before {
	content: '\f200';
}
.social-profiles ul li.dribbble a:hover {
	color: #ea4c89;
}
.social-profiles ul li.dribbble a:before {
	content: '\f201';
}
.social-profiles ul li.twitter a:hover {
	color: #55acee;
}
.social-profiles ul li.twitter a:before {
	content: '\f202';
}
.social-profiles ul li.facebook a:hover {
	color: #3c5a99;
}
.social-profiles ul li.facebook a:before {
	content: '\f204';
}
.social-profiles ul li.wordpress a:hover {
	color: #21759b;
}
.social-profiles ul li.wordpress a:before {
	content: '\f205';
}
.social-profiles ul li.linkedin a:hover {
	color: #047cb1;
}
.social-profiles ul li.linkedin a:before {
	content: '\f207';
}
.social-profiles ul li.pinterest a:hover {
	color: #cc2026;
}
.social-profiles ul li.pinterest a:before {
	content: '\f209';
}
.social-profiles ul li.flickr a:hover {
	color: #000;
}
.social-profiles ul li.flickr a:before {
	content: '\f211';
}
.social-profiles ul li.vimeo a:hover {
	color: #1ab7ea;
}
.social-profiles ul li.vimeo a:before {
	content: '\f212';
}
.social-profiles ul li.you-tube a:hover {
	color: #cd201f;
}
.social-profiles ul li.you-tube a:before {
	content: '\f213';
}
.social-profiles ul li.tumblr a:hover {
	color: #35465c;
}
.social-profiles ul li.tumblr a:before {
	content: '\f214';
}
.social-profiles ul li.instagram a:hover {
	color: #915646;
}
.social-profiles ul li.instagram a:before {
	content: '\f215';
}
.social-profiles ul li.codepen a:hover {
	color: #000;
}
.social-profiles ul li.codepen a:before {
	content: '\f216';
}
.social-profiles ul li.polldaddy a:hover {
	color: #d45042;
}
.social-profiles ul li.polldaddy a:before {
	content: '\f217';
}
.social-profiles ul li.google-plus a:hover {
	color: #dd4b39;
}
.social-profiles ul li.google-plus a:before {
	content: '\f218';
}
.social-profiles ul li.path a:hover {
	color: #ee3423;
}
.social-profiles ul li.path a:before {
	content: '\f219';
}
.social-profiles ul li.skype a:hover {
	color: #009fe3;
}
.social-profiles ul li.skype a:before {
	content: '\f220';
}
.social-profiles ul li.digg a:hover {
	color: #1b5891;
}
.social-profiles ul li.digg a:before {
	content: '\f221';
}
.social-profiles ul li.reddit a:hover {
	color: #a6c8e9;
}
.social-profiles ul li.reddit a:before {
	content: '\f222';
}
.social-profiles ul li.stumbleupon a:hover {
	color: #ea4b24;
}
.social-profiles ul li.stumbleupon a:before {
	content: '\f223';
}
.social-profiles ul li.pocket a:hover {
	color: #eb1d37;
}
.social-profiles ul li.pocket a:before {
	content: '\f224';
}
.social-profiles ul li.dropbox a:hover {
	color: #007ee5;
}
.social-profiles ul li.dropbox a:before {
	content: '\f225';
}
.social-profiles ul li.rss a:hover {
	color: #ff6600;
}
.social-profiles ul li.rss a:before {
	content: '\f413';
}

/* Header Image */
.header-image {
	width: 100%;
	height: auto;
}

/* Header Main */
.header-main {
	background-color: #b1d0dc;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

/* Slogan */
.slogan {
	font-size: 32px;
	line-height: 39px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}
.slogan span {
	font-size: 16px;
	line-height: 23px;
	display: block;
	padding-top: 5px;
}

/* Слайдер 2 вариант
-------------------------------------------------------------- */
.featured-slider {
	padding: 25px 0 45px;
}
.featured-slider,
.featured-slider .slider-cycle {
	position: relative;
}
.featured-slider .displayblock {
	display: block;
}
.featured-slider .displaynone {
	display: none;
}
.featured-text {
	position: absolute;
	top: 84px;
	right: 30px;
	width: 42.94%;
	color: #fff;
	font-size: 16px;
	line-height: 23px;
}
.featured-text .featured-title {
	font-size: 32px;
	line-height: 39px;
	padding-bottom: 10px;
}
.featured-text .featured-title a {
	color: #fff;
}
.featured-text .featured-content {
	padding-bottom: 20px;
}

/* Controllers */
#controllers {
	text-align: center;
	line-height: 0;
	position: absolute;
	width: 100%;
	bottom: 15px;
	z-index: 9999;
}
#controllers a {
	width: 6px;
	height: 6px;
	margin: 0 5px 3px 5px;
	overflow: hidden;
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	color: #fff;
	text-indent: -100px;
	border: 1px solid #fff;
}
#controllers a.active {
	width: 13px;
	height: 13px;
	background-color: transparent;
	margin-bottom: 0;
}

/* Search Form */
.search-toggle {
/* 	display: block; */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	color: #888;
	font-family: 'Genericons';
	cursor: pointer;
/* 	margin-top: 30px; */
	width: 18px;
	height: 18px;
/* 	position: absolute; */
/* 	right: 0; */
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.search-toggle:hover,
.hgroup-right .active {
	color: #3ab0db;
}
.search-toggle:before {
	content: '\f400';
}
#search-box {
	position: absolute;
	padding: 12px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	z-index: 10000;
	right: 0;
	margin-top: 10px;
    margin-right: -10px;
/* 	top: 70px; */
}
.hide {
	display: none;
}
#search-box .arrow {
	height: 10px;
	width: 10px;
	display: block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	background-color: #fff;
	position: absolute;
	right: 13px;
	top: -6px;
}
#search-box input.s {
	border-right: 0 none;
	float: left;
}
#search-box .search-submit {
	padding: 0 10px;
	height: 36px;
	margin: 0;
}

/* =Content
----------------------------------------------- */
/*
#main {
	padding: 40px 0 10px;
}
*/
#main form input,
#main form textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
/* 	margin-bottom: 15px; */
}
#content ul {
	list-style-type: disc;
}

#content ul,
#content ol {
	margin: 0 0 20px 30px;
}
#content ul a,
#content ol a {
	/*EDIK:*/
	/*color: #666;*/
}
#content ul a:hover,
#content ol a:hover {
	text-decoration: none;
	color: #3ab0db;
}
#content ol {
	list-style-type: decimal;
}
#content ol ol {
	list-style: upper-alpha;
}
#content ol ol ol {
	list-style: lower-roman;
}
#content ol ol ol ol {
	list-style: lower-alpha;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
.service-item {
	padding-bottom: 10px;
}
.service-icon {
	height:100px;
	padding-bottom: 10px;
	float: left;
	padding-right: 10px;
}
.otzyvy-icon {
	/* EDIK:*/
	/*height:100px;
	padding-bottom: 10px;*/
	float: center;
	/*padding-right: 10px;*/
	  height: 230px;
}

.otzyvy article {
	  padding: 10px;
	  height: 65px;
}

#content .service-item .service-title {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 23px;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 0;
}
#primary {
	float: left;
/* 	margin-left: 3.06%; */
/* 	width: 65.64%; */
    width: 70%;
    box-sizing: border-box;
}
#content .post {
	padding-bottom: 50px;
}
#content .sticky {
	background-color: #f1f1f1;
	padding: 20px 20px 0;
	margin-bottom: 50px;
}
#content .sticky .entry-meta {
	border: 0 none;
}
.page-title-wrap {
	padding: 25px 0;
	text-align: center;
	background-color: #fff;
	border-bottom:1px solid #F4F4F4;
}
.page-title {
	/*font-size: 32px;
	line-height: 39px;*/
	color: #000;
}
.page-title a {
	color: #ff5521;
}

/* Entry Header */
.entry-header {
	padding-bottom: 10px;
}

/* Entry Title */
#content .entry-title {
	padding-bottom: 5px;
}
.entry-title {
	font-size: 22px;
	text-transform: uppercase;
	line-height: 29px;
}
.entry-title,
.entry-title a {
	color: #333;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #3ab0db;
}

/* Entry Meta */
.entry-meta,
.entry-meta a {
	color: #999;
}
.entry-meta a:hover,
.entry-meta .cat-links a:hover {
	color: #3ab0db;
}
.entry-meta .cat-links,
.entry-meta .cat-links a,
.tag-links,
.tag-links a {
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}
.entry-meta .cat-links a,
.tag-links a {
	padding-bottom: 10px;
	display: inline-block;
}
.entry-meta .by-author,
.entry-meta .date,
.entry-meta .comments {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.entry-meta .by-author a:before,
.entry-meta .date a:before,
.entry-meta .comments a:before {
	line-height: 22px;
	margin-right: 3px;
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-family: 'Genericons';
	vertical-align: top;
}
.entry-meta .by-author a:before {
	content: '\f304';
}
.entry-meta .date a:before {
	content: '\f303';
}
.entry-meta .comments a:before {
	content: '\f108';
}

/* Tag Links */
footer.entry-meta {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 5px;
}
.tag-links:before {
	content: '\f302';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Genericons';
	vertical-align: top;
	width: 16px;
	height: 16px;
	font-size: 17px;
	color: #999;
}
.tag-links a {
	font-weight: normal;
}

/* Post Featured  Image */
.post-featured-image {
	margin-bottom: 15px;
	max-width: 708px;
	position: relative;
	text-align: left;
}
.post-featured-image a {
	display: block;
}

/* Entry Content */
.entry-content {
	display: block;
	overflow: hidden;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content dd,
.comment-content dd {
	margin-bottom: 20px;
}
.entry-content td,
.comment-content td {
	padding: 8px;
}

/* Column */
.column {
	margin-left: -3.06%;
}
.column a {
	margin-bottom: 10px;
	display: block;
}
.column p a {
	display: initial;
}
.one-half,
.one-third,
.one-fourth {
	float: left;
	margin: 0 0 0 2.97%;
	padding-bottom: 30px;
}
.one-third .icon-facebook::before{
	margin: 0 -1px 0 -3px;
}
.one-third .icon-vk::before{
	margin: 0 5px 0 1px;
}
.one-half {
	width: 47.03%;
}
.one-third {
	width: 30.36%;
}
.one-fourth {
	width: 22.02%;
}

/* Sidebar */
#secondary {
	float: left;
/* 	margin-left: 3.06%; */
/* 	width: 31.28%; */
    width: 30%;
    padding-right: 40px;
    box-sizing: border-box;
	/* EDIK : */
	/*background-color: #f3f5f6;*/
}

/* Left Sidebar Template */
.left-sidebar-template #primary {
	float: right;
}
.left-sidebar-template #secondary {
	float: left;
}

/* No Sidebar Template */
.no-sidebar-template #content {
	width: 708px;
	margin: 0 auto;
}

/* Full Width Template */
.full-width-template .post-featured-image {
	max-width: 100%;
}

/* Custom Gallery Page */
.custom-gallery #main {
	padding-bottom: 20px;
}
#content .gal-filter {
	list-style: none;
	margin-left: 0;
}
#content .gal-filter li {
	display: inline-block;
	padding: 0 8px;
}
#content .gal-filter li.active a {
	color: #3ab0db;
}
.custom-gallery #main .column {
	margin-left: -30px;
}
.custom-gallery #main .one-half,
.custom-gallery #main .one-third,
.custom-gallery #main .one-fourth {
	margin-left: 30px;
}
.custom-gallery #main .one-half {
	width: 474px;
}
.custom-gallery #main .one-third {
	width: 306px;
}
.custom-gallery #main .one-fourth {
	width: 222px;
}
#content .custom-gallery-title,
.custom-gallery-title a {
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	text-align: center;
	color: #ff5521;
	padding-bottom: 16px;
	text-transform: uppercase;
}
.custom-gallery-title a:hover {
	color: #3ab0db;
}

/* Blog Medium Page */
.blog-medium .post-featured-image {
	width: 34.57%;
	float: left;
	margin-right: 4.67%;
}

/* Contact Page */
.contact #primary .form label {
	display: block;
	padding-bottom: 5px;
}
.wpcf7 p {
	margin-bottom: 0;
}

/* Narrow Layout */
.narrow-layout .wrapper {
	max-width: 1038px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.narrow-layout #colophon {
	margin-bottom: 30px;
}

/* Business Layout */
.business-layout #main {
	padding: 0;
}

/* =Attachments
----------------------------------------------- */
.image-attachment div.attachment {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background-color: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}

/* =Comments
-------------------------------------------------------------- */
.comments-title {
	font-size: 22px;
   line-height: 29px;
   text-transform: uppercase;
}
#content .comments-area ul,
#content .comments-area ol {
	margin: 0 0 30px 30px;
}
#content .comments-area ul ul,
#content .comments-area ol ol {
	margin-bottom: 0;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-repeat: repeat-x;
	background: #0088d0;
	background: -webkit-linear-gradient(#009cee, #0088d0);
	background: -moz-linear-gradient(#009cee, #0088d0);
	background: -ms-linear-gradient(#009cee, #0088d0);
	background: -o-linear-gradient(#009cee, #0088d0);
	background: -webkit-gradient(#009cee, #0088d0);
	background: linear-gradient(#009cee, #0088d0);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
a.comment-reply-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.commentlist .children {
	margin-left: 48px;
	margin-left: 3.428571429rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 22px;
   line-height: 29px;
   text-transform: uppercase;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}
label ~ span.required {
	display: block;
	float: left;
	margin: -18px 0 0 -16px;
	margin: -1.285714286rem 0 0 -1.142857143rem;
}

/* Image borders */
.img-border {
	background-color: #fff;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

/* =Pagination
-------------------------------------------------------------- */
#wp_page_numbers,
.wp-pagenavi,
#content ul.default-wp-page,
.pagination {
	margin-bottom: 50px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 7px 0;
}
#wp_page_numbers ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	float: right;
}
#wp_page_numbers ul li {
	float: left;
	margin-left: 7px;
}
#wp_page_numbers ul li.page_info,
.wp-pagenavi .pages {
	padding: 6px 8px 0;
	color: #999;
}
#wp_page_numbers ul li a,
.wp-pagenavi .current,
.wp-pagenavi a,
ul.default-wp-page li a,
.pagination span {
	color: #666;
	display: block;
	float: left;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 4px 11px;
}
#wp_page_numbers ul li a:hover,
#wp_page_numbers ul li.active_page a,
.wp-pagenavi .current,
.wp-pagenavi a:hover,
ul.default-wp-page li a:hover,
.pagination a:hover span,
.pagination span {
	color: #fff;
	background-color: #3ab0db;
	border-color: #3ab0db;
}

/* wp-pagenavi */
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi a {
	display: inline-block;
	float: none;
	margin-left: 4px;
}

/* Default wp-page */
#content ul.default-wp-page {
	margin-left: 0;
	list-style: none;
	padding-bottom: 0;
}
ul.default-wp-page li {
	padding-bottom: 7px;
}
ul.default-wp-page li.previous {
	float:left;
}
ul.default-wp-page li.next {
	float:right;
}
ul.default-wp-page li a {
	display: inline-block;
}
ul.default-wp-page li a:hover {
	color: #fff !important;
}

/* Single pagination */
.pagination {
	text-align: center;
	color: #999;
}
.pagination span {
	display: inline-block;
	float: none;
	margin-left: 3px;
}
.pagination a span {
	background-color: inherit;
	color: #666;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

/* =bbPress
----------------------------------------------- */
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	font-size: 14px;
}
#bbpress-forums div.bbp-search-form {
	float: none;
	text-align: center;
}
#bbpress-forums ul,
#bbpress-forums ol {
	margin: 0;
}
#bbpress-forums #bbp-search-form #bbp_search {
	width: 70%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-right: 0 none;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
	padding: 0 3%;
	height: 43px;
	margin-left: -4px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-right: 0 none;
	display: inline-block;
	margin: 0 0 0 -3px;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	display: inline-block;
	line-height: 20px;
	margin-top: 5px;
}
div.bbp-search-form input,
div.bbp-search-form button {
	padding: 10px;
	font-size: 14px;
}
#bbpress-forums button {
	border: 0 none;
	cursor: pointer;
	margin-bottom: 30px;
	color: #fff;
	font-size: 14px;
	font-family: "Open Sans",sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	text-align: center;
	height: 40px;
	padding: 0px 20px;
	margin-top: 5px;
	background-color: #3ab0db;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#bbpress-forums button:hover {
	background-color: #666;
}

/* =Widgets
----------------------------------------------- */
.widget {
	margin-bottom: 40px;
}
.widget ul li a {
	color: #666;
}
.widget ul li a:hover {
	color: #3ab0db;
}
.widget-title {
	font-size: 24px;
	line-height: 23px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 15px;
	color: #3d7cbf
}
.widget-title,
.widget-title a {
	color:#333;
}
.widget-title a:hover {
	color: #3ab0db;
}
.business-layout .widget-title,
.our-team-template .widget-title,
.testimonial-template .widget-title,
.service-template .widget-title {
	font-size: 22px;
	line-height: 29px;
}

/* Search Widget */
.widget_search input.s {
	width: 68%;
	height: 40px;
	float: left;
	border-right: 0 none;
}
.widget_search .search-submit {
	margin: 0;
}

/* Calendar Widget */
.widget_calendar #wp-calendar {
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background-color: #f4f4f4;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background-color: #f4f4f4;
}

/* Article Widget */
.widget_article {
	margin-bottom: 30px;
}
.widget_article .article-title a:hover {
	text-decoration: underline;
}
.widget_article .post {
	padding-bottom: 20px;
}
.widget_article .article-content p {
	margin-bottom: 0px;
}

/* Testimonial Widget */
.widget_testimonial {
	margin-bottom: 0;
/* 	padding: 60px 0 30px; */
	background-color: #f1f1f1;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_testimonial .widget-title,
.our-team-template #content .widget-title,
.testimonial-template #content .widget-title,
.service-template #content .widget-title {
	text-align: center;
}
.widget_testimonial .testimonial-image {
	float: left;
	margin-right: 20px;
	width: 84px;
	height: 84px;
}
.widget_testimonial .testimonial-image img {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.widget_testimonial .testimonial-content {
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
}
.widget_testimonial .testimonial-meta a {
	display: inline;
}
.widget_testimonial .testimonial-meta a:hover {
	text-decoration: underline;
}

/* Tag Cloud Widget */
.widget_tag_cloud a {
	margin-right: 5px;
	color: #666;
	padding: 10px 0;
}
.widget_tag_cloud a:hover {
	color: #3ab0db;
}

/* Custom Tag Cloud Widget */
.widget_custom-tagcloud {
	margin-bottom: 42px;
}
.widget_custom-tagcloud a {
	margin: 0 4px 8px 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: inline-block;
	padding: 4px 11px;
	color: #666;
}
.widget_custom-tagcloud a:hover {
	color: #fff;
	background-color: #3ab0db;
}

/* Service Widget */
.widget_service {
	margin-bottom: 0;
	padding: 60px 0 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget_service_2 {
	background-color: #3e7bbe;
	margin-bottom: 0;
/* 	padding: 60px 0 20px; */
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.display-center {
	text-align: center;
}
.display-center a.more-link {
	float: none;
	display: inline-block;
}

/* Recent Work Widget */
.widget_recent_work {
	padding: 60px 0 15px;
	margin-bottom: 0;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_recent_work .call-to-action {
	max-width: 180px;
	margin-bottom: 15px;
	display: inline-block;
}
.widget_recent_work .custom-gallery-title a {
	margin-bottom: 5px;
}
.widget_recent_work .custom-gallery-title,
.widget_recent_work .custom-gallery-title a,
.widget_recent_work .one-fourth p {
	text-align: left;
}
.why.widget_recent_work h3  a{
	text-align: center;
}
/* EDIK :*/
.widget_recent_work img {
	margin-bottom:15px
}

/* Our Clients Widget */
.widget_ourclients {
	margin-bottom: 0;
	padding: 20px 0;
	background-color: #f1f1f1;
}
.widget_ourclients ul {
	margin: 0;
	text-align: center;
}
.widget_ourclients ul li {
	margin: 0 10px;
	display: inline-block;
	max-width: 200px;
}
.widget_ourclients ul li a {
	display: block;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}
.widget_ourclients ul li a:hover {
	opacity: 10;
	-moz-opacity: 10;
	filter:alpha(opacity=100);
}

/* Our Team Widget */
.widget_our_team {
	margin-bottom: 5px;
}
.widget_our_team .our-team-photo {
	margin-bottom: 10px;
}
#content .widget_our_team .our-team-name {
	font-weight: bold;
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	padding-bottom: 0;
}
.widget_our_team .our-team-designation {
	padding-bottom: 5px;
	font-weight: bold;
}

/* Promotional Bar Widget */
.widget_promotional_bar {
	margin-top: -1px;
	margin-bottom: 0;
}
.widget_promotional_bar .promotional_bar_content {
	background-color: #3ab0db;
	padding: 40px 0;
	text-align: center;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
.widget_promotional_bar .promotional-text {
	font-size: 32px;
	line-height: 39px;
	color: #fff;
}
.widget_promotional_bar .promotional-text span {
	font-size: 16px;
	line-height: 23px;
	display: block;
	padding-top: 10px;
}
.widget_promotional_bar .call-to-action {
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 20px;
}

/* WP Caption */
.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
}
.wp-caption a {
	display: block;
	position: relative;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-style: italic;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* =Footer
----------------------------------------------- */
/*#colophon {
	margin-top: -1px;
}*/
#colophon form input,
#colophon form textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#colophon .widget-wrap {
	background-color: #3F5163;
	color: #888;
}
#colophon .widget-area {
	margin-left: -3.06%;
	padding: 10px 0 10px;
	font-size: 13px;
	line-height: 20px;
}
#colophon .one-third {
	padding-bottom: 0;
}
#colophon .widget {
	margin-bottom: 40px;
}
#colophon .widget ul li a {
	color: #888;
}
#colophon .widget ul li a:hover {
	color: #3ab0db;
}
#colophon .widget_archive ul li a,
#colophon .widget_pages ul li a,
#colophon .widget_nav_menu ul li a,
#colophon .widget_recent_entries ul li a,
#colophon .widget_categories ul li a,
#colophon .widget_recent_comments ul li a,
#colophon .widget_meta ul li a,
#colophon .widget_rss ul li a {
	padding: 4px 0;
	display: block;

}
#colophon .widget_archive ul ul li a,
#colophon .widget_pages ul ul li a,
#colophon .widget_nav_menu ul ul li a,
#colophon .widget_recent_entries ul ul li a,
#colophon .widget_categories ul ul li a,
#colophon .widget_recent_comments ul ul li a,
#colophon .widget_meta ul ul li a,
#colophon .widget_rss ul ul li a {
	padding-left: 20px;
}
#colophon .widget_archive ul ul ul li a,
#colophon .widget_pages ul ul ul li a,
#colophon .widget_nav_menu ul ul ul li a,
#colophon .widget_recent_entries ul ul ul li a,
#colophon .widget_categories ul ul ul li a,
#colophon .widget_recent_comments ul ul ul li a,
#colophon .widget_meta ul ul ul li a,
#colophon .widget_rss ul ul ul li a {
	padding-left: 30px;
}
#colophon .widget-title {
	color: #fff;
	font-size: 16px;
	line-height: 23px;
}
#colophon .widget_article {
	margin-bottom: 20px;
}

/* Footer Info Bar  */
#colophon .info-bar {
	padding: 40px 0 10px;
	border-bottom: 0 none;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-color: #b1d0dc;
}
#colophon .info-bar .info {
	float: none;
	text-align: center;
	padding: 0;
}
#colophon .info-bar .info ul li {
	float: none;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	margin: 0 30px;
	padding-bottom: 30px;
}
#colophon .info-bar .info ul li a {
	color: #fff;
	display: block;
}
#colophon .info-bar .info ul li:before {
	font-size: 32px;
	width: 32px;
	height: 27px;
	color: #fff;
}
#colophon .info-bar .info ul li.skype:before {
	font-size: 27px;
}

/* Site Generator */
#site-generator {
	padding: 5px;
	color: #aaa;
	background-color: #1a1a1a;
	font-size: 12px;
	line-height: 1;
}
#site-generator .social-profiles {
	width: 31.28%;
	margin-top: 0;
}
#site-generator .social-profiles ul {
	margin: -10px 0 0;
}
#site-generator .social-profiles ul li {
	margin-top: 10px;
}
#site-generator .copyright {
/* 	float: left; */
/* 	padding-top: 2px; */
/* 	width: 65.64%; */
}
#site-generator .copyright a {
	color: #888;
}
#site-generator .copyright a:hover {
	color: #3ab0db;
}



/* EDIK: */
.left { float:left }


/* Genericons */
@font-face {
	font-family: 'Genericons';
	font-weight: normal;
	font-style: normal;
	src: url('/bitrix/templates/ASP-EDO/index_files/font/Genericons.eot');
	src: url('/bitrix/templates/ASP-EDO/index_files/font/Genericons.eot?#iefix') format('embedded-opentype'),
		 url('/bitrix/templates/ASP-EDO/index_files/font/Genericons.woff') format('woff'),
		 url('/bitrix/templates/ASP-EDO/index_files/font/Genericons.ttf') format('truetype'),
		 url('/bitrix/templates/ASP-EDO/index_files/font/Genericons.svg#genericonsregular') format('svg');
}


.table-contacts br {
	display: none;
}

.office-hidden-on {
	display: none;
}

/* ---------------------- @media ------------------------------ */

@media (max-width: 1200px) {
	.blog-detail__content p[align="center"] img {
		max-width: 100%;
		height: auto;
	}

}

@media (max-width: 991px) {
	.logoname-br {
		display: none;
	}
	#primary {
	   float: none;
		width: 100%;
	}

}

@media (max-width: 767px) {
	#site-logo {
		width: 100%;
	}
	.logoname {
		font-size: 14px;
		line-height: 14px;
	}
}

@media (max-width: 680px) {
	.foto-bc {
	   display: none;
	}
	.table-contacts {
		width: auto;
	}
	.office-hidden-off {
		display: none;
	}
	.office-hidden-on {
		display: block;
	}
	.driving-directions-img {
		display: block;
		width: 100%;
		height: auto;
	}
	.table-contacts br {
		display: inherit;
	}
	.table-contacts .align-left {
		text-align: left;
	}
	.news-detail {
	   border: none !important;
	   padding: 0 !important;
	}
	.news-detail p[align="center"] img {
		width: 100%;
		height: auto;
	}
	.blog-detail {
	   border: none;
	}
	.blog-detail__content {
	   padding: 0;
	}

}

@media (max-width: 500px) {
	.table-сontrolling-bodies {
		font-size: 10px
	}
	.table-сontrolling-bodies td {
		padding: 4px;
	}

}

@media (max-width: 414px) {
	.right-menu-option {
    	padding: 2px 4px;
}
	.table-contacts {
		font-size: 11px
	}
	.table-contacts td {
		padding: 4px;
	}
}


/* ---------------------- @media - конец ------------------------------ */

/* End */


/* Start:/bitrix/templates/ASP-EDO/index_files/responsive.css?153527876010168*/
/* =Responsive Structure
----------------------------------------------- */
/* All Tablet Portrait size smaller than standard 1079 (devices and browsers) */
@media only screen and (max-width: 1078px) {
	/*
	.container,
	.narrow-layout .wrapper {
		width: 708px;
	}
	*/
	.narrow-layout .container {
		width: 668px;
	}
	.clearfix-third,
	.clearfix-fourth {
		clear: none;
	}
	.clearfix-half,
	.clearfix-third-team {
		clear: both;
	}
	#site-title a img {
		max-width: 708px;
	}
	.featured-text {
		top: 15px;
	}
	.slogan,
	.featured-text .featured-title,
	.widget_promotional_bar .promotional-text,
	.page-title {
		font-size: 27px;
		line-height: 34px;
	}
	.slogan span,
	.featured-text,
	.widget_promotional_bar .promotional-text span {
		font-size: 15px;
		line-height: 22px;
	}
	/*
	#primary,
	#secondary {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	*/
	.no-sidebar-template #content {
		margin: 0 ;
		width: 100%;
	}
	/* Column */
	.column {
		margin-left: -2.99%;
	}
	.one-half,
	.one-third,
	.one-fourth {
		margin: 0 0 0 2.90%;
	}
	.one-third,
	.one-fourth {
		width: 30.43%;
	}
	.widget_service .one-third,
	.widget_service .one-fourth,
	.widget_recent_work .one-fourth {
		width: 47.02%;
	}
	.widget_testimonial .column {
		margin-left: 0;
	}
	.widget_testimonial .one-half {
		margin: 0;
		width: 100%;
	}
	/* Custom Gallery Page */
	.custom-gallery #main .column {
		margin-left: -20px;
	}
	.custom-gallery #main .one-half,
	.custom-gallery #main .one-third,
	.custom-gallery #main .one-fourth {
		margin-left: 20px;
	}
	.custom-gallery #main .one-half {
		width: 344px;
	}
	.custom-gallery #main .one-third,
	.custom-gallery #main .one-fourth {
		width: 222px;
	}
	.narrow-layout .custom-gallery #main .one-half {
		width: 324px;
	}
	.narrow-layout .custom-gallery #main .one-third,
	.narrow-layout .custom-gallery #main .one-fourth {
		width: 209px;
	}
	#colophon .widget-area {
		margin-left: 0;
	}
	#colophon .one-third {
		width: 100%;
		float: none;
		margin: 0;
	}
}

/* All Mobile Portrait size smaller than 768 (devices and browsers) */
@media only screen and (max-width: 767px) {
	hr {
		margin-bottom: 30px;
	}
	input[type="text"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	input[type="tel"],
	input[type="url"],
	input[type="date"],
	textarea,
	input[type="reset"],
	input[type="button"],
	input[type="submit"],
	input[type="radio"],
	input[type="checkbox"],
	input[type="file"] {
		margin-bottom: 20px;
	}
	input.s {
		margin: 0;
	}
	.container,
	.narrow-layout .wrapper {
		/*width: 300px;*/ /*data edit 16.11.2016 - alexandr*/
		/*padding: 0 1px;*/
	}
	.narrow-layout .container {
		width: 280px;
	}
	#content h1,
	#content h2,
	#content h3,
	#content h4,
	#content h5,
	#content h6 {
		padding-bottom: 10px;
	}

	h1 {
		font-size: 30px;
		line-height: 35px;
	}
	h2 {
		font-size: 24px;
		line-height: 33px;
		margin-top: 40px;
		font-weight: bold;
	}
	h3 {
		font-size: 22px;
		line-height: 1.2;
	}
	h4 {
		font-size: 20px;
		line-height: 1.2;
	}
	h5 {
		font-size: 18px;
		line-height: 27px;
	}
	h6 {
		font-size: 16px;
		line-height: 23px;
		text-transform: uppercase;
	}

	.narrow-layout #colophon {
		margin-bottom: 10px;
	}
	#branding .info-bar {
		display: none;
	}
	.hgroup-wrap {
		padding: 5px 0 15px;
	}
	#site-logo {
/* 		max-width: 265px; */
		display: block;
		margin-top: 10px;
	    margin-bottom: 10px;
	}

	#site-logo img
	{
		height: 40px;
	}

	#site-title a img {
		max-width: 265px;
	}

	.right-top-menu--section
	{
		display: block;
		text-align: left;
	}

	.hgroup-right {
		padding-right: 0;
	}
	.social-profiles,
	.search-toggle {
		display: none;
	}

	/* Responsive Navigation */
	.menu-toggle {
		display: block;
		background-color: rgba(0, 0, 0, 0);
		font-size: 0;
		border: 0 none;
		padding: 0;
		color: #666;
		width: 30px;
		height: 21px;
		float: right;
		margin-top: 17px;
		cursor: pointer;
	}
	.menu-toggle:before {
		display: block;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 23px;
		line-height: 0;
		font-family: 'Genericons';
		vertical-align: top;
		content: '\f419';
	}
	.nav-menu {
		display: none;
	}
	.toggled-on .nav-menu {
		display: block;
	}
	#access li {
		position: inherit;
		width: 100%;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	#access a {
		float: none;
		padding: 10px 0 10px 10px;
		height: inherit;
	}
	/* Dropdown */
	#access ul li ul,
	#access ul li:hover ul ul,
	#access ul ul li:hover ul ul,
	#access ul ul ul li:hover ul ul,
	#access ul ul ul ul li:hover ul ul {
		display: block;
		background-color: inherit;
	}
	#access ul li ul {
		position: inherit;
		top: 0;
		width: inherit;
	}
	#access ul li ul li a,
	#access ul li.current-menu-item ul li a,
	#access ul li ul li.current-menu-item a,
	#access ul li.current_page_ancestor ul li a,
	#access ul li.current-menu-ancestor ul li a,
	#access ul li.current_page_item ul li a {
		padding: 10px 0 10px 20px;
	}
	#access ul li ul li ul {
		left: 0;
	}
	#access ul li ul li ul li a {
		padding-left: 30px;
	}
	.featured-text {
		display: none;
	}
	.slogan {
		font-size: 21px;
		line-height: 28px;
		padding: 15px 0;
	}
	.featured-slider {
		padding-top: 15px;
	}
	.page-title-wrap {
		padding: 10px 0;
	}
	#main {
		padding-top: 50px;
	}
	/* Column */
	.column {
		margin-left: 0;
	}
	.one-half,
	.one-third,
	.one-fourth,
	.widget_service .one-half,
	.widget_service .one-fourth {
		margin: 0;
		padding-bottom: 20px;
		width: 100%;
	}
	/* Custom Gallery Page */
	.custom-gallery #main .column {
		margin-left: 0;
	}
	.custom-gallery #main .one-half,
	.custom-gallery #main .one-third,
	.custom-gallery #main .one-fourth {
		margin: 0;
		padding-bottom: 20px;
		width: 300px;
	}
	.narrow-layout .custom-gallery #main .one-half,
	.narrow-layout .custom-gallery #main .one-third,
	.narrow-layout .custom-gallery #main .one-fourth {
		width: 280px;
	}
	#content .post {
		padding-bottom: 40px;
	}
	#content .sticky {
		padding: 10px 10px 0;
		margin-bottom: 40px;
	}
	footer.entry-meta .tag-links {
		float: none;
		width: 100%;
	}
	#wp_page_numbers,
	.wp-pagenavi,
	#content ul.default-wp-page,
	.pagination {
		margin-bottom: 40px;
	}
	#wp_page_numbers ul li.page_info,
	.wp-pagenavi .pages {
		display: none;
	}
	.widget {
		margin-bottom: 40px;
	}
	.widget_custom-tagcloud {
		margin-bottom: 32px;
	}
	.widget_article {
		margin-bottom: 20px;
	}
	.widget_service,
	.widget_recent_work,
	.widget_testimonial {
		margin-bottom: 0;
		padding: 40px 0 10px;
	}
	.widget_promotional_bar {
		margin-bottom: 0;
	}
	.widget_promotional_bar .promotional_bar_content {
		padding: 30px 0;
	}
	.widget_promotional_bar .promotional-text {
		font-size: 21px;
		line-height: 28px;
	}
	.widget_promotional_bar .promotional-text span {
		padding-top: 5px;
	}
	.widget_service .one-third,
	.widget_recent_work .one-fourth {
		margin: 0;
		width: 100%;
	}
	.widget_recent_work {
		padding-bottom: 5px;
	}
	.widget_testimonial .one-half {
		padding-bottom: 30px;
	}
	.widget_testimonial .testimonial-image {
		float: none;
		margin: 0 auto 10px;
	}
	.widget_testimonial .testimonial-content {
		text-align: center;
	}
	.widget_ourclients {
		margin-bottom: 0;
	}
	.widget_ourclients ul li {
		max-width: 120px;
	}
	.widget_our_team {
		margin-bottom: 5px;
	}
	.clearfix-third-team {
		clear: none;
	}
	.clearfix-half-team {
		clear: both;
	}
	#colophon .widget-area {
		padding-top: 40px;
	}
	#colophon .widget {
		margin-bottom: 30px;
	}
	#colophon .widget_article {
		margin-bottom: 10px;
	}
	#colophon .info-bar {
		padding: 30px 0 0;
	}
	#colophon .info-bar .info ul li {
		width: 100%;
		margin: 0;
	}
	#site-generator .social-profiles,
	#site-generator .copyright {
		float: none;
		width: 100%;
		display: block;
	}
	#site-generator .social-profiles ul {
		text-align: center;
		float: none;
	}
	#site-generator .social-profiles ul li {
		display: inline-block;
		float: none;
	}
	#site-generator .copyright {
		padding-top: 10px;
		text-align: center;
	}
}

/* All Mobile landscape size and All Mini Tablet Portrait size smaller than standard 768 and larger than 480 (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container,
	.narrow-layout .wrapper {
		/*width: 460px;*/
	}
	.narrow-layout .container {
		width: 440px;
	}
	.narrow-layout #colophon {
		margin-bottom: 20px;
	}
	/*#site-logo,*/
	/*#site-title a img {*/
		/*max-width: 400px;*/
	/*}*/
	#content .sticky {
		padding: 15px 15px 0;
	}
	/* Column */
	.column {
		margin-left: -3.57%;
	}
	.one-half,
	.one-third,
	.one-fourth {
		margin: 0 0 0 3.44%;
		width: 46.56%;
	}
	.widget_service .column,
	.widget_recent_work .column {
		margin-left: 0;
	}
	/* Custom Gallery Page */
	.custom-gallery #main .column {
		margin-left: -20px;
	}
	.custom-gallery #main .one-half,
	.custom-gallery #main .one-third,
	.custom-gallery #main .one-fourth {
		margin-left: 20px;
		width: 220px;
	}
	.narrow-layout .custom-gallery #main .column {
		margin-left: -10px;
	}
	.narrow-layout .custom-gallery #main .one-half,
	.narrow-layout .custom-gallery #main .one-third,
	.narrow-layout .custom-gallery #main .one-fourth {
		margin-left: 10px;
		width: 215px;
	}
}

/* All Mobile size smaller than standard 320 (devices and browsers) */
@media only screen and (max-width: 319px) {
	.container,
	.narrow-layout .wrapper,
	.narrow-layout .container {
		width: 95%;
	}
	.custom-gallery #main .one-half,
	.custom-gallery #main .one-third,
	.custom-gallery #main .one-fourth,
	.narrow-layout .custom-gallery #main .one-half,
	.narrow-layout .custom-gallery #main .one-third,
	.narrow-layout .custom-gallery #main .one-fourth {
		width: 100%;
	}
}

/* End */


/* Start:/bitrix/templates/ASP-EDO/fonts/fontello/css/fontello.css?16480088123007*/
@font-face {
  font-family: 'fontello';
  src: url('/bitrix/templates/ASP-EDO/fonts/fontello/css/../font/fontello.eot?33716638');
  src: url('/bitrix/templates/ASP-EDO/fonts/fontello/css/../font/fontello.eot?33716638#iefix') format('embedded-opentype'),
       url('/bitrix/templates/ASP-EDO/fonts/fontello/css/../font/fontello.woff2?33716638') format('woff2'),
       url('/bitrix/templates/ASP-EDO/fonts/fontello/css/../font/fontello.woff?33716638') format('woff'),
       url('/bitrix/templates/ASP-EDO/fonts/fontello/css/../font/fontello.ttf?33716638') format('truetype'),
       url('/bitrix/templates/ASP-EDO/fonts/fontello/css/../font/fontello.svg?33716638#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/bitrix/templates/ASP-EDO/fonts/fontello/css/../font/fontello.svg?33716638#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-up-open:before { content: '\e800'; } /* '' */
.icon-email:before { content: '\e801'; } /* '' */
.icon-phone:before { content: '\e802'; } /* '' */
.icon-phone-1:before { content: '\e803'; } /* '' */
.icon-menu:before { content: '\e804'; } /* '' */
.icon-check-1:before { content: '\e805'; } /* '' */
.icon-gift:before { content: '\e806'; } /* '' */
.icon-down-open-1:before { content: '\e807'; } /* '' */
.icon-article:before { content: '\e808'; } /* '' */
.icon-down-open-big:before { content: '\e809'; } /* '' */
.icon-left-open:before { content: '\e80a'; } /* '' */
.icon-right-open:before { content: '\e80b'; } /* '' */
.icon-vk:before { content: '\e80c'; } /* '' */
.icon-facebook:before { content: '\e80d'; } /* '' */
.icon-down:before { content: '\e80e'; } /* '' */
.icon-edit:before { content: '\e80f'; } /* '' */
.icon-money-1:before { content: '\e810'; } /* '' */
.icon-clock:before { content: '\e811'; } /* '' */
.icon-mobile:before { content: '\e813'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-odnoklassniki:before { content: '\f263'; } /* '' */
.icon-telegram:before { content: '\f2c6'; } /* '' */
.icon-instagram-filled:before { content: '\f31f'; } /* '' */

/* End */


/* Start:/documentooborot/servis-152doc/inc/style.css?1756891180195*/
.screens-slider_wrap {
  	padding: 30px 60px 30px 60px;
    background: #fbfbfb;
  	border-radius: 5px;
}

@media (max-width: 600px) {
	.screens-slider_wrap {
		padding: 20px 10px;
	}
}
/* End */


/* Start:/bitrix/templates/ASP-EDO/js/mpopup/mpopup.css?15352787608505*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  background: radial-gradient(ellipse closest-corner at 50% 50%, rgba(0, 0, 0, 0.45) 1%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  filter: alpha(opacity=70);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/* End */
/* /bitrix/templates/ASP-EDO/components/bitrix/menu/right-top-menu/style.css?15352787591691 */
/* /bitrix/templates/ASP-EDO/components/bitrix/menu/main.top.menu/style.css?161363240514826 */
/* /bitrix/templates/ASP-EDO/components/bitrix/breadcrumb/.default/style.css?1535278759227 */
/* /bitrix/templates/ASP-EDO/components/bitrix/form.result.new/popup-form/style.css?17446239542388 */
/* /bitrix/templates/ASP-EDO/components/bitrix/menu/left_menu/style.css?15352787591094 */
/* /bitrix/templates/ASP-EDO/styles.css?16928608113868 */
/* /bitrix/templates/ASP-EDO/template_styles.css?169287000453681 */
/* /bitrix/templates/ASP-EDO/css/bootstrap/bootstrap.css?153527876027277 */
/* /bitrix/templates/ASP-EDO/css/bootstrap/bootstrap-rebinds.css?153527876043 */
/* /bitrix/templates/ASP-EDO/index_files/styles.css?15352787601103 */
/* /bitrix/templates/ASP-EDO/index_files/pagenavi-css.css?1535278760374 */
/* /bitrix/templates/ASP-EDO/index_files/style.css?169683884453551 */
/* /bitrix/templates/ASP-EDO/index_files/responsive.css?153527876010168 */
/* /bitrix/templates/ASP-EDO/fonts/fontello/css/fontello.css?16480088123007 */
/* /documentooborot/servis-152doc/inc/style.css?1756891180195 */
/* /bitrix/templates/ASP-EDO/js/mpopup/mpopup.css?15352787608505 */
