/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}
.no {
display: none;
}
body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
    height: 100%;
    background: url(../img/granit-bg.png) repeat-x center top;
}

* html body {
    height: 100%;
}

body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #444444;
    padding-bottom: 13px;
    font-size: 12px;
    min-height: 100%;
    position: relative;
    background: url(../img/granit-bg.png) repeat-x center bottom;
}

p {
    line-height: 16px;
}

h2, h3, h4, h5 {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

#page {
    width: 980px;
    margin: auto;
}

a {
    color: #415ea7;
}

a:hover {
    text-decoration: none;
}


/*----HEADER-----------------*/
#header {
    position: relative;
    height: 126px;
    margin-bottom: 35px;
}

#logo {
    position: absolute;
    top: 33px;
    left: 0;
    line-height: 1;
}

#logo .h1 {
    font-size: 32px;
    margin: 0;
    float: left;
    background: url(../img/logo-bg.png) no-repeat right center;
    padding-right: 34px;
    margin-right: 11px;
}

#logo a {
    text-decoration: none;
    color: #0f455b;
}

#logo a span {
    color: #a81115;
}

#logo h1 ~ span {
    display: inline-block;
    zoom: 1;
    *display: inline;
    line-height: 32px;
    color: #6e7679;
}

.mainmenu {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #d9dadb;
    border-bottom: 1px solid #d9dadb;
    line-height: 41px;
}

.mainmenu ul {
    margin: 0;
    padding: 0;
}

.mainmenu li {
    float: left;
    margin-right: 30px;
}

.mainmenu a {
    text-decoration: none;
    text-transform: uppercase;
    color: #415ea7;
    font-weight: bold;
    font-size: 14px;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

.mainmenu .active-item a {
    color: #0f455b;
    text-decoration: none !important;
}

.mainmenu a:hover {
    text-decoration: underline;
}

.contacts {
    position: absolute;
    text-align: right;
    line-height: 1;
    color: #8fabb6;
}

.contacts p {
    margin: 0;
}

.contacts p:first-child {
    font-weight: bold;
}

.contacts p:first-child span {
    color: #0f455b;
}

#header .contacts {
    top: 34px;
    right: 19px;
}

#header .contacts p:first-child {
    font-size: 24px;
    margin-bottom: 2px;
}

#header .contacts p:last-child {
    margin-top: 14px;
}

.contacts a {
    padding-left: 21px;
    color: #415ea7;
 /*
    background: url(../img/email.png) no-repeat left center;
    */
}

.email {
    padding-left: 21px;
    color: #415ea7;
    background: url(../img/email.png) no-repeat left center;
}

.skype {
    padding-left: 21px;
    background: url(../img/email.png) no-repeat left center;
}

.contacts a:hover {
    text-decoration: none;
}
.map{
    overflow: hidden;
    padding-bottom: 38px;
    margin-bottom: 36px;
    border-bottom: 1px solid #d9dadb;
}
.map img{
    float: left;
}
.map-inf{
    float: right;
    width: 190px;
    font-style: italic;
    color: #6e7679;
    margin-top: 16px;
}
.map-inf b{
    margin-bottom: 6px;
    display: block;
}
.map-inf p{
    line-height: 16px;
    margin: 0 0 14px 0;
}
/*---------------------------*/
/*----SIDEBAR-----*/
h4 {
    font-size: 17px;
    color: #304249;
    margin: 0 0 19px 0;
}

#sidebar {
    width: 200px;
    float: left;
}

#sidebar h4 {
    margin: 0;
    text-transform: uppercase;
}

#sidebar .left-nav h4 {
    margin-bottom: 17px;
}

.left-nav {
    margin-bottom: 27px;
}

.left-nav ul {
    margin: 0;
    padding: 0;
}

.left-nav li {
    margin-bottom: 3px;
}

#left-nav li img {
    float: left;
}

.left-nav li img{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.left-nav li span {
display: inline-block;
zoom: 1;
text-decoration: underline;
line-height: 14px;
margin-left: 8px;
}.lt-ie8 .left-nav li span{
    position: relative;
    top: -19px;
}

.left-nav li span:hover {
    text-decoration: none;
}

.we-work {
    margin: 43px 0 49px 0;
}

.we-work ul {
    padding: 0;
    margin: 10px 0 0 17px;
}

.we-work a {
    color: #444444;
    text-decoration: none;
}

.we-work a:hover {
    text-decoration: underline;
}

.we-work li {
    padding-left: 18px;
    background: url(../img/circle.png) no-repeat left 3px;
    line-height: 17px;
}

#sidebar .used-us h4 {
    margin-bottom: 17px;
}

.used-us a img {
    display: block;
    margin-bottom: 8px;
}

.used-us a {
    margin-bottom: 16px;
    display: block;
}

.reviews {
    margin: 50px 0 52px 0;
}

#sidebar .reviews h4 {
    margin-bottom: 14px;
}

.reviews p {
    color: #54575c;
    line-height: 18px;
    border: 1px solid #dce3f1;
    background: #f1f4fb;
    padding: 16px 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 14px 0;
}

.reviews img {
    display: block;
}

.reviews figure>span {
    display: block;
    overflow: hidden;
    width: 51px;
    height: 51px;
    float: left;
    margin-left: 6px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.reviews figcaption {
    color: #898787;
    font-style: italic;
    line-height: 14px;
    margin: 0 0 0 66px;
}

.reviews figcaption span {
    display: block;
    font-weight: bold;
    margin-top: 5px;
}

#sidebar .clients h4 {
    margin-bottom: 16px;
}

.clients {
    position: relative;
}

.clients ul {
    padding: 0;
    margin: 0;
}

.clients li {
    list-style: none;
    text-align: center;
    margin-bottom: 15px;
}

.rt {
    position: absolute;
    right: 0;
    top: 1px;
}

/*---------------<*/
/*----FOOTER-------*/
#footer {
    clear: both;
    height: 89px;
    border-top: 1px solid #d9dadb;
    position: relative;
}

.copyright {
    position: absolute;
    line-height: 15px;
    color: #b9b9b9;
    top: 30px;
    left: 0;
}

.copyright strong {
    color: #304249;
    text-transform: uppercase;
    display: block;
}

.bottom-nav {
    position: absolute;
    left: 320px;
    top: 34px;
}

.bottom-nav ul {
    padding: 0;
    margin: 0;
}

.bottom-nav li {
    float: left;
    margin-right: 11px;
}

.bottom-nav li+li {
    background: url(../img/bt-nav.png) no-repeat left center;
    padding-left: 13px;
}

.bottom-nav a {
    text-decoration: none;
}

.bottom-nav a:hover {
    text-decoration: underline;
}

.bottom-nav .active-item a {
    color: #304249;
    text-decoration: none;
}

#footer .contacts {
    right: 1px;
    top: 25px;
}

#footer .contacts p:first-child {
    font-size: 18px;
    margin-bottom: 7px;
}

/*-----------*/
/*----CONTENT----*/
.content {
   /*
    margin: 0 0 0 230px;
   */
    padding-bottom: 70px;
    overflow: hidden;
    width: 750px !important;
}

#slider-code {
    width: 520px;
    height: 220px;
    position: relative;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    background: url(../img/slide-bg.png);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    float: left;
}

#slider-code ul{
    padding: 0;
    margin: 0;
    overflow: hidden;
}
#slider-code .overview{
    position: absolute;
    left: 0;
    top: 0;
}
#slider-code .overview li {
    float: left;
    width: 520px;
    height: 220px;
    list-style: none;
    position: relative;
}

#slider-code .pager {
    position: absolute;
    bottom: 10px;
    right: 67px;
}

#slider-code .pager li {
    float: left;
    list-style: none;
    margin-left: 4px;
}

#slider-code .pagenum {
    text-indent: -999em;
    text-transform: capitalize;
    width: 13px;
    height: 13px;
    display: block;
    background: url(../img/slide-nav.png);
}

#slider-code .active {
    background: url(../img/slide-nav-active.png);
}
.dis-inf{
    background: url(../img/dis-inf.png);
    width: 66px;
    height: 52px;
    position: absolute;
    left: 22px;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    padding-top: 2px;
}
.dis-inf b{
    font-size: 18px;
    font-weight: bold;
}
.slide-content{
    width: 180px;
    float: right;
    margin-right: 16px;
    color: #fff;
}
.slide img{
    float: left;
}
.slide  h2{
    font-size: 38px;
    color: #fff;
    margin: 20px 0 15px 0;
}
.slide  h3{
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 6px;
}
.slide  h3 span{
    font-size: 17px;
    text-transform: uppercase;
}
.slide p{
    color: #87959e;
    margin: 0 0 9px 0;
}
.slide-content>span{
    font-size: 12px;
    color: #fff;
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
.slide-content>span>span{
    font-size: 14px;
}
.slide-content>span>span>span{
    font-size: 20px;
    font-weight: bold;
}
.rtop-inf{
    float: right;
    width: 202px;
    overflow: hidden;
    margin-bottom: 17px;
}
.rtop-inf ul{
    padding: 0;
    margin: 0;
}
.rtop-inf li{
    list-style: none;
    line-height: 20px;
    font-size: 13px;
    color: #565656;
}
h5{
    font-size: 16px;
    font-weight: bold;
    line-height: 15px;
    margin: 0;
    padding: 0;
}
.rtop-inf h5{
    margin-bottom: 6px;
}
.lt-ie8 .rtop-inf h5{
    line-height: 17px;
}
.rtop-inf h5 img{
    float: left;
    margin-right: 7px;
    vertical-align: middle;
}
.rtop-inf h5:first-child{
    color: #ca1519;
}
.rtop-inf h5:first-child ~ h5{
    line-height: 28px;
    margin-top: 13px;
    color: #304249;
}
.spec-prod{
    padding: 0;
    margin: 0 0 38px -8px;
    overflow: hidden;
    clear: right;
}
.spec-prod a{
	text-decoration: none;
	}
.spec-prod li{
    float: left;
    list-style: none;
    position: relative;
    margin-left: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 9px;
    height: 145px;
    font-size: 14px;
    overflow: hidden;
}
.spec-prod li:first-child{
    width: 324px;
}
.spec-prod li+li{
    width: 205px;
}
.spec-prod img{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.spec-prod li>a>span{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: url(../img/s-title.png);
    padding: 0 9px;
    border-radius: 0 0 4px 4px;
    display: block;
}
.spec-prod li:first-child b{
    font-size: 20px;
}
.spec-prod li:first-child{
    font-size: 16px;
}
.spec-prod li:first-child span{
    width: 306px;
    padding-top: 16px;
    height: 33px;
}
.spec-prod li:first-child span b:first-child{
    font-weight: normal;
}
.spec-prod li+li span{
    width: 187px;
    padding-top: 20px;
    height: 29px;
}
h1{
    font-size: 22px;
    margin: 0 11px 17px 0;
    line-height: 1;
}
header>h3+span{
    color: #9b9b9b;
    font-size: 12px;
}
header>h3{
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.discounts{
    position: relative;
}
#main-page .discounts{
    margin-bottom: 41px;
}
.discounts>ul{
    padding: 0;
    margin-left: -7px;
}
.discounts>ul>li{
    list-style: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 141px;
    vertical-align: top;
    margin: 0 0 20px 7px;
}
.discounts>ul>li>a{
    display: block;
}
.discounts>ul>li img{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    margin-bottom: 8px;
}
.discount{
    display: block;
    color: #ca1519;
    margin-top: 2px;
}
.discounts p{
    margin: 0px 0 0 0;
    padding: 0;
}
h2{
    margin: 0 0 10px 0;
    line-height: 1;
    /*
    color: #ca1519;
    */
    font-size: 30px;
    font-weight: bold;
}
.about-us {
    position: relative;
    margin-bottom: 50px;
}
.about-us p{
    width: 409px;
    position: relative;
    z-index: 2;
}
.about-us img{
    position: absolute;
    right: 0;
    top: 0;
}
.new-clients{
    width: 520px;
    position: relative;
    margin-bottom: 56px;
}
.m-table{
    border-collapse: separate;
    width: 100%;
    text-align: left;
    font-size: 13px;
}
.m-table th{
    background: #f1f4fb;
    border-top: 1px solid #dce3f1;
    border-bottom: 1px solid #dce3f1;
    height: 34px;
    cursor: pointer;
    text-align: left;
}
.m-table td a{
    margin-bottom: 1px;
    display: block;
}
.m-table tr th:first-child{
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #dce3f1;
    padding-left: 10px;
}
.m-table tr th:last-child{
    border-radius: 0 4px 4px 0;
    border-right:  1px solid #dce3f1;
    padding-right: 10px;
}
.m-table tr td:first-child a+span{
    color: #757575;
    font-size: 11px;
}
.m-table img{
    float: left;
    margin-right: 10px;
}
.m-table tr td:first-child span{
    display: block;
}
.m-table .discount{
    margin: 0;
    font-size: 14px;
}
.m-table del{
    font-size: 12px;
    color: #444645;
}
.m-table tr td{
    border-bottom: 1px solid #c3c4c6;
    padding-top: 8px;
    padding-bottom: 7px;
}
.m-table th span{
    color: #415ea7;
    border-bottom: 1px dashed #415ea7;
}
.headerSortDown span,
.headerSortUp span{
    color: #31353c !important;
    border: none !important;
}
.headerSortDown span:after{
  content: url(../img/sort-down.png);
    position: absolute;
    margin: -1px 0 0 9px;
}
.headerSortUp span:after{
    content: url(../img/sort-up.png);
    position: absolute;
    margin: -1px 0 0 9px;
}
.ncl-note{
    font-size: 12px;
    color: #898787;
    width: 178px;
    height: 141px;
    top: 36px;
    right: -246px;
    position: absolute;
    line-height: 18px;
    font-style: italic;
}
.ncl-note p:first-child:before{
    content: '*';
    margin: 0 7px 0 -17px;
    font-size: 30px;
    position: relative;
    top: 12px;
}
#main-page .works a+a{
    font-size: 16px;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}
.works ul{
    padding: 0;
    margin: 0 0 0 -10px;
}
.works li{
    list-style: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 0 0 10px;
    width: 241px;
    vertical-align: top;
}
.works img {
margin-bottom: 10px;
width: 241px;
height: auto !important;
max-height: none !important;
position: relative;
top: -53px;
}

.works p{
    line-height: 15px;
    margin: 0;
    font-size: 11px;
    color: #767676;
}
.works li:hover a{
    color: #a81115;
}
.works a:first-child{
    display: block;
    position: relative;
}
.works a:first-child>span{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 23px;
    width: 100%;
    line-height: 23px;
    background: url(../img/works-title.png);
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    text-indent: 27px;
    text-shadow: 2px 2px 2px black;
    display: none;
}
.works li:hover a:first-child>span{
    display: block;
}
.works a:first-child>span:before{
    content: url(../img/camera.png);
    position: absolute;
    left: -21px;
    top: 2px;
}
.works a:first-child>a{
    display: none;
}
#main-page .works{
    margin-bottom: 54px;
}
.form input[type=text],
.form textarea,
.form input[type=submit]{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    overflow: hidden;
}
.form input[type=text],
.form textarea{
    font-style: italic;
    color: #898787;
    padding: 0 6px;
    border: 1px solid #cbd5ea;
}
.form textarea{
    padding-top: 6px;
    padding-bottom: 6px;
}
.form select{
    font-style: italic;
    color: #898787;
    border: 1px solid #cbd5ea;
}
.form input[type=text]{
    height: 25px;
    padding: 0 6px;
}
form{
    position: relative;
}
.form{
    padding: 21px 23px 0 21px;
}
.feedback1 form{
    background: url(../img/feedback1.jpg);
    width: 696px;
    height: 233px;
}
.feedback2{
    clear: both;
}
.feedback2 form{
    background: url(../img/feedback2.jpg);
    width: 696px;
    height: 282px;
    color: #898787;
}
.feedback1 p{
    position: absolute;
    line-height: 19px;
    font-size: 14px;
    color: #54575c;
    font-style: italic;
    top: 35px;
    right: 23px;
    margin: 0;
    width: 250px;
}
.form input[type=submit]{
    width: 130px;
    margin: 0 auto;
}
.submit{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    height: 33px;
    font-size: 17px;
    color: #fff;
    text-shadow: -1px -1px 1px #666;
    background: url(../img/submit.png);
    border: none;
    border-right: 1px solid #324259;
    border-bottom: 1px solid #324259;
}
.feedback1 select{
    width: 416px;
    height: 25px;
    padding-left: 6px;
    margin-bottom: 12px;
}
.feedback1 textarea{
    height: 94px !important;
    width: 402px !important;
    margin-bottom: 18px;
}
*:focus{
    outline: none;
}
.pagination{
    text-align: center;
    border-top: 1px solid #d9dadb;
    padding-top: 24px;
}
.pagination ul{
    padding: 0;
    margin: 0;
}
.pagination li{
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.pagination li:first-child{
    margin-right: 3px;
}
.pagination li:last-child{
    margin-left: 3px;
}
.pagination li+li{
    margin-left: 5px;
}
.pagination a{
    text-decoration: none;
    display: block;
    line-height: 18px;
    font-size: 11px;
}
.pagination .active-item a{
    color: #fff;
    width: 18px;
    background: url(../img/active-page.png);
}
.wrapper{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f1f4fb;
    border: 1px solid #dce3f1;
}
.sort-form{
    padding: 13px 0 13px 33px;
    margin-bottom: 20px;
    color: #304249;
    position: relative;
}
.sort-form th{
    text-align: left;
    padding-bottom: 10px;
}
.sort-form input[type=checkbox]{
    margin-right: 8px;
    position: relative;
    top: 3px;
}
.sort-form td{
    vertical-align: middle;
    line-height: 1;
}
.sort-form img{
    margin-right: 8px;
}
.sort-form table{
    width: 100%;
}
.sort-form table tr:first-child+tr>td{
    padding-bottom: 5px;
    font-weight: bold;
}
.sort-form input[type=submit]{
    position: absolute;
    right: 133px;
    bottom: 41px;
    height: 26px;
    width: 78px;
    font-size: 14px;
}
.sort-form tr td:first-child{
    width: 230px;
}
.inf{
    color: #9b9b9b;
    display: block;
    line-height: 1;
    margin-bottom: 21px;
}
.breadcrumbs{
    border-bottom: 1px solid #d9dadb;
    padding-bottom: 11px;
    overflow: hidden;
    font-size: 11px;
    margin-bottom: 25px;
}
.breadcrumbs ul{
    margin: 0;
    padding: 0;
}
.breadcrumbs li{
    float: left;
    color: #6e7679;
}
.breadcrumbs a{
    text-decoration: none;
}
.breadcrumbs a:hover{
    text-decoration: underline;
}
.breadcrumbs li+li{
    background: url(../img/bt-nav.png) no-repeat left center;
    padding-left: 9px;
    padding-right: 9px;
}
.breadcrumbs li:first-child{
    padding-right: 9px;
}
.sort-nav{
    padding: 13px 12px 12px 12px;
    margin-bottom: 29px;
    height: 18px;
}
.sort-nav .sort{
    cursor: pointer;
    color: #415ea7;
    border-bottom: 1px dashed #415ea7;
}
.sort-nav .sort-down,
.sort-nav .sort-up{
    color: #304249;
    border: none;
}
.sort-nav ul{
    margin: 0;
    padding: 0;
}
.sort-nav>form>nav>ul>li{
    float: left;
}
.sort-nav>form>nav>ul>li:last-child{
    float: right;
}
.sort-nav .sort{
    margin-left: 11px;
}
.sort-down{
    background: url(../img/sort-down.png) no-repeat right center;
    padding-right: 14px;
}
.sort-nav select{
    font-style: italic;
    color: #898787;
    padding-left: 9px;
    width: 168px;
    margin-left: 8px;
}
#inner-page hr{
    margin-bottom: 20px;
}
#inner-page .works li{
    margin-bottom: 5px;
}
#inner-page .works{
    margin-bottom: 17px;
}
.articles article{
    overflow: hidden;
}
.articles figcaption{
    margin: 0 0 0 157px;
}
.articles figcaption a{
    display: block;
    margin-bottom: 5px;
}
.articles figcaption>span{
    color: #767676;
    font-size: 11px;
    margin-bottom: 6px;
    display: block;
}
.articles img{
    float: left;
    width: 141px;
    height: 105px;
}
.articles p{
    margin: 0;
    padding: 0;
    line-height: 16px;
    color: #444444;
}
.articles article:first-child ~ article{
    margin-top: 14px;
}
.articles article{
    border-top: 1px solid #d9dadb;
    padding-top: 15px;
}
.articles{
    margin-bottom: 19px;
}
.our-contacts{
    border-top: 1px solid #d9dadb;
    border-bottom: 1px solid #d9dadb;
    margin: 30px 0 28px 0;
    padding: 10px 0 10px 0;
    position: relative;
    overflow: hidden;
}
.our-contacts li{
    color: #444444;
    line-height: 22px;
}
.our-contacts .spisok{
    float: left;
    width: 460px;
}
.our-contacts .rc-inf{
    float: right;
    width: 195px;
}
.our-contacts .rc-inf p{
    font-style: italic;
    line-height: 16px;
    color: #6e7679;
    position: relative;
}
.our-contacts .rc-inf p img{
    position: absolute;
    left: -39px;
    top: -2px;
}
.spisok{
    padding: 0 0 0 35px;
}
.spisok li{
    list-style: none;
    padding-left: 36px;
    background: url(../img/li.png) no-repeat left center;
}
.red{
    color: #a81115;
    font-weight: normal;
}
.article>header:first-child{
    border-bottom: 1px solid #d9dadb;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.fl-r{
    width: 250px;
    float: right;
    margin-bottom: 10px;
}
.fl-r img{
    margin-bottom: 9px;
}
.fl-r figcaption{
    color: #6e7679;
    font-style: italic;
}
.fl-l{
    float: left;
    width: 470px;
}
.fl-l2{
    float: left;
    width: 480px;
    margin-bottom: 25px;
}
.fl-l p+p{
    margin-top: 20px;
}
h6, h2{
    font-size: 14px;
    margin: 20px 0 22px 0;
    clear: both;
}
.article{
    position: relative;
    overflow: hidden;
}
.rt span{
    text-decoration: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
    top: -2px;
    margin-left: 8px;
}
.m-table2{
    margin-bottom: 14px;
}
.m-table2 td{
    border-bottom: 1px solid #c3c4c6;
    padding: 9px 0 9px 0;
}
.m-table2 tr:first-child td{
    border-top: 1px solid #c3c4c6;
}
.m-table2 tr td:first-child a{
    display: block;
    margin-bottom: 4px;
    line-height: 14px;
}
.m-table2 tr td:first-child span{
    color: #757575;
}
.m-table2 tr td:first-child{
    width: 250px;
}
.m-table2 tr td+td{
    line-height: 18px;
    color: #54575c;
}
.latest-photos{
    overflow: hidden;
    padding-bottom: 25px;
    border-bottom: 1px solid #c3c4c6;
    margin-bottom: 25px;
}
.latest-photos figure{
    float: left;
}
.latest-photos figure+figure{
    margin-left: 13px;
}
.latest-photos img{
    margin-bottom: 6px;
}
.order h3{
    float: left;
}
.order a{
    background: url(../img/order.png);
    width: 112px;
    height: 29px;
    display: block;
    text-indent: -999em;
    float: left;
    text-transform: capitalize;
    margin: 0 0 0 13px;
    position: relative;
    top: -5px;
}
.feedback1{
    clear: both;
}
.article .feedback2{
    margin-bottom: 40px;
}
.feedback2 table{
    margin-bottom: 9px;
}
.feedback2 table tr:first-child td{
    padding-bottom: 4px;
}
.feedback2 table tr td:first-child{
    width: 346px;
}
.feedback2 table tr td:first-child input{
    width: 301px;
}
.feedback2 table tr td+td input{
    width: 221px;
}
.feedback2 textarea{
    width: 692px !important;
    height: 92px !important;
    margin-bottom: 10px;
}
.feedback2 input[type=file]{
    display: block;
    margin-bottom: 12px;
    color: #898787;
}
.feedback2 input[type=checkbox]{
    position: relative;
    margin-right: 6px;
    top: 3px;
}
.feedback2 input[type=submit]{
    margin-top: 15px;
}
.c-inf{
    background: url(../img/c-inf.jpg);
    width: 220px;
    height: 79px;
    padding: 30px 15px 0 15px;
    margin-bottom: 25px;
}
.c-inf>span{
    font-size: 24px;
    font-weight: bold;
    color: #0f455b;
}

.c-inf>span>span{
    color: #8fabb6;
}
.c-inf p{
    color: #304249;
    line-height: 16px;
    margin: 4px 0 0 0;
    width: 200px;
    font-style: italic;
}
.article .fl-r h5{
    position: relative;
    bottom: -11px;
}
.fl-r table{
    width: 100%;
}
.fl-r tr td:first-child{
    color: #818181;
}
.fl-r tr td+td{
    color: #444444;
    font-weight: bold;
}
.fl-r tr:first-child td{
    border-top: 1px solid #d9dadb;
}
.fl-r td{
    border-bottom: 1px solid #d9dadb;
    height: 31px;
}
.special{
    color: #ca1519;
    position: relative;
}
.special:before{
 /*   content: 'спеццена:';
   */
    color: #444645;
    font-weight: normal;
    position: absolute;
    left: -61px;
    font-size: 12px;
}

.razmer:before{
    content: 'Ваши размеры';
    color: #444645;
    font-weight: normal;
    position: absolute;
    font-size: 12px;
}

.zakaz:before{
    content: 'Под заказ';
    color: #444645;
    font-weight: normal;
    position: absolute;
    font-size: 12px;
}

.price b{
    font-size: 14px;
}
.price tr th:first-child{
    width: 116px;
}
.col2{
    width: 148px;
}
td.col2{
    text-indent: 12px;
}
.col3{
    width: 89px;
}
.price{
    margin-bottom: 30px;
}
.sort-nav .select{
    width: 127px;
    margin-left: 7px;
    position: relative;
    top: -3px;
}
.feedback1 .select{
    width: 374px;
    margin-bottom: 10px;
}
.selectbox {
    vertical-align: middle;
    cursor: pointer;
}
.selectbox .select {
    padding: 0 32px 0 9px;
    height: 23px;
    line-height: 23px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-top: 1px solid #cbd5ea;
    border-left: 1px solid #cbd5ea;
    border-bottom: 1px solid #cbd5ea;
    background: #fff;
}

.selectbox .select:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}
.selectbox.focused .select {
    border: 1px solid #5794BF;
}
.selectbox.disabled .select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}
.selectbox .select .text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #898787;
}
.selectbox .trigger {
    position: absolute;
    top: 0px;
    right: 0;
    background: url(../img/select.png);
    width: 25px;
    height: 25px;
}
.selectbox .trigger .arrow {

}
.selectbox:hover .arrow {

}
.selectbox.disabled .arrow {

}
.selectbox .dropdown {
    top: 26px;
    width: 100%;
    margin: 0;
    left: 0px;
    padding: 4px 0;
    border: 1px solid #C6CBD0;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    position: absolute !important;
    z-index: 22;
}
.selectbox ul{
    padding: 0;
    margin: 0;
}
.selectbox li {
    padding: 2px 10px 2px;
    color: #231F20;
}
.selectbox li.selected {
    background: #A3ABB1;
    color: #FFF;
}
.selectbox li:hover {
    background: #08C;
    color: #FFF;
}
.selectbox li.disabled {
    color: #AAA;
}
.selectbox li.disabled:hover {
    background: none;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.w1{
width: 241px;
height: 115px;
margin-bottom: 10px;
overflow: hidden;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}



