

/* Start:/bitrix/components/mars/cases/templates/full_cases/style.css?150701718793*/
@media screen and (max-width: 550px)
{
	.center.center--works
	{
		padding: 0!important;
	}
}
/* End */


/* Start:/bitrix/components/mars/cases/templates/full_cases/bitrix/catalog.filter/.default/style.css?15070171872350*/

.filter
{
	width : 100%;
	position : relative;
	float : left;
}

.filter h4
{
	width : 200px;
	display : inline-block;
	line-height : 42px;
}

@media (max-width: 1020px)
{
	.filter h4
	{
		display : block;
	}
}

.filter input[type='submit']
{
	border : none;
	outline : none;
	width : initial;
	float : none;
	background-color : transparent;
	font-size : 0.9rem;
	margin-right : 10px;
	color : #79869e;
	cursor : pointer;
	line-height : 44px;
	padding : 0 20px 0 35px;
	background-repeat : no-repeat;
	background-position : 10px 50%;
}

.filter input[type='submit']:hover
{
	background-color : #e5f3fa;
	color : #0062a0;
}

.filter input[type='submit'].filter__search
{
	background-image : url('../../../../../components/mars/cases/templates/full_cases/bitrix/catalog.filter/.default/img/icon_search.png');
}

.filter input[type='submit'].filter__reset
{
	background-image : url('../../../../../components/mars/cases/templates/full_cases/bitrix/catalog.filter/.default/img/icon_close.png');
	margin-right : 0;
}

.filter .dd__item
{
	float : none;
	display : inline-block;
	margin-right : 15px;
	vertical-align : top;
	width : 210px;
}

@media (max-width: 1020px)
{
	.filter .dd__item
	{
		width : 180px;
		margin-right : 10px;
	}
}

@media (max-width: 450px)
{
	.filter .dd__item
	{
		width : 100%;
    margin-right : 0;
	}
  
  .filter input[type='submit'] {
    margin-bottom: 15px;
  }
}

.filter .dd__tab
{
	padding : 0 30px 0 20px;
	z-index : 101;
}

.filter .dd__tab:after
{
	width : 5px;
	height : 10px;
	top : 14px;
	right : 20px;
	background-image : url('../../../../../components/mars/cases/templates/full_cases/bitrix/catalog.filter/.default/img/angle__left_menu.png');
	transition : 0.2s;
}

.filter .dd__tab:hover:after
{
	transform : rotate(90deg);
}


.filter .dd__item ul
{
	position : absolute;
	left : -1px;
	top : 43px;
	z-index : 2;
	background : #ffffff;
	border-right : 1px solid #f2f2f2;
	border-left : 1px solid #f2f2f2;
	box-shadow : 8px 13px 20px 0px rgba(159, 159, 159, 0.3);
	min-width : 100%;
}

.filter .dd__item ul.list_visible
{
	max-height : 1500px;
	transition : 0.5s ease-in;
}

.filter .dd__item li
{
	line-height : 2.8rem;
	padding : 0 20px;
	white-space : nowrap;
}

.filter .dd__item li:hover
{
	background-color : #e5f3fa;
	cursor : pointer;
}

.filter label
{
	margin-right : 30px;
	line-height : 2.8rem;
	width : 100%;
	padding : 0 20px;
	transition : 0.5s;
	color : #48494c;
	border : 1px solid #f2f2f2;
	background-color : transparent;
	font-size : 1rem;
}

.filter label:hover
{
	border : 1px solid #e5f3fa;
	overflow : visible;
}

#dd__tab_1 + label {
  z-index: 109;
}
/* End */


/* Start:/bitrix/templates/leads/components/bitrix/menu/left_menu/style.css?15077244351624*/
/* Left menu*/
.left_menu
{
	position: relative;
	clear: both;
    display: inline-block;
	box-sizing: border-box;
	margin-bottom: 1.2em;
}
.content .left_menu ul
{
	display: block;
	margin-left: 0;
}
.left_menu li,
.content .left_menu ul li
{
	list-style-type: none;
	position: relative;
	display: inline-block;
	float: left;
    background: #f7f8f9;
	margin: 0px;
	padding: 0px;
	height: 32px;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.left_menu li.first
{
	border-radius: 5px 0 0 5px;
}
.left_menu li.last
{
	border-radius: 0 5px 5px 0;
}
.content .left_menu ul li:before
{
	content: none;
}
.left_menu li a,
.left_menu li span
{
	height: 32px;
	color: #586773;
	font-size: 0.9rem;
	display: inline-block;
	padding: 0px 14px;
	line-height: 32px;
	border: none;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.left_menu li:hover
{

}
.left_menu li:hover a
{
	color: #008aff;
}
.left_menu li.selected,
.content .left_menu ul li.selected
{
	background: #eaecee;
}
.left_menu li.selected:hover,
.content .left_menu ul li.selected:hover
{
	background: #eaecee;
}
.left_menu .selected:hover a,
.content .left_menu ul li.selected:hover a
{
	text-decoration: none;
}
@media screen and (max-width: 750px)
{
	.left_menu li,
	.content .left_menu ul li,
	.left_menu li.first,
	.left_menu li.last
	{
		border-radius: 5px;
		margin: 0 5px 5px 0;
	}
}



/* End */


/* Start:/bitrix/templates/leads/components/bitrix/system.pagenavigation/.default/style.css?1514636869601*/
.navigation
{
	position: relative;
	display: table;
	margin: 20px auto;
	max-width: 100%;
}
.navigation .nav_this
{	
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 0 5px;
	background: #fff;
	color: #6e787e;
	border-radius: 99px;
}
.navigation .nav_next
{	
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 1em;
	margin: 0 0 0 5px;
	background: #f7f8f9;
	border-radius: 99px;
}
.navigation #prev_nav
{	
	display: none;
}
.navigation #next_nav
{	
	display: none;
}	
/* End */


/* Start:/bitrix/components/mars/cases_list/templates/.default/style.css?15074805897620*/
/*project_list*/
.project_list
{
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
}
.project_list a
{
	border: none;
}
.project_item
{
	position: relative;
	width: 25%; 
    display: inline-block;
    height: auto;
    vertical-align: top;
	padding: 0;
	box-sizing: border-box;
	padding-top: 33%;
	margin: 0;
	text-align: center;
	background-repeat: no-repeat;
	overflow: hidden;
	-webkit-transition: all 500ms cubic-bezier(.64,.26,.23,.92); 
	-moz-transition: all 500ms cubic-bezier(.64,.26,.23,.92); 
	-o-transition: all 500ms cubic-bezier(.64,.26,.23,.92); 
	transition: all 500ms cubic-bezier(.64,.26,.23,.92);
}
.project_item.lazy,
.project_item.hidden
{
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.project_item.active,
.project_item.lazy.active,
.project_item.hidden.visible,
.project_item .visible
{
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform:scale(1);
	transform: scale(1);
}
.project_item_back
{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.project_item_back img
{
	bottom: -9999px;
    left: -9999px;
    margin: auto;
    position: absolute;
    right: -9999px;
    top: -9999px;
    width: auto;
	height: 100%;
}
.project_item.project_item_big
{
	width: 50%;
}
@media screen and (max-width: 1400px)
{
	.project_item
	{
		width: 33.3333%;
		padding-top: 44%;
	}
	.project_item.project_item_big
	{
		width: 66.6666%;
	}
}
@media screen and (max-width: 940px)
{
	.project_item
	{
		width: 50%;
		padding-top: 65%;
	}
	.project_item.project_item_big
	{
		width: 50%;
	}
	.project_item.project_item_big:before
	{
		padding-top: 130%;
	}
}
@media screen and (max-width: 550px)
{
	.center.center--full.center--project,
	.center--project
	{
		padding: 0!important;
	}
	.project_item
	{
		width: 100%;
		padding-top: 130%;
	}
	.project_item.project_item_big
	{
		width: 100%;
	}
}
.project_item_in	
{
	position: absolute;
	top: 10%;
	left: 8%;
	right: 32%;
	bottom: 10%;
}
.project_item_title
{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.project_item_title span
{
	position: relative;
	text-align: center;
	clear: both;
	display: inline;
	font-weight: normal;
	font-size: 0.9em;
	color: black;
}
.project_item_title h3
{
	position: relative;
	text-align: center;
	font-weight: normal;
	font-family: 'sf_medium';
	font-size: 2em;
	display: inline;
	clear: both;
	color: black;
}
@media screen and (max-width: 750px)
{
	.project_item_title h3
	{
		font-size: 1.6em;
	}
	.project_item_title span
	{
		font-size: 1rem;
	}
}
}
@media screen and (max-width: 550px)
{
	.project_item_title h3
	{
		font-size: 1.8em;
	}
}
.project_item.project_item_big .project_item_title,
.project_item.project_item_big .project_item_title span,
.project_item.project_item_big .project_item_title h3
{
	text-align: left;
}
@media screen and (max-width: 940px)
{
	.project_item.project_item_big .project_item_title,
	.project_item.project_item_big .project_item_title span,
	.project_item.project_item_big .project_item_title h3,
	.project_item .project_item_title,
	.project_item .project_item_title span,
	.project_item .project_item_title h3
	{
		text-align: left;
	}
}
.project_item_logo
{
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 100px;
	max-height: 50px;
}
.project_item_logo img,
.project_item_logo svg
{
	position: relative;
	float: right;
	max-width: 100px;
	max-height: 50px; 
}
.project_item_type
{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	min-height: 26px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    clear: both;
    content: "";
    display: table;
}
.project_item:hover .project_item_type
{
	opacity: 1;
}
.project_item_type small
{
	position: relative;
	display: inline-block;
	background: rgba(255,255,255,.8);
	line-height: 22px;
	font-size: 0.8em;
	border-radius: 3px;
	padding: 0 8px;
	margin-right: 5px;
}
.pagination
{
	position: relative;
	float: left;
	width: 100%;
}
.div-show-more
{
	position: relative;
	margin: 20px auto;
	display: table;
	height: 50px;
	background: #eaecee;
	border-radius: 15px;
	cursor: pointer;
	color: #67696c;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	transition: 0.25s;
}
.div-show-more a
{
	font-family: 'sf_regular';
	font-size: 1em;
	color: #67696c;
	line-height: 50px;
	padding: 0 25px;
	display: inline-block;
	border: none;
}
.div-show-more img
{
	margin: 1px 0;
    display: block;
}


/* CONTEXT NEW CASES */

.project_item {
	width: 33.3%;
	padding-top: 22%;
}

.project_item.project_item_big {
	padding-top: 33%;
}

.project_item_back img {
	left: auto;
	right: 0;
}

.project_item h3 {
	font-size: 1.5em;
}
.project_item.project_item_big h3 {
	font-size: 2em;
}

.project_item_title {
	text-align: left;
}

.project_item_indexes {
	position: absolute;
	text-align: left;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 0;
}

.project_item_big .project_item_indexes {
	top: 90%;
}

.project_item_index {
	display: inline-block;
}

.project_item_index--first {
	width: 50%;
	box-sizing: border-box;
	padding-right: 10%;
}

.project_item_index--second {
	width: 50%;
	box-sizing: border-box;
	padding-left: 10%;
}

.project_item_type_new {
	position: static;
	float: left;
	opacity: 1;
	text-align: center;
	min-height: auto;
	opacity: 0;
}
.project_item:hover .project_item_type_new {
	opacity: 1;
}
.project_item_big .project_item_type_new {
	text-align: left;
}
.project_item_type_new small {
	background: rgba(0,0,0,0.2);
	color: inherit;
	float: left;
}

.project_item_index_value {
	display: block;
	font-size: 2em;
	font-family: 'sf_regular';
	color: rgba(0,0,0,0.8);
}
.project_item_index_value small{
	font-size: 14px;
	color: inherit;
}

.project_item_index_description {
	display: block;
	font-size: 14px;
	font-family: 'sf_regular';
	color: black;
}

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

	.project_item.project_item_big {
		width: 50%;
	}
}

@media screen and (max-width: 1400px) {
	.project_item {
		width: 50%;
		padding-top: 33%;
	}

	.project_item.project_item_big {
		width: 50%;
	}

	.project_item_big .project_item_index--first {
		margin-right: 50px;
	}

	.project_item_indexes {
		
	}

	.project_item_big .project_item_indexes {
		
	}
}

@media screen and (max-width: 900px) {
	.project_item {
		width: 100%;
		padding-top: 66%;
	}

	.project_item.project_item_big {
		width: 100%;
		padding-top: 66%;
	}

	.project_item.project_item_big h3 {
		font-size: 1.5em;
	}

	.project_item_in {
		max-width: none;
	}

	.project_item_big .project_item_type_new,
	.project_item .project_item_type_new {
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	.project_item_indexes {
		bottom: 15px;
	}
	.project_item_index--first
	{
		width: 100%;
	}
	.project_item_index_value
	{
		font-size: 1.6em;
	}
	.project_item_index_description
	{
		font-size: 0.8em;
	}
	.project_item_index--second
	{
		display: none;
	}
	.project_item_type_new {
		visibility: hidden;
	}
	.project_item_back img {
		left: -9999px;
		right: -9999px;
	}
	.project_item_in {
		left: 20px;
		right: 70px;
		top: 15px;
	}
	.project_item_title span
	{
		font-size: 0.8rem;
	}
	.project_item_title
	{
		margin-bottom: 6px;
	}
	.project_item h3
	{
		font-size: 1.1em;
	}
}

/* CONTEXT NEW CASES END */
/* End */
/* /bitrix/components/mars/cases/templates/full_cases/style.css?150701718793 */
/* /bitrix/components/mars/cases/templates/full_cases/bitrix/catalog.filter/.default/style.css?15070171872350 */
/* /bitrix/templates/leads/components/bitrix/menu/left_menu/style.css?15077244351624 */
/* /bitrix/templates/leads/components/bitrix/system.pagenavigation/.default/style.css?1514636869601 */
/* /bitrix/components/mars/cases_list/templates/.default/style.css?15074805897620 */
