/*-----------------reset.css-----------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
strike, tt, var,
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;
}

/* HTML5 display-role reset for older browsers */
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;
}


/*--------- Addition fonts -------- */

@font-face {
    font-family: 'modern_h_medium';
    src: url('../fonts/modernh-medium.eot');
    src: url('../fonts/modernh-medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/modernh-medium.woff') format('woff'),
    url('../fonts/modernh-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'modern_h_bold';
    src: url('../fonts/modernh-bold.eot');
    src: url('../fonts/modernh-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/modernh-bold.woff') format('woff'),
    url('../fonts/modernh-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* Global */

body {
    font: 13px Arial, Verdana, Tahoma, sans-serif;
    color: #656565;
    background: #d6d6d6;
}

#wrapper {
    width: 1021px;
    margin: 0 auto;
    background: #fff;
}
@media screen and (max-width: 1200px) {
#header .address {
    display:none;
}
}

.icon_content {
    display: inline-block;
    position: relative;
    top: 3px;
}

.icon-metro_black {
    width: 19px;
    height: 15px;
    background: url(../images/icon_metro.png) no-repeat;
}

.icon-metro_white {
    width: 19px;
    height: 15px;
    background: url(../images/icon_metro_white.png) no-repeat;
}

.icon-map {
    height: 18px;
    width: 23px;
    background: url(../images/icon_map.png) no-repeat;
}

.icon-time {
    height: 15px;
    width: 14px;
    background: url(../images/icon_time.png) no-repeat;
}

.clear-fix {
    clear: both;
}

.cols2 {
    width: 45%;
}

.cols3 {
    width: 33%;
}


/* Header */

#header {
    height: 135px;
    background: url(../images/bg_header.png) 0 105px repeat-x;
    position: relative;
}

#header .address {
    float: left;
    margin: 30px 0 0 35px;
	width: 250px;
}

#header .address a {
    color: #336dac;
}

#header .address a:hover {
    color: #ffad2b;
}

#header .phones {
    float: right;
    margin: 10px 35px 0 0;
    color: #6d6d6d;
	font-size: 24px;
}
#header .phones a {
    text-decoration:none;
	color: #6d6d6d;
}

/*#header .phones {

    color: #393939;
}*/

#header .logo {
    width: 320px;
    margin: 0 auto;
    padding-top: 15px;
    text-align: center;
    background: #fff;
border:none;
}
#header .logo img {
    border:none;
}

#header .logo .slogan {
    font: 16px "modern_h_bold", sans-serif;
}

#header .logo .slogan .slogan_big {
    text-transform: uppercase;
    color: #393939;
}

#header .logo .slogan .slogan_small {
    color: #878787;
}

#header .callback {
    position: absolute;
    top: 44px;
    left: 622px;
}

#header .callback > a {
    color: #fff;
    padding: 4px 8px;
    background: #ffad2b;
    text-decoration: none;
    font-weight: bold;
}

#header .callback > a:hover {
    background: #303030;
}

/* Main menu */

#main-menu {
    width: 962px;
    height: 33px;
    background: #303030;
    margin: 8px auto;
    text-align: center;
}

#main-menu li {
    display: inline-block;
    margin: 0 15px;
}

#main-menu a {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 0 8px;
    position: relative;
}

#main-menu a:hover {
    background: #ffad2b;
}

#main-menu a:hover:after {
    content: '';
    position: absolute;
    width: 23px;
    height: 11px;
    background: url(../images/menu_arrow.png) no-repeat;
    top: 33px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

#content-wrapper {
    background: url(../images/bg_header.png) 267px 0 repeat-y;
    overflow: hidden;
    margin-top: 40px;
}

/* Sidebar */

.sidebar {
    width: 267px;
    float: left;
}

.sidebar .moduletable_menu {
    width: 200px;
    text-align: right;
    margin-bottom: 30px;
    font-size: 16px;
}

.sidebar .moduletable_menu h3 {
    font: 18px "modern_h_bold", sans-serif;
    color: #878787;
    border-bottom: 3px solid #878787;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sidebar .moduletable_menu h3 a {
    text-decoration: none;
}

.sidebar a {
    color: #2a65ad;
    text-decoration: underline;
}

.sidebar a:hover {
    color: #ffad2b;
}

.sidebar .menu-firms {
    width: 200px;
    margin: 0 auto 30px auto;
}


.sidebar .menu-firms .menu-firms_icon {
    display: block;
    float: left;
    width: 54px;
    height: 48px;
}

.sidebar .menu_notebook .menu-firms_icon {
    background: url(../images/icon_notebook.png) no-repeat;
    margin-top: 6px;
}

.sidebar .menu_tablet .menu-firms_icon {
    background: url(../images/icon_tablet.png) no-repeat;
    margin-top: 8px;
}

.sidebar .menu_phone .menu-firms_icon {
    background: url(../images/icon_phone.png) no-repeat;
    margin-top: 8px;
}

.sidebar .menu-firms ul {
    overflow: hidden;
}

.sidebar .menu-firms li {
    float: left;
    width: 50%;
    margin-bottom: 3px;
}

.sidebar .menu-works {
    width: 180px;
    margin-left: 58px;
}

.sidebar .menu-works h3 {
    width: 140px;
    float: right;
}

.sidebar .menu-works ul {
    margin-right: 5px;
}

/* Content */

.content {
    float: right;
    width: 710px;
    margin-right: 25px;
    font-size: 13px;
    line-height: 18px;
}

.content p {
    margin-bottom: 14px;
}

.content ul,
.content ol {
    padding-left: 30px;
    margin: 15px 0;
}

.content ol

.content ul {
    list-style-type: disc;
}

.content ol {
    list-style-type: decimal;
}

.content ul li,
.content ol li {
    margin: 10px 0; 
}

.content h1 {
    font: 26px "modern_h_bold", sans-serif;
    color: #181717;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.content h2 {
    font: 22px "modern_h_bold", sans-serif;
    color: #181717;
    margin: 30px 0 10px;
}

.content h3 {
    font: 18px "modern_h_bold", sans-serif;
    color: #181717;
    margin: 30px 0 10px;
}

.content a {
    color: #2a65ad;
    text-decoration: underline;
}

.content a:hover {
    color: #ffad2b;
}


.content .button-link {
    padding: 5px 8px;
    color: #fff;
    text-decoration: none;
    margin: 5px 0;
}

.content .button-link:hover {
    color: #fff;
    background: #303030;
}

.content .button-link_blue {
    background: #3269a8;
}

.content .button-link_orange {
    background: #ffad2b;
}

.content_header {
    background: #e5e5e5;
    overflow: hidden;
    margin-bottom: 10px;
}

.content_header_img {
    float: left;
    margin-right: 15px;
}

.content_header_body {
    padding: 10px 0;
    font-size: 14px;
}

.content_header_body h1 {
    font-size: 26px;
    margin-bottom: 5px;
}

.content_services {
    overflow: hidden;
}

.content_services_item {
    float: left;
}

.content_services_item h6 {
    font-size: 16px;
    color: #3269a8;
}

.content_services_item img {
    float: left;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.table_menu {
	width:100%;
}
.table_menu img {
	width:100%;
}
.table_menu td {
	width:25%;
}

.work-types {
    margin: 15px 0;
    overflow: hidden;
}

.work-types > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 15px 0;
}

.work-types > li > h6 {
    font-size: 14px;
    font-weight: bold;
}

.work-types > li > p {
    font-size: 12px;
    overflow: hidden;
    margin: 0; 
}

.work-types > li > img {
    float: left;
    margin-right: 10px;
}

.price-table {
    margin: 15px 0;
}

.price-table_header {
    font: 20px "modern_h_bold", sans-serif;
    color: #272626;
    text-transform: uppercase;
    height: 33px;
    line-height: 33px;
    border: 2px solid #d6d6d6;
    padding-left: 10px;
}

.price-table_table {
    width: 100%;
    font-size: 16px;
    color: #464646;
	padding-left: 0px !important;
}

.price-table_table td {
    padding: 8px 0 8px 15px;
    border-bottom: 1px solid #d9d9d9;
}

.price-table_table li {
    padding: 0 0 8px 15px;
    border-bottom: 1px solid #d9d9d9;
}

.price-table_name {
    padding-left: 1%;
}

.price-table_price {
    font-weight: bold;
    text-align: center;
}
.price-table_price_span {
    font-weight: bold;
    text-align: center;
	float: right;
	padding-right:1%;
}

.price-table_spoiler {
    display: none;
}

.price-table_bottom {
    margin: 8px 0 8px 10px;
}

.price-table_bottom a {
    color: #e20000;
}


.repair-request {
    overflow: hidden;
    background: #e5e5e5;
}

.repair-request_left {
    background: #3269a8;
    font: 29px "modern_h_bold", sans-serif;
    color: #fff;
    width: 225px;
    height: 90px;
    float: left;
    text-transform: uppercase;
    line-height: 26px;
    padding: 20px 0 0 25px;
    margin-right: 15px;
}

.repair-request_right {
    padding-top: 8px;
    float: left;
}

.repair_request_mini {
    clear: both;
    overflow: hidden;
}

.repair_request_mini .inputbox {
    width: 150px;
    border: 2px solid #a8a8a8;
    padding: 5px;
}

.repair_request_mini .ck_mandatory {
    margin-bottom: 10px;
	
}

.repair_request_mini .inputbox[name="callmename"] {
    margin-bottom: 0px;
	float: left;
}

.repair_request_mini .inputbox[name="callmephone"] {
    margin-bottom: 0px;
	float: left;
}

.repair_request_mini .contentpaneopen {
    width: 400px !important;
    margin: 0 10px 2px 0;
	
}

.repair_request_mini .ckCSSlabel {
    width: 10px;
    height: 15px;
    display: block;
    float: left;
	
}

.repair_request_mini #submit_bt {
    background: #ffad2b;
    color: #fff;
    border: none;
    padding: 5px;
    float: right;
    margin-right: 12px;
	margin-top: 10px;
}









.repair-request_input_name, .repair-request_input_contact {
    border: 2px solid #a8a8a8;
    padding: 5px;
}

.repair-request_input_name {
    width: 115px;
}

.repair-request_input_contact {
    width: 275px;
}

.repair-request_phone {
    margin-top: -35px;
    float: left;
}

.repair-request_phone span {
    font-size: 20px;
}

.repair-request_phone strong {
    color: #393939;
}

.repair-request_input_send {
    float: right;
    background: #ffad2b;
    color: #fff;
    border: none;
    padding: 5px;
    margin: 15px 22px 0 0;
}

.repair-request_subtext {
    width: 430px;
    margin: 5px 0 0 260px;
}

.repair_request_full {
    clear: both;
    background: #ccc;
    overflow: hidden;
    display: none;
}

.repair_request_full .inputbox {
    width: 430px;
    border: 2px solid #a8a8a8;
    padding: 5px;
}

.repair_request_full .inputbox[name="SurnameFirstName"] {
    margin-bottom: 10px;
}
.repair_request_full .inputbox[name="Model"] {
    margin-left: 13px;
}
.repair_request_full .inputbox[name="Serialnumber"] {
    margin-left: 13px;
}

.repair_request_full .contentpaneopen {
    width: 470px !important;
    float: right;
    margin: 10px 15px; 
}

.repair_request_full #submit_bt {
    background: #ffad2b;
    color: #fff;
    border: none;
    padding: 5px;
    float: right;
    margin-right: 12px;
}

.repair-request_slide-full {
    margin: -5px 0 0 50px;
    font-style: italic;
    float: left;
}

.double-tab {
    background: #e5e5e5;
    overflow: hidden;
    margin: 15px 0; 
}

.double-tab_img {
    float: left;
    margin-right: 10px;
}

.double-tab_right {
    overflow: hidden;
    padding-top: 10px;
}

.qna {
    margin: 15px 0;
}

.qna_header {
    font: 20px "modern_h_bold", sans-serif;
    color: #272626;
    text-transform: uppercase;
    height: 33px;
    line-height: 33px;
    border: 2px solid #d6d6d6;
    padding-left: 10px;
    margin-bottom: 15px;
}

.qna_form {
    background: #c8c8c8;
    overflow: hidden;
    padding: 10px 0;
}

.qna_form input, .qna_form textarea {
    padding: 5px;
    border: none;
}

.qna_form_left {
    width: 230px;
    margin: 0 10px;
    float: left;
}

.qna_form_left input {
    width: 220px;
    margin-bottom: 5px;
}

.qna_form_right {
    width: 440px;
    float: left;
}

.qna_form_right textarea {
    width: 440px;
    resize: vertical;
    height: 63px;
}

.qna_form_send {
    float: right;
    background: #ffad2b;
    color: #fff;
    border: none;
    padding: 5px;
    margin: 10px 10px 0 0;
}

.qna_item {
    padding: 10px;
    border-bottom: 1px solid #d3d3d3;
}

.qna_item_head {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.qna_item_name {
    color: #252525;
    margin-right: 10px;
}

.qna_answer {
    margin-top: 20px;
    padding-left: 65px;
}

.articlesList td {
    padding: 5px 0;
}

/* Latest news */

.latest-news {
    margin: 15px 0;
    overflow: hidden;
}

.latest-news_header {
    height: 33px;
    border: 2px solid #d6d6d6;
    margin-bottom: 10px;
}

.latest-news_header h3 {
    height: 33px;
    line-height: 33px;
    margin: 0 0 0 10px;
    float: left;
    
}

.latest-news_archive {
    float: right;
    height: 33px;
    line-height: 33px;
    margin-right: 10px;
}

.latest-news_item {
    float: left;
    width: 50%;
}

.latest-news_item h3 {
    font: bold 14px Arial, Verdana, Tahoma, sans-serif;
    padding-left: 20px;
    background: url(../images/icon_time.png) no-repeat;
    margin: 0 0 5px 0;
}

.latest-news_item_body {
    margin-bottom: 5px;
}

.latest-news_item_readmore {
    font-style: italic;
}

/* Footer */

#footer {

}

.footer_top {
    height: 175px;
    background: #3269a8;
    color: #fff;
}

.footer_top > .logo {
    float: left;
    width: 160px;
    text-align: center;
    margin: 25px 0 0 45px;
}

.footer_top > .logo > .slogan {
    font: 16px "modern_h_bold", sans-serif;
    text-transform: uppercase;
}

.footer_menu {
    float: left;
    margin: 35px 0 0 60px;
}

.footer_menu li {
    margin-bottom: 4px;
}

.footer_menu a {
    color: #fff;
    text-decoration: none;
}

.footer_menu a:hover {
    color: #ffad2b;
}

.footer_top .address {
    margin: 25px 30px 0 0;
    float: right;
}

.footer_top .address .phones {
    float: left;
    font-size: 20px;
}

.footer_top .address .phones strong {
    font-size: 24px;
}

.footer_top .work-time {
    float: right;
    margin-top: 5px;
}

.footer_top .near-metro {
    padding-top: 10px;
}

.footer_bottom {
    padding: 1px 0 5px;
    background: #d6d6d6;
}

.footer_bottom .copyright {
    margin: 12px 0 0 20px;
}

.footer_bottom .counters {
    float: right;
    margin: 5px 15px 0 0;
}

/* From old content*/

.matrix-h3 {
    font: normal 18px Verdana, sans-serif;
    color: #215fae;
    text-transform: uppercase;
    margin-top: 45px;
}

.matrix-list {
    list-style: none;
    padding-left: 0;
}

.matrix-list li {
    background: url(../images/list_bg.jpg) 17px 7px no-repeat;
    padding-left: 60px;
    margin: 0 0 18px 0 !important ;
    color: #000; 
    list-style: none;
}

.matrix-list p {
    margin: 0 !important;
}

.mli-h {
    font-size: 14px;
    text-transform: uppercase;
    color: #386b19;
    margin: 0 !important;
}

.brands-img {
    display: block;
    margin: 0 auto;
}

.matrix-price {
    border-spacing: 0;
    width: 510px;
    margin: 0 auto 30px auto;
    font: 12px Tahoma,Geneva,sans-serif;
}

.matrix-price th {
    height: 51px;
    line-height: 51px;
    padding: 0 0 0 30px;
    text-align: left;
    color: #fff;
    font-weight: normal;

}

.matrix-price-h {
    background: url(../images/price_header.jpg);
}

.matrix-price td {
    padding: 10px 0 10px 30px;
    border-bottom: 1px dotted #6e6d6d;
    border-spacing: 3px;
}

.matrix-phone {
    margin: 0;
    font-size: 18px !important;
    color: #215fae;
    }
    
.spoiler-tr {
    display: none;
}

.tbl-viewall td {
    border-bottom: none;
}


/* Service block */


.content .services-block_header {
    color: #cfcece;
    font: 16px "modern_h_bold", sans-serif;
    text-transform: uppercase;
    padding-left: 10px;
}

.services-block_body {
    border: 2px solid #d6d6d6;
    margin-top: -14px;
    border-radius: 2px;
    overflow: hidden;
}

.services-block_left {
    width: 423px;
    float: left;
    padding: 20px 0 5px 10px;
    font-size: 12px;
}

.services-block_left h4 {
    color: #272626;
    font: 16px "modern_h_bold", sans-serif;
    margin-bottom: 2px;
}

.services-block_row a {
    margin-right: 5px;
}


.services-block_right {
    width: 250px;
    float: right;
    padding-left: 15px;
    border-left: 3px solid #d6d6d6;
    height: 150px;
    margin: 15px 0 0;
}

.services-block_right_head {
    color: #272626;
    font: 15px "modern_h_bold", sans-serif;
    text-transform: uppercase;
}

.services-block_phone {
    font-size: 24px;
    color: #393939;
    font-weight: bold;
}

.services-block_phone span {
    color: #6d6d6d;
    font-weight: normal;
}

.content .asus_list {
    overflow: hidden;
    list-style-type: none;
    padding: 0;
    font-size: 12px;
}

.asus_list li {
    float: left;
    width: 295px;
    background: url(../images/icon_services_ok.png) 17px 0 no-repeat;
    padding-left: 60px;
}

.asus_list h4 {
    color: #f39d14;
    font: 16px "modern_h_bold", sans-serif;
    text-transform: uppercase;
}

.asus_repair_item {
    overflow: hidden;
    margin: 30px 0;
}

.asus_repair_item-img {
    float: left;
    margin-right: 20px;
}

.asus_repair_item-body {
    font-size: 13px;
    color: #222222;
}

.asus_repair_item h3 {
    color: #9a9a9a;
    font-size: 24px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.right-link {
    text-align: right;
    padding-right: 20px;
    margin-top: 10px;
}

.right-link a {
    background: #ffad2b;
    color: #fff;
    font-size: 14px;
    padding: 5px 8px;
    text-decoration: none;
}

.right-link a:hover {
    background: #3da4e3;
    color: #fff;
}

.call-us {
    text-align: center;
}

.call-us h3 {
    color: #ffad2b;
    font: 20px "modern_h_bold", sans-serif;
    text-transform: uppercase;
}

.call-us h3 span {
    font-size: 37px;
    color: #272626;
}

.call-us p {
    color: #393939;
    font-size: 24px;
    font-weight: bold;
}

.call-us p span {
    color: #6b6b6b;
    font-weight: normal;
}


.inner-iphone-broke {
    width: 450px;
    float: left;
}

.inner-iphone-broke h3 {
    margin: 0 0 5px;
    font-size: 18px;
}

.inner-iphone-advantage {
    float: right;
    width: 250px;
}

.inner-iphone-advantage .inner-iphone-oneline {
    position: relative;
    top: 9px;
}

.inner-iphone-advantage ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.inner-iphone-advantage li {
    height: 35px;
    color: #3269a8;
    font-size: 16px;
    font-weight: bold;
    margin: 18px 0 !important;
}

.inner-iphone-advantage img {
    float: left;
    margin-right: 15px;
    position: relative;
    top: 3px;
}

/* tabs */

.content .tabs-wrapper {
    margin: 20px 0;
}

.content .tabs-buttons {
    margin: 0;
    padding: 0;
}

.content .tabs-buttons li {
    display: inline-block;
    zoom:1;
    *display:inline;
    vertical-align: bottom;
    height: 135px;
    padding: 15px 10px 10px;
    margin: 0 5px;
    text-align: center;
    position: relative;
    top: 2px;
    
}
.content .tabs-buttons li a {
    font-size: 12px;
    display: block;
    outline: none;
    text-decoration: underline;
}
.content .tabs-buttons li a:hover {
    text-decoration: underline;
}

.content .tabs-buttons li.active {
    background: #fff;
    border: 2px solid #878787;
    padding: 15px 8px 10px;
    border-bottom: none;
    position: relative;
    top: 2px;
    z-index: 999;
}

.content .tab-inner {
    border: 2px solid #878787;
}


.asus-table {
    width: 100%;
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
}

.asus-table td {
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 15px 0;
}

.content-header {
    overflow: hidden;
}

.content-header > img {
    float: left;
}

.content .call-courier-custom a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #ffad2b;
    padding: 5px 8px;
    text-decoration: none;
}

.content .call-courier-custom span {
    background: #61ab0a;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 5px 8px;
}

.content .call-courier-custom a:hover {
    background: #303030;
    color: #fff;
}

.asus-most-repair {
    height: 58px;
    overflow: hidden;
    margin-bottom: 15px;
}

.asus-most-repair > img {
    float: left;
    margin-right: 15px;
}

.asus-most-repair-inner {
    overflow: hidden;
    margin-top: 8px;
}

.asus-most-repair-inner a {
    font-size: 14px;
    font-weight: bold;    
}

.asus-table-one-row {
    border: none;
    width: 100%;
}

.asus-table-one-row td {

}

.asus-table-one-row img {
    float: left;
}

.asus-table-one-row span {
    display: inline-block;
    padding-top: 25px;
}