

/* Start:/bitrix/templates/tz-studio.com.new/template_styles.css?17609425259997*/
/* --------------------------------Main---------------------------------------- */

@font-face {
	font-family: Calibri;
	src: 
	local("Calibri"),
	local("calibri"),
	url(/bitrix/templates/tz-studio.com.new/ttf/Calibri.ttf);
}


body {
	border: 0;
    height: 100%;
	width: 100%;
	background-color: #000000;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

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

#root {
	width: 100%;

	font-family: Calibri;	

	font-size: 17px;
}

#root * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#root *:before,
#root *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#root .wrapper {
	max-width: 1100px;

	margin: 0 auto;
}


.section-root {
	display: table;

	margin: 0 auto;
}

.section-root .global-section {
	display: table-cell;
	vertical-align: top;
}

input[type="text"],
input[type="password"],
textarea {
	font-size: 16px;
	padding: 7px;
	border: 2px solid #ff9000;
	outline: 0;

	width: 100%;
}

a.button {
	display: inline-block;
	text-decoration: none;

	color: #ffffff !important;
}

input[type="submit"],
input[type="button"],
a.button,
.price_menu li {
	padding: 10px;

	background-color: #ff9000;

	box-shadow: -5px 5px 5px #a4a4a4;

	outline: 0;
	border: 0;

	cursor: pointer;

	color: #ffffff;
	font-size: 14px;
}

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

#open-top-menu {
	display: none;
	height: 76px;
	line-height: 76px;

	text-align: center;
}

#open-top-menu a {
	display: block;

	width: 100%;
	height: 100%;

	cursor: pointer;
}

header {
	position: relative;

	z-index: 10;

    text-transform: uppercase;

	height: 76px;
}

.section-root {
	position: relative;

	z-index: 5;
}

#root header .wrapper {
	max-width: 1400px;
}

.clients-title {
	text-align: center;
}

.clients-title,
#clients,
.left-global-section {
	width: 300px;
}

#clients {
	float: right;
}

#clients,
main {
	margin-top: 3px;
}

.top-bar-section-root {
	height: 76px;
}

.left-global-section .top-bar-section {
	text-align: center;
}


#clients .item {
	margin-top: -40px;
	position: relative;
	width: 100%;
	height: 200px;
}

#clients .item:first-child {
	margin-top: 0px;
}

.clients-logo img {
	max-height: 100px;
	max-width: 130px;

	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}

.clients-screenshot img {
	max-width: 260px;
	max-height: 200px;
}

/* -----------Logos logic------------------- */

#clients .item a {
	position: absolute;
}

#clients .item:nth-child(even) a.clients-logo {
	right: 20px;
}

#clients .item:nth-child(odd) a.clients-logo {
	left: 20px;
}

#clients .item:nth-child(3n+1) a.clients-logo {
	top: 10%;
}

#clients .item:nth-child(3n+2) a.clients-logo {
	top: 20%;
}

#clients .item:nth-child(3n+3) a.clients-logo {
	top: 30%;
}

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

#clients .item:nth-child(even) a.clients-screenshot {
	left: 10px;
}

#clients .item:nth-child(odd) a.clients-screenshot {
	right: 10px;
}

#clients img,
#clients a {
	display: block;
}

/* --------------------------------Header---------------------------------------- */



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

.top-bar {
	color: #a6a8aa;
	font-size: 14px;

	background-color: #050405;
	width: 100%;
	height: 76px;
}

.top-bar:after {
	content: "";
	display: block;
	height: 3px;
	background: linear-gradient(to bottom, #94412f, #59271c);
}


.top-bar a {
	color: inherit;
	text-decoration: none;
}

.top-bar .top-bar-section-root {
	display: table;

	width: 100%;
}

.top-bar-section-root .top-bar-section {
	display: table-cell;
	vertical-align: middle;
}

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

.logo,
.logo a {
	width: 98px;
}

.logo a {
	display: block;

	background: url(/bitrix/templates/tz-studio.com.new/images/logo.png);

	height: 43px;

	margin-right: 50px;
}

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

.top-menu menu {
	height: 76px;
	line-height: 76px;
	overflow: hidden;
}

.top-menu menu li {
	float: left;

	margin-right: 20px;
}

.top-menu menu:after {
	content: "";
	display: block;

	clear: both;
}

.top-menu li a {
	display: block;

	height: 100%;

	text-decoration: none;
	color: #a6a8aa;
	font-size: 14px;

	
}

.top-menu li.selected a {
	color: #ef3605;
	text-decoration: none;
}

#mobile-menu {
	display: none;
}

#mobile-menu li {
	text-align: center;
}

#mobile-menu li a {
	color: #a6a8aa;

	display: block;
	margin: 20px 0;

	text-decoration: none;

	font-size: 22px;
}

#mobile-menu li.selected a {
	color: #ef3605;
}

/* --------------------------------Middle/Workarea---------------------------------------- */

main {
	display: block;
	width: 100%;
}

main .wrapper {
	width: 100%;

	display: table;
	table-layout: fixed;
}

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

.main-section {
	display: table-cell;
	vertical-align: top;
}

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

.background {
	position: relative;

	background: url(/bitrix/templates/tz-studio.com.new/images/header.png) top center;
	width: 100%;
	height: 113px;
}

.background .smile {
	position: absolute;

	top: 0;
	right: 0;

	width: 243px;
	height: 113px;

	background: url(/bitrix/templates/tz-studio.com.new/images/smile.png);
}

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

.page-header {
	height: 42px;

	background-color: #ffb300;

	line-height: 42px;

	overflow: hidden;
}

.breadcrumb {
	font-size: 13px;

	margin-bottom: 20px;

	float: left;
}


.search {
	float: right;

	margin-top: 5px;
	margin-right: 5px;

	margin-bottom: 20px;
}

.search .search_text {
	width: 200px;

	display: inline-block;
	margin-right: 5px;
}

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

.page-header h1 {
	color: #ffffff;
	font-size: 20px;

	font-weight: normal;

	margin: 0;
	padding: 0;

	display: inline;
}

.workarea-container {
	overflow: hidden;	
}

.page-header,
.workarea {
	padding-left: 30px;
	padding-right: 30px;
}

.workarea {
	padding-top: 15px;
	padding-bottom: 30px;

	background-color: #ffffff;

}

.workarea h1 {
	font-size: 19px;
}

.workarea h2 {
	font-size: 17px;
}

.workarea img {
	margin: 4px;
}

.workarea,
.workarea a {
	color: #4f4d59;
}

.workarea .breadcrumb ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.workarea .breadcrumb ul li {
	display: inline;

	margin-right: 9px;
}

table.form {
	width: 100%;

	max-width: 600px;
}

.form td {
	padding: 2px 0px;
}

.form td:first-child {
	width: 30%;
	text-align: left;
}

.workarea .price_menu li {
	display: inline-block;
}

.workarea .price_menu li a {
	text-decoration: none;
	color: inherit;
}



.workarea .price_menu li {
	margin-right: 10px;
}

.sidebar {
	width: 300px;
	background-color: #aa1904;

}

.sidebar .sidebar-menu menu {
	width: 100%;
	padding: 10px;
}

.sidebar .sidebar-menu menu li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 14px;

	margin-bottom: 7px;
	font-size: 16px;
	overflow: hidden;

	border-radius: 2px;
	box-shadow: 0 7px 10px #881302;
	color: #ffffff;
	
	display: table;

	text-transform: uppercase;

}

.sidebar .sidebar-menu menu li.selected:before {
	content: "";
	display: block;

	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 8px solid #ffb900;
	border-bottom: 8px solid transparent;
}

.sidebar .sidebar-menu menu li span {
	display: table-cell;

	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 8px solid #ffb900;
	border-bottom: 8px solid transparent;
}

.sidebar .sidebar-menu menu li a {
	display: table-cell;
	
	text-decoration: none;
	text-align: center;
	height: 100%;
	width: 100%;

	color: inherit;
}

/* --------------------------------Footer---------------------------------------- */

footer {
	
}

footer .wrapper {
	background: url(/bitrix/templates/tz-studio.com.new/images/footer.png) top center no-repeat;
	
	z-index: 1;

	overflow: hidden;
}

footer,
footer a {
	color: #a6a8aa;
}

footer a {
	text-decoration: none;
}

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

.copyright {


	font-weight: bold;
}

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

.offices {

	font-weight: bold;
}

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

.bottom-menu {

	font-size: 15px;
	color: #ffb300;

	margin: 0;
	padding: 0;

	max-width: 200px;

	float: left;

	margin: 30px 50px;
}

.bottom-menu li {
	margin: 3px 0px;
}

.bottom-menu a {
	color: inherit;
}


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

#bx-composite-banner {
	float: right;

	margin-top: 20px;
}

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

.copyright-offices {
	float: right;

	margin: 30px 40px;
}

.copyright {
	font-size: 12px;
}


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

.offices {
	font-size: 14px;
}



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

	#root header .wrapper {
		max-width: 1300px;
	}

	.clients-title,
	#clients,
	.left-global-section {
		width: 250px;
	}

	.logo {	
		padding-left: 30px;
	}

	#clients .item {
		width: 250px;
		height: 100px;

		margin-top: -20px;
	}

	.clients-logo img {
		max-height: 50px;
		max-width: 125px;
	}

	.clients-screenshot img {
		max-width: 200px;
		max-height: 100px;
	}

	#clients .item:nth-child(even) a.clients-screenshot {
		left: 10px;
	}

	#clients .item:nth-child(odd) a.clients-screenshot {
		right: 10px;
	}


	#clients .item:nth-child(even) a.clients-logo {
		right: 50px;
	}

	#clients .item:nth-child(odd) a.clients-logo {
		left: 50px;
	}

	#clients .item:nth-child(3n+1) a.clients-logo {
		top: 10%;
	}

	#clients .item:nth-child(3n+2) a.clients-logo {
		top: 20%;
	}

	#clients .item:nth-child(3n+3) a.clients-logo {
		top: 30%;
	}

	.sidebar {
		width: 250px;
	}

}


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

	.left-global-section,
	.clients-title {
		display: none !important;
	}

	.page-header {
		height: auto;
		text-align: center;
	}

	.page-header h1 {
		font-size: 16px;
		font-weight: bold;
	}

	.logo {	
		padding-left: 30px;
	}

	.sidebar {
		display: none;
	}


	#open-top-menu {
		display: block;
	}

	.top-menu menu {
		display: none;
	}

}
/* End */
/* /bitrix/templates/tz-studio.com.new/template_styles.css?17609425259997 */
