* {
    margin: 0;
    outline: 0;
    padding: 0;
    border: 0;
}

html {
    height: 100%;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

body {
    width: 100%;
    overflow-x: auto;
    color: #000;
    font-size: 16px;
    background-color: #fff;
}

a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #dd3f19 !important;
}

li {
    list-style-type: none;
}

img {
    display: block;
}

.upper {
    text-transform: uppercase;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.tleft {
    text-align: left;
}

.tcenter {
    text-align: center;
}

.fright {
    text-align: right;
}

.clear {
    clear: both;
    float: none !important;
    width: 0;
    padding: 0;
    border: 0;
}

.invisible {
    display: none;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font18 {
    font-size: 18px;
}

.font24 {
    font-size: 24px;
}

.font48 {
    font-size: 48px;
}

.font96 {
    font-size: 96px;
}

.expanded {
    letter-spacing: 0.2em;
}

.bline {
    display: block;
    width: 140px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 14px;
    margin: 10px auto 22px;
}

.dline {
    display: block;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 0;
    margin: 22px auto 0;
}

h1 {
    display: none;
}

h2 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #ff6c00;
    margin: 30px 0 10px;
}

p {
    line-height: 1.5em;
    margin-bottom: 5px;
}

.tmargin20 {
    margin-top: 20px;
}

.bmargin16 {
    margin-bottom: 16px;
}

.bmargin30 {
    margin-bottom: 30px;
}

.bmargin40 {
    margin-bottom: 40px;
}

.bmargin140 {
    margin-bottom: 140px;
}

.bl {
    display: block;
}

.gray {
    color: #666 !important;
}

.dgray {
    color: #555 !important;
}

.orange {
    color: #dd3f19;
}

.icon,
.iconbefore::before,
.iconafter::after {
    content: "";
    display: inline-block;
    background: transparent url(../img/sprite.png) no-repeat scroll 0 0;
}

.cont {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

.logo {
    width: 244px;
    height: 23px;
    background-position: 0 0;
}

header .logo {
    position: absolute;
    left: 0;
    top: 42px;
}

footer .logo {
    margin: 45px auto 30px;
}

header {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100px;
    position: relative;
    z-index: 2;
}

header nav {
    position: absolute;
    right: 30px;
    top: 42px;
}

header nav a:not(:last-child) {
    margin-right: 36px;
}

header form.search_form {
    position: absolute;
    right: 0;
    top: 42px;
}

.search {
    width: 11px;
    height: 11px;
    background-position: 0 -357px;
    position: absolute;
    right: 0;
    top: 7px;
}

header form.search_form input {
    margin-right: 24px;
    width: 0;
    padding: 5px 0;
    border-radius: 15px;
    -webkit-transition: width 0.25s linear 0s;
    -moz-transition: width 0.25s linear 0s;
    -ms-transition: width 0.25s linear 0s;
    -o-transition: width 0.25s linear 0s;
    transition: width 0.25s linear 0s;
}

header form.search_form input:focus,
header form.search_form:hover input {
    width: 180px;
    padding: 5px 18px;
    border: 1px solid #585656;
}

div.slider {
    position: relative;
    top: -100px;
    z-index: 1;
    background-color: #000;
    text-align: center;
    color: #fff;
}

div.slider .slider_captions {
    position: absolute;
    left: 50%;
    top: 260px;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

}

/*Slider*/
div.slider .viewport {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

div.slider .viewport::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-box-shadow: inset 90px 0 60px -60px rgba(0, 0, 0, 0.8), inset -90px 0 60px -60px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 90px 0 60px -60px rgba(0, 0, 0, 0.8), inset -90px 0 60px -60px rgba(0, 0, 0, 0.8);
    box-shadow: inset 90px 0 60px -60px rgba(0, 0, 0, 0.8), inset -90px 0 60px -60px rgba(0, 0, 0, 0.8);
}

div.slider .viewport ul {
    width: 500%;
    transition: all 1s linear 0s;
    -webkit-transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -ms-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
    transition: all 1s linear 0s;
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%);
}

div.slider .viewport li {
    width: 20%;
    position: relative;
    float: left;
}

div.slider .viewport li img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    div.slider .viewport li img {
        width: calc(100% - 3px);
        padding-left: 3px;
    }
}

@media screen and (max-width: 860px) {
    a.left_arrow,
    a.right_arrow {
        display: none !important;
    }
}

a.left_arrow,
a.right_arrow {
    position: absolute;
    top: 0;
    opacity: 0.4;
    display: block;
    height: 100%;
    z-index: 12;
}

a.left_arrow {
    left: 30px;
}

a.right_arrow {
    right: 30px;
}

a.left_arrow:hover,
a.right_arrow:hover {
    opacity: 1;
}

a.left_arrow::before,
a.right_arrow::before {
    position: relative;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 48px;
    height: 109px;
}

a.left_arrow::before {
    background-position: 0 -379px;
}

a.right_arrow::before {
    background-position: 0 -489px;
}

div.slider div.pager {
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 24px;
    z-index: 11;
}

div.slider div.pager a {
    display: inline-block;
    margin: 0 6px;
    width: 7px;
    height: 7px;
    border: 1px solid #cdcac6;
    border-radius: 7px;
}

div.slider div.pager a.active {
    border-color: #fff;
    -webkit-box-shadow: inset 0 0 1px #fff;
    -moz-box-shadow: inset 0 0 1px #fff;
    box-shadow: inset 0 0 1px #fff;
}

/*EOF Slider*/
ul.triple:not(:last-of-type) {
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 1px solid #e5e5e5;
}

ul.triple li {
    width: 31%;
    margin: 0 1%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

ul.triple li a:first-of-type:hover::before {
    opacity: 0.8;
    content: "подробнее";
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 50%;
    top: 96px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #dd3f19;
    padding: 8px 22px 12px;
    cursor: pointer;
}

.icon.review,
.icon.compare,
.icon.accessories {
    width: 110px;
    height: 110px;
    margin-bottom: 30px;
}

ul.triple li img {
    margin-bottom: 15px;
}

ul.triple li a {
    color: #000;
}

.icon.review {
    background-position: 0 -24px;
}

.icon.compare {
    background-position: 0 -135px;
}

.icon.accessories {
    background-position: 0 -246px;
}

.icon.unfeat {
    width: 14px;
    height: 12px;
    background-position: 0 -599px;
    margin: 0 5px 0 0;
}

.icon.feat {
    width: 14px;
    height: 12px;
    background-position: 0 -612px;
    margin: 0 5px 0 0;
}

.scroll {
    position: fixed;
    right: 100px;
    bottom: 80px;
    cursor: pointer;
    display: block;
    width: 45px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.5);
}

.scroll:hover {
    background-color: #dd3f19;
}

.scroll::before {
    position: relative;
    left: 15px;
    top: 9px;
    width: 15px;
    height: 9px;
    background-position: 0 -369px;
}

footer {
    color: #fff;
    height: 585px;
    background: transparent url(../img/bg_footer.jpg) no-repeat scroll 0 0;
    position: relative;
    margin-top: 90px;
}

footer p {
    font-size: 15px;
    margin-bottom: 20px;
}

footer .semitrans {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 18px 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
