@import "reset.css";
@import "https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic";
@import "font-awesome.min.css";

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0
}

html {
    height: 100%
}

body {
    height: inherit;
    line-height: 16px;
    color: #3f3f3f;
    font-family: "PT Sans", sans-serif;
    font-size: 14px
}

a {
    color: #82ad87;
    text-decoration: none;
    transition: .3s
}

a:focus {
    color: #82ad87
}

a:hover {
    color: #c38749;
    text-decoration: none;
    transition: .3s
}

b {
    font-weight: 700
}

.f-right {
    float: right
}

.f-left {
    float: left
}

.wrapper {
    max-width: 1440px;
    margin: 0 auto;
    min-width: 320px
}

.btn {
    border: 0;
    font-weight: 700;
    background: #3f3f3f;
    font-family: 'PT Sans';
    line-height: 14px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    transition: .3s
}

.btn.btn-secondary {
    background: #82ad87
}

.btn.btn-tertiary {
    background: #c38749
}

.btn:hover {
    background: #c38749;
    color: #fff;
    transition: .3s
}

.btn:focus {
    text-decoration: none;
    color: #fff
}

.t-left {
    text-align: left
}

.t-right {
    text-align: right
}

.t-center {
    text-align: center
}

.btn-wrap {
    padding: 12px 0
}

.section {
    margin: 15px 0
}

.grey-bg {
    background: #f6f6f6 !important
}

.main-wrapper {
    height: auto !important;
    min-height: 100%
}

.footer-reserved {
    height: 204px
}

#to_top {
    position: fixed;
    bottom: 30px;
    right: 34px;
    cursor: pointer;
    display: none;
    font-size: 50px;
    color: #9d9d9d
}

@media screen and (max-width: 385px) {
    #to_top {
        bottom: 10px;
        right: 13px
    }
}

header {
    margin-bottom: 30px
}

header .container-fluid {
    margin: 30px 15px 0
}

header .logo > img {
    margin: 30px 0
}

header .logo-xs-sm {
    position: absolute;
    z-index: 2
}

header .logo-xs-sm img {
    margin: 5px 0
}

header .phones .item {
    display: inline-block;
    margin-right: 30px;
    font-weight: 700
}
header .phones .item a{
    color: #3f3f3f;
    text-decoration: none;
}
header .phones .item a:hover{
    text-decoration: underline;
}
header .phones .item:last-child {
    margin-right: 0
}

@media screen and (max-width: 520px) {
    header .logo-xs-sm > img {
        width: 80px
    }
}

.banners {
    margin-top: 0
}

.banners .item {
    text-align: center
}

.banners .item a {
    display: block;
    position: relative
}

.banners .item a > span {
    position: absolute;
    display: block;
    width: 100%;
    top: 40%;
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    text-shadow: 1px 1px 2px #333, 0 0 1px #333;
    padding: 0 25px
}

@media screen and (max-width: 700px) {
    .banners .item a > span {
        font-size: 30px;
        line-height: 30px;
        top: 45%
    }
}

@media screen and (max-width: 600px) {
    .banners .item a > span {
        font-size: 26px
    }
}

@media screen and (max-width: 480px) {
    .banners .item a > span {
        font-size: 22px;
        line-height: 26px
    }
}

@media screen and (max-width: 380px) {
    .banners .item a > span {
        font-size: 18px;
        line-height: 22px;
        top: 40%
    }
}

.banners .item img {
    width: 100%;
    padding: 15px 0
}

.items-slider {
    margin: 30px 0
}

.items-slider .group-title {
    text-align: center;
    color: #c38749;
    margin-bottom: 13px
}

.items-slider .group-title span {
    font-size: 20px;
    padding: 10px;
    position: relative;
    background: #fff;
    text-transform: uppercase;
    font-weight: 700
}

.items-slider .group-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed #82ad87
}

.items-slider .switches .delimiter {
    font-size: 18px;
    color: #c2c2c2
}

.items-slider .switches a {
    color: #3f3f3f
}

.items-slider .switches a:hover {
    color: #c38749
}

.items-slider .switches {
    margin-bottom: 20px
}

.products .item {
    width: 274px;
    border: 1px solid #dcddde;
    margin: 0 auto;
    transition: .3s
}

.products .item:hover {
    box-shadow: 0 5px 20px rgba(234, 101, 23, 0.4);
    border-color: #c38749;
    transition: .3s
}

.products .item .image {
    position: relative;
    padding-top: 85px
}

.products .item .special-icons {
    position: absolute;
    top: 7px;
    left: 7px
}

.products .item .special-icons .ico {
    background: #fff;
    color: #3eb5f1;
    border: 2px solid #3eb5f1;
    font-size: 12px;
    display: inline-block;
    width: 62px;
    height: 62px;
    vertical-align: top;
    border-radius: 32px;
    padding-top: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.products .item .special-icons .novelty.ico {
    color: #52ac62;
    border-color: #52ac62
}

.products .item .special-icons .share.ico {
    color: #df8623;
    border-color: #df8623
}

.products .item .special-icons .bestsaller.ico {
    color: #ff0c0c;
    border-color: #ff0c0c;
    padding-top: 12px
}

.products .item .special-icons .dg360.ico {
    font-size: 14px
}

.products .item .title {
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px;
    color: #3f3f3f
}

.products .item .price, .products .item .cart .product .amount, .cart .product .products .item .amount {
    font-size: 18px;
    font-weight: 700;
    margin: 15px;
    color: #c38749
}

.products .item .price .old, .products .item .cart .product .amount .old, .cart .product .products .item .amount .old {
    font-weight: 400;
    color: #a8a8ad;
    text-decoration: line-through;
    font-size: 16px
}

.products .item .price .new, .products .item .cart .product .amount .new, .cart .product .products .item .amount .new {
    color: #dc2222
}

.products .item .sizes {
    color: #6d6d71;
    margin: 15px
}

.products .item .buy-group {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    margin-top: 20px
}

.articles-slider .item {
    max-width: 370px;
    width: inherit;
    margin: 0 auto
}

.articles-slider .item .image {
    overflow: hidden
}

.articles-slider .item .image img {
    max-width: 100%
}

.articles-slider .item .image img:hover {
    transform: scale(1.05);
    transition: transform .2s ease-out
}

.articles-slider .info, .articles .item {
    padding: 5px
}

.articles-slider .info .title, .articles .item .title {
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0
}

.articles-slider .info .title > a, .articles .item .title > a {
    color: #3f3f3f
}

.articles-slider .info .title > a:hover, .articles .item .title > a:hover {
    color: #c38749
}

.articles-slider .info .short-text, .articles .item .short-text {
    padding: 5px 0
}

.articles-slider .info .date, .articles .item .date {
    color: #6d6d71
}

.articles-slider .info .read, .articles .item .read {
    padding: 10px 0
}

.articles-slider .info .read > a, .articles .item .read > a {
    text-transform: uppercase
}

.footer {
    background: #3f3f3f;
    margin-top: -204px
}

.footer footer {
    background: #3f3f3f;
    color: #fff;
    padding: 15px 0;
    margin-top: 15px
}

.footer footer .item {
    margin: 10px 0
}

.footer footer .item .title {
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 0 15px
}

.footer footer ul {
    line-height: 18px
}

.footer footer ul li {
    display: inline-block;
    margin: 0 15px 10px 0
}

.footer footer ul li:last-child {
    padding-right: 0
}

.footer footer ul li a:hover {
    color: #c38749
}

.footer footer a {
    color: #fff
}

.footer footer .feedback i {
    font-size: 24px
}

.footer footer .copyright {
    padding: 8px 0
}

.footer footer .social-networks ul li i {
    font-size: 20px
}

@media screen and (max-width: 400px) {
    footer .feedback, footer .copyright {
        float: none;
        text-align: center
    }
}

.article {
    margin: 30px 0;
    line-height: 20px
}

.article .title {
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center
}

.article .content p {
    padding: 5px 0
}

.breadcrumbs {
    font-size: 16px;
    margin-bottom: 30px
}

.breadcrumbs li {
    display: inline-block;
    margin-bottom: 15px
}

.breadcrumbs li > i {
    padding-left: 5px
}

.breadcrumbs li:last-child {
    font-weight: 700
}

.articles {
    margin-bottom: 30px
}

.articles .item {
    padding: 0;
    margin-bottom: 15px
}

.articles .item:last-child {
    margin-bottom: 0
}

.pagination {
    text-align: center
}

.pagination li {
    display: inline-block;
    font-size: 16px;
    margin: 30px 7px 15px
}

.cart .table {
    overflow-x: auto
}

.cart .table table {
    width: 100%;
    min-width: 500px
}

.cart .table tr th, .cart .table tr td {
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 15px;
    vertical-align: middle
}

.cart .table tr th {
    text-transform: uppercase;
    background: #e1e1e1
}

.cart .product {
    font-size: 16px
}

.cart .product .title {
    min-width: 200px;
    max-width: 300px
}

.cart .product .photo {
    width: 200px
}

.cart .product .photo img {
    width: 140px
}

.cart .product .quantity {
    font-weight: 700;
    width: 87px;
    margin: 0 auto
}

.cart .product .quantity i {
    font-size: 24px
}

.cart .product .quantity span, .cart .product .quantity i {
    display: inline-block;
    vertical-align: middle
}

.cart .product .quantity span {
    padding: 0 8px
}

.cart .product .price, .cart .product .amount {
    margin: 15px
}

.cart .product .amount {
    font-weight: 700
}

.cart .product .actions {
    font-size: 24px
}

.cart .actions {
    padding: 30px 40px 15px;
    border-top: 0
}

.cart .actions .btn-wrap {
    margin-bottom: 15px
}

.cart .total {
    text-align: center;
    margin: 30px 0
}

.cart .total .info {
    text-transform: uppercase;
    margin-bottom: 15px
}

.cart .total .info b {
    font-size: 18px
}

.cart-var2 {
    margin-bottom: 15px
}

.cart-var2 .product {
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 10px;
    padding-bottom: 10px
}

.cart-var2 .product .photo img {
    width: 50px
}

.cart-var2 .product .quantity {
    font-weight: 700;
    width: 87px;
    margin: 0 auto
}

.cart-var2 .product .quantity i {
    font-size: 24px
}

.cart-var2 .product .quantity span, .cart-var2 .product .quantity i {
    display: inline-block;
    vertical-align: middle
}

.cart-var2 .product .actions {
    font-size: 24px
}

.cart-var2 .product .amount {
    font-weight: 700
}

.cart-var2 .product [class*='col-'] {
    min-height: 73px;
    padding-top: 5px;
    padding-bottom: 5px
}

.cart-var2 .head {
    text-align: center;
    background: #e1e1e1;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px
}

.cart-var2 .head [class*='col-'] {
    min-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase
}

.cart-var2 .total {
    text-align: center;
    margin: 30px 0
}

.cart-var2 .total .info {
    text-transform: uppercase;
    margin-bottom: 15px
}

.cart-var2 .total .info b {
    font-size: 18px
}

.catalog {
    margin-bottom: 30px
}

.catalog .products {
    margin-left: -9px
}

.catalog .products .item {
    display: inline-block;
    margin: 9px 0 7px 8px
}

@media screen and (max-width: 1198px) {
    .catalog .products .wrap {
        margin-left: -55px
    }

    .catalog .products .wrap .item {
        margin: 9px 0 7px 55px
    }

    .catalog .products {
        width: 607px;
        margin: 0 auto
    }
}

@media screen and (max-width: 725px) {
    .catalog .products .wrap {
        margin-left: -25px
    }

    .catalog .products .wrap .item {
        margin: 9px 0 7px 25px
    }

    .catalog .products {
        width: 577px;
        margin: 0 auto
    }
}

@media screen and (max-width: 620px) {
    .catalog .products .wrap {
        margin-left: -9px
    }

    .catalog .products .wrap .item {
        margin: 9px 0 7px 9px
    }

    .catalog .products {
        width: 561px;
        margin: 0 auto
    }
}

@media screen and (max-width: 600px) {
    .catalog .products {
        width: auto
    }
}

@media screen and (max-width: 590px) {
    .catalog .products {
        text-align: center
    }

}

.catalog .settings {
    border-bottom: 1px solid #f7f6f8;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.catalog .settings .sorting select, .catalog .settings .pager select {
    margin: 0 7px
}

.catalog .settings .pager {
    text-align: right
}

@media screen and (max-width: 766px) {
    .catalog .settings .sorting, .catalog .settings .pager {
        text-align: center;
        margin: 10px 0
    }
}

.catalog .settings.bottom {
    border-bottom: 0;
    border-top: 1px solid #f7f6f8;
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 0;
    padding-bottom: 0
}

.lSSlideOuter .products .item {
    margin-bottom: 15px
}

.lSSlideOuter .products ul li {
    text-align: center
}

.product-content .gallery {
    margin-bottom: 30px
}

.product-content .product-name {
    font-size: 18px;
    text-transform: uppercase;
    margin: 15px 0
}

.product-content .rating {
    margin-bottom: 15px
}

.product-content .rating .info a {
    cursor: default;
    font-size: 24px
}

.product-content .rating .info, .product-content .rating .reviews-count {
    display: inline-block
}

.product-content .rating .reviews-count {
    vertical-align: top;
    padding: 4px 5px 0;
    color: #7f7f7f
}

.product-content .price, .product-content .cart .product .amount, .cart .product .product-content .amount {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 30px
}

.product-content .price .old, .product-content .cart .product .amount .old, .cart .product .product-content .amount .old {
    font-weight: 400;
    color: #a8a8ad;
    text-decoration: line-through;
    font-size: 26px
}

.product-content .price .new, .product-content .cart .product .amount .new, .cart .product .product-content .amount .new {
    color: #dc2222
}

.product-content .availability {
    margin-bottom: 30px;
    color: #c38749
}

.product-content .availability.false {
    color: #7f7f7f
}

.product-content form.buy .item {
    margin-bottom: 15px
}

.product-content form.buy .item .title {
    font-weight: 700;
    margin-bottom: 10px
}

.product-content form.buy .item.color, .product-content form.buy .item.quantity {
    display: inline-block;
    vertical-align: top
}

.product-content form.buy .item.color {
    margin-right: 20px
}

.product-content form.buy .item.size ul, .product-content form.buy .item.color-btns ul {
    margin-left: -5px
}

.product-content form.buy .item.size ul li, .product-content form.buy .item.color-btns ul li {
    display: inline-block;
    margin: 5px;
    padding: 0
}

.product-content form.buy .item.size ul li a, .product-content form.buy .item.color-btns ul li a {
    text-decoration: none;
    color: #9f9f9f;
    padding: 4px 6px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    display: block;
    border-radius: 3px
}

.product-content form.buy .item.size ul li a:hover, .product-content form.buy .item.color-btns ul li a:hover {
    color: #3f3f3f;
    border-color: #c38749;
    transition: .3s
}

.product-content form.buy .item.size ul li a.active, .product-content form.buy .item.color-btns ul li a.active {
    color: #3f3f3f;
    border-color: #c38749
}

.product-content form.buy .item.quantity {
    margin-bottom: 30px
}

.product-content form.buy .item.quantity i {
    font-size: 28px
}

.product-content form.buy .item.quantity input {
    width: 60px;
    text-align: center;
    font-size: 21px;
    padding: 0
}

.product-content form.buy .item.btn-group a.btn {
    margin-right: 15px
}

.product-content .pluso {
    margin-left: -2px;
    margin-bottom: 30px
}

.product-content .characteristic {
    line-height: 20px;
    margin-bottom: 30px
}

.product-content .characteristic ul {
    padding-right: 10px;
    vertical-align: top
}

.product-content .characteristic ul li {
    padding: 5px 0
}

.product-content .description {
    line-height: 20px
}

.product-content .reviews {
    padding: 30px 30px 26px;
    border: 1px solid #ececec
}

.product-content .reviews .label {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 26px
}

.product-content .reviews .rating > .info {
    padding-right: 5px
}

.product-content .reviews .rating .br-widget a {
    font-size: 24px
}

.product-content .reviews .write-review {
    padding-top: 2px
}

.product-content .reviews .write-review a {
    color: #7f7f7f
}

.product-content .reviews .write-review a:hover {
    color: #c38749
}

.product-content .reviews .rating {
    margin-bottom: 0
}

.product-content .reviews > .item {
    padding: 15px;
    border: 1px solid #ececec;
    margin: 15px 0
}

.product-content .reviews > .item .name, .product-content .reviews > .item .message {
    margin-bottom: 10px
}

.product-content .reviews > .item .message {
    line-height: 18px
}

@media screen and (max-width: 320px) {
    .product-content .reviews {
        padding: 15px
    }
}

.product-content .write-review-form {
    display: none
}

.product-content .write-review-form #wrRating {
    padding-top: 5px 0 3px
}

.product-content .write-review-form, .order .order-form {
    margin-top: 50px
}

.product-content .write-review-form form .item, .order .order-form form .item {
    margin: 15px 0
}

.product-content .write-review-form form .item label, .order .order-form form .item label {
    display: block;
    margin-bottom: 5px
}

.product-content .write-review-form form .item input, .product-content .write-review-form form .item textarea, .order .order-form form .item input, .order .order-form form .item textarea {
    width: 100%
}

.order .order-form form .item.line input, .order .order-form form .item.line label {
    display: inline
}

.order .order-form input[type=radio] {
    width: auto !important
}

@media screen and (max-width: 767px) {
    .product-content .secondary-info ul, .cart-var2 .order-info ul {
        text-align: center
    }
}

.product-content .secondary-info ul li, .cart-var2 .order-info ul li {
    width: 150px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 15px 15px 15px 0
}

.product-content .secondary-info ul li i, .cart-var2 .order-info ul li i {
    font-size: 38px;
    margin-bottom: 10px
}

.tabs-wrap {
    margin-top: 60px
}

.tabs-wrap .tabs {
    background: #ebebeb
}

.tabs-wrap .tabs li {
    display: inline-block;
    text-transform: uppercase;
    border-right: 1px solid #e1e1e1
}

.tabs-wrap .tabs li:last-child {
    border-right: 0
}

.tabs-wrap .tabs li a {
    padding: 15px;
    color: #3f3f3f;
    display: block
}

.tabs-wrap .tabs li.active {
    background: #3f3f3f
}

.tabs-wrap .tabs li.active a {
    color: #fff;
    text-decoration: none
}

.tabs-wrap .tabs .reviews-tab .count {
    background: #c38749;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    border-radius: 10px;
    margin-left: 5px
}

.tabs-wrap .stab {
    padding: 15px
}

.tabs-wrap .reviews .reviews-count {
    color: #3f3f3f;
    padding: 4px 0 0
}

.cart-var2 .order-info {
    text-align: center;
    margin-bottom: 30px
}

.order .stage-title {
    font-size: 18px;
    text-transform: uppercase
}

.order .group-title {
    font-size: 18px
}

.order .order-stage-2 {
    display: none
}

.article-content {
    line-height: 20px
}

.article-content .title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.article-content .content {
    padding: 5px 0
}

.back-link {
    margin-top: 15px
}

.back-link a {
    text-transform: uppercase
}

.btn.in-wishlist {
    background: #865624 !important
}

.search-inputs {
    text-align: center;
    margin: 30px 0
}

.search-inputs input[type=text], .search-inputs textarea {
    height: 33px;
    margin-right: 10px;
    width: 280px;
    margin-bottom: 15px
}

.styled label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 16px
}

.styled label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid #c38749;
    border-radius: 5px
}

.styled .radio label:before {
    border-radius: 10px;
    border: 1px solid #c38749
}

.styled .checkbox label:before {
    border-radius: 3px
}

.styled input[type=radio] {
    display: none
}

.styled input[type=radio]:checked + label:before {
    content: "\2022";
    color: #c38749;
    font-size: 36px;
    text-align: center;
    line-height: 13px;
    padding-left: 1px
}

.styled input[type=checkbox] {
    display: none
}

.styled input[type=checkbox]:checked + label:before {
    content: "\2714";
    font-size: 15px;
    color: #c38749;
    text-align: center;
    line-height: 19px
}

input + label {
    color: #000;
    transition: .3s
}

input:checked + label, label:hover {
    color: #3f3f3f;
    transition: .3s
}

input[type=text], textarea, input[type=number], input[type=email] {
    border: 0;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 5px 3px;
    outline: none
}

textarea {
    border: 1px solid #ebebeb
}

header .main-actions {
    min-width: 70px;
    margin: 30px 0;
}

header .main-actions a {
    display: inline-block;
    margin: 3px 4px
}

header .main-actions i {
    font-size: 18px
}

header .main-actions .cart-ico, header .main-actions .wishlist-ico {
    position: relative
}

header .main-actions .cart-ico .count, header .main-actions .wishlist-ico .count {
    background: #c38749;
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    border-radius: 10px;
    position: absolute;
    top: -7px;
    right: -7px
}

header .main-actions .dropdown {
    position: relative;
    display: inline-block;
    text-align: left;
    width: 20px;
    vertical-align: top;
    margin: 3px 0 0 3px
}

header .main-actions .dropdown button, header .main-actions .dropdown input {
    display: block
}

header .main-actions .dropdown button {
    font-family: "PT Sans", sans-serif;
    margin-top: 20px;
    background: none;
    border: 1px solid #fff;
    padding: 7px 15px
}

header .main-actions .dropdown button:hover, header .main-actions .dropdown button:hover > i {
    border-color: #c38749;
    color: #c38749;
    transition: .3s
}

header .main-actions .dropdown button, header .main-actions .dropdown button > i {
    color: #fff
}

header .main-actions .dropdown input {
    width: 100%;
    padding: 5px;
    background: #333;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    outline: none;
    margin-bottom: 10px
}

header .main-actions .dropdown input.dropdown-toggle {
    width: 15px
}

header .main-actions .dropdown input:hover, header .main-actions .dropdown input:focus {
    border-color: #c38749;
    transition: .3s
}

header .main-actions .dropdown .dropdown-text {
    cursor: pointer;
    position: absolute;
    border-radius: 3px;
    color: #82ad87
}

header .main-actions .dropdown .dropdown-text:after {
    position: absolute;
    right: 6px;
    top: 15px;
    content: '';
    width: 0;
    height: 0
}

header .main-actions .dropdown .dropdown-text, header .main-actions .dropdown .dropdown-content a {
    text-shadow: 0 1px #fff
}

header .main-actions .dropdown .dropdown-toggle {
    font-size: 0;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 0;
    border: none;
    padding: 0;
    margin: 0 0 0 1px;
    background: transparent;
    height: 27px;
    width: 17px
}

header .main-actions .dropdown .dropdown-toggle:focus {
    outline: 0
}

header .main-actions .dropdown .dropdown-toggle:focus ~ .dropdown-text:after {
    border-width: 0 4px 5px;
    border-color: transparent transparent #555
}

header .main-actions .dropdown .dropdown-content {
    transition: all .25s ease;
    list-style-type: none;
    position: absolute;
    top: 32px;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    background-color: #333;
    left: -178px;
    z-index: 100;
    padding: 15px
}

header .main-actions .dropdown .dropdown-content a {
    display: block
}

header .main-actions .dropdown .dropdown-content:hover, header .main-actions .dropdown .dropdown-toggle:hover ~ .dropdown-content {
    opacity: 1;
    visibility: visible;
    top: 27px;
    z-index: 100
}

header .main-actions .dropdown .dropdown-content:hover, header .main-actions .dropdown .dropdown-toggle:hover ~ .dropdown-text {
    color: #c38749
}

header .main-actions .dropdown.search input {
    margin-right: 10px;
    width: 250px;
    margin-bottom: 0
}

header .main-actions .dropdown.search button {
    margin-top: 0 !important
}

header .main-actions .dropdown.search button, header .main-actions .dropdown.search input {
    display: inline-block
}

header .main-actions .dropdown.search .dropdown-content {
    left: -314px;
    width: 333px
}

@media screen and (max-width: 370px) {
    header .main-actions .dropdown.search .dropdown-content {
        left: -243px;
        width: auto
    }

    header .main-actions .dropdown.search input {
        width: 176px
    }
}

header #categories_menu {
    margin-top: 30px
}

header #categories_menu .home-link {
    z-index: 1;
    position: relative;
    padding: 5px;
    font-size: 34px;
    float: left
}

header #categories_menu .home-link a {
    color: #4a4a4a
}

header #categories_menu .home-link a:hover {
    opacity: 1;
    color: #c38749
}

header #categories_menu nav {
    position: relative;
    margin: 0 auto
}

header #categories_menu, header #categories_menu ul, header #categories_menu ul li, header #categories_menu ul li a, header #categories_menu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

header #categories_menu:after, header #categories_menu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

header #categories_menu #head-mobile {
    display: none
}

header #categories_menu > ul > li {
    display: inline-block;
    vertical-align: top
}

header #categories_menu > ul > li a {
    max-width: 135px;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 10px;
    text-decoration: none;
    color: #3f3f3f;
    font-weight: 700
}

header #categories_menu > ul > li:hover > a, header #categories_menu > ul > li .active a {
    color: #c38749
}

header #categories_menu > ul > li:hover, header #categories_menu > ul > li.active:hover, header #categories_menu > ul > li.active, header #categories_menu > ul > li.has-sub.active:hover {
    color: #448D00 !important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease
}

header #categories_menu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0
}

header #categories_menu ul ul {
    position: absolute;
    left: -9999px
}

header #categories_menu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}

header #categories_menu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #333;
    transition: all .25s ease;
}

header #categories_menu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400
}

header #categories_menu ul ul li a:hover {
    color: #c38749
}

header #categories_menu ul ul li:last-child > a, header #categories_menu ul ul li.last-item > a {
    border-bottom: 0
}

header #categories_menu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

header #categories_menu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

header #categories_menu ul ul ul {
    margin-left: 100%;
    top: 0
}

header #categories_menu ul ul ul li.active a {
    border-left: 1px solid #333
}

header #categories_menu li:hover > ul {
    left: auto;
    z-index: 9
}

header #categories_menu li:hover > ul > li {
    height: 35px
}

header #categories_menu ul ul li.has-sub:hover, header #categories_menu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636
}

header #categories_menu > ul > li.has-sub > ul > li.active > a, header #categories_menu > ul ul > li.has-sub > ul > li.active > a {
    border-top: 1px solid #333
}

header #categories_menu .m-categories-menu-btn {
    z-index: 1
}

@media screen and (max-width: 991px) {
    header #categories_menu ul li a {
        display: inline-block;
        padding: 16px;
        margin: 0;
    }
    header #categories_menu ul li a a {
        padding: 0;
    }
    .slicknav_item {
        width: 100%;
    }

    header .home-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        padding: 10px 0 0;
        float: none
    }

    header #categories_menu {
        width: 100%
    }

    header #categories_menu nav {
        width: 100%
    }

    header #categories_menu ul {
        width: 100%;
        display: none;
        background: #3f3f3f
    }

    header #categories_menu ul li {
        width: 100%;
        border-top: 1px solid #444
    }

    header #categories_menu ul li:hover {
        background: #363636
    }

    /*удалить*/
    /*header #categories_menu ul li a {*/
        /*color: #fff;*/
        /*text-transform: none;*/
        /*text-align: left;*/
        /*font-weight: 400;*/
        /*padding-top: 16px;*/
        /*padding-bottom: 16px;*/
        /*max-width: none*/
    /*}*/

    /*header #categories_menu ul li a, header #categories_menu ul ul li a {*/
        /*width: 100%;*/
        /*border-bottom: 0*/
    /*}*/
    /*end удалить*/
    header #categories_menu ul li {
        display: inline-block;
    }
    header #categories_menu ul ul li {
        background: #3f3f3f !important
    }

    header #categories_menu ul ul li:hover {
        background: #363636 !important
    }

    header #categories_menu ul ul li a {
        width: 100%;
        padding-left: 25px;
        color: #ddd;
        background: none;
        padding-top: 11px;
        padding-bottom: 11px
    }

    header #categories_menu ul ul li:hover > a, header #categories_menu ul ul li.active > a {
        color: #c38749
    }


    header #categories_menu ul ul ul li a {
        padding-left: 35px
    }

    header #categories_menu ul ul ul li.active a {
        border-left: none
    }

    header #categories_menu ul ul, header #categories_menu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    header #categories_menu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    header #categories_menu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    header #categories_menu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    header #categories_menu ul ul li, header #categories_menu li:hover > ul > li {
        height: auto
    }

    header #categories_menu > ul > li {
        float: none
    }

    header #categories_menu > ul > li.has-sub > ul > li.active > a, header #categories_menu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }

    header #categories_menu > ul > li.has-sub > a:after, header #categories_menu > ul > li.has-sub > a:before, header #categories_menu ul ul > li.has-sub > a:after, header #categories_menu ul ul > li.has-sub > a:before {
        display: none
    }

    header #categories_menu #head-mobile {
        display: block;
        padding: 26px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    header #categories_menu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }

    header #categories_menu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    header #categories_menu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    header #categories_menu .submenu-button.submenu-opened {
        background: #262626
    }

    header #categories_menu .submenu-button.submenu-opened:after {
        background: #fff
    }

    header #categories_menu .submenu-button.submenu-opened:before {
        display: none
    }

    header .m-categories-menu-btn {
        width: 30px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer
    }

    header .m-categories-menu-btn:after {
        position: absolute;
        top: 22px;
        right: 5px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #4a4a4a;
        border-bottom: 2px solid #4a4a4a;
        content: ''
    }

    header .m-categories-menu-btn:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 5px;
        display: block;
        height: 2px;
        width: 20px;
        background: #4a4a4a;
        content: ''
    }

    header .m-categories-menu-btn.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #c38749;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    header .m-categories-menu-btn.menu-opened:before {
        top: 23px;
        background: #c38749;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.theme-default .nivoSlider {
    box-shadow: none
}

.nivo-slider {
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
    min-width: 320px
}

.nivo-slider .nivo-caption {
    position: absolute;
    top: 0;
    background: 0;
    color: #000;
    height: auto;
    font-size: 70px;
    padding: 10% 14%
}

.nivo-slider .nivo-caption .title1 {
    color: #c3a577;
    padding-bottom: 7px;
    font-size: 55px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 700
}

.nivo-slider .nivo-caption .title2 {
    color: #000;
    padding-bottom: 7px;
    font-size: 90px;
    line-height: 90px;
    text-transform: uppercase;
    font-weight: 700
}

.nivo-slider .nivo-caption .title3 {
    color: #3f3f3f;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700
}

.nivo-slider .nivo-caption .slide-btn-wrap {
    line-height: 14px;
    padding-top: 25px
}

.nivo-slider .nivo-caption .slide-btn {
    padding: 10px 40px;
    border: 1px solid #362f2d;
    color: #362f2d;
    background: none;
    font-weight: 400
}

.nivo-slider .nivo-caption .slide-btn:hover {
    color: #c38749 !important;
    border-color: #c38749 !important
}

.slider-direction {
    display: none
}

@media screen and (max-width: 1280px) {
    .nivo-slider .nivo-caption {
        padding: 7%
    }

    .nivo-slider .nivo-caption .title1 {
        font-size: 40px;
        line-height: 40px
    }

    .nivo-slider .nivo-caption .title2 {
        font-size: 60px;
        line-height: 60px
    }

    .nivo-slider .nivo-caption .title3 {
        font-size: 25px;
        line-height: 25px
    }
}

@media screen and (max-width: 700px) {
    .nivo-slider .nivo-caption {
        padding: 7%
    }

    .nivo-slider .nivo-caption .title1 {
        font-size: 20px;
        line-height: 20px
    }

    .nivo-slider .nivo-caption .title2 {
        font-size: 40px;
        line-height: 40px
    }

    .nivo-slider .nivo-caption .title3 {
        font-size: 25px;
        line-height: 25px
    }
}

@media screen and (max-width: 550px) {
    .nivo-slider .nivo-caption {
        padding: 7%
    }

    .nivo-slider .nivo-caption .title1 {
        font-size: 20px;
        line-height: 20px
    }

    .nivo-slider .nivo-caption .title2 {
        font-size: 30px;
        line-height: 30px
    }

    .nivo-slider .nivo-caption .title3 {
        font-size: 25px;
        line-height: 25px
    }

    .nivo-slider .nivo-caption .slide-btn-wrap {
        padding-top: 10px
    }
}

@media screen and (max-width: 480px) {
    .nivo-slider .nivo-caption {
        padding: 7%
    }

    .nivo-slider .nivo-caption .title1 {
        font-size: 16px;
        line-height: 16px
    }

    .nivo-slider .nivo-caption .title2 {
        font-size: 18px;
        line-height: 18px
    }

    .nivo-slider .nivo-caption .title3 {
        font-size: 16px;
        line-height: 16px
    }

    .nivo-slider .nivo-caption .slide-btn-wrap {
        padding-top: 0
    }

    .nivo-slider .nivo-caption .slide-btn {
        padding: 5px 20px;
        font-size: 12px
    }
}

@media screen and (max-width: 420px) {
    .nivo-slider .nivo-caption {
        padding: 7%
    }

    .nivo-slider .nivo-caption .title1 {
        font-size: 14px;
        line-height: 14px;
        padding-bottom: 3px
    }

    .nivo-slider .nivo-caption .title2 {
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 3px
    }

    .nivo-slider .nivo-caption .title3 {
        font-size: 14px;
        line-height: 14px;
        padding-bottom: 3px
    }

    .nivo-slider .nivo-caption .slide-btn-wrap {
        padding-top: 0
    }

    .nivo-slider .nivo-caption .slide-btn {
        padding: 5px 20px;
        font-size: 12px
    }
}

.filters-accordion .filters-label {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px
}

.filters-accordion .transition, .filters-accordion .filter > .content, .filters-accordion ul li i:before, .filters-accordion ul li i:after {
    transition: all .25s ease-in-out
}

.filters-accordion .filters-label {
    text-transform: uppercase
}

.filters-accordion .filters-label span {
    border-bottom: 3px solid #f3f3f3;
    padding-bottom: 7px
}

.filters-accordion ul {
    list-style: none;
    perspective: 900px;
    padding: 0;
    margin: 0
}

.filters-accordion ul li {
    position: relative;
    padding: 0;
    margin: 0;
    padding: 15px 0;
    border-top: 1px dotted #dce7eb
}

.filters-accordion ul li:first-child {
    border-top: 0
}

.filters-accordion ul li:last-of-type {
    padding-bottom: 0
}

.filters-accordion ul li i {
    position: absolute;
    right: 0;
    color: #c38749;
    transform: translate(0, 0) rotate(-180deg);
    transition: .5s;
    padding-left: 1px
}

@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg)
    }
    5% {
        opacity: 1
    }
    80% {
        transform: rotateX(8deg)
    }
    83% {
        transform: rotateX(6deg)
    }
    92% {
        transform: rotateX(-3deg)
    }
    100% {
        transform-origin: top center;
        transform: rotateX(0deg)
    }
}

.filters-accordion .filter > input[type=checkbox].status {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    top: 0;
    display: inline
}

.filters-accordion .filter > input[type=checkbox].status:checked ~ .content {
    margin-top: 0;
    max-height: 0;
    opacity: 0
}

.filters-accordion .filter > input[type=checkbox].status:checked ~ i {
    transform: translate(0, 0) rotate(0deg);
    transition: .5s;
    color: #82ad87
}

.filters-accordion .filter > .title {
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin: 0;
    cursor: pointer
}

.filters-accordion .filter > .content {
    min-height: 20px;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2
}

.filters-accordion .filter ul li {
    border-top: 0;
    padding: 10px 0
}

.filters-accordion .filter > .content input[type=checkbox] {
    margin-right: 10px
}

.filters-accordion .filter.sizes ul, .filters-accordion .filter.colors ul {
    margin-left: -5px
}

.filters-accordion .filter.sizes ul li, .filters-accordion .filter.colors ul li {
    display: inline-block;
    margin: 5px;
    padding: 0
}

.filters-accordion .filter.sizes ul li a, .filters-accordion .filter.colors ul li a {
    color: #9f9f9f;
    padding: 4px 6px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    display: block;
    border-radius: 3px
}

.filters-accordion .filter.sizes ul li a:hover, .filters-accordion .filter.colors ul li a:hover {
    color: #c38749;
    border-color: #c38749;
    transition: .3s
}

.filters-accordion .filter.sizes ul li.active a, .filters-accordion .filter.colors ul li.active a {
    color: #3f3f3f;
    border-color: #c38749
}

.filters-accordion .filter.colors ul li .color {
    width: 25px;
    height: 20px;
    border-radius: 3px;
    border: 1px solid #ebebeb
}

.filters-accordion .filter.price .range input, .filters-accordion .cart .product .filter.amount .range input, .cart .product .filters-accordion .filter.amount .range input {
    width: 70px;
    text-align: center
}

.filters-accordion .filter.price .range, .filters-accordion .cart .product .filter.amount .range, .cart .product .filters-accordion .filter.amount .range {
    margin: 15px 0
}

.filters-accordion .filter.price #price_range, .filters-accordion .cart .product .filter.amount #price_range, .cart .product .filters-accordion .filter.amount #price_range {
    margin: 10px 16px
}

.noUi-horizontal .noUi-handle {
    background: #c38749;
    border: 1px solid #b56a1c;
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.45);
    width: 34px;
    height: 34px;
    border-radius: 17px;
    top: -9px
}

.noUi-horizontal .noUi-handle:hover {
    cursor: pointer
}

.noUi-handle:after, .noUi-handle:before {
    top: 9px;
    background: #d0ab84
}

.noUi-connect {
    background: #c38749
}

.filters-reset {
    text-align: center;
    margin: 30px 0
}

select {
    background: #f2f2f4;
    border: 0;
    padding: 5px 15px
}

.catalog .products .item {
    position: relative;
    vertical-align: top
}

.catalog .products .item .color-variants {
    z-index: 1;
    background: #fff;
    border: 2px solid #c38749;
    width: 100px;
    position: absolute;
    right: -100px;
    display: none;
    top: -1px
}

.catalog .products .item .color-variants ul li {
    border-bottom: 2px solid #c38749;
    text-align: center;
    padding: 5px
}

.catalog .products .item .color-variants ul li:last-child {
    border-bottom: 0
}

.catalog .products .item .color-variants ul li img {
    max-width: 65px;
    max-height: 50px
}

.catalog .products .item .color-variants ul li span {
    display: block;
    text-transform: lowercase;
    color: #3f3f3f
}
.main-actions .cart-ico {
    border: 1px solid #82ad87;
    padding: 5px;
}
.wrap-cart-icon {
    position: relative;
    margin-right: 5px;
}
.main-actions .cart-ico span {
    text-transform: uppercase;
}
.main-actions .wrap-cart-icon i {
    font-size: 21px;
}

.soc {
    width: 40%;
    float: left;
}
@media (min-width: 991px) {
    .fix-neeb-height {
        /*-webkit-columns: 2;*/
        /*columns: 2;*/
        flex-wrap: wrap;
        display: flex !important;
        background: #333;
        width: 285px;
    }
}
.fix-neeb-height li{
    flex: 0 1 50%;
    height: auto !important;
}
.mobile-menu-pret {
    position: relative;
}
.slicknav_btn {
    position: absolute;
    top: -46px;
    right: 0;
    z-index: 10;
}
.prodcook {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.prodcook .h1 {
	width: 100%;
}
.prodcook .item {
	margin-right: 20px;
	text-align: center;
}
.prodcook  .name {
	margin-bottom: 15px;
}
@media screen and (max-width: 991px){
    .fix-neeb-height li {
        flex: 0 1 100%;
    }
    .slicknav_parent a.slicknav_row > a{
        padding: 0 !important;
        border-bottom: none !important;
    }
}
@media screen and (max-width: 590px) {
    .catalog .products .item .color-variants {
        display: none !important
    }
    .phones {
        padding-right: 0;
        text-align: center;
    }
    header .phones .item {
        margin-right: 0;
    }
    .fix-neeb-height {
        /*-webkit-columns: 1;*/
        /*columns: 1;*/
    }
    .fix-neeb-height li {
        flex: 0 1 100%;
    }
    .search-inputs input[type=text], .search-inputs textarea {
        height: 33px;
        margin-right: 10px;
        width: 280px;
        margin-bottom: 0;
    }
    .search-inputs {
        text-align: center;
        margin: 10px 0 0px;
    }
    header .main-actions {
        min-width: 70px;
        margin: 10px 0 0;
    }
}
select, option {
    -webkit-appearance: none;
}
button {
    -webkit-appearance: button;
}
