#header a 
, #footer a{
    text-decoration: none;
}
#header a:hover
, #footer a:hover{
    text-decoration: underline;
}

#header {
    width: 100%;
    position: fixed;
    height: 108px;
    top: 0;
    left: 0;
    z-index: 10;
}

#header .first-line {
    height: 70px;
    background-color: #edece8;
}
#header .first-line > div {
    padding: 0 25px;
}
#header .logo {
    margin-top: 16px;
    float: left;
}
#header .cart {
    margin-top: 13px;
    float: right;
    font-size: 30px;
    line-height: 42px;
}
#header .cart .price {
    color: #000;
    font-weight: bold;
}
#header .to-cart {
    width: 139px;
    height: 34px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    position: relative;
    top: -6px;
    margin-left: 12px;
}
#header .first-line .center {
    font-family: "SegoeUISemiBold";
    margin-left: 223px;
    margin-top: 12px;
}
#header .first-line .center > * {
    display: inline-block;
}
#header .center .title {
    font-size: 18px;
}
#header .center .tel {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
    margin-left: 25px;
}
#header .center .rule {
    position: relative;
    top: 4px;
    font-size: 16px;
    margin-left: 95px;
}
#header .center .rule .min {
    position: absolute;
    left: -57px;
    top: -2px;
    width: 51px;
    height: 41px;
    display: inline-block;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 41px;
    border-radius: 5px;
    margin-right: 15px;
}
#header .menu {
    background-color: #f7f7f7;
    height: 38px;
}
#header .menu .list {
    margin-left: 88px;
    line-height: 33px;
}
#header .menu .list a {
    margin-right: 22px;
}
#header .menu .list a {
    font-family: "SegoeUISemiBold";
    font-size: 16px;
    color: #aeaeae;
}
#header .menu .list a:hover {
    color: #aeaeae;
}
#header .menu .list a.prod {
    color: #6f6f6f;
}
#header .menu .list a.prod:hover {
    color: #ff9300;
}
#header .menu .right {
    float: right;
    margin-right: 55px;
    line-height: 33px;
}
#header .menu .right div {
    display: inline-block;
}
#header .social a {
    padding-left: 6px;
}
#header .social a:hover {
    text-decoration: none;
}
#header .account {
    float: right;
}
#header .account a {
    position: relative;
    font-family: "SegoeUISemiBold";
    font-size: 16px;
    color: #6f6f6f;
    text-decoration: underline;
    padding-left: 25px;
    margin-left: 18px;
}
#header .account a.login:before
,#header .account a.logout:before {
    content: "";
    width: 16px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 7px;
    display: inline-block;
    background: url("../img/ac-login.png") 0 0 no-repeat;
}
#header .account a.logout:before {
    background-position: bottom;
}
@media (max-width: 1315px) {
    #header .rule {
        font-size: 14px;
    }
    #header .first-line .center {
        margin-top: 4px;
    }
    #header .first-line .center .tel {
        font-size: 18px;
    }
    #header .first-line .rule {
        margin-left: 57px;
    }
    #header .first-line .rule .min {
        font-size: 26px;
        height: 36px;
        line-height: 36px;
        top: 0;
    }
    #header .first-line .rule {
        font-size: 14px;
        line-height: 16px;
    }
    #header .menu .list {
        margin-left: 25px;
    }
    #header .menu .list a {
        margin-right: 10px;
        font-size: 12px;
    }
    #header .account {
        margin-left: 80px;
    }
}
@media (max-width: 1000px) {
    #header .rule {
        display: none !important;
    }
}
@media (max-width: 800px) {
    #header .menu {
        height: 72px;
    }
}

#content {
    padding-top: 108px;
    padding-bottom: 71px;
}
#footer {
    height: 71px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #bababa;

    font-family: "Arial";
}
#footer > div {
    padding: 24px 15px 0;
}
#footer .left > * {
    padding-right: 34px;
}
@media (max-width: 1024px) {
    #footer .left > * {
        padding-right: 10px;
    }
}
@media (max-width: 768px) {
    #content {
        padding-bottom: 0;
        padding-top: 142px;
    }
    #footer {
        position: static;
        height: auto;
    }
}

#slider {
    width: 100%;
    position: relative;
    margin-bottom: 43px;
}
#slider .slides {
    width: 100%;
    height: 396px;
}
#slider .slides .slide {
    width: 100%;
    position: absolute;
    height: 396px;
    overflow: hidden;
}
#slider .slide img {
    display: block;
    margin: 0 auto;
}
#slider .pager {
    height: 25px;
    line-height: 22px;
    background-color: #f7f7f7;
    margin: 0;
}
#slider .pager a {
    width: 8px;
    height: 8px;
    background-image: url("../img/slider-pager.png");
    background-position: bottom;
    margin: 0 8px;
}
#slider .pager a.active {
    background-position: top;
}
#slider .billet {
    position: absolute;
    width: 278px;
    background-color: #000;
    top: 12%;
    left: 64.9%;
    color: #e9e9e9;
    font-size: 12px;
    padding-left: 31px;
    padding-top: 26px;
}
#slider .billet .title {
    font-size: 18px;
    margin-bottom: 17px;
}
#slider .billet .text {
    line-height: 14px;
    margin-bottom: 24px;
}
#slider .billet .line {
    margin-bottom: 26px;
}
#slider .billet .price,
#slider .billet .rub
{
    font-size: 30px;
}
#slider .billet .to-cart {
    font-size: 17px;
    text-decoration: underline;
    margin-left: 48px;
}
#slider .billet:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 0 26px 17px;
    border-color: transparent transparent transparent #000;
    position: absolute;
    left: 0;
    bottom: -26px;
}
#slider .arrow {
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -28px;
    height: 56px;
    background-image: url("../img/slider-arrows.png");
    background-position: 0 0;
}
#slider .arrow.left {
    width: 25px;
    left: 0;
}
#slider .arrow.left:hover {
    background-position: 0 -56px;
}
#slider .arrow.right {
    width: 26px;
    background-position: -25px 0;
    right: 0;
}
#slider .arrow.right:hover {
    background-position: -25px -56px;
}

.product-category::before {
    height: 108px;
    margin-top: -108px;
}
.product {
    font-size: 14px;
    margin-bottom: 34px;
}
.product .wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 350px;
}
.product.max-235 .wrap {
    max-width: 235px;
}
.product img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.product .title {
    height: 52px;
    font-size: 22px;
    line-height: 26px;
    margin-top: 12px;
    margin-bottom: 13px;
}
.product .text {
    height: 36px;
    margin-bottom: 6px;
}
.product .help-block {
    color: #808080;
    font-size: 13px;
    margin-top: 10px;
}
.product .property {
    margin-bottom: 10px;
    min-height: 76px;
}
.product .property .radio {
    margin-top: 4px;
    margin-bottom: 0;
}
.product .price,
.product .rub {
    font-size: 30px;
}
.product .line {
    position: relative;
    margin-top: 23px;
}
.product button {
    position: relative;
    top: -11px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-left: 9px;
}
.product button:focus,
.product button:hover {
    color: #fff;
}
.product button.additional {
    font-weight: normal;
}
.product button,
.wnd-product button {
    padding-left: 16px;
    padding-right: 16px;
}
.product input[type="radio"]:checked + span,
.wnd-product input[type="radio"]:checked + span {
    font-weight: bold;
    white-space: nowrap;
}

#feedback {
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fbfbfb;
    padding-top: 33px;
}
#feedback:before {
    content: "";
    display: block;
    width: 100%;
    top: -18px;
    height: 18px;
    position: absolute;
    z-index: 2;
    background: url(../img/fb-shadow.png) top repeat-x;
}
#feedback .title {
    font-size: 28px;
    margin-bottom: 34px;
}
#feedback label {
    font-family: "Arial";
    font-size: 14px;
    color: #312a20;
    font-weight: normal;
    text-align: left;
}
#feedback input[type="text"], #feedback input[type="email"] {
    border-width: 0;
    background-color: #e8e8e8;
    height: 43px;
}
#feedback .form-group {
    margin-bottom: 22px;
}
#feedback textarea {
    height: 175px;
    border-width: 0;
    background-color: #e8e8e8;
    resize: none;
}
#feedback button {
    color: #fff;
    font-size: 20px;
    font-family: "SegoeUISemiBold";
}
#feedback form {
    margin-bottom: 17px;
}
.add_file {
    overflow: hidden;
    display: inline-block;
    position: relative;
    color: #626262;
}
.add_file label.add_file_title {
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 0;
}
.add_file .filename {
    font-style: italic;
}
.add_file input[type="file"] {
    position: absolute;
    display: none;
    left: -99999px;
}
#feedback .add_file_title {
    color: #626262;
}
#feedback .file-help {
    font-family: "Arial";
    color: #626262;
    font-size: 11px;
    position: relative;
    top: -4px;
    margin-left: 10px;
}
#feedback .file-block {
    margin-top: 21px;
    position: relative;
    padding-left: 22px;
}
#feedback .file-block:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 17px;
    height: 15px;
    background-image: url(../img/icon-file.png);
}
#feedback .link-close {
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    right: 7%;
    top: -11px;
    background-image: url(../img/icon-close.png);
}

.stock-page
,.lk-page
,.bonus-page {
    max-width: 1254px;
}
@media (min-width: 992px) {
    .stock-page .col-md-6:nth-child(odd) {
        padding-right: 41px;
    }
    .stock-page .col-md-6:nth-child(even) {
        padding-left: 42px;
        padding-right: 14px;
    }
}
.stock-page h1 {
    margin-bottom: 5px;
}
.stock-page .product .title {
    max-width: 420px;
    margin-bottom: 18px;
}
.stock-page .product img {
    margin-bottom: 19px;
}
.stock-page .product .text {
    margin-bottom: 32px;
}
.stock-page .product .to-cart {
    margin-left: 36px;
    margin-top: -5px;
}
@media (max-width: 991px) {
    .stock-page .product {
        max-width: 597px;
        margin-left: auto;
        margin-right: auto;
    }
}
.bonus-page .bonus-row {
    margin-top: 68px;
}
.bonus-page .bonus {
    max-width: 220px;
    margin: 0 auto;
}
.bonus-page .bonus img {
    margin-bottom: 30px;
}
.bonus-page .bonus .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 32px;
}
.bonus-page .bonus .text {
    font-size: 14px;
}
.bonus-page .description {
    font-size: 14px;
    color: #a3a3a3;
}
.bonus-page .referer a {
    text-decoration: none;
    margin: 0 2px;
}
.lk-page h1 {
    margin-bottom: 22px;
}
.lk-page .btn
,.lk-page .btn:active
,.lk-page .btn:focus {
    color: #494949;
    width: 100%;
    height: 44px;
    font-size: 18px;
    font-weight: normal;
    background-color: #f7f7f7;
    border: 1px solid #d1d1d1;
    outline: none;
}
.lk-page .value {
    height: 44px;
    line-height: 44px;
    color: #333;
    font-size: 20px;
}
.lk-page .edit {
    font-size: 13px;
    color: #d0cfcc;
}
.bonus-count {
    font-size: 28px;
}
#content .lk-page .line {
    margin-bottom: 24px;
}
.page {
    margin-bottom: 90px;
}
.page-title {
    margin-top: 24px;
    margin-bottom: 37px;
    font-size: 28px;
}
h2.page-title {
    font-size: 23px;
    line-height: 35px;
}
#wnd-auth .wnd {
    width: 433px;
    margin: 0 10px;
}
#wnd-auth .wnd-type {
    margin-top: -6px;
}
#wnd-auth .wnd h2 {
    margin-top: 62px;
    margin-bottom: 53px;
    font-size: 23px;
}
.wnd form {
    width: 365px;
    margin: 0 auto;
}
.wnd-type a, .wnd-type a:hover {
    font-size: 18px;
    color: #a2a2a2;
    margin-right: 28px;
}
.wnd-type a.active, .wnd-type a.active:hover {
    font-weight: bold;
    color: #ff9300;
    text-decoration: none;
}
.wnd-input {
    width: 365px;
    height: 62px;
    border: 1px solid #bababa;
    padding: 0 16px;
    text-align: center;
    border-radius: 3px;
    font-size: 20px;
    position: relative;
}
.wnd-input:focus {
    border-color: #ff9300;
    z-index: 2;
    outline: none;
}
.wnd-input.top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.wnd-input.bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}
#wnd-auth .wnd button {
    font-family: "SegoeUISemiBold";
    font-size: 20px;
    width: 202px;
    height: 51px;
    margin-top: 97px;
}
.wnd .lost-password {
    display: inline-block;
    margin: 12px 0 0 20px;
}
.wnd .title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 36px;
}

.wnd-product {
    max-width: 790px;
}
.wnd .product-img {
    max-width: 100%;
    display: block;
    margin-bottom: 26px;
}
.wnd-product h2 {
    font-size: 23px;
    margin-bottom: 12px;
}
.wnd-product .description {
    font-size: 14px;
    color: #333;
}
.wnd-product .title {
    font-size: 17px;
    margin-bottom: 18px;
}
a.change,
a.change:hover
{
    color: #fff;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    line-height: 18px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#77b664+0,2e861a+100 */
    background: rgb(119,182,100); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(119,182,100,1) 0%, rgba(46,134,26,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(119,182,100,1) 0%,rgba(46,134,26,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(119,182,100,1) 0%,rgba(46,134,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77b664', endColorstr='#2e861a',GradientType=0 ); /* IE6-9 */
}
.wnd-product .additional {
    margin-bottom: 6px;
}
.wnd-product .text {
    margin-bottom: 12px;
}
.wnd-product .line {
    margin-top: 30px;
    font-size: 30px;
    position: relative;
}
.wnd-product button,
.wnd-product button:focus,
.wnd-product button:hover {
    color: #fff;
    font-size: 15px;
    position: relative;
    top: -4px;
    font-weight: bold;
    margin-left: 50px;
}

.page-about {
    padding-top: 71px;
    max-width: 903px;
}
.page-about .video {
    margin-top: 44px;
    margin-bottom: 54px;
}
.page-about h2 {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 48px;
}
.page-about .text h4 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 18px;
    margin-top: 33px;
}
.page-about .text p {
    margin-bottom: 18px;
}
.page-about .text .address {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 58px;
}
.page-about .gallery {
    margin-top: 49px;
}
.photos {
    text-align: justify;
}
@media (max-width: 600px) {
    .photos {
        text-align: center;
    } 
}
.photos:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.photos .photo {
    display: inline-block;
    width: 284px;
    height: 284px;
    margin-bottom: 11px;
}
.gallery .more-photos {
    font-size: 17px;
    position: relative;
}
.gallery .more-photos:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 18px;
    background-image: url(../img/arrow-down.png);
    position: relative;
    top: 6px;
    margin-right: 4px;
}

.page-cart h1.page-title {
    margin-bottom: 28px;
}
.page-cart h2.page-title {
    margin-bottom: 17px;
}
.page-cart .promocode input {
    text-align: center;
}
.page-cart .promocode button {
    width: 100%;
    color: #fff;
    height: 44px;
    font-size: 18px;
    font-weight: bold;
}
.page-cart .form-promo {
    margin-top: 25px;
}
.page-cart .bonus-count {
    height: 68px;
    background-color: #ffe5c1;
    border-radius: 4px;
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
    line-height: 63px;
    padding: 0 18px;
    display: inline-block;
}
.page-cart .bonus-count input[type="text"] {
    width: 77px;
    height: 32px;
    display: inline-block;
    margin: 0 7px 0 2px;
    text-align: center;
    padding: 0 4px;
}
.page-cart .bonus-count .btn {
    width: 144px;
    height: 32px;
    color: #fff;
    font-weight: bold;
}
@media (max-width: 1040px) {
    .page-cart .bonus-count {
        font-size: 18px;
    }
}
@media (min-width: 975px) {
    .page-cart .product .wrap {
        margin-left: 0;
    } 
}
.cart .row-title {
    font-size: 16px;
    margin-bottom: 16px;
}
.cart .row-item {
    line-height: 20px;
    margin-bottom: 9px;
}
.cart .row-item .title {
    font-size: 18px;
}
.cart .row-item .title .property-value {
    font-size: 14px;
}
.cart .row-item .count,
.cart .row-item .price
{
    font-size: 20px;
}
.cart .row-item .count {
    position: relative;
}
.cart a.change {
    width: 18px;
    height: 18px;
    position: relative;
    top: -2px;
}
.cart a.remove {
    position: relative;
    top: 4px;
}
.page-cart .cart {
    margin-bottom: 40px;
}
.cart-total {
    font-size: 28px;
    margin: 27px 0 31px;
}
.cart-total .info {
    font-size: 14px;
}
.to-order button {
    width: 177px;
}
.to-order .info {
    margin-left: 36px;
    font-size: 17px;
    position: relative;
    top: 4px;
}

.page-order .page-title {
    margin-bottom: 26px;
}
.page-order form {

}
.page-order .column-middle {
    height: 44px;
    display: table;
    padding-top: 0; 
    padding-bottom: 0; 
}
.page-order .form-group label {
    font-size: 16px;
    color: #312a20;
    text-align: left;
    font-weight: normal;
}
.page-order .column-middle > * {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0; 
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.page-order input[type="text"]
,.page-order input[type="password"]
, .page-order input[type="email"] {
    height: 44px;
}
.page-order input[type="text"]:focus
, .page-order input[type="password"]:focus
, .page-order input[type="email"]:focus
, .page-order textarea:focus {
    border-color: #ff9300;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-order .set-phone {
    color: #a2a2a2;
    font-size: 18px;
}
.page-order .form-group {
    margin-bottom: 18px;
}
.page-order .small-title {
    font-size: 18px;
    margin: 28px 0;
}
.page-order form textarea {
    height: 130px;
}
.page-order .middle-title {
    font-size: 28px;
    line-height: 1.4;
    margin: 22px 0;
}
.page-order .line {
    margin: 56px 0;
}

#wnd-order {
    font-size: 14px;
}
#wnd-order .middle-title {
    font-size: 23px;
}
#wnd-order .title {
    font-size: 30px;
    line-height: 1;
    margin: 65px 0 85px;
}
#wnd-order .btn {
    width: 170px;
    margin-top: 60px;
    color: #fff;
    font-weight: bold;
}

#fly_product {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    z-index: 99999;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #ff9300;
    background-image: none;
}

.page-prevention {
    padding-top: 103px;
}
.page-prevention .cat {
    background-image: url(../img/cat.png);
    width: 97px;
    height: 109px;
    margin: 0 auto 56px;
}
.page-prevention .logo {
    margin: 0 auto;
}
.page-prevention h3 {
    font-size: 24px;
}
.page-prevention .description {
    margin: 111px auto 104px;
    max-width: 720px;
    line-height: 20px;
}

#order-form #map {
    width: 100%;
    height: 400px;
    margin: 0 0 18px;
}