html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.content table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #eb9e28;
    ;
}

.content table td {
    vertical-align: middle;
    color: #3F3F3F;
    padding: 12px;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #eb9e28;
    ;
}

.content table th {
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    border: 1px solid #eb9e28;
    padding: 3px 3px;
    background: #eb9e28;
}

td,
td img {
    vertical-align: top;
}

input,
select,
button,
textarea {
    margin: 0;
    font-size: 100%;
    outline: none;
}

textarea {
    resize: none;
}

input[type="text"],
input[type="password"],
textarea {
    padding: 0;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

html {
    overflow-y: scroll;
}

body {
    line-height: 1;
    background: #fff;
    color: #454545;
    text-align: left;
    font: 15px 'MSReferenceSansSerif', sans-serif;
    min-width: 1164px;
}

input,
select,
button,
textarea {
    font-family: 'MSReferenceSansSerif', sans-serif;
}

label,
input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
}

a,
a:visited {
    color: #eb9e28;
    text-decoration: underline;
}

a:hover {
    color: #eb9e28;
    text-decoration: none;
}

a:focus,
a:active {
    color: #eb9e28;
    text-decoration: underline;
}

img {
    vertical-align: top;
}

.clear {
    clear: both;
    font-size: 0;
    padding: 0
}

.nuclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

.nuclear {
    zoom: 1;
    display: block;
}

li {
    list-style: none;
}

input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border: 0
}


/*font-family: 'Cuprum', sans-serif;*/

.wrap {
    width: 1164px;
    margin: 0px auto;
}

.header {
    padding: 0 0 1px 0;
    border-bottom: 1px solid #B4A48A;
    margin: 0 0 1px 0;
}

.head-top {
    padding: 17px 0;
    border-bottom: 1px solid #B4A48B;
    margin: 0 0 1px 0;
}

.header .logo {
    display: block;
    float: left;
    margin: 14px 13px 0 0;
}

.header .slogan {
    float: left;
    font-size: 22px;
    line-height: 23px;
    text-transform: uppercase;
    font-family: 'BebasNeueBold';
    padding: 4px 0 3px 25px;
    width: 320px;
    border-left: 1px solid #939393;
    border-right: 1px solid #939393;
}

.header .slogan span {
    display: block;
    color: #525250;
}

.header .slogan span:nth-child(2) {
    color: #414141;
}

.header .slogan span:nth-child(3) {
    color: #373735;
}

.header .phone {
    float: right;
    position: relative;
    padding: 0 0 0 25px;
    line-height: 36px;
    margin: 20px 0 0 0;
}

.header .phone:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/icons.png) 0 0 no-repeat;
    width: 39px;
    height: 36px;
}

.header .phone span {
    display: block;
    float: left;
    margin: 0 0 0 35px;
    color: #3E3E3E;
    font-family: 'BebasNeueRegular';
    font-size: 34px;
}

.head-btm {
    background: url(../images/line.jpg) left top repeat-x;
}

.hed-mnu {
    float: left;
}

.hed-mnu li {
    display: block;
    float: left;
    margin: 0 20px 0 0;
}

.hed-mnu li a {
    display: block;
    float: left;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Cuprum', sans-serif;
    text-transform: uppercase;
    height: 59px;
    line-height: 59px;
    padding: 0 10px;
    color: #373536;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.hed-mnu li a:hover,
.hed-mnu li a.active {
    color: #fff;
    background: #373536;
}

.header .call-back,
input.form-btn {
    display: block;
    float: right;
    position: relative;
    text-decoration: none;
    margin: 4px 0 0 0;
    width: 249px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    border-bottom: 3px solid #043868;
    background: -moz-linear-gradient( top, #0C6AC2, #0757A0);
    background: -webkit-linear-gradient( top, #0C6AC2, #0757A0);
    background: -o-linear-gradient( top, #0C6AC2, #0757A0);
    background: -khtml-linear-gradient( top, #0C6AC2, #0757A0);
    background: -ms-linear-gradient( top, #0C6AC2, #0757A0);
    background: linear-gradient( top, #0C6AC2, #0757A0);
    filter: progid: DXImageTransform.Microsoft.gradient(StartColorStr=#0C6AC2, EndColorStr=#0757A0, GradientType=0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.header .call-back:hover,
input.form-btn:hover {
    background: -moz-linear-gradient( top, #0757A0, #0C6AC2);
    background: -webkit-linear-gradient( top, #0757A0, #0C6AC2);
    background: -o-linear-gradient( top, #0757A0, #0C6AC2);
    background: -khtml-linear-gradient( top, #0757A0, #0C6AC2);
    background: -ms-linear-gradient( top, #0757A0, #0C6AC2);
    background: linear-gradient( top, #0757A0, #0C6AC2);
    filter: progid: DXImageTransform.Microsoft.gradient(StartColorStr=#0757A0, EndColorStr=#0C6AC2, GradientType=0);
}

.header .call-back:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/icons.png) -50px -30px no-repeat;
    height: 48px;
    width: 101px;
}

.slider-wrap {
    margin: 0 0 10px 0;
    padding: 0 0 1px 0;
    border-bottom: 1px solid #B4A48B;
    height: 523px;
    overflow: hidden;
}

.slider-wrap li {
    display: block;
    text-align: center;
    overflow: hidden;
}

.content-wrap {
    padding: 0 0 20px 0;
}

.sidebar {
    float: left;
    width: 210px;
}

.services-menu {
    margin: 0 0 15px 0;
}

.services-menu .hdl {
    text-align: center;
    line-height: 64px;
    height: 64px;
    background: url(../images/line.jpg) left top repeat-x;
    font-family: 'Cuprum', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #654202;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #F5DAA3;
    position: relative;
}

.services-menu .hdl:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ECA42B;
}

.services-menu ul {
    padding: 15px 5px 5px 17px;
    background: #EBEAE8;
}

.services-menu ul li,
.desc-mnu li ul li {
    display: block;
    margin: 0 0 13px 0;
    padding: 0 0 0 10px;
    position: relative;
}

.services-menu ul li:after,
.desc-mnu li ul li:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 5px;
    height: 1px;
    background: #333333;
}

.services-menu ul li a {
    font-size: 15px;
    font-family: Tahoma;
    color: #333333;
    line-height: 18px;
}

.sidebar .teaser {
    display: block;
    margin: 0 0 15px 0;
}

.content {
    float: right;
    width: 917px;
}

.tab-container {
    margin: 0 0 20px 0;
}

.etabs li {
    display: block;
    float: left;
    margin: 0 3px 0 0;
}

.etabs li:last-child {
    margin: 0;
}

.etabs li a {
    display: block;
    float: left;
    width: 299px;
    height: 193px;
    border: 2px solid #CCCCCA;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.etabs li a:hover,
.etabs li a.active {
    border: 2px solid #ECA323;
}

.etabs li:first-child a {
    background: url(../images/tab1.jpg) center bottom no-repeat;
}

.etabs li:nth-child(2) a {
    background: url(../images/tab2.jpg) center bottom no-repeat;
}

.etabs li:nth-child(3) a {
    background: url(../images/tab3.jpg) center bottom no-repeat;
}

.etabs li a .hdl {
    display: block;
    text-align: center;
    height: 62px;
    line-height: 62px;
    background: #CDCCCA;
    text-transform: uppercase;
    font-family: 'BebasNeueBold';
    font-size: 20px;
    color: #41413F;
    text-decoration: underline;
}

.etabs li a:hover .hdl,
.etabs li a.active .hdl {
    background: url(../images/line.jpg) left top repeat-x;
}

.panel-container {
    padding: 15px 0 0 0;
}

h1,
h2 {
    font-weight: 700;
    font-size: 23px;
    margin: 0 0 10px 0;
    color: #121212;
    text-transform: uppercase;
    font-family: 'Cuprum', sans-serif;
}

h2.hdl{
    color: #EB9E28;
}

h3 {
    font-weight: normal;
    font-size: 16px;
    font-family: 'MSReferenceSansSerif-Bold';
    margin: 0 0 0px 0;
    color: #525051;
}

.headline {
    font-size: 22px;
    font-family: 'Cuprum', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 30px;
    margin: 0 0 10px 0;
    color: #644300;
    text-shadow: 1px 1px 0 #F7D9A5;
    background: url(../images/line.jpg) left top repeat-x;
}

.headline a,
.headline a:visited,
.headline a:hover,
.headline a:focus,
.headline a:active{
    color: #644300;
}

.title {
    position: relative;
    margin: 0 0 10px 0;
    color: #0E61A7;
    font-size: 14px;
}

.title:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    background: url(../images/icons.png) 0 -60px no-repeat;
    width: 9px;
    height: 8px;
    z-index: 3;
}

.title:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background: #CCCCCC;
    z-index: 1;
}

.title span {
    position: relative;
    z-index: 2;
    padding: 0 6px 0 20px;
    background: #fff;
}

.form-wrap {
    margin: 0 0 15px 0;
}

.form-wrap .headline {
    margin: 0;
    text-shadow: 0 0 0;
    font-size: 22px;
    font-family: 'Cuprum', sans-serif;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 30px;
    color: #F9F5F6;
    background: url(../images/line1.jpg) left top repeat-x;
}

.form-in {
    padding: 35px 27px;
    background: url(../images/form-bg.jpg) right top no-repeat #F6F6F6;
    border: 1px solid #D3D1D2;
    border-top: none;
}

.form-wrap .inp-wrp {
    float: left;
    margin: 5px 15px 0 0;
    position: relative;
}


.form-wrap input[type="text"] {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 330px;
    height: 51px;
    background: #fff;
    border: 1px solid #CFCFCF;
    padding: 15px;
    line-height: 21px;
    color: #333;
    font-size: 17px;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.form-wrap input[type="text"]:hover,
.form-wrap input[type="text"]:focus {
    border: 1px solid #085FAF;
}

.form-wrap input[type="text"]:focus {
    -moz-box-shadow: 0 0 3px 1px #085FAF;
    -webkit-box-shadow: 0 0 3px 1px #085FAF;
    box-shadow: 0 0 3px 1px #085FAF;
}

input.form-btn {
    display: block;
    float: right;
    border: none;
    top: 7px;
    width: 164px;
    height: 48px;
    margin: 0;
    border-bottom: 3px solid #043868;
}

.map-area {
    margin: 0 0 15px 0;
}

.map {
    border: 2px solid #EEB041;
}

.content-text .note {
    font-size: 12px;
    font-weight: bold;
    font-family: Tahoma;
    color: #CA8609;
    margin: 0 0 15px 0;
}

.content-text .img-wrp {
    display: block;
    float: left;
    margin: 0 20px 0 0;
}

.content p {
    font-size: 14px;
    color: #454545;
    line-height: 17px;
    margin: 0 0 15px 0;
}

.txt-mnu {
    margin: 0 0 15px 0;
}

.txt-mnu li {
    display: block;
    font-size: 14px;
    color: #454545;
    line-height: 17px;
}

.footer {
    background: #EBEAE8;
    position: relative;
    padding: 15px 0;
}

.footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: url(../images/line.jpg) left top repeat-x;
}

.footer .logo {
    display: block;
    float: left;
    margin: 10px 45px 0 0;
}

.footer .slogan {
    display: block;
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 19px;
    font-family: 'BebasNeueBold';
    color: #767475;
    padding: 0 0 0 55px;
    margin: 5px 35px 0 0;
    width: 220px;
    position: relative;
}

.footer .slogan span {
    display: block;
}

.footer .slogan:after,
.footer .slogan:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 1px;
    height: 31px;
    background: #AFAEAC;
}

.footer .slogan:before {
    left: auto;
    right: 0;
}

.footer .phone {
    float: left;
    position: relative;
    padding: 0 45px 0 20px;
    margin: 12px 0 0 0;
    line-height: 31px;
    border-right: 1px solid #AFAEAC;
}

.footer .phone:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    background: url(../images/icons.png) 0 -36px no-repeat;
    width: 26px;
    height: 24px;
}

.footer .phone span {
    display: block;
    float: left;
    font-family: 'BebasNeueRegular';
    font-size: 22px;
    margin: 0 0 0 17px;
    color: #757472;
}

.footer .create {
    display: block;
    float: right;
    margin: 13px 0 0 0;
}

.service-station {
    padding: 0 0 10px 0;
}

.service-station .item {
    margin: 0 0 30px 0;
}

.service-station .img-wrp {
    display: block;
    float: left;
    border: 1px solid #6B6B6D;
    margin: 5px 0 0 0;
}

.service-station .text {
    margin: 0 0 0 310px;
}

.service-station .text .hdl {
    display: inline-block;
    font-size: 22px;
    margin: 0 0 5px 0;
}

.service-station .txt-mnu {
    margin: 0;
}

.pager {
    margin: 0 0 20px 0;
}

.pager li {
    display: block;
    float: left;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    margin: 0 4px 0 0;
}

.pager li a,
.pager li span {
    display: block;
    float: left;
    text-decoration: none;
    color: #3B3B3B;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    background: #EBEAE8;
}

.pager li span,
.pager li a:hover {
    color: #fff;
    background: #A7A6A4;
}

.pager li a.dot {
    background: none;
    color: #A7A6A4;
}

.pager li:first-child {
    margin: 0 4px 0 18px;
}

.pager li:last-child {
    margin: 0 18px 0 0;
}

.pager li:first-child a,
.pager li:last-child a {
    position: relative;
}

.pager li:first-child a:after,
.pager li:last-child a:after {
    content: '';
    position: absolute;
    top: 0px;
    left: -18px;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
}

.pager li:first-child a:after {
    border-right: 18px solid #EBEAE8;
}

.pager li:last-child a:after {
    left: auto;
    right: -18px;
    border-left: 18px solid #EBEAE8;
}

.pager li:first-child a:hover:after {
    border-right: 18px solid #A7A6A4;
}

.pager li:last-child a:hover:after {
    border-left: 18px solid #A7A6A4;
}

.auto-list {
    padding: 0 0 10px 0;
}

.auto-list .item {
    float: left;
    overflow: hidden;
    width: 430px;
    height: 175px;
    margin: 0 0 30px 0;
}

.auto-list .item:nth-child(2n) {
    float: right;
}

.auto-list .item .img-wrp {
    display: block;
    float: left;
    border: 1px solid #6C6C6C;
}

.auto-list .item .text {
    margin: 0 0 0 250px;
}

.auto-list .item .hdl {
    display: inline-block;
    font-size: 16px;
    margin: 0 0 5px;
}

.auto-list .item p {
    margin: 0;
    overflow: hidden;
    height: 100px;
}

.auto-list .item .price {
    text-transform: uppercase;
    font-family: 'Cuprum', sans-serif;
    font-weight: 700;
    font-size: 29px;
    height: 37px;
    line-height: 37px;
    color: #8B9F0A;
    background: #EEEDEB;
    text-align: center;
    margin: 4px 0 0 0;
}

.pop-up {
    display: none;
}

.pop-up .form-wrap {
    width: 920px;
    margin: 0;
}

.pop-up .form-wrap .form-in {
    background: #F6F6F6;
}

.pop-up .form-wrap .headline {
    background: url(../images/line2.jpg) left top repeat-x;
}

.contact-info {
    margin: 0 0 10px 0;
}

.contact-info .item {
    margin: 0 0 20px 0;
}

.info-line .item {
    float: left;
    margin: 0 10px 0 0;
}

.info-line .item:first-child {
    width: 395px;
}

.info-line .item:nth-child(2n) {
    width: 330px;
}

.info-line .item:last-child {
    float: right;
    margin: 0;
    width: 165px;
}

.info-line .item span {
    display: block;
    line-height: 23px;
    font-size: 14px;
}

.bread-crumbs {
    font-size: 15px;
    color: #8B8B8B;
    margin: 0 0 20px 0;
}

.bread-crumbs a {
    color: #8B8B8B;
}

.bread-crumbs span {
    display: inline-block;
    margin: 0 3px;
}

.product-wrap {
    margin: 0 0 20px 0;
}

.left-view {
    float: left;
    width: 426px;
}

.left-view p {
    font-size: 12px;
    line-height: 16px;
}

.left-view .product-slider {
    margin: 0 0 15px 0;
}

.big-pic {
    width: 422px;
    height: 317px;
    overflow: hidden;
    border: 2px solid #DADADA;
}

#bx-pager a {
    display: block;
    float: left;
    position: relative;
    border: 2px solid #DADADA;
    margin: 7px 5px 0 0;
}

#bx-pager a:nth-child(4n) {
    margin: 7px 0 0 0;
}

#bx-pager a img {
    position: relative;
    z-index: 1;
}

#bx-pager a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

#bx-pager a:hover:after,
#bx-pager a.active:after {
    display: none;
}

.descript-part {
    float: right;
    width: 470px;
}

.product-wrap h1 {
    color: #EC9D26;
}

.product-wrap h2 {
    color: #676765;
    text-transform: none;
}

.descript-part .item {
    margin: 0 0 5px 0;
    padding: 5px;
    background: #EFEFEF;
}

.desc-mnu li {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #676765;
}

.desc-mnu li ul {
    margin: 0;
}

.desc-mnu li ul li {
    margin: 0;
}

.desc-mnu li span {
    font-family: 'MSReferenceSansSerif-Bold';
}

.desc-mnu.left {
    float: left;
    width: 200px;
}

.desc-mnu.right {
    float: right;
    width: 200px;
}

.product-wrap .phone {
    font-size: 24px;
    padding: 15px 10px;
    color: #7D7D7B;
}

.product-wrap .phone span {
    color: #EB9E28;
}
