﻿/*
	Copyright: © Centroarts 2015
	URI: http://centroarts.com
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300,700,300italic,700italic&subset=cyrillic);

/* Reset */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } body { line-height: 1 } ol, ul { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } table { border-collapse: collapse; border-spacing: 0 }
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary { display: block; }

html { overflow-y: scroll; }
body { background-color: #f3f4f4; -webkit-tap-highlight-color: rgba(0,0,0,0); }
body, html { height: 100%; }

body, select, input, textarea, button { font: 300 14px/1.52 "Roboto", Arial, Helvetica, sans-serif; color: #313133; outline: none; }
body {
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility:	hidden;
	-moz-backface-visibility:		hidden;
	-ms-backface-visibility:		hidden;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	html { margin-left: 1px; }
}

a { outline: none; color: #158dd1; text-decoration: none; }
	a:hover { text-decoration: underline; }

	a img { border: 0 none; }
	a > img { vertical-align: bottom; }

h1,h2,h3,h4,h5 { margin: 1em 0 .3em 0; line-height: normal; font-weight: normal; text-rendering: optimizeLegibility; }
	h1 { font-size: 28px; }
	h2 { font-size: 22px; }
	h3 { font-size: 18px; }
	h4 { font-size: 16px; }
	h5 { font-size: 14px; }
	p { margin-bottom: 40px; }

	b, strong { font-weight: 800; }

	.clr { clear: both }
	.clrfix:after { clear: both; content: ""; display: block; height: 0; width: 0; visibility: hidden; }
	.hide { display: none; }
	.left { float: left; }
	.right { float: right; }

	ul { padding-left: 25px; list-style: disc outside; }
	ol { padding-left: 25px; list-style: decimal outside; }

/* Поля ввода */
.field {
	display: inline-block; height: 46px; line-height: 24px; padding: 8px 12px; vertical-align: middle; border-radius: 0;
	width: 200px; background: #fcfcfc; border: 3px solid #e6eaeb; transition: border 0.2s linear 0s;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
	.from-group { margin-bottom: 20px; }
	.from-group > label { display: block; opacity: .6; margin-bottom: .2em; }
	.from-group > .field { display: block; width: 100%; }
	.field:invalid { box-shadow: none; }

	textarea.field { height: auto; resize: vertical; resize: none; }
	.field:focus { border-color: #2a2b2f; }

	input::-moz-placeholder, textarea::-moz-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity: 0.6; }
	textarea { overflow: auto; vertical-align: top; resize: vertical; }
	input:focus { outline: none; }
	button[disabled], input[disabled] { cursor: default; }

	textarea, input[type="text"], input[type="email"] { -webkit-appearance: none; }

/* Кнопки */
.btn, .btn_load { text-transform: uppercase; font-weight: bold; padding: 8px 16px; height: 38px; line-height: 22px; display: inline-block; background-color: #2a2b2f; border-radius: 2px; border: 0 none; color: #fff; text-decoration: none !important; cursor: pointer;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		transition: all .2s ease;
		-webkit-transition: all .2s ease;
	}
	a.btn, a.btn_load { line-height: 24px; }
	.btn:hover { opacity: .8; }
	.from-submit .btn, .btn_load { width: 100%; height: 62px; padding: 14px 20px; }
	.btn_load .icon { display: block; margin: 1px auto 0 auto; width: 32px; height: 32px; background-position: -176px -219px;
		-webkit-animation: sun .7s linear infinite;
		animation: sun .7s linear infinite;
	}

	.btn_border { padding: 7px 16px; border: 1px solid #e2e2e2; color: inherit; background-color: #fff; }
	.btn_border:hover { border-color: #c3c3c3; opacity: 1; }

/* Эффекты */
.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
	.fade.in { opacity: 1; }

	.collapse { display: none; }
	.collapse.in { display: block; }
	.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; }

/* Иконки */
.icon, .ico:before, #ca_share .b-share .b-share-icon { border: 0 none; display: inline-block; vertical-align: middle; background-image: url(images/sprite.png);}
	.icon { text-align: left; overflow: hidden; text-indent: -9999px; white-space: nowrap; }
	.ico:before { content: ""; width: 14px; height: 14px; }

	.rbt_loader:after, .rbt_garmon:before, .rbt_garmon:after { display: block; content: ""; background-image: url(images/rbt_sprite.png); }

/* Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
	.icon, .ico:before, #ca_share .b-share .b-share-icon {
		background-image: url(images/sprite2x.png);
		-webkit-background-size: 410px auto;
		background-size: 410px auto;
	}
	.rbt_loader:after, .rbt_garmon:before, .rbt_garmon:after {
		background-image: url(images/rbt_sprite2x.png);
		-webkit-background-size: 558px auto;
		background-size: 558px auto;
	}
}

	/* Ya.Share */
	#ca_share { float: left; margin-right: 5%; }
	#ca_share .b-share { padding: 0 !important; }
	#ca_share .b-share__handle {
		width: 38px; height: 38px; margin-right: 8px; border-radius: 2px; border: 1px solid #e2e2e2; color: inherit; background-color: #fff;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		transition: all .3s ease; -webkit-transition: all .3s ease;
	}
	#ca_share .b-share__handle:hover { border-color: #c3c3c3; }
		#ca_share .b-share .b-share-icon { width: 16px; height: 16px; margin: 5px auto 0 auto; float: none; display: block; }
		#ca_share .b-share-icon_facebook { background-position: -144px -187px; }
		#ca_share .b-share-icon_vkontakte { background-position: -160px -187px; }
		#ca_share .b-share-icon_twitter { background-position: -176px -187px; }
		#ca_share .b-share-icon_gplus { width: 22px !important; background-position: -192px -187px; }

		#ca_share .b-share .b-share__handle:hover .b-share-icon { opacity: 1; }

/* Layout */
.page { max-width: 1400px; height: 100%; padding: 0 5%; margin: 0 auto;
	transition: padding-top ease .6s;
	-webkit-transition: padding-top ease .6s;
}

/* --- Header --- */
#header { height: 28px; padding: 2.5% 0 2.5% 7.5%; font-weight: bold; text-transform: uppercase; position: relative; }
	#header a { color: #313133; text-decoration: none !important; }

/* Logo*/
.logo { position: absolute; left: 0; top: 50%; margin: -15px 0 0 0; }
	.logo .icon { margin: 0; width: 54px; height: 30px; background-position: 0 0; }

/* Menu */
.menu_head { display: inline; }
	.menu { float: left; margin-left: -12px; }
	.menu a { position: relative; float: left; padding: 5px 12px; height: 20px; line-height: 19px; }
	.menu a, .lang > a {
		-webkit-transition: opacity ease .2s; transition: opacity ease .2s; 
	}
	.menu a:hover, .lang > a:hover { opacity: .7; }
	.menu > a.active, .lang > a.active { opacity: .5; cursor: default; }
	.menu > a.active:after, .lang > a.active:after { display: none !important; }

	/* Mobile */
	#mobile_menu_btn { display: none; float: right; border: 0 none; background: none; }

/* Language */
.lang { float: right; margin: -1px -12px 0 0; white-space: nowrap; text-align: right; }
	.lang > a { padding: 5px 12px; height: 20px; line-height: 19px; float: left; }

/* --- Footer --- */
#footer { padding: 2.5% 0; line-height: 22px; height: 22px; }
	#footer:after { content: ""; clear: both; display: block; }
	#footer a { color: inherit; }
	.copyright, .foot_mail { display: inline; }
	.copyright { margin-right: 2%; }

	.eleanor { float: right; width: 20px; height: 20px; padding: 4px; margin-top: -5px; border: 2px solid #313133; border-radius: 16px; overflow: hidden; opacity: .3;
		-webkit-transition: all ease .3s;
		transition: all ease .3s;
	}
	.eleanor:hover { width: 96px; opacity: 1; border-color: #c9c9ca; }
	.eleanor .icon { display: block; width: 96px; height: 20px; background-position: -54px -18px; }

/* --- slider --- */
#main-slider { width: 100%; height: 0; padding-top: 62.5%; overflow: hidden; position: relative; }
.m-slider { left: 0; top: 0; width: 100%; height: 100%; position: absolute; overflow: hidden; color: #fff; list-style: none; padding: 0; margin: 0; }
	.ms-item { position: absolute; left: 0; top: 0; bottom: 0; right: 0; width: 100%; height: 100%; text-align: center; /*background-attachment: fixed;*/ background-repeat: no-repeat; background-position: 50% 50%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		transition: all ease .8s;
		-webkit-transition: all ease .8s;
	}

	.csstransitions .ms-item { opacity: 0; visibility: hidden; }
	.csstransitions .ms-item.active { opacity: 1; visibility: visible; }

	.ms-item-text { position: absolute; bottom: 0; left: 0; margin: 0 0 7.5% 7.5%; text-align: left; letter-spacing: -0.022em; }
	.ms-item_row1 { font-size: 56px; line-height: 1.1em; }
	.ms-item_row2 { font-weight: 800; font-size: 68px; line-height: 1.1em; }
	.more { position: relative; font-size: 14px; font-weight: 800; padding: 13px 22px; margin-top: 16%; height: 46px; line-height: 20px; border-radius: 2px; overflow: hidden; text-transform: uppercase; text-decoration: none !important; background: #fff; display: inline-block; vertical-align: top; color: #313133;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		transition: padding-left ease .6s;
		-webkit-transition: padding-left ease .6s;
	}
	.more:hover { padding-left: 50px; }
	.more.ico:before { width: 18px; height: 14px; background-position: -190px -67px; position: absolute; left: 0; top: 50%; margin-top: -7px; opacity: 0; visibility: hidden;
		transition: all ease .3s;
		-webkit-transition: all ease .3s;
	}
	.more.ico:hover:before { left: 22px; opacity: 1; visibility: visible; }

	/* Slide Select */
	.m-select { position: absolute; z-index: 30; top: 0; left: 7.5%; margin: 7.5% 0 0 -5px; padding: 0; }
	.m-select li { display: inline-block; width: 28px; height: 28px; margin-left: -0.2em; white-space: nowrap; overflow: hidden; text-indent: -9999px; cursor: pointer; position: relative; }
	.m-select li:after { content: ""; position: absolute; left: 50%; top: 50%; margin: -5px 0 0 -5px; width: 6px; height: 6px; border: 2px solid #fff; border-radius: 50%;
		transition: all ease .2s;
		-webkit-transition: all ease .2s;
	}
	.m-select li:hover:after { width: 12px; height: 12px; margin: -8px 0 0 -8px; }
	.m-select li.active { cursor: default; position: relative; }
	.m-select li.active:after { background-color: #fff; margin: -5px 0 0 -5px; width: 6px; height: 6px; border: 2px solid #fff; }

	/* DarkStyle */
	.dark-style .more { color: #fff; background-color: #313133; }
	.dark-style .more.ico:before { background-position: -190px -81px; }
	.dark-style .m-select li.active:after { background-color: #313133; }
	.dark-style .m-select li:after { border-color: #313133; }
	.dark-style .m-slider { color: #313133; }

/* Работы на главной */
#fav-works > .teaser:last-child { display: none; }

/* Общие стили страниц */
.pagebody { background-color: #fff; }
	.pad { padding: 7.5%; }
	.heading { font-size: 34px; margin: -0.2em 0 .5em 0; }
	.text { font-size: 1.15em; }
	.grid_1_2 { float: left; width: 46%; margin-right: 8%; }
	.grid_last { margin-right: 0; }

/* Меню в Работах */
.works_bar { position: relative; width: 100%; color: #cdcdcd; background-color: #26262a; color: #fff; height: 54px; overflow-y: hidden; overflow-x: auto; }
	.works_bar:after { clear: both; display: block; content: ""; }
	.works_bar_title { margin: 0; padding: 16px 0 16px 7.5%; height: 22px; line-height: 22px; font-size: 1em; text-transform: uppercase; }
	.works_bar_title, .works_menu_pane, .menu_toggle {
		transition: all ease .3s;
		-webkit-transition: all ease .3s;
	}
	.works_bar_title * { display: inline; font-size: inherit; font-weight: bold; }

	#works_bar_toggle { position: absolute; left: 0; top: 0; border: 0 solid #303035; border-right-width: 1px; background: none; }
	.menu_toggle { cursor: pointer; position: relative; width: 54px; height: 54px; }
		.menu_toggle * { display: block; cursor: pointer; }
		.menu_toggle i { position: absolute; top: 50%; left: 50%; margin: -1px 0 0 -9px; }
		#works_bar_toggle i, #works_bar_toggle i:before, #works_bar_toggle i:after { background-color: #fff; }
		.menu_toggle i, .menu_toggle i:before, .menu_toggle i:after { display: block; width: 18px; height: 2px; background-color: #26262a;
			transition: all ease .4s;
			-webkit-transition: all ease .4s;
		}
		.menu_toggle i:before, .menu_toggle i:after { content: ""; position: absolute; left: 0; }
		.menu_toggle i:before { top: 0; margin-top: -6px; }
		.menu_toggle i:after { top: 100%; margin-top: 4px; }

		.menu_toggle:hover i { margin-left: -15px; }
		.menu_toggle:hover i:before, .menu_toggle:hover i:after { margin-left: 6px; opacity: .6; }

		.works_menu_open #works_bar_toggle, .mobile_menu_open #mobile_menu_btn { z-index: 2; }
		.works_menu_open .works_bar_all { width: 0; opacity: 0; visibility: hidden; }
		.works_menu_open #works_bar_toggle i, .mobile_menu_open #mobile_menu_btn i { margin-left: -9px !important; background: rgba(0,0,0,0) !important; }
		.works_menu_open #works_bar_toggle i:before, .works_menu_open #works_bar_toggle i:after,
		.mobile_menu_open #mobile_menu_btn i:before, .mobile_menu_open #mobile_menu_btn i:after { top: 0; margin: 0; }
		.works_menu_open #works_bar_toggle i:before, .mobile_menu_open #mobile_menu_btn i:before {
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		.works_menu_open #works_bar_toggle i:after, .mobile_menu_open #mobile_menu_btn i:after {
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}
	

	/* Панель меню в работах */
	.works_menu_pane { height: 54px; margin-left: 7.5%; }
		.works_menu_open .works_bar_title { margin-top: -54px; }

		.works_menu_list { margin-left: -10px; }
		.works_menu_list > nav, .works_menu_list, .works_menu_list > nav > a { float: left; }
		.works_menu_list > nav > a { line-height: 22px; padding: 16px 10px; text-decoration: none; color: #fff; opacity: .6; }
		.works_menu_list > nav > a.active, .works_menu_list > nav > a:hover { opacity: 1; }

		.works_menu_c { font-weight: bold; }
		.works_menu_y { margin-left: 1.4em; }

/* --- Работы --- */
.works.nav_active { margin-top: 40px; }
.works { background-color: #fff; position: relative; z-index: 2;
	transition: padding-bottom ease .2s;
	-webkit-transition: padding-bottom ease .2s;
}

/* Подгрузка работ */
.works_loadmore { padding-bottom: 80px; }
	.loading-spinner { display: none; position: absolute; left: 0; bottom: 0; width: 100%; height: 80px; overflow: hidden; text-align: center;
		transition: all ease .2s;
		-webkit-transition: all ease .2s;
	}
	.loading-spinner > .icon { opacity: 0; visibility: hidden; display: block; margin: 40px auto 0 auto; width: 32px; height: 32px; background-position: -144px -219px;
		transition: all ease .2s;
		-webkit-transition: all ease .2s;
		-webkit-animation: sun .7s linear infinite;
		animation: sun .7s linear infinite;
	}
	.works_loadmore .loading-spinner { display: block; }
	.works_loadmore .loading-spinner > .icon { opacity: 1; visibility: visible; margin: 24px auto 0 auto; }
	@-webkit-keyframes sun {
		from { -webkit-transform: rotate(0deg); }
		to { -webkit-transform: rotate(360deg); }
	}
	@keyframes sun {
		from { transform: rotate(0deg); }
		to { transform: rotate(360deg); }
	}

/* Основной Загрузчик */
.load { overflow: hidden; }
.load .page { padding-top: 20%; }
.load .ca_load_overlay { z-index: 9999; opacity: 1; visibility: visible; }
.ca_load_overlay {
		overflow: hidden; z-index: -9999;
		position: fixed; left: 0; top: 0;
		width: 100%; background-color: #fff;
		margin-top: -100%; height: 0;
		transition: all ease 1.2s;
		-webkit-transition: all ease 1.2s;
	}
	
	.ca_load { opacity: 0; position: absolute; left: 50%; top: 50%; width: 203px; height: 99px; margin: -50px 0 0 -102px;
		transition: all ease .6s .1s;
		-webkit-transition: all ease .6s .1s;
	}
	.load .ca_load { opacity: 1; }
	.path {
		animation: dash 4s infinite;
		-webkit-animation: dash 4s infinite;
	}
	@keyframes dash { 50% { stroke-dashoffset: 0; } }
	@-webkit-keyframes dash { 50% { stroke-dashoffset: 0; } }

	.load .ca_load_overlay {
		margin-top: 0; height: 100%;
	}

	.ca_loader { display: none; }
	.no-smil .ca_load svg { display: none; }
	.no-smil .ca_loader { display: block; }

	.ca_loader { background: #e8e8e8; width: 180px; height: 8px; overflow: hidden; margin: 46px auto 0 auto; }
	.ca_loader:before, .ca_loader:after {
		-webkit-animation: load1 1.5s infinite ease-in-out;
		animation: load1 1.5s infinite ease-in-out;
	}
	.ca_loader:before,
	.ca_loader:after { background-color: #1f1f1f; position: absolute; top: 0; content: ''; width: 40%; height: 8px; }
	.ca_loader:before { background-color: #7d7d7d; -webkit-animation-delay: -0.32s; animation-delay: -0.32s; }
	.ca_loader {
		position: relative;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-animation-delay: -0.16s;
		animation-delay: -0.16s;
	}
	@-webkit-keyframes load1 {
		0%,
		80%,
		100% {
			margin-left: -20%;
		}
		40% {
			margin-left: 80%;
			width: 60%;
		}
	}
	@keyframes load1 {
		0%,
		80%,
		100% {
			margin-left: -20%;
		}
		40% {
			margin-left: 80%;
			width: 60%;
		}
	}

	.ca_load_overlay.__rbt .ca_load { width: 120px; height: 137px; margin: -69px 0 0 -60px; }
	.rbt_loader { position: relative; text-align: center; }
	.rbt_loader:after { background-position: 0 0; margin: 0 auto; width: 98px; height: 137px; }
		.bot1 .rbt_loader:after { background-position: 0 0; }
		.bot2 .rbt_loader:after { background-position: -98px 0; }
		.bot3 .rbt_loader:after { background-position: -196px 0; }
		.bot4 .rbt_loader:after { background-position: -294px 0; }
		.bot5 .rbt_loader:after { background-position: -392px 0; }
		.bot6 .rbt_loader:after { background-position: 0 -137px; }
		.bot7 .rbt_loader:after { background-position: -98px -137px; }
		.bot8 .rbt_loader:after { background-position: -196px -137px; }
		.bot9 .rbt_loader:after { background-position: -294px -137px; }
		.bot10 .rbt_loader:after { background-position: -392px -137px; }
		.rbt_garmon { position: absolute; top: 0; left: 50%; height: 42px; width: 52px; padding: 0 34px; margin: 49px 0 0 -60px;
			-webkit-animation: garmon .7s ease infinite;
			animation: garmon .7s ease infinite;
		}
		@-webkit-keyframes garmon {
			0% { margin-left: -60px; width: 52px; }
			50% { margin-left: -43px; width: 18px; }
			100% { margin-left: -60px; width: 52px; }
		}
		@keyframes garmon {
			0% { margin-left: -60px; width: 52px; }
			50% { margin-left: -43px; width: 18px; }
			100% { margin-left: -60px; width: 52px; }
		}
		.rbt_garmon:before, .rbt_garmon:after { width: 34px; height: 42px; position: absolute; top: 0; }
		.rbt_garmon:before { right: 0; background-position: -524px 0; }
		.rbt_garmon:after { left: 0; background-position: -490px 0; }

		.garmon { margin-left: -2px; }
		.garmon > i { float: left; width: 20%; height: 42px; }
		.garmon > i:first-child:after { display: none; }
		.garmon > i:after { content: ""; display: block; height: 38px; width: 2px; margin-top: 2px; background-color: #313133; }


.works:after { clear: both; display: block; content: ""; }
	.fav-works-col, .fav-work-big { float: left; width: 50%; }
	.fav-works-col .teaser { width: 50%; padding-bottom: 50%; }
	.fav-work-big .teaser { width: 100%; padding-bottom: 100%; }

	.teaser { width: 25%; height: 0; padding-bottom: 25%; float: left; position: relative; overflow: hidden; text-align: center; }
	.teaser > a, .teaser > .teaser_in { position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #fff; }
	.teaser > a * { cursor: pointer; }
	.teaser > a > img, .teaser > .teaser_in > img { display: block; width: 100%; }
	.teaser_over { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; background-color: #000; opacity: 0; visibility: hidden;
		transition: all ease .5s;
		-webkit-transition: all ease .5s;
	}
	
	.teaser_info { position: absolute; top: 90%; left: 10%; width: 80%; height: 140px; z-index: 2; margin-top: -70px; display: table; opacity: 0; visibility: hidden;
		transition: all ease .6s;
		-webkit-transition: all ease .6s;
	}
	.teaser_info-in { display: table-cell; vertical-align: middle; }
	.teaser_info .title { font-size: 26px; display: block; margin: 0 20px; opacity: 0;
		transition: opacity .6s ease .1s;
		-webkit-transition: opacity .6s ease .1s;
	}
	.teaser_info .text { display: block; margin: 0 20px; opacity: 0;
		transition: opacity .7s ease .4s;
		-webkit-transition: opacity .7s ease .4s;
	}

	.teaser > a:hover .teaser_over { opacity: .8; visibility: visible; }
	.teaser > a:hover .teaser_info { opacity: 1; visibility: visible; top: 50%; }
	.teaser > a:hover .teaser_info .title, .teaser > a:hover .teaser_info .text { opacity: 1; }

	.teaser-more > a { color: inherit; background-color: #fff; }
	.teaser-more .teaser_info { top: 50%; opacity: 1; visibility: visible; }
	.teaser-more .teaser_info .title { opacity: 1; font-size: 42px; margin-bottom: 20px; }
	.teaser-more > a:hover { background-color: #444; color: #fff; }
	.teaser-more > a:hover .btn { border-color: #fff; }
	.teaser-more > a .btn, .teaser-more > a {
		transition: all .5s ease .1s;
		-webkit-transition: all .5s ease .1s;
	}

/* --- О нас --- */
.head_about { position: relative; overflow: hidden;
	background-color: #828e99;
	background: -webkit-linear-gradient(left, #828e99 0%, #aab3bc 100%); 
	background: -moz-linear-gradient(left, #828e99 0%, #aab3bc 100%); 
	background: -ms-linear-gradient(left, #828e99 0%, #aab3bc 100%); 
	background: -o-linear-gradient(left, #828e99 0%, #aab3bc 100%);
	background: linear-gradient(left, #828e99 0%, #aab3bc 100%);
}
	.head_about > img { position: absolute; right: 0; top: 50%; margin: -40% -22% 0 0; width: 68%; }
	.head_about .cont { position: relative; z-index: 1; width: 50%; color: #fff; }
	.head_about .cont a { color: inherit; }
	.head_about .cont .title { font-size: 34px; line-height: 1.35em; margin: 0 0 .6em 0; }
	.head_about .cont .text { font-size: 20px; }
	.head_about .cont .text_copy { opacity: .6; margin: 2em 0 0 0; }

	/* Услуги */
	.row_cat { background-color: #fff; display: table; }
	.row_cat_info, .row_cat_works { width: 50%; display: table-cell; vertical-align: top; position: relative; }
	.row_cat_info { vertical-align: middle; }
	.row_cat_works .teaser { width: 33.33333333333333%; height: 0; padding-bottom: 33.33333333333333%; float: left; position: relative; overflow: hidden; text-align: center; }
	.row_cat_works .overlay { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; opacity: 0; visibility: hidden;
		transition: all .6s ease;
		-webkit-transition: all .6s ease;
	}
	.row_cat_works .overlay:after { content: ""; background-color: #95a0aa; display: block; width: 100%; height: 100%; opacity: 0.8; }
	.row_cat_works .overlay .icon { position: absolute; left: 50%; top: 50%; z-index: 1; margin: 53px 0 0 -32px; width: 62px; height: 106px; background-position: 0 -187px; 
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}
	
	.row_cat_info > .cont { padding: 16%; }
	.row_cat_info > .cont > .title { font-size: 32px; margin: 0; letter-spacing: -.04em; line-height: 1em; margin-bottom: .8em; }
	.row_cat_info > .cont > .title > span { color: #8b8c90; font-size: 32px; }
	.row_cat_info > .cont > .title > * { font-weight: bold; display: block; }
	.row_cat_info > .cont > .text { margin: 0; font-size: 1.15em; }

	.row_cat_works:hover .overlay { opacity: 1; visibility: visible; }
	.row_cat_works:hover .overlay .icon { opacity: 1; visibility: visible; margin-top: -53px; }
	#row_cat_thm .row_cat_works .overlay:after { background-color: #fcbf4b; }
	#row_cat_ui .row_cat_works .overlay:after { background-color: #e04a54; }
	#row_cat_bb .row_cat_works .overlay:after { background-color: #d35d8a; }
	#row_cat_gui .row_cat_works .overlay:after { background-color: #5bc4d4; }

	@media (max-width: 1423px) {
		.row_cat_works .teaser { width: 50%; height: 0; padding-bottom: 50%; }
		.row_cat_works_in { width: 100%; padding-top: 100%; overflow: hidden; position: relative; }
		.row_cat_works_in_box { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; }
		.row_cat_info > .cont > .title > span { font-size: 30px; }
	}

/* --- Контакты --- */
.contacts { border-bottom: 1px solid #e1e1e1; }

	/* Телефон и e-mail */
	.big_contacts { list-style: none; margin: 12% 0 0 0; padding: 0; font-size: 42px; font-weight: bold; letter-spacing: -0.02em; }
	.big_contacts a { color: inherit; text-decoration: none !important; }
	.big_contacts li { line-height: normal; }
	@media (max-width: 1235px) {
		.big_contacts { font-size: 38px; }
	}
	@media (max-width: 1120px) {
		.big_contacts { margin: 10% 0 0 0; }
	}
	.ca_skype { font-size: 1.2em; margin-top: 10px; }
	.ca_skype a { color: inherit; }

	.faq_list { list-style: none; padding: 0; margin-bottom: 0; }
	.faq_list li > h5 { font-size: 18px; font-weight: bold; margin: 0 0 .8em 0; }
	.faq_list li:last-child > .text { margin-bottom: 0; }

	/* Мы в соц.сетях */
	.ca_social { display: block; cursor: default; margin-top: 2em; }
	.ca_social:after { content: ""; clear: both; display: block; }
	.ca_social a { margin-right: 4px; width: 18px; height: 18px; padding: 12px; float: left; border-radius: 2px; background-color: #f4f4f5; }
	.ca_social a:hover { background-color: #313133; }

	.ca_social a > .icon { display: block; width: 18px; height: 18px; }

	.ca_db .icon { background-position: -70px 0; }
	.ca_tw .icon { background-position: -88px 0; }
	.ca_vk .icon { background-position: -106px 0; }
	.ca_fb .icon { background-position: -124px 0; }
	.ca_in .icon { background-position: -142px 0; }
	.ca_db:hover .icon { background-position: -70px -251px; }
	.ca_tw:hover .icon { background-position: -88px -251px; }
	.ca_vk:hover .icon { background-position: -106px -251px; }
	.ca_fb:hover .icon { background-position: -124px -251px; }
	.ca_in:hover .icon { background-position: -142px -251px; }

/* Сообщение об отправке */
.fb_send { overflow: hidden; }
.fb_send .page { padding-top: 20%; }
.fb_send .feedback_msg { z-index: 9999; opacity: 1; visibility: visible; margin-top: 0; height: 100%; }
.feedback_msg {
	transition: all ease .6s;
	-webkit-transition: all ease .6s;
}
.feedback_msg { color: #fff; z-index: -9999; position: fixed; left: 0; top: 0; width: 100%; height: 0; margin-top: -100%; overflow: hidden; }
	.feedback_msg:after { z-index: -1; content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #df722a; }
	.feedback_msg_statusok:after { background-color: #2cbc7a; }
	.feedback_msg a { color: #fff; }

	.feedback_msg_statusok .feedback_msg_bad, .feedback_msg_good { display: none; }
	.feedback_msg_statusok .feedback_msg_anim, .feedback_msg_statusok .feedback_msg_good { display: block; } 

	.feedback_msg .close { cursor: pointer; position: absolute; right: 0; top: 0; border: 0 none; background: none; width: 88px; height: 88px; margin: 2%; }
	.feedback_msg .close:hover { opacity: .8; }
	.feedback_msg .close > .icon { width: 48px; height: 48px; background-position: -160px 0; }

	.feedback_msg_wrp { display: table; position: absolute; left: 50%; top: 0; width: 60%; height: 100%; margin-left: -30%; }
	.feedback_msg_wrpin { display: table-cell; vertical-align: middle; text-align: center; }
	.feedback_msg_wrpin b { display: block; font-size: 68px; letter-spacing: -0.02em; max-width: 500px; margin: 0 auto; }
	.feedback_msg_wrpin p { display: block; font-size: 22px; max-width: 500px; margin: 0 auto; }

	.fb_load .feedback_msg_good, .fb_send .feedback_msg_good {
		transition: all .8s ease-in-out 1.4s;
		-webkit-transition: all .8s ease-in-out 1.4s;
	}
	.fb_load .feedback_msg_anim:after, .fb_send .feedback_msg_anim:after {
		transition: all .3s ease-in-out 1.3s;
		-webkit-transition: all .3s ease-in-out 1.3s;
	}
	.fb_load .feedback_msg_anim > .icon, .fb_send .feedback_msg_anim > .icon {
		transition: all 1s ease-in-out .6s, opacity .5s ease-in-out .2s;
		-webkit-transition: all 1s ease-in-out .6s, opacity .5s ease-in-out .2s;
	}

	.feedback_msg_good { opacity: 0; visibility: hidden; margin-top: 20%; }

	.feedback_msg_anim { display: none; width: 194px; height: 284px; position: absolute; left: 50%; top: 50%; margin: -276px 0 0 -97px; overflow: hidden; }
	.feedback_msg_anim:after { content: ""; position: absolute; left: 0; bottom: 0; background-color: #fff; height: 8px; width: 100%; opacity: 1; }
	.feedback_msg_anim > .icon { position: absolute; left: 50%; top: 0; margin: 0 0 0 -42px; width: 84px; height: 192px; opacity: 0; background-position: -326px 0; }

	.fb_send .feedback_msg_anim > .icon { margin-top: 284px; opacity: 1; }
	.fb_send .feedback_msg_anim:after { width: 0; left: 50%; }
	.fb_send .feedback_msg_good { opacity: 1; visibility: visible; margin-top: 0; }

	/* Заголовок между блоками */
	.sep_title { font-size: 22px; height: 28px; line-height: 28px; padding: 2.5% 7.5%; margin: 0; font-weight: bold; text-transform: uppercase; text-align: left; position: relative; }
	
	@media (max-width: 1060px) {
		.sep_title { font-size: 18px; }
	}

	.sep_title .icon { opacity: .3; margin: -2px 15px 0 0; }
		@media screen and (min-width: 768px) {
			.sep_title .icon { position: absolute; left: 0; top: 50%; margin: -16px 0 0 0; opacity: .3; }
		}
		.i_rel { width: 33px; height: 31px; background-position: -208px -67px; }
		.i_viewed { width: 32px; height: 32px; background-position: -208px -35px; }

/* Просмотр работы */
.work_content { background-color: #fff; overflow: hidden; width: 100%; }
	.work_dark { background-color: #1a1a1a; }
	.work_dark .work_media { color: #fff; }
	
	.work_title { padding: 7.5% 26% 7.5% 7.5%; position: relative; z-index: 1; }
	.work_title > .title { margin: -0.2em 0 0 0; font-size: 34px; }
	.work_title:after { content: ""; display: block; clear: both; }
	.work_dark .work_title { color: #fff; }

	.prev_next { margin: 7.5% -15px 0 0; position: absolute; right: 7.5%; top: 0; }
	.prev_next > a { float: left; width: 71px; height: 54px; text-indent: -9999px; position: relative; overflow: hidden; white-space: nowrap; }
	.prev_next > a.ico:before { width: 38px; height: 32px; position: absolute; left: 0; top: 0; margin: 11px 0 0 15px; opacity: 0.6;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}
	.prev:before { background-position: -62px -219px; }
	.next:before { background-position: -106px -219px; }
	.work_dark .prev:before { background-position: -62px -187px; }
	.work_dark .next:before { background-position: -106px -187px; }

	.prev_next > a.prev:hover:before { margin-left: 5px; opacity: 1; }
	.prev_next > a.next:hover:before { margin-left: 25px; opacity: 1; }

	/* Хлебные крошки */
	.breadcrumbs { margin-top: .3em; }
	.breadcrumbs > .item { display: inline; }
	.breadcrumbs > .item a { color: inherit; }
	.breadcrumbs > .item span { opacity: .6; }
	.breadcrumbs > .item:before { content: "/"; opacity: .4; margin: 0 .5em 0 .2em; }
	.breadcrumbs > .item:first-child:before { display: none; }

	/* Изображения работы */
	.work_bg { background-position: 50% 0; background-repeat: repeat-x;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}

	.work_img { padding: 0; display: block; margin: 0 auto; text-align: center; }
	.work_img > img { max-width: 100%; vertical-align: top; }

/* Описание к работе */
.work_description { background-color: #fff; position: relative; color: #313133; }
	.work_text { padding: 0 30% 0 10%; position: relative; }
	.work_text:after { content: ""; display: block; clear: both; }
	.work_text > .year { position: absolute; left: 0; font-weight: bold; font-size: 26px; line-height: 1em; }
		.year a { color: inherit; opacity: .8; text-decoration: none !important; }
		.year a:hover { opacity: 1; }
	
	.work_text > .text { font-size: 1.2em; float: left; width: 100%; }
	.work_text > .text a { color: inherit; }
	.work_info_text { font-size: .9em; opacity: .6; margin-top: 3%; }
		.work_info_text > a { color: inherit; }
		.work_info_text.ico { padding-left: 35px; position: relative; }
		.work_info_text.ico:before { float: left; position: absolute; margin: .2em 0 0 -35px; width: 20px; height: 20px; background-position: -90px -60px; }

	@media (min-width: 921px) {
		.work_text > .tags { position: absolute; right: 0; top: 0; bottom: 0; width: 22%; overflow: hidden; list-style: none; padding: 0; }
		.work_text > .tags:after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 50px; 
			background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%); 
			background: linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
			background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 100%);
		}
	}
		.tags a { color: inherit; opacity: .6; }
		.tags a:hover { opacity: 1; }

	/* Sticky */
	.work_foot_pane { margin-top: 5%; }
	@media screen and (min-width: 768px) {
		.work_foot_pane { height: 38px; }
		.work_foot_pane.fixed .work_foot_pane_in { position: fixed; left: 0; bottom: 0; width: 100%; z-index: 3; margin-top: 0; }
		.work_foot_pane.fixed .work_foot_wrap { margin: 0 auto; max-width: 1400px; padding: 0 5%; }
		.work_foot_pane.fixed .work_foot_wrap .work_foot_line { padding: 0 7.5%; background-color: #fff; box-shadow: 0 -1px 0 0 rgba(0,0,0,0.1); }
		.work_foot_pane.fixed .work_foot .btn_border, .work_foot_pane.fixed #ca_share .b-share__handle { border-color: transparent; border-radius: 0; opacity: 1; }
		.work_foot_pane.fixed .work_foot .btn_border:hover, .work_foot_pane.fixed #ca_share .b-share__handle:hover { opacity: .6; }
		.work_foot_pane.fixed .download .btn, .work_foot_pane.fixed .client .btn { border-radius: 0; }
		.work_foot_pane.fixed .client .btn { border-color: transparent; }
	}
	.work_foot { padding: 0 30% 0 10%; position: relative; }
	.work_foot:after { content: ""; display: block; clear: both; }
	.work_foot > #upper { position: absolute; left: 0; width: 38px; padding: 0; }
		#upper .icon { width: 14px; height: 18px; background-position: -241px -67px; margin-top: -2px; }

	.work_foot .client, .work_foot .edit, .work_foot .download { float: left; margin-right: 8px; }
		.client .i_siteview { margin: -4px 6px 0 0; }
		.download .i_download { margin: -6px 6px 0 0; }

	.work_designed_by { position: absolute; right: 0; width: 22%; }
	.work_designed_by > a { display: inline-block; padding: 8px 0; color: inherit; opacity: .5; }
	.work_designed_by > a:hover { opacity: .8; }

	.i_siteview { width: 18px; height: 14px; background-position: -297px -67px; }
	.i_download { width: 14px; height: 18px; background-position: -269px -67px; }

/* Вплывающее окно */
.modal-open { overflow: visible; }
	.modal { display: none; overflow: auto; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 5551; }
	.modal.fade .modal-dialog {
		-webkit-transform: translate(0, -25%);
		transform: translate(0, -25%);
		-webkit-transition: -webkit-transform 0.3s ease-out;
		transition: transform 0.3s ease-out;
	}
	.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }
	.modal-dialog { position: relative; z-index: 1050; max-width: 852px; margin: 0 auto; padding: 10%; }
	.modal-content {
		position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0,0,0,0.2); text-align: left;
		background-clip: padding-box; outline: none;
		-webkit-box-shadow: 0 5px 25px rgba(0,0,0, 0.2);
		box-shadow: 0 5px 25px rgba(0,0,0,0.2);
	}
	.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 5550; background-color: #e8e8e8; }
	.modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); }
	.modal-backdrop.in { opacity: 0.7; filter: alpha(opacity=70); }

	.modal-dialog .close { position: absolute; right: 0; top: 0; z-index: 1; }

	.close { width: 48px; height: 48px; padding: 0; background: none; border-width: 0; }
	.close, .close * { cursor: pointer; }
	.close .icon { width: 16px; height: 16px; background-position: 0 -75px; margin: 16px auto; display: block; }

	/* Всплывающее окно "Подписки" */
	.ca_social_head { background-color: #2a2b2f; color: #fff; padding: 8% 8% 6% 8%; text-align: center; overflow: hidden; }
	.ca_social_head > p { font-size: 1.4em; max-width: 60%; margin: 0 auto; }

	.ca_social_big { text-align: center; margin-top: 5%; }
		.ca_social_big a { display: inline-block; margin-left: -.3em; padding: 5%; position: relative; }
		.ca_social_big a > .icon { width: 32px; height: 32px; position: relative; z-index: 1; }
		.ca_social_big a:after { content: ""; display: block; position: absolute; left: 0; top: 0; margin-top: 200px; width: 100%; height: 200px;
			transition: all .15s ease; -webkit-transition: all .15s ease;
		}
		.ca_social_big a:hover:after { margin-top: 0; }
		.ca_db_big > .icon { background-position: 0 -129px; }
		.ca_tw_big > .icon { background-position: -32px -129px; }
		.ca_vk_big > .icon { background-position: -64px -129px; }
		.ca_fb_big > .icon { background-position: -96px -129px; }
		.ca_in_big > .icon { background-position: -128px -129px; }

		a.ca_db_big:hover:after { background-color: #ea4c89; }
		a.ca_tw_big:hover:after { background-color: #55acee; }
		a.ca_vk_big:hover:after { background-color: #5986b8; }
		a.ca_fb_big:hover:after { background-color: #3a589e; }
		a.ca_in_big:hover:after { background-color: #6498c1; }

		.modal-foot_link a { display: block; padding: 8% 8%; color: inherit; position: relative; text-align: center; font-weight: bold; text-transform: uppercase; font-size: 1.8em; text-decoration: none !important; }
		.i_download_big { width: 28px; height: 36px; background-position: -62px -60px; margin: -.4em .5em 0 0; }
		.i_siteview_big { width: 36px; height: 28px; background-position: -26px -60px; margin: -.25em .5em 0 0; }

/* Серый фон */
.greybg { background: #26262a; color: #fff; }
	.greybg a { color: inherit; }

@media screen and (max-width: 1060px) {
	.page, .work_foot_pane.fixed .work_foot_wrap { padding: 0 30px; }
	.logo { margin-top: -12px; }
	.logo .icon { background-position: 0 -91px; width: 34px; height: 19px; }
	.text, .work_text > .text, .row_cat_info > .cont > .text { font-size: 1.05em; }
	.work_title > .title, .row_cat_info > .cont > .title { font-size: 26px; }
	.work_text, .work_foot { padding-left: 13%; }
	#works_bar_toggle { border-right-width: 0; }
	.teaser_info .title { font-size: 18px; }
	.teaser_info .text { font-size: .95em; }
	.heading, .head_about .cont .title { font-size: 28px; }
	.head_about .cont .text { font-size: 1.2em; }
	.ms-item_row1 { font-size: 36px; }
	.ms-item_row2 { font-size: 48px; }
}

@media screen and (max-width: 920px) {
	.page, .work_foot_pane.fixed .work_foot_wrap { padding: 0 20px; }
	.big_contacts { font-size: 32px; }
	.work_text, .work_foot { padding-right: 0; }
	.work_designed_by { display: none; }
	.work_text > .text { float: none; }
	.tags { list-style: none; padding: 0; margin: 5% 0 0 0; opacity: .6; font-size: .9em; }
	.tags > li { display: inline; }
	.tags > li a { opacity: 1; }
	.tags > li:before { content: ", "; }
	.tags > li:first-child:before { display: none; }
	#works_bar_toggle {
		background: -webkit-linear-gradient(left, #26262a 30%, rgba(38,38,42,0) 100%); 
		background: -moz-linear-gradient(left, #26262a 30%, rgba(38,38,42,0) 100%); 
		background: -ms-linear-gradient(left, #26262a 30%, rgba(38,38,42,0) 100%); 
		background: -o-linear-gradient(left, #26262a 30%, rgba(38,38,42,0) 100%);
		background: linear-gradient(left, #26262a 30%, rgba(38,38,42,0) 100%);
	}
		.works_menu_pane { margin-left: 0; overflow: hidden; overflow-x: auto; -webkit-overflow-scrolling: touch; }
		.works_menu_list { margin-left: 7.5%; margin-right: 10px; white-space: nowrap; }
		.works_menu_list > nav { margin-left: -10px; }
		.works_menu_list > nav, .works_menu_list, .works_menu_list > nav > a { float: none; display: inline-block; }
}

@media screen and (min-width: 560px) and (max-width: 920px) {
	.teaser { width: 33.33333333333333%; padding-bottom: 33.33333333333333%; }
	#fav-works > .teaser:last-child { display: block; }
	#rel-works > .teaser:last-child { display: none; }
}
@media only screen and (max-device-width: 480px) {
	body { -webkit-text-size-adjust: 100%; }               
}

@media screen and (max-width: 767px) {
	html, body { height: 100%; }
	body { background: #26262a; } 
	.page { padding: 0; height: 100%; min-width: 320px; }
	.work_foot_pane.fixed .work_foot_wrap { padding: 0; }
	
	#header { background: #fff; height: 54px; padding: 0; position: static; }
		.logo { position: relative; float: left; height: 54px; padding: 0 20px; margin: 0; }
		.logo .icon { margin-top: 17px; vertical-align: top; }

		#mobile_menu_btn { display: block; }
		.menu_head { visibility: hidden; opacity: 0; position: fixed; overflow: hidden; z-index: -1; left: 0; top: 0; width: 100%; bottom: 0; padding-top: 54px; background: #26262a;
			transition: all .3s ease; -webkit-transition: all .3s ease;
		}

		#header { z-index: 1; }
		#header .menu { float: none; margin: 0; border-top: 1px solid #303035; padding: 20px 0; }
		#header .menu > a, #header .lang > a { color: #fff; opacity: .5; display: block; float: none; padding: 15px 7%; text-align: left; font-size: 1.2em; text-transform: none; }
		#header .menu > a.active { opacity: 1 !important; }
		#header .menu > a:hover, #header .lang > a:hover { background: #2a2a2e; }

		.lang { text-align: left; float: none; margin: 0; padding: 20px 0; border-top: 1px solid #303035; }

	.mobile_menu_open #header { position: fixed; width: 100%; left: 0; top: 0; bottom: 0; z-index: 9999; }
		.mobile_menu_open .menu_head { visibility: visible; opacity: 1; z-index: 9901; overflow-y: auto; -webkit-overflow-scrolling: touch; }
		.mobile_menu_open #mobile_menu_btn, .mobile_menu_open .logo { z-index: 9903; }
		.mobile_menu_open #mobile_menu_btn i, .mobile_menu_open #mobile_menu_btn i:before, .mobile_menu_open #mobile_menu_btn i:after { background-color: #fff; }
		.mobile_menu_open .logo .icon { background-position: 0 -110px; }

		html.mobile_menu_open, .mobile_menu_open .page { overflow: hidden !important; }
		.mobile_menu_open #header:before { content: ""; position: absolute; left: 0; top: 0; right: 0; width: 100%; height: 54px; z-index: 9902;
			background: -webkit-linear-gradient(top, #26262a 30%, rgba(38,38,42,0) 100%); 
			background: -moz-linear-gradient(top, #26262a 30%, rgba(38,38,42,0) 100%); 
			background: -ms-linear-gradient(top, #26262a 30%, rgba(38,38,42,0) 100%); 
			background: -o-linear-gradient(top, #26262a 30%, rgba(38,38,42,0) 100%);
			background: linear-gradient(top, #26262a 30%, rgba(38,38,42,0) 100%);
		}

	#footer { display: none; }

	/* Slider */
	.ms-item-text { bottom: 10%; left: 50%; width: 80%; padding: 0; margin: 0 0 0 -40%; text-align: center; }
		.ms-item_row1 { font-size: 24px; }
		.ms-item_row2 { font-size: 30px; }
		
		.more { position: absolute; left: 0; top: 0; bottom: 0; margin: 0; padding: 0; width: 100%; height: 100%; background: none !important; }
		.more.ico:before, .more b { display: none; }

		.m-select { left: 50%; margin: 10% 0 0 -40%; width: 80%; text-align: center; }

	/* Список работ */
	.teaser_info, .teaser_over { display: none; }
	.works_bar_title { padding-left: 64px; }
	.works_menu_list { margin-left: 64px; }

	/* О нас */
	.head_about { padding-bottom: 60%; }
		.head_about > img { position: absolute; right: auto; left: 50%; top: 100%; margin: -55% 0 0 -70%; width: 140%; }
		.head_about .cont { width: 100%; }

	.row_cat { display: block; padding-bottom: 100%; position: relative; }
		.row_cat_info, .row_cat_works { width: 100%; display: block; }
		.row_cat_works { position: absolute; bottom: 0; left: 0; }

		.row_cat_info > .cont { padding: 7.5%; }

	/* Контакты */
	.contacts .pagebody .grid_1_2 { float: none; margin: 0; padding: 7.5%; width: auto; border-top: 1px solid #e1e1e1; }
		.contacts .pad { padding: 0; }
		.big_contacts { margin-top: 5%; }
		.contact_text .text { margin-bottom: 0; }

		.sep_title { background-color: #f3f4f4; padding-top: 4%; padding-bottom: 4%; }

	/* Просмотр работы */
	.view-work { border-top: 1px solid #e1e1e1; }
		.work_text, .work_foot { padding-left: 0; }
		.work_text > .year { position: static; margin-bottom: 5%; }
		.work_foot { position: relative; }
		.work_foot .edit { position: static; float: right; margin: 5% 0 0 0; }
		.work_foot #upper { position: static; float: right; margin-right: 0; }
		.work_foot .client, .work_foot .download { margin-top: 5%; }
		#ca_share { margin-right: 0; float: none; padding-bottom: 5%; margin-top: 5%; border-bottom: 1px solid #e1e1e1; }

		.work_info_text { opacity: 1; margin: 5% 0; padding: 5% 0; border: 1px solid #e1e1e1; border-width: 1px 0; }
}
@media screen and (max-width: 639px) {
	.modal-dialog { padding: 5%; }
	.ca_social_big a > .icon { width: 18px; height: 18px; }
		.ca_db_big .icon { background-position: -70px -251px; }
		.ca_tw_big .icon { background-position: -88px -251px; }
		.ca_vk_big .icon { background-position: -106px -251px; }
		.ca_fb_big .icon { background-position: -124px -251px; }
		.ca_in_big .icon { background-position: -142px -251px; }

	.ca_social_head > p { font-size: 1em; }
	.modal-foot_link a { font-size: 1.2em; }
	.i_download_big { width: 14px; height: 18px; background-position: -283px -67px; }
	.i_siteview_big { width: 18px; height: 14px; background-position: -297px -67px; }
}
@media screen and (max-width: 559px) {
	.teaser { width: 50%; height: 0; padding-bottom: 50%; float: left; position: relative; overflow: hidden; text-align: center; }
	.faq .grid_1_2 { float: none; margin: 0; width: auto; }
	.sep_title > span { display: none; }

	.work_title { padding: 7.5%; padding-top: 54px; position: relative; }
	.work_title > .title { margin-top: 7.5%; }

	.prev_next { position: absolute; left: 0; right: 0; top: 0; float: none; width: 100%; height: 54px; background: #f3f4f4; margin: 0; }
		.prev_next > a { width: 50%; height: 54px; }
		.prev_next > a.ico:before { left: 50%; margin: 11px 0 0 -19px !important; } 

	.work_dark .prev_next { background-color: #26262a; background-color: rgba(0,0,0,.3); }
}
@media screen and (max-width: 559px) and (orientation: portrait) {
	#main-slider { padding-top: 100%; }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {  html { margin-left: 1px; } }