* {
	margin: 0; 
	padding: 0;
}

html {
	width: 100%;
	overflow-y: scroll;
	position: relative;
}

body {
	font-family: 'Roboto', sans-serif;
	color: #384752; 
	background: #fff;
	font-size: 13px; 
	margin: 0px; 
	min-width: 320px;
	position: relative;
}

html, body {
	height: 100%;
	min-height: 100%;
}

p {
	width: 100%;
	max-width: 960px;
}

.body_bg {
	background-color: #f4f4f5;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

.normal {
	color: #384752; 
	text-decoration: none;
}

table, th, td {
	font-size: 100%; 
	border-collapse: collapse;
}

table, img {
	border:0;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	margin-bottom: 15px;
}

ul li, ol li {
	margin-left: 2em;
}

a, .link {
	color: #0e4a92; 
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.blue {
	color: #0e4a92;
}

.red {
	color: #ee0000; 
}

.white, .white a {
	color: white;
}

input[type="text"], input[type="password"], input[type="email"], textarea, button, select, submit {
	font-family: 'Roboto', sans-serif;
	font-size: 1em; 
	-webkit-appearance: none;
}

input[type="text"], input[type="password"]{
	padding-left: 10px;
	padding-right: 10px;
	height: 3.33em;
	line-height: 3em;
	background: #eee;
	border: 1px solid #eee;
	box-sizing: border-box;
}

input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover{
	border-color: #0e4a92;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus{
	box-shadow: 0 0 3px #0e4a92;
}

textarea {
	padding: 10px;
	line-height: 2em;
	background: #eee;
	border: 1px solid #eee;
}

select {
	padding: 2px;
	line-height: 3.33em;
	height: 3.33em;
	border-radius: 3px;
	border: 1px solid #ccc;
}

button, input[type="submit"], input[type="button"], .button, .pseudo_btn {
	background: #0e4a92;
	color: #fff;
	font-weight: bold;
	padding-left: 2em;
	padding-right: 2em;
	text-align: center;
	height: 3.33em;
	line-height: 3.33em;
	cursor: pointer;
	line-height: 3.33em;
	border: 0;
	-webkit-appearance: none;
}


button:hover, input[type="submit"]:hover, .button:hover, .pseudo_btn:hover {
	background: #1858a4;
}

button:active, input[type="submit"]:active, .button:active, .pseudo_btn:active   {
	border: 0;
	border-top: 2px solid rgba(0, 0, 0, 0);
	background: #1858a4;
}

button[disabled], button:hover[disabled], button:active[disabled], .pseudo_btn[disabled]{
	background: #dddddd;
	color: #999999;
}

.white_btn {
	background: #fff !important;
	color: #555 !important;
}

.white_btn:hover, .white_btn:active {
	background: rgba(255, 255, 255, 0.85) !important;
}

.pseudo_btn .fa {
	color: rgba(0, 0, 0, 0.6);
	vertical-align: baseline;
	margin-right: 8px;
	font-size: 14px;
}

a.pseudo_btn {
	text-decoration: none;
	color: #303030;
}

input[type="radio"], input[type="checkbox"] {
	vertical-align: middle;
	margin-right: 5px;
}

p {
	display: block; 
	margin-bottom: 15px;
}

h1, .h1	{
	font-size: 2.33em; 
	display: block; 
	margin: 0 0 15px 0;
	color: #333333;
	font-weight: 800; 
}

h2, .h2	{
	font-size: 2.1em; 
	display: block; 
	margin: 0 0 15px 0;
	color: #333333;
	font-weight: 600; 
}

h3, .h3 {
	font-size: 1.9em; 
	display: block; 
	margin: 0 0 15px 0;
	color: #333333;
	font-weight: 600; 
}

h4, .h4 {
	font-size: 1.5em; 
	display: block; 
	margin: 0 0 15px 0;
	color: #333333;
	font-weight: 600; 
}

h5, .h5 {
	font-size: 1.2em; 
	display: block; 
	margin: 0 0 15px 0;
	color: #333333;
	font-weight: 600; 
}

blockquote {
	padding: 1em 1em 1em 3em;
}

small, .small {
	font-size: 0.9em;
}



.box-shadow {
    box-shadow: 		0px 1px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 	0px 1px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    border-radius: 2px;
    
}

/* шапка */


.dark-bg, .dark_bg {
	background: #e7e9eb;
}

.highlighted_bg {
	background: #fff5cf;
}

.white-bg, .white_bg {
	background: #fff !important;
}

.light_blue_bg {
	background-color: #dde8ed;
}

#qsform {
	position: absolute;
	top: 160px;
	width: 70%;
	background: url(/img/search_bg.gif) repeat-x left top #fff;
	padding: 2px;
}

/* глобальное меню */

.fa {
	vertical-align: middle;
}

.fa-14px {
	font-size: 14px !important;
}

.errors, .errors	li			{color: #d4d4d4;}

.nav							{padding: 0px 0 30px 0;}
	.nav * 	{
		
	}
	.nav a	{
		font-size: 11px;
	}
	.nav h1 {
		font-size: 3em;
		font-weight: 600;
	}
	.rubrikator {
		margin-bottom: 10px;
	}

.date							{
	color: #777;
	font-size: 11px;
}

.price	{
	font-weight: 700;
}

.price .kop {
	display: inline-block;
	font-size: 0.8em;
	vertical-align: top;
	
	margin-left: 2px;
}

.pages {
 	text-align: left; 
	padding: 10px; 
	clear: both; 
	float: none; 
	margin: 10px 0; 
	margin-top: 20px;
}

.pages a, .pages span {
	padding: 0 2px 0 0px; 
	display: inline-block; 
	padding: 2px 5px;
}

.pages a.sel {
	color: white; 
	text-decoration: none; 
	font-weight: bold; 
	background: #303347;
}

.pseudo_link	{
	border-bottom: 1px dotted;
	text-decoration: none;
	cursor: pointer;
}

.pseudo_link:hover {
	color: #333;
}

.pseudo_link.active {
	cursor: default;
	font-weight: bold;
	border: 0;
}

.pseudo_link.active:hover {
	color: #303030; 
}

.pseudo_link.disabled, .pseudo_link.disabled:hover {
	color: #777;
	border: 0;
	cursor: default;
}

.fotoImageList {
	float: left;
	width: 226px; 
	height: 220px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #eeeeee;
	border-radius: 10px;
}

.fotoImageList:hover {
	background: #eeeeee;
}

.fotoImageList img {
	border: 0;
}

.fotoImageList table {
	margin: 10px;
	width: 206px;
	height: 200px;	
}

.fotoImageList td {
	text-align:center;
	
}

.fotoBlock {
	background: #f0f0f0; 
	margin-bottom: 40px;
	border-radius: 10px;
}

#menuLeft {
	background: #fff;
	margin-bottom: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

#menuLeft ul {
	display: block;
	margin: 0;
}

#menuLeft ul li {
	display: block;
	padding: 0;
	margin: 0 0 1em 0;
}

#menuLeft ul li a {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

#menuLeft ul ul {
	margin-left: 20px;
}

#menuLeft ul ul li {
	display: block;
}

#menuLeft ul ul li a {
	font-weight: 400;
}

#menuLeft a.sel {
	color: #ec1f52;
	text-decoration:none;
}

table.nice_tbl {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.nice_tbl td {
	/*background: white;*/
}

.nice_tbl th {
	background: #e7e9eb;
}

table.nice_tbl td, table.nice_tbl th {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-width: 0 0 1px 0;
	text-align: left;
	padding: 10px;
}

.nice_tbl p {
	margin: 0;
}

.big, .big_text {
	font-size: 2.33em;
}

.social_icons {
	font-size: 1.7em;
}

.medium, .medium_text {
	font-size: 1.27em;
}

.errInput, input.error, textarea.error {
	background: #ffeeee;
	border: 1px solid #cc0000;
}

.grayBg {
	background: #ebe9e6;
}

.commentsPost {
	text-align: left;
	padding: 15px;
	border: 1px solid #dddddd;
	margin-bottom: 30px;
	border-radius: 5px;
}


.white_border {
	border: 1px solid white;
}

.faq_container {
	display: block;
	background: #ecede8;
	border-bottom: 1px solid #ccc;
	padding: 20px 20px;
}

.foto_list {
	display: block;
	float: left;
	width: 220px;
	height: 220px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 20px 20px 0;
	cursor: pointer;
	position: relative;
}

.foto_list:nth-of-type(4n+5) {
	margin-right: 0;
}

.foto_list:hover, .foto_list_small:hover {
	/*background-color: #ecede8;*/
}

.foto_list_small {
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 20px 20px 0;
	cursor: pointer;
	position: relative;
}

.foto_list span, .foto_list_small span {
	border: 1px solid #cdcec8;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.foto_list:hover span, .foto_list_small:hover span, .foto_list_small.sel span {
	border: 5px solid #cdcec8;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#bigImage {
	max-height: 300px;
	max-width: 100%;
}

a.catalog_smallpreview {
	display: block;
	float: left;
	margin: 0 8px 8px 0;
	width: 50px;
	height: 50px;
	background: no-repeat center center #dbdcd8;
	background-size: contain;
}

a.catalog_smallpreview img {
	display: block;
}

#fotoPopupBg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: none;
}

#fotoPopupWrapper {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	white-space: nowrap;
	display: none;
}

#fotoPopupContainer {
	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;
}

#fotoPopupContainer:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.noPre #fotoPopupContainer:before {
	display: none;
}

#fotoPopup {
	display: block;
	position: absolute;
	z-index: 10001;
	top: 5%;
	left: 5%;
	right: 5%;
	bottom: 5%;
	min-width: 960px;
	background: white;
}

#fotoPopup2 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	background: white;
	min-height: 500px;
	min-width: 960px;
	max-width: 1080px;
	white-space: normal;
	
}

#close_foto {
	position: absolute;
	display: block;
	z-index: 10002;
	background-position: -8px -10px;
	background-image: url(/img/icon_close.png);
	height: 21px;
    width: 21px;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

#close_foto:hover {
	background-position: -38px -10px;
}

#close_foto:active {
	background-position: -68px -10px;
}

.fotoPopupPreview {
	display: block;
	width: 54px;
	height: 54px;
	border: 2px solid #ccc;
	background-size: cover;
	float: left; 
	margin-right: 6px; 
	margin-bottom: 6px;
	cursor: pointer;
}

.fotoPopupPreview.sel {
	border: 2px solid #e0090b;
}

#fotoBlock {
	width: 75%;
	float: left;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#fotoBlock img {
	max-width: 100%;
	height: auto;
}

#fotoBlock video {
	width: 100%;
	height: auto;
	max-height: 500px;
}

#fotoBlock iframe {
	width: 100%;
	min-height: 500px;
}

#fotoGalInfo {
	width: 25%;
	float: left;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ui-dialog-titlebar-close {
	min-width: 21px;
	border: 0 !important;
	background: none !important;
	color: white;
	box-shadow: none !important;
}




.bb {
	border-bottom: 1px solid #999;
}

#logo {
	display: block;
	width: 100%;
	max-width: 210px;
	height: 50px;
	background-image: url(/img/logo.svg);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
}

#logo.logo_small {
	width: 150px;
	height: 30px;
	margin-top: 5px;
}

.alt_text {
	font-size: 11px;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: -1em;
	margin-right: -1em;
	padding: 0.3em 0.5em;
	line-height: 1em;
	border-style: solid;
	border-width: 2px;
	border-color: white;
	border-radius: 20px;
	background: #ee0000;
	color: white;
}

.top_menu {
	display: inline-block;
	margin-right: 20px;
}

.top_menu a {
	display: block;
	font-size: 1em;
	line-height: 50px;
	color: #384752;
	text-decoration: none;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.top_menu a:hover, .top_menu.sel a {
	color: #ec1f52;
}

.menu_inner_div {
	display: none;
	position: absolute;
	z-index: 1000;
	margin: -3px 0 0 -10px;
	padding-top: 2px;
	padding-bottom: 5px;
	background: white;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.top_menu:hover .menu_inner_div {
	display: block;
}

.menu_inner_div a {
	display: block;
	border: 0 !important;
	padding: 8px 10px;
	min-width: 150px;
	max-width: 300px;
}

.menu_inner_div a.sel {
	color: #ee0000;
}

#fog_of_war {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.7);
}

#fog_of_war #loading_bar {
	position: absolute;
	left: 50%;
	top: 50%;
	/*
	width: 120px;
	height: 120px;
	margin: -60px -60px;
	background: url(/shablon/img/loading-2-sm.gif);
	*/
	width: 6em;
	height: 6em;
	margin-top: -3em;
	margin-left: -3em;
}

#fog_of_war #loading_bar .fa {
	font-size: 6em;
}

#if-logo {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(/img/if-logo.png);
}

.social_div a {
	vertical-align: baseline;
	margin-top: 30px;
	font-size: 19px;
	font-weight: 700;
}

a.social {
	display: inline-block;
	background: #73be00;
	border-radius: 20px;
	width: 30px;
	height: 30px;
	text-align: center;
	color: white;
	text-decoration: none;
}

.social_div_small {
	position: absolute;
	right: 4%;
	font-size: 15px;
}

.social_div.social_div_small a.social {
	color: #73be00;
	background: white;
	padding-top: 3px;
}

.social_div.social_div_small a {
	margin-top: 10px;
	font-size: 15px;
}

.main_header {
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 2.33em;
	font-weight: 800;
	text-transform: uppercase;
	background: url(/img/main_header_bg.gif) repeat-x center center transparent;
}

.main_header span {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	background: white;
}

.main_promo {
	display: block;
	height: 400px;
	background: #eff1e5;
	overflow: hidden;
}

.main_promo_bg {
	position: absolute;
	z-index: 1;
	width: 60%;
	max-width: 810px;
	top: 0;
	right: 0;
	bottom: 0;
}

#cube {
	transform-style: preserve-3d;
	perspective: 700px;
	perspective-origin: 50% 100px;
	transform: translateZ(0px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#cube li {
	display: block;
	background-color: rgba(90, 174, 0, 0.8);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	left: 0px;
	transition: all 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
	transform: translateZ(0px);
	padding: 0px;
	overflow: hidden;
	margin: 0;
}

#cube li.current {
	z-index: 9999;
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
}

#cube li.prev {
	transform: rotateY(-90deg) translate3d(0px, 0px, 0px);
	transform-origin: right top 0px;
	opacity: 0;
	left: -80%;
}

#cube li.next {
    opacity: 0;
    transform: rotateY(90deg) translate3d(0px, 0px, 0px);
    transform-origin: left top 0px;
    left: 80%;
}

#main_promo_bg {
	transform-style: preserve-3d;
	perspective: 700px;
	perspective-origin: 50% 100px;
	transform: translateZ(0px);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	overflow: hidden;
}

#main_promo_bg li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	left: 0px;
	transition: all 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
	transform: translateZ(0px);
	padding: 0px;
	overflow: hidden;
	margin: 0;
}

#main_promo_bg li.current {
	z-index: 1;
	opacity: 1;
	transform: translateZ(0px) translate3d(0px, 0px, 0px);
}

#main_promo_bg li.prev {
	transform: translateZ(200px) translate3d(0px, 0px, 0px);
	transform-origin: right top 0px;
	opacity: 0;
}

#main_promo_bg li.next {
    opacity: 0;
    transform: translateZ(200px) translate3d(0px, 0px, 0px);
    transform-origin: left top 0px;
}

.info_txt {
	color: #999999;
}

.clients_main {
	height: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 20px;
}

.square_box {
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.square_box img {
	width: 100%;
	height: auto;
}

.square_box .txt_area {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding: 1.5em;
	color: white;
	text-transform: uppercase;
	background: rgba(23, 72, 12, 0.8);
	font-weight: 700;
	opacity: 0;
	transition: all 0.3s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}

.square_box:hover .txt_area {
	opacity: 1;
}

.square_box .txt_area_info {
	text-transform: none;
	font-weight: 400;
	margin-top: 1em;
}

#fotovideo_list_container {
	position: absolute;
	overflow: hidden;
	left: 50px;
	right: 50px;
}

#fotovideo_list {
	overflow: visible;
	white-space: nowrap;
	transition: all 0.3s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}

#fotovideo_list img {
	display: inline-block;
	width: 100px;
	margin: 10px 5px;
	opacity: 0.6;
	border: 3px solid #fff;
}

#fotovideo_list img:hover {
	opacity: 1;
}

#fotovideo_list img.sel {
	border: 3px solid #73be00;
	opacity: 1;
}

#fotovideo_container {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#fotovideo_container img {
	max-width: 900px;
}

#fotovideo_data_container {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

.fotovideo_arrow {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 3px;
	line-height: 28px;
	text-align: center;
	margin-top: -15px;
	cursor: pointer;
}

#fotovideo_arrow_left {
	left: 10px;
}

#fotovideo_arrow_right {
	right: 10px;
}

#fotovideo_data {
	position: relative;
	padding: 2em;
	transition: all 0.3s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}

#fotovideo_data img {
	width: auto;
	height: auto;
	max-width:100%;
	max-height:600px;
}

#fotovideo_data iframe {
	max-width: 100%;
}

#fotovideo_data video {
	max-width: 100%;
	height: auto;
}

#fotovideo_next {
	position: absolute;
	width: 2em;
	height: 2em;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #999;
	border-radius: 6px;
	text-align: center;
	line-height: 1.9em;
	font-size: 2em;
	cursor: pointer;
	right: 0.5em;
	top: 25%;
	z-index: 2;
	opacity: 0.3;
	transition: all 0.5s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}

#fotovideo_prev {
	position: absolute;
	width: 2em;
	height: 2em;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #999;
	border-radius: 6px;
	text-align: center;
	line-height: 1.9em;
	font-size: 2em;
	cursor: pointer;
	left: 0.5em;
	top: 25%;
	z-index: 2;
	opacity: 0.3;
	transition: all 0.5s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}

#fotovideo_container:hover #fotovideo_next, #fotovideo_container:hover #fotovideo_prev {
	opacity: 1;
}

#fotovideo_next:hover, #fotovideo_prev:hover {
	background: rgba(255, 255, 255, 1);
}

.cat_list {
	display: block;
	background-color: #463077;
	background-size: cover;
	background-position: center;
	color: white;
	text-decoration: none;
}

.cat_list .txt_area {
	opacity: 1;
	background: transparent;
}

.cat_list:hover .txt_area {
	opacity: 1;
	background: rgba(0, 0, 0, 0.3);
}

#portfolio_main {
	background: white; 
	border: 6px solid #e0f2da;
	transition: all 0.5s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}

#portfolio_main:hover {
	border: 0px solid rgba(23, 72, 12, 0);;
	background: #59b945;
}

#portfolio_main .txt {
	top: 50%; 
	margin-top: -0.5em; 
	line-height: 1em;
	color: #62a200; 
}

#portfolio_main:hover .txt {
	color: white;
	text-decoration: none;
}

.round_icon {
	width: 2em;
	height: 2em;
	line-height: 1.8em;
	text-align: center;
	background: #73be00;
	color: white;
	border-radius: 50%;
	font-size: 3em;
	
}

.feedback_form_bg {
	background: rgba(229, 232, 214, 0.6);
}

.feedback_bg {
	background-image: url(/img/feedback_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}

.help {
	transition: all 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
	border: 0px solid #fff;
}

.help .help_txt {
	display: none;
}

.help .help_header {
	font-size: 1.3em;
	transition: all 0.7s cubic-bezier(0.26, 0.86, 0.44, 0.985) 0s;
}

.help.opened {
	border: 1px solid #ccc;
	padding: 1% 2%;
	background: rgba(255, 255, 255, 0.8);
}

.help.opened .help_header {
	font-size: 2em;
}

.help.opened .help_txt {

}

.services_bg {
	background-image: url(/img/services_bg_tile.jpg);
	background-repeat: repeat-y;
	background-position: 80% top;
	background-size: 360px;
	min-height: 500px;
}

.services_bg_top {
	background-image: url(/img/services_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: 80% top;
	background-size: 360px;
	min-height: 500px;
}

.services_bg_valik {
	background-image: url(/img/services_bg_valik.png);
	background-repeat: no-repeat;
	background-position: 80% bottom;
	background-size: 360px;
	min-height: 500px;
}

.outer_wrapper {
	position: relative;
	height: 100%;
	min-height: 100%;
	width: 100%;
	margin: 0px auto;
}

.content_area {
	min-height: 100%;
	padding-bottom: 270px;
	position: relative;
	box-sizing: border-box;
	position: relative;
}

#bottom {
	width: 100%;
	/*padding: 20px 0;*/
	padding-top: 30px;
	margin-top: -270px;
	position: relative;
	height: 270px;
}

.bottom_menu {
	max-width: 1200px;
}

.bottom_menu a {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
}

.menu_btn {
	display: block;
	position: absolute;
	top: 20px;
	right: var(--space-2);
	margin-top: -15px;
	width: 30px;
	height: 30px;
	background: url(/img/menu_global.png) no-repeat 0 center;
	background-position: 0 0;
	color: white;
	font-weight: bold;
	cursor: pointer;
	z-index: 105;
}

.menu_btn:hover, .menu_btn.sel {
	background-position: 0 -30px;
}

.menu_btn.sel {
	position: fixed;
	right: var(--space-2);
	z-index: 10002;
}

#menu_container {
	position: fixed;
	color: #333;
	top: 0;
	left: 100%;
	width: 300px;
	height: 100%;
	min-height: 100%;
	background: #e7e9eb;
	z-index: 101;
	/*display: none;*/
	overflow-y: auto;
}
#menu_global {
	width: 100%;
	max-width: 250px;
	margin: 120px auto;
}

#menu_global .level_1 {padding-left: 2%; padding-right: 2%;}
#menu_global .level_2 {padding-left: 10%;}
#menu_global .level_3 {padding-left: 16%;}
#menu_global .level_4 {padding-left: 22%;}
#menu_global .level_5 {padding-left: 28%;}
#menu_global .level_6 {padding-left: 34%;}

#menu_global {
	position: relative;
	right: 0px;
	width: 100%;
	font-weight: bold;
}

#menu_global, #menu_global div {
	/*border-top: 1px dotted #eee;*/
}

#menu_global div:first-child {
	border: 0 !important;
}

#menu_global a {
	display: inline-block;
	padding: 1em 0px 0.5em 0;
	text-transform: uppercase;
}

#menu_global .level_2 a, #menu_global .level_3 a, #menu_global .level_4 a {
	padding: 0.2em 0;
	font-size: 13px;
	font-weight: 400;
}

#menu_global a.sel {
	color: #ec1f52;
}

#menu_global .drop_down {
	width: 2em;
	height: 1em;
	position: absolute;
	right: 0; 
	top: 0.5em;
	background: url(/img/icon_global_men_drop_down.png) no-repeat center center;
	cursor: pointer;
}

#small_header {
	color: white;
	top: 50%;
	font-size: 1.1em;
	margin-top: -4em;
	position: absolute;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 800;
}

#big_header {
	color: white;
	top: 50%;
	font-size: 2.3em;
	margin-top: -0.5em;
	position: absolute;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 800;
}

#arrow_down_pink {
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -30px;
	width: 61px;
	height: 34px;
	background: url(/img/arrow_down_pink.png);
}

.frame {
	padding-top: 5em;
	padding-bottom: 5em;
}

.dark_frame {
	background: #f5f5f5;
}

.file-box {
	position: absolute;
	right: 220px;
	top: 50%;
	margin-top: -23px;
	width: 200px;
	display: inline-block;
	overflow: hidden;
}

.file-box .file {
    cursor: pointer;
    height: 3.33em;
    position: relative;
    width: 100%;
    z-index: 2;
}

.file-box .text {
    background: url("/img/file.png") no-repeat 5px 50%;
    border: none;
    left: 0;
    padding-left: 30px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    text-overflow: ellipsis;
    text-decoration: underline;
    background-repeat: no-repeat;
    height: 1.4em;
    line-height: 1em;
    box-sizing: border-box;
    width: 200px;
}

.fb_ok {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.fb_ok .txt_ok {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: -3em;
}

.fb_ok .btn_ok {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	margin-top: 0;
}

#layer-sub {
	position: absolute;
	z-index: 2;
	background-color: #463077;
	left: 0;
	top: 0;
	width: 100%;
	height: 450px;
}

#layer-sub-main {
	position: absolute;
	z-index: 2;
	background-color: #463077;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#layer-over {
	position: relative;
	z-index: 3;
}

.srv_link {
	
}

.srv_link .srv_icon {
	width: 100%;
	height: 150px;
	margin-bottom: 1.5em;
	background-position: 50% 50%;
	background-size: 150px;
	background-color: transparent;
	background-repeat: no-repeat;
	transition: 0.5s all ease;
}

.srv_link:hover .srv_icon {
	background-size: 160px;
}

#srv_outdoor {
	background-image: url(/img/main/srv_outdoor.svg);
}

#srv_indoor {
	background-image: url(/img/main/srv_indoor.svg);
}

#srv_marketing {
	background-image: url(/img/main/srv_marketing.svg);
}

#srv_production {
	background-image: url(/img/main/srv_production.svg);
}

#srv_plan {
	background-image: url(/img/main/srv_plan.svg);
}

#srv_research {
	background-image: url(/img/main/srv_research.svg);
}

.arh_icon {
	width: 40px;
}

.arh_info {
	width: calc(100% - 40px);
	overflow: hidden;
}

.arh_dop_info {
	font-size: 0.85em;
	line-height: 1.5em;
	max-height: 6em;
	text-overflow: ellipsis;
	overflow: hidden;
}


#cart {
	background: #0e4a92;
	color: white;
	cursor: pointer;
	width: 100%;
	text-align: center;
}

#if_logo {
	width: 3em;
	height: 3em;
	margin-right: 15px;
	display: block;
	background-image: url(/img/if_logo.svg);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
}

.if_text {
	line-height: 1.2em;
	margin-top: 0.3em;
}

.swiper-outer-container {
	padding: 10px;
	border: 1px solid #ddd;
}

.swiper-container {
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    /*background: rgba(0, 0, 0, 0.3);*/
}
.swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.gallery-top {
    height: 60%;
    width: 100%;
    background: fff;
}
.gallery-thumbs {
    height: 90px;
    box-sizing: border-box;
    padding: 10px 0;
    cursor: pointer;
}
.gallery-thumbs .swiper-slide {
    width: 70px;
    height: 100%;
    opacity: 0.6;
    background-size: contain;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
	background: rgba(0, 0, 0, 0.3);
	width: 50px !important;
	height: 50px !important;
}

.swiper-main {
	width: 100%;
	height: 43.75%;
}

.main_page_links {
	font-size: 2.7em;
	font-weight: 800;
	text-decoration: none;
	color: #384752;
	text-transform: uppercase;
}

.main_page_links span {
	display: block;
	height: 3.6em;
	line-height: 1.2em;
}

.cat_flags_container {
	position: absolute;
	top: 5px;
	right: -10px;
	z-index: 5;
	text-align: right;
}

.cat_flags {
	display: inline-block;
	padding-bottom: 10px;
	background: url(/img/zagib-r.png) no-repeat right bottom transparent;
}

.flag_new span, .flag_rec span, .flag_sale span, .flag_hit span, .flag_discont span {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 3px 20px 3px 10px;
	border-bottom: 1px solid #555;
}

.flag_new span {
	background-color: #06b368;
}

.flag_rec span {
	background-color: #e0005f;
}

.flag_sale span {
	background-color: #ff0d0d;
}

.flag_hit span {
	background-color: #a935d4;
}

.flag_discont span {
	background-color: #ff7f00;
}