/* font-family: "PTSansRegular"; */
@font-face {
    font-family: "PTSansRegular";
    src: url("../fonts/PTSansRegular/PTSansRegular.eot");
    src: url("../fonts/PTSansRegular/PTSansRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansRegular/PTSansRegular.woff") format("woff"),
    url("../fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSansItalic"; */
@font-face {
    font-family: "PTSansItalic";
    src: url("../fonts/PTSansItalic/PTSansItalic.eot");
    src: url("../fonts/PTSansItalic/PTSansItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansItalic/PTSansItalic.woff") format("woff"),
    url("../fonts/PTSansItalic/PTSansItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PTSansBold"; */
@font-face {
    font-family: "PTSansBold";
    src: url("../fonts/PTSansBold/PTSansBold.eot");
    src: url("../fonts/PTSansBold/PTSansBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansBold/PTSansBold.woff") format("woff"),
    url("../fonts/PTSansBold/PTSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* Global =================================================================== */
*, *::before, *::after {
    box-sizing: border-box;
}

html, body{
    width: 100%;
    height: 100%;
}

body {
	font: 100%/1.41 "PTSansRegular", Arial, sans-serif;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #f6f6f6;
}

.container {
    width: 1000px;
    margin: 0 auto;
}

p {
	margin: 0;
	margin-bottom: 15px;
}

strong, b {
	font-family: "PTSansBold";
	font-weight: 100;
}

a {
	color: #376ea4;
}
a:hover {
	text-decoration: none;
}

h1 {
    margin: 0 0 20px 0;
	color: black;
    font-size: 1.5em;
    font-family: "PTSansBold";
    text-transform: uppercase;
    line-height: 1;
}

h2 {
	margin: 20px 0;
	color: #000;
	font-family: "PTSansBold";
	font-weight: 100;
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
}

h3 {
    margin: -35px 0 20px 0;
	color: black;
	font-weight: 100;
    font-size: 1.125em;
    font-family: "PTSansBold";
    text-transform: uppercase;
    line-height: 1;
}

h4 {
	margin: 0 0 15px 0;
	color: #376ea4;
	font-family: "PTSansBold";
	font-weight: 100;
	font-size: 1.125em;
}

.date {
	font-size: .875em;
	color: #737373;
	margin-bottom: 10px;
}

.clear {
	clear: both !important;
	display: block !important;
	width: 100% !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	float: none !important;
	position: static !important;
}

.empty {
	position: relative;
	height: 1em;
}

.float_row .left {
	float: left;
	width: 50%;
}
.float_row .right {
	float: left;
	width: 50%;
}
.float_row .col_2 {
	float: left;
	width: 50%;
}
.float_row .col_3 {
	float: left;
	width: 33.3333%;
	width: calc(100% / 3);
}
.float_row .col_left {
	float: left;
	width: 48%;
}
.float_row .col_right {
	float: right;
	width: 48%;
}
.float_row .l {
	text-align: left;
}
.float_row .c {
	text-align: center;
}
.float_row .r {
	text-align: right;
}

.table_row {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.table_row .left {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.table_row .right {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.table_row .col_2 {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.table_row .col_3 {
	width: 33%;
	width: calc(100% / 3);
	display: table-cell;
}
.table_row .col_4 {
	width: 25%;
	width: calc(100% / 4);
	display: table-cell;
}
.table_row .col_6 {
	width: 16.6%;
	width: calc(100% / 6);
	display: table-cell;
}
.table_row .l {
	text-align: left;
}
.table_row .c {
	text-align: center;
}
.table_row .r {
	text-align: right;
}

.but {
    display: inline-block;
    vertical-align: middle;
    padding: .5em 1em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
	cursor: pointer;
}
.but.yellow {
    background: #fecb04;
    color: #000;
    font-family: "PTSansBold";
    font-size: 1.125em;
}
.but.yellow:hover {
    background: #ffe221;
}
.but.border {
    border: 1px solid #cccccc;
    color: #000;
    font-size: .8125em;
}
.but.border:hover {
    border: 1px solid #376ea4;
    color: #fff;
    background: #376ea4;
}
.but.blue {
    background: #2d496e;
    color: #fff;
    font-family: "PTSansBold";
    border: 1px solid #2d496e;
}
.but.blue:hover {
    background: #376ea4;
    color: #fff;
    border: 1px solid #376ea4;
}
.but.grey {
    background: #fff;
    color: #737373;
    font-family: "PTSansBold";
    border: 1px solid #cccccc;
}
.but.grey:hover {
    background: #cccccc;
    color: #000;
}

form {
	width: 100%;
	position: relative;
}
form input[type=text] {
	border: 1px solid #cccccc;
	height: 28px;
	width: 100%;
	padding-left: 7px;
}

/* Wrapper ================================================================== */

#layout{
	position: relative;
	width: 100%;
	max-width: 1200px;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto;
	padding-bottom: 30px;
	background: #fff;
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.4);
}
#popup-manager.popup-show + #layout, .wrap_blur {
    -webkit-filter:blur(2px);
    -moz-filter:blur(2px);
    -ms-filter:blur(2px);
    -o-filter:blur(2px);
    filter:blur(2px);
}
/* Header =================================================================== */

header{
    padding: 10px 0 0 0;
}

header .top {
	padding-left: 300px;
	position: relative;
}
	
header .top .logo {
	position: absolute;
	width: 300px;
	top: 0;
	left: 0;
	padding-top: 0px;
}

header .top .logo img {
	max-width: 100%;
}
	
header .top .telephone, header .top .address, header .top .order {
	text-align: center;
	vertical-align: middle;
	padding-top: 15px;
}
	
header .top .address span {
	font-size: .875em;
	color: #737373;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
	
header .top .telephone span {
	font-size: 1.5em;
	color: #000;
}
		
header .top .telephone a {
	color: #376ea4;
	font-size: .875em;
}

header .top .telephone a:hover {
	text-decoration: none;
}

header .search {
	display: table-cell;
	vertical-align: middle;
	width: 80%;
}

header .search form .search_field {
	padding: 0 30px 0 10px;
	font-size: .875em;
	font-family: "PTSansItalic";
	color: #737373;
}

header .lang {
	display: table-cell;
	vertical-align: middle;
	width: 20%;
}

header .lang .widget {
	margin: 0;
	margin-left: 15px;
}

header .lang .widget .lang_switcher a {
	width: 50px;
	padding: 4px;
	background: transparent;
}

/* Main Menu ======================================================== */

#widget_header-menu {
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
}
#widget_header-menu .body {
	padding: 0px;
}
#widget_header-menu .main_menu > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	position: relative;
}
#widget_header-menu .main_menu > ul li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
#widget_header-menu .main_menu > ul li.active > a {
	background: #376ea4;
	color: #fff;
	border: 1px solid #376ea4;
}
#widget_header-menu .main_menu > ul li:hover .second_level {
	display: block;
}
#widget_header-menu .main_menu > ul li:last-child a {
	border-right: 1px solid #cccccc;
}
#widget_header-menu .main_menu > ul li:last-child .second_level {
	left: auto;
	right: 0;
}
#widget_header-menu .main_menu > ul li a {
	display: block;
	padding: 1em;
	border: 1px solid #cccccc;
	font-size: .875em;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border-right: 1px solid #fff;
}	
#widget_header-menu .main_menu > ul li a:hover {
	background: #376ea4;
	color: #fff;
	border: 1px solid #376ea4;
}
#widget_header-menu .main_menu .folder ul {
	list-style: none;
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10000;
	width: 210px;
	background: #fff;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#widget_header-menu .main_menu .folder:hover ul {
	display: block;
	border-top: none;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#widget_header-menu .main_menu .folder ul li {
	display: block;
	width: 100%;
}
#widget_header-menu .main_menu .folder ul li a {
	display: block;
	width: 100%;
	padding: .5em 1em;
	text-transform: none;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	background: #fff;
	color: #606060;
}
#widget_header-menu .main_menu .folder ul li a:hover {
	background: #f6f6f6;
	color: #000;
}


/* Body ===================================================================== */

#body .wrapper{
	display: table;
	width: 100%;
}
article {
	display: table-cell;
}
aside.aside-left {
	display: table-cell;
    width: 360px;
    padding-right: 25px;
    vertical-align: top;
}
aside.aside-right {
	display: table-cell;
    width: 360px;
    padding-left: 25px;
    vertical-align: top;
}

.container .widget > .second_menu {
	margin: 30px 0;
	padding: 0;
}
.second_menu > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
	position: relative;
}
.second_menu > ul li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 16.6%;
	background: #2d496e;
	border-right: 2px solid #fff;
}
.second_menu > ul li:last-child {
	border-right: none;
}
.second_menu > ul li a {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 1.25em 1em 1.5em 1em;
	font-size: 1.125em;
	outline: none;
}
.second_menu > ul li:hover {
	background: #376ea4;
}
.second_menu > ul li:hover a {
	color: #fff;
}

/* Breadcrumbs ============================================================== */

#breadcrumbs {
	padding: 10px 0 20px;
}
#breadcrumbs ul, #breadcrumbs li { 
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	list-style: none;
}
#breadcrumbs a {
	outline: none;
	border-bottom: 1px dotted;
	text-decoration: none;
	color: #376ea4;
}
#breadcrumbs a:hover {
	border-bottom: none;
}

/* Footer =================================================================== */

footer {
	position: relative;
	width: 100%;
	padding: 40px 250px 40px 0px;
}
footer .col_3 {
	vertical-align: middle;
}
footer #widget_footer-menu .widget {
	background: transparent;
}
footer #widget_footer-menu .body {
	padding: 0px;
}
footer #widget_footer-menu ul {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0 20px 0 0;
}
footer #widget_footer-menu ul li {
	width: 49%;
	display: inline-block;
}
footer #widget_footer-menu ul li a {
	display: inline-block;
	vertical-align: middle;
	padding: 0.5em 1.5em 0.5em 0;
	font-size: .875em;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
footer #widget_footer-menu ul li a:hover {
	text-decoration: underline;
}
footer #widget_footer-menu ul li.folder ul {
	display: none;
}
footer .adress {
	color: #737373;
}
footer .adress a {
	color: #737373;
}
footer .adress a:hover {
	text-decoration: none;
}
footer .telephone span {
	font-size: 1.5em;
	color: #000;
	display: block;
	margin-bottom: 5px;
}
footer .telephone a {
	color: #376ea4;
	font-size: .875em;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
}
footer .telephone a:hover {
	text-decoration: none;
}


/* Footer SQL Debug ======================================================== */

#sql_debug{
    display:none;
}

#sql_queries .query{
    padding:10px;
    margin:10px;
    background:#FFF;
    border:solid 1px #DDD;
}

#sql_queries .query .src{
    font-size:12px;
    color:#999;
    margin-bottom:4px;
}
#sql_queries .query_time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 0;
}
#sql_queries .red_query {
    color: #c0392b;
}
#sql_queries .green_query {
    color: #27ae60;
}
#sql_stat {
    margin: 10px;
    font-size: 11px;
    color: #AAA;
}

/* Site offline notice ====================================================== */

#site_off_notice{
    position: fixed;
    left:15px; top:15px;
    padding:5px 10px;
    padding-left:28px;
    background: url("../images/icons/error.png") no-repeat 8px center #FFF;
    border:solid 1px red;
    color:red;
}
.modal_padding {
    padding: 10px;
    box-sizing: border-box;
}
.modal_padding h3, .modal_padding h2  {
    margin-top: 5px;
}

/* Dialog window ====================================================== */
#dialog-overlay {
	display: none;
	position: fixed;
	z-index: 5;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: black;
	filter: alpha(Opacity=50);
    opacity: 0.5; 
}
#dialog-callback {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 350px;
	margin-top: -220px;
	margin-left: -200px;
	z-index: 10;
	background: white;
	padding: 20px;
	border: 2px solid #cccccc;
}
#dialog-callback h4{
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
#dialog-callback div{
	text-align: center;
}









