@font-face {
    font-family: 'Circe';
    src: url(fonts/Circe-Regular-b3acff83767fc8a50b33f9f6700d7de0cec3cfd7e38b2444f895fd44319479a7.eot);
    src: local("Circe"), local("Circe-Regular"), url(fonts/Circe-Regular-b3acff83767fc8a50b33f9f6700d7de0cec3cfd7e38b2444f895fd44319479a7.eot?#iefix) format("embedded-opentype"), url(fonts/Circe-Regular-5704fac56ecea13b4485c7cecbdcc59cae8b2f6671f53fba6fa34df1132cc308.woff) format("woff"), url(fonts/Circe-Regular-cbedc5000ae1258d4e2c63b6f59b94729a73d4d4ced0cb8c7004895238eb90d9.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Circe';
    src: url(fonts/Circe-Bold-4c28af6dc182e5af1591f317a55bb6ab764995062dee62b2709ad017f372fd4f.eot);
    src: local("Circe Bold"), local("Circe-Bold"), url(fonts/Circe-Bold-4c28af6dc182e5af1591f317a55bb6ab764995062dee62b2709ad017f372fd4f.eot?#iefix) format("embedded-opentype"), url(fonts/Circe-Bold-7ffb3b3f6a0b6cf0f326e4c9b5f48fc0ec17de15570568fe1e796dead41728f3.woff) format("woff"), url(fonts/Circe-Bold-07a4dcc27859d2a8398d0f6d31ca1fe0a4533f852c6a39201ad58cfe8ab48dfc.ttf) format("truetype");
    font-weight: bold;
    font-style: normal
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input {
    line-height: normal
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-family: 'Circe', sans-serif;
    line-height: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

nav ul {
    list-style: none
}

a {
    /*color: #000;*/
    color: #b76e49;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    /*text-decoration: none;*/
    text-decoration: underline;
}

img {
    border: none
}

input,
select,
button,
textarea {
    font-family: 'Circe', sans-serif
}

label,
input[type="button"],
input[type="submit"],
button {
    cursor: pointer
}

.inner {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box
}

.header {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #cc6633;
    position:relative;
}
.header .call-me{
	position: relative;
    /*margin-left: 59px;*/
    margin-left: 34px;
    right: unset;
    top: unset;
    font-size: 14px;
    text-transform: uppercase;
    padding: 9px 15px 7px;
    cursor: pointer;
    transition: 0.3s;    
}
.header__left {
    /*height: 80px;*/
    height: 126px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center
}

.header__left img.logo {
    max-height: 115px;
}

.header__left .header-prev {
    position: relative;
    float: left;
    /*margin-left: 30px;*/
    margin-left: 25px;
    max-width: 120px;
    text-transform: uppercase;
    /*line-height: 22px*/ 
    line-height: 16px;
    font-size: 12px;
}

.header__right {
    height: 80px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center
}

.header-phone__text {
    font-size: 1rem;
    line-height: 14px;
    color: #333;
    /*margin-left: 40px;*/
    margin-left: 30px;
    margin-bottom: 5px;
    margin-top: 3px;
    font-weight: bold;
}

.header-phone__text:hover {
    text-decoration: underline
}

.header-basket {
    position: relative;
    margin-right: 20px
}

.header-basket:before {
    background: url("/img/i-basket-75afedcce7e6f3364578483761de4435f21c05502ed1ae52c31a64b55f9dff2b.png") no-repeat;
    width: 25px;
    height: 22px;
    display: block;
    content: ''
}

.header-basket__info {
    border-radius: 50px;
    background: #cc3333;
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 2px;
    box-sizing: border-box;
    font-size: 0.75rem;
    color: #fff;
    position: absolute;
    top: -16px;
    right: -16px
}

.header-nav__items {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    /*margin-right: 20px;*/
    margin-right: 0;
    margin-top: 44px;
}

.header-nav__item {
    margin-right: 20px
}


.header-nav__item:last-child {
    margin-right: 0;
}

.header-nav__link {
    font-size: 0.875rem;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
}

.header-nav__link:hover {
    text-decoration: underline
}

.set-content  {
	min-height: 350px;
}

.set-content h2 {
    font-size: 21px
}

.set-content h3 {
    font-size: 19px
}

.set-content h3 {
    font-size: 17px
}

.set-content ul {
    margin: 12px 0;
}

.set-content ul li {
    list-style: square inside;
}

.catalog-block {
    margin-top: 40px
}

.catalog-block__title,
.contacts-block__title,
.catalog-list__title,
.card-block__title,
.basket-page__title {
    min-height: 38px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: end;
    align-items: flex-end;
    padding: 10px 0 0 5px;
    box-sizing: border-box;
    border-left: 2px solid #cc6633;
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #333;
    line-height: 1.125rem;
    font-weight: bold
}


.catalog-block__title {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}


.catalog-block__wrapper {
    margin-top: 25px
}

.catalog-block__items {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    list-style: none;
}

.catalog-block__items .catalog-block__item {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-block__items .catalog-block__item .catalog-block__link {
    height: 145px;
    overflow: hidden;
}

.catalog-block__item {
    width: calc(20% - 20px);
    margin-right: 20px;
    margin-bottom: 20px
}

.catalog-block__item:last-child {
    margin-right: 0
}

.catalog-block__link {
    display: block;
    position: relative;
    width: 100%
}

.catalog-block__link img {
    max-width: 140%;
    display: block
}

.catalog-block__name {
    position: absolute;
    bottom: 20px;
    left: 20px;
    /*font-size: 0.875rem;*/
    color: #fff;
    font-weight: bold;
    /*font-size: 16px;*/
    font-size: 17px;
    text-shadow: 0 0 4px black;
}

.catalog-block__link:hover .catalog-block__name {
    text-decoration: underline
}

.contacts-block {
    margin-top: 40px
}

.contacts-block__wrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 30px
}

.contacts-block-description {
    padding-top: 15px;
    margin-top: 15px;
    font-size: 1rem;
    color: #333;
    line-height: 1.25rem;
}

.contacts-block-description h2 {
    font-size: 21px;
}

.contacts-block-description h3 {
    font-size: 19px;
}

.contacts-block-description h4 {
    font-size: 16px;
}

.contacts-block-description p {
    text-align: left;
    margin-bottom: 12px;
}

.contacts-block-description ul {
    margin: 12px 0;
    list-style: square inside;
}

.contacts-block-description img {
	max-width: 100%;
	height: auto !important;
}

.contacts-block-phone {
    margin-right: 25px;
    display: -webkit-box;
    display: flex
}

.contacts-block-phone:before {
    background: url("/img/i-phone-2ddc275ba4cccaf31a0e26f81a78a13963d8af8b55700f20fd529ab41746503f.png") no-repeat;
    width: 19px;
    height: 20px;
    display: block;
    margin-right: 5px;
    content: ''
}

.contacts-block-phone__link {
    margin-top: 6px;
    display: inline-block;
    font-size: 1rem
}

.contacts-block-phone__link:hover {
    text-decoration: underline
}

.contacts-block-work {
    margin-left: 25px;
    display: -webkit-box;
    display: flex
}

.contacts-block-work:before {
    background: url("/img/i-clock-919a7678b89a0f831bb1bb94e3acb4e5e4757d801efc7454b4c0d93c64234fca.png") no-repeat;
    width: 19px;
    height: 19px;
    display: block;
    margin-right: 5px;
    content: ''
}

.contacts-block-work__text {
    font-size: 0.875rem;
    display: inline-block;
    margin-top: 5px;
    line-height: 18px;
}

.contacts-block-work__text div {
    margin-bottom: 5px
}

.contacts-block-maps {
    width: 100%;
    margin-top: 35px
}

.contacts-block-maps iframe {
    width: 100%
}

.catalog-list {
    margin-top: 40px
}

.catalog-table {
    width: 100%;
    margin-top: 30px
}

.catalog-table__th {
    font-weight: normal;
    text-transform: uppercase;
    padding: 8px 10px 16px;
    font-size: 1rem;
    text-align: left;
    position: relative
}

.catalog-table__th:after {
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    position: absolute;
    left: 0;
    bottom: 6px;
    content: ''
}

.catalog-table__td {
    width: 75%;
    padding: 8px 10px;
    font-size: 0.875rem
}

.catalog-table__td a {
    font-size: 0.875rem;
    color: #000
}

.catalog-table__td a:hover {
    text-decoration: underline
}

.catalog-table__tr:nth-child(odd) .catalog-table__td {
    background: #f6f6f6
}

.catalog-table__tr .catalog-table__td:last-child {
    width: 25%;
    background: #f7f7f7
}

.catalog-table__tr:nth-child(odd) .catalog-table__td:last-child {
    background: #efefef
}

.breadcrumbs {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    font-size: 0.75rem;
    color: #d3805d;
    line-height: 0.75rem;
    padding-left: 6px;
    margin-top: 20px
}

.breadcrumbs__home {
    background: url("/img/i-breadcrumbs-home-29c93ef3ae7340e648aafa354d97eb6e8cf65c02e6edee185fcaf152de78139a.png") no-repeat;
    width: 16px;
    height: 15px;
    display: block;
    margin-right: 5px;
    margin-top: -4px
}

.breadcrumbs__link {
    font-size: 15px;
    color: #d3805d;
    text-decoration: underline;
    margin: 0 5px;
    display: block;
    line-height: 1.125rem
}

.breadcrumbs__link:hover {
    text-decoration: none
}

.breadcrumbs__last {
    font-size: 0.875rem;
    color: #a1a1a1;
    display: block;
    line-height: 1.125rem;
    margin: 0 5px
}

.card-block {
    margin-top: 40px
}

.card-block__wrapper {
    margin-top: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.card-block-photo {
    width: 510px;
    max-width: 510px;
    /*display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between*/
}

.card-block-photo__link:first-child {
    width: 100%;
    margin-top: 0
}

.card-block-photo__link {
    width: calc(33% - 5px);
    margin-top: 10px
}

.card-block-photo__link img {
    width: 100%;
    display: block
}

.min-img {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.min-img .add-img {
    display: block;
    position: relative;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 9px;
}

.min-img .add-img:nth-child(3n) {
    margin-right: 0;
}

.min-img .add-img img {
    max-width: 100%;
}

.card-block-info {
    max-width: 580px;
    padding-left: 20px;
    box-sizing: border-box;
    flex-grow: 1;
}
.card-block-info__top .call-me{
    right: 0;
}
.ps{
    width: 100%;
    position: relative;
    float: left;
}
.card-block-info-description {
	line-height: 19px;
}
.card-block-info-description ul{
    margin-left: 20px;
    margin-top: 15px;
}
.card-block-info-description ul li{
    line-height: 1.5;
    list-style: disc;
}
.min-img{
    margin-top: 10px;
}
.min-img .img{
    width: 32%;
    margin-right: 2%;
}
.min-img .img:last-child{
    margin-right: 0;
}
.min-img .img img{
    width: 100%;
}
.card-block-info__top,
.card-block-info-order {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.card-block-info-order {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.card-block-info-price__s14 {
    font-size: 0.875rem;
    color: #333
}

.card-block-info-price__s22 {
    font-size: 1.375rem;
    color: #333;
    font-weight: 700;
    margin-top: 4px
}

.card-block-info-price__s22 span {
    font-size: 0.875rem;
    color: #999
}

.card-block-info-order-col {
    max-width: 80px;
    border: 1px solid #d7d7d7;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    box-sizing: border-box
}

.card-block-info-order-col__minus {
    width: 25px;
    height: 100%;
    text-align: center;
    font-size: 1rem;
    color: #333;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.card-block-info-order-col__plus {
    width: 25px;
    height: 100%;
    text-align: center;
    font-size: 1rem;
    color: #333;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.card-block-info-order-col__input {
    width: 30px;
    max-width: none;
    max-width: initial;
    text-align: center;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0
}

.card-block-info-order__btn {
    background: #cc6633;
    padding: 2px 15px 0;
    font-size: 0.75rem;
    color: #fff;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.card-block-info-order__btn:hover {
    background: #b55526
}

.card-block-info-description {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin-top: 15px;
}

.card-block-info-description p {
    font-size: 1rem;
    color: #333;
    line-height: 1.25rem;
    text-align: left
}

.card-block-info-description__more {
    font-size: 1rem;
    color: #cc6633;
    border-bottom: 1px solid #cc6633;
    display: inline-block;
    margin-top: 15px
}

.card-block-info-description__more:hover {
    border-bottom: 1px solid #fff
}

.callback-block {
    background: #ebebeb;
    margin-top: 40px
}

.callback-block__wrapper {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.callback-block__wrapper p {
    font-size: 1rem;
    color: #666;
    margin-top: 10px
}

.callback-block__top {
    font-size: 1rem
}

.callback-block__phone {
    font-size: 1.25rem;
    color: #333;
    font-weight: 700;
    display: inline-block;
    margin-left: 5px
}

.callback-block-form {
    margin-top: 25px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.callback-block-form__input {
    border: 1px solid #d7d7d7;
    height: 40px;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 0.875rem
}

.callback-block-form__btn {
    height: 40px;
    background: #cc6633;
    border: 0;
    padding: 2px 15px 0;
    font-size: 0.75rem;
    color: #fff;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box
}

.callback-block-form__btn:hover {
    background: #b55526
}

.delivery-block__title,
.product-list__title {
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 1.125rem;
    color: #333;
    line-height: 1.125rem;
    font-weight: bold
}

.delivery-block__title span {
    display: block;
    text-transform: none;
    text-transform: initial;
    font-size: 0.9375rem;
    color: #666;
    font-weight: 400
}

.product-list {
    margin-top: 40px
}

.product-list__items {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap
}

.product-list__item {
    width: calc(20% - 20px);
    margin-top: 20px;
    margin-right: 20px
}

.product-list__item:last-child {
    margin-right: 0
}

.product-list__link {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.product-list__img {
    width: 100%;
    height: 200px;
    background: #f3f3f3;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.product-list__name {
    font-size: 1rem;
    color: #333;
    line-height: 1.125rem;
    margin-top: 15px;
    text-align: center
}

.product-list__link:hover .product-list__name {
    text-decoration: underline
}

.basket-page {
    margin-top: 40px
}

.basket-page__items {
    margin-top: 20px
}

.basket-page__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    border-bottom: 1px solid #ccc;
    padding: 15px 0
}

.basket-page__item:hover {
    background-color: #eee
}

.basket-page__img {
    position: relative;
    float: left;
    width: 100%;
    width: 150px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-right: 20px;
}
.subs-nav{
	position: relative;
	float: left;
	width: 100%;
    margin-top: 20px;
    font-size: 17px;
}
.subs-nav a{
    color: #a44718;
    line-height: 25px;
}
.subs-nav a:hover{
    text-decoration: underline;
}
.basket-page__img img {
    height: 100px;
}

.basket-page__img a {
    display: block
}

.basket-page__img a img {
    display: block
}

.basket-page__info {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 25px
}

.add-cart-btn {
    position: absolute;
    top: 43px;
    right: 175px;
    border: 2px solid #a44718;
    color: #a44718;
    background: url(../img/package.svg) 4px 3px no-repeat;
    background-size: 19px auto;
    padding: 5px 6px 5px 25px;
    cursor: pointer;
}

.add-cart-btn:hover {
    border-color: #b76e49;
    color: #b76e49;
}

.card-block-info .add-cart-btn {
    margin-top: 5px;
    position: relative;
    float: right;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}

header .cart {
  position: absolute;
  bottom: 16px;
  padding-top: 15px;
  right: 0;
  font-size: 18px;
  width: 84px;
  color: #000;
  padding-left: 27px;
  cursor: pointer;
}

header .cart:hover {
  color: #000000 !important;
}

header .cart.full .cart-green {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #333;
  background: #01c478;
  font-size: 10px;
  line-height: 17px;
  min-width: 15px;
  height: 15px;
  text-align: center;
  border-radius: 8px;
}

header .cart .cart-ico {
  position: absolute;
  top: 11px;
  left: 1px;
  height: 22px;
  width: 19px;
  background: url(../img/package.svg) no-repeat;
  background-size: 22px auto;
}

header .cart.full .cart-full {
  position: absolute;
  top: 23px;
  right: 0;
  width: 280px;
  height: 100px;
  background: #fff;
  border: 1px solid #f4f4f4;
  box-shadow: 0 0 8px #000;
  z-index: 20;
  color: #534f4f;
}

@media(max-width: 990px){
    .add-cart-btn {
        right: 0;
    }
    header .cart {
        right: 35px;
        bottom: -5px;
    }
}

@media(max-width: 500px){
    header .cart {
        width: 77px;        
        right: -15px;
    }
}

.basket-page__info a {
	color: #000;
}

.basket-page__text {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

@media(max-width: 990px){
    .basket-page__name {
        padding-right: 115px;
    }
}

#pop-up-wrapp {
    position: fixed;
    background: #000;
    opacity: 0.6;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    cursor: pointer;
    display: none;
    transition: 0.3s;
    top: 0;
}
.pop-up {
    position: fixed;
    box-sizing: border-box;
    left: 50%;
    top: 8%;
    background: #fff;
    z-index: 1001;
    color: #000;
    display: none;
    width: 320px;
    margin-left: -160px;
    padding: 20px 22px 20px 25px;
}
.pop-up h2{
	font-size: 18px;
    text-align: center;
    margin-bottom: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.x {

    position: absolute;
    border-radius: 50px;
    background: url(../img/x.svg) center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    cursor: pointer;
    width: 24px;
    height: 24px;
    top: 8px;
    right: 8px;    
    transition: 0.3s;
}
#call-form button{
	width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 5px 0;
    font-size: 16px;
    border: none;
    background: #c8805b;
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
}

#call-form button:hover {
	background-color: #d68962;
}
#call-form input, #call-form textarea{
    width: 100%;
    margin-bottom: 10px;
    height: 35px;
    box-sizing: border-box;
    padding: 10px 7px;
    font-size: 15px;
}
#call-form textarea{
    height: 80px;
    font-size: 15px;
}
.txt-right{
	position: relative;
	float: left;
	width: 100%;
    font-size: 12px;
}
.warning{
    border:1px solid red!important;
}
.basket-page__name {
    font-size: 1.125rem
}
.call-me{
    color: #fff;
    background: #a44718;
    position: absolute;
    top: 0;
    right: 175px;
    font-size: 18px;
    padding: 8px 15px 7px;
    cursor: pointer;
    transition: 0.3s;
}
.call-me:hover{
    background: #b76e49;
}
.basket-page__info{
    position: relative;
}
.basket-page__item-price {
    font-size: 0.875rem;
    color: #999;
    font-weight: 700
}

.basket-page__item-price__s20 {
    display: inline-block;
    font-size: 1.25rem;
    color: #333;
    font-weight: 700
}

.price-prev {
	line-height: 18px;
}

.card-block-info-order--basket .card-block-info-order__btn,
.card-block-info-order--basket .card-block-info-order-col {
    height: 40px
}

.card-block-info-order--basket .card-block-info-order-col__minus,
.card-block-info-order--basket .card-block-info-order-col__plus {
    background: #f7f7f7
}

.card-block-info-order--basket .card-block-info-order-col__minus:hover,
.card-block-info-order--basket .card-block-info-order-col__plus:hover {
    background: #ecebeb
}

.card-block-info-order--basket .card-block-info-order__btn {
    background: #fff;
    color: #cc6633;
    border: 1px solid #cc6633;
    box-sizing: border-box;
    margin-left: 15px
}

.card-block-info-order--basket .card-block-info-order__btn:hover {
    background: #fff2ec
}

.basket-page__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px
}

.basket-page__order-btn {
    height: 40px;
    background: #cc6633;
    padding: 2px 25px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #fff;
    border: 0
}

input.basket-page__order-btn {
    width: 100%;
    max-width: 200px;
    margin-top: 10px
}

.basket-page__order-btn:hover {
    background: #b55526
}

.basket-page__show-more {
    font-size: 1rem;
    color: #cc6633;
    border-bottom: 1px solid #cc6633;
    display: inline-block
}

.basket-page__show-more:hover {
    border-bottom: 1px solid #fff
}

.catalog-links {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px
}

.catalog-links a {
	color: #000;
}

.catalog-link {
    border: 1px solid #e2e0e0;
    padding: 8px 15px 7px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 0.875rem
}

.catalog-link.active {
    background-color: #eee
}

.catalog-link:hover {
    background: #f8f7f7
}

.basket-page-form {
    margin-top: 40px
}

.basket-page-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start
}

.basket-page-info__left {
    font-size: 1rem;
    color: #333;
    line-height: 1.125rem;
    margin-top: 15px
}

.basket-page-info__right {
    margin-top: 15px;
    font-size: 1.25rem;
    color: #333;
    line-height: 1.375rem;
    font-weight: 700
}

.basket-page-form__input {
    margin: 8px 5px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 40px
}

.basket-page-form {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center
}

.success-page {
    margin-top: 40px
}

.success-page__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center
}

.success-page__wrapper p {
    max-width: 500px;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: 20px
}

.content-link {
    color: #cc6633;
    text-decoration: underline;
    display: inline-block
}

.content-link:hover {
    text-decoration: none
}

.contacts-link {
    font-weight: 700
}

.contacts-link:hover {
    text-decoration: underline
}

.success-page__numb {
    font-size: 1.5rem;
    color: #cc6633;
    margin-top: 20px
}

.footer {
    height: 110px;
}



.press-table table {
  margin: 12px 0;
  border: none;
  border-collapse: separate;
  border-spacing: 3px;
  width: auto !important;
}

.press-table tr th:first-child {
}

.press-table.press-table-width, .press-table.press-table-width table  {
  margin-left: 19%;
  width: 62%;
}

.press-table th {
  background: #f7f6f3;
  text-align: left;
}

.press-table th, .press-table td{
  /*border-spacing: 3px;*/
}

.press-table th {
  padding: 7.5px 5px 7.5px 5px;
}

.press-table td {
  padding: 8.5px 5px 9.5px 5px;
  border: 1px solid #f0f0ee;
  font-size: 14px;
}

.press-table tr td {
  background: #faf9f8;
}

.press-table tr td:nth-child(odd) {
  background: #f8f5eb;
}

.wrapper {
    max-width: 1140px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-page {
    margin: 20px 0;
}

#slider {
  margin-top: 20px;
  height: 500px;
}

#slider .wrapper {
    max-width: 1140px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}

#slider .item {
  height: 500px;
}

#slider .in-item {
  height: 500px;
}

#slider .item .slide-text {
  position: relative;
  float: left;
  margin-top: 166px;
  /*font-size: 50px;*/
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 12px 25px 10px 25px;
}

#slider .item .slide-text .slide-text-z {
  position: relative;
  float: left;
  z-index: 5;
}

#slider .item .slide-text .back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0.7;
}

#slider .item .slide-text a {
  color: #232323 !important;
}

#slider .item .slide-text a:hover {
  text-decoration: none;
}

@media(min-width: 1920px){
  #slider .item {
  background-size: cover !important;
  }
}

#slider .carousel-indicators {
  bottom: 209px;
  right: 39px;
  left: auto;
  z-index: 15;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none;
  width: auto;
  margin: 0;
}

#slider .carousel-indicators li {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: none;
  padding: 6px 0 0 6px;
  margin: 8px 0;
  border: none;
}

#slider .carousel-indicators li span {
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
}

#slider .carousel-indicators li.active {
  border: 2px solid #a44718;
  padding: 4px 0 0 4px;
}

#slider .product-arrow, #popular .owl-prev, #popular .owl-next {
  position: absolute;
  bottom: 0;
  width: 81px;
  height: 81px;
  background-color: #fafafa;
  z-index: 15;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30% auto;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#slider .product-arrow.left, #popular .owl-next, #article-line .product-arrow.left {
/*  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABeSURBVChTYxhQIAnEhhAmcUAUiE8DsQOYRwQQAuKTQOwG5hEB+IEYZMN8IA4lgEFqwUAJiJ8A8SYg7iCAJYAYDjSA+BIQq4N5JABdID4HxCpgHgnACIj9IMwhCBgYAExXD4yMnICpAAAAAElFTkSuQmCC);*/
  background-image: url(../img/arrow-left.svg);
}

#slider .product-arrow.left, #popular .owl-next {
  left: 0;
}

#slider .product-arrow.left:hover, #popular .owl-next:hover, #article-line .product-arrow.left:hover {
  /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABxSURBVChTYxg48O/fP0kgNoRyCQOgYlEgPv3//38HqBB+AFQsBMQngdgNKoQfAE3mB9kAxPOB7FACmB+mSQmo4QkQbwKyOwhgCbAmEAByNICaLgGxOlSIOADUoAvE54BYBSpEHABqMAJiPyh36AEGBgCba4beNGcZWQAAAABJRU5ErkJggg==);*/
  background-image: url(../img/arrow-left-white.svg);
}

#slider .product-arrow.left:hover, #popular .owl-next:hover {
  background-color: #a44718;
}

#slider .product-arrow.right, #popular .owl-prev, #article-line .product-arrow.right {
  /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANBAMAAACAxflPAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAeUExURQ4ODhAQEBAQEBAQEBAQEBAQEBAQEBAQEBISEg4ODlRhQtoAAAAKdFJOUwMVykBmua2JVDC7PEXaAAAAL0lEQVQIHWNgwAIMoGKuUJolgYGBsQMIwhgYOMuBQEkALMOsCFFgBOEyOEK42EgAVVIGD5/JAFsAAAAASUVORK5CYII=);*/
  background-image: url(../img/arrow-right.svg);
}

#slider .product-arrow.right, #popular .owl-prev {
  left: 81px;
}

#slider .product-arrow.right:hover, #popular .owl-prev:hover, #article-line .product-arrow.right:hover {
  /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANBAMAAACAxflPAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAhUExURf///////////////////////////////////////////3+Ax28AAAALdFJOUwPKE0BmJ7mJVK+rp9BhYAAAAC5JREFUCB1jYMACDKBiblCaZQIDA2sHEGQB6XIgEFQAyzALQRQYQrgMThAuNhIAZgUGVKdsEO0AAAAASUVORK5CYII=);*/
  background-image: url(../img/arrow-right-white.svg);
}

#slider .product-arrow.right:hover, #popular .owl-prev:hover {
  background-color: #a44718;
}

.load-price {
    position: absolute;
    bottom: 16px;
    padding-top: 15px;
    right: 125px;
    font-size: 18px;
    width: 115px;
    color: #000;
    padding-left: 27px;
    cursor: pointer;
    background: url(../img/download-cat.svg) left 12px no-repeat;
    background-size: 20px auto;
}

@media (max-width: 1150px){
	.header__left .header-prev {
		margin-left: 20px;
	    line-height: 20px;
	    font-size: 14px
	}
	.header .call-me {
		margin-left: 35px;
	}
	.header-phone__text {
		margin-left: 25px;
	}
}

@media (max-width: 1100px){
	.header-nav__item {
	    margin-right: 15px;
	}
	.header__left img.logo {
    	max-height: 95px;
	}
	.header-phone__text {
    	margin-left: 20px;
	}
}

@media (max-width: 1050px){
	.header .call-me {
		font-size: 13px;
		padding: 9px 10px 7px;
	}
	.header-nav__item {
    	margin-right: 14px;
	}
	.header .call-me {
    	margin-left: 29px;
	}
}


@media (max-width: 1020px){
	.header__left .header-prev {
	    font-size: 13px;
	    font-weight: bold;
	}
}

@media screen and (max-width: 1000px) {


    .catalog-block__item {
        width: calc(25% - 20px)
    }

    .product-list__item {
        width: calc(25% - 15px)
    }

    .product-list__item:nth-child(4) {
        margin-right: 0
    }

    .product-list__item:nth-child(5) {
        display: none
    }

    .basket-page__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .basket-page__item-price {
        margin-top: 10px
    }

    .basket-page__name {
        font-size: 1rem
    }
}

@media screen and (max-width: 786px) {
    .catalog-block__item {
        width: calc(33% - 20px)
    }

    .catalog-block__title,
    .contacts-block__title,
    .catalog-list__title,
    .card-block__title,
    .delivery-block__title,
    .product-list__title,
    .basket-page__title {
        font-size: 0.875rem
    }

    .delivery-block__title span {
        font-size: 0.75rem
    }

    .catalog-table__th {
        font-size: 0.875rem
    }

    .catalog-table__td a {
        font-size: 0.75rem;
        line-height: 0.875rem
    }

    .catalog-table__td {
        font-size: 0.75rem
    }

    .product-list__item {
        width: calc(33% - 10px);
        margin-right: 15px
    }

    .product-list__item:nth-child(3) {
        margin-right: 0
    }

    .product-list__item:nth-child(4) {
        display: none
    }

    .basket-page__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .basket-page__info {
        padding-right: 0
    }

    .card-block-info-order--basket {
        width: 100%
    }

    .basket-page__img {
        padding-right: 10px
    }

    .card-block-info-order--basket .card-block-info-order__btn {
        margin-left: 10px;
        padding: 2px 10px 0;
        font-size: 0.625rem
    }

    .basket-page__name {
        font-size: 0.875rem;
        line-height: 1.125rem
    }
}

@media screen and (max-width: 700px) {
    .card-block__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }

    .card-block-photo {
        margin: 0 auto
    }

    .card-block-info {
        max-width: 450px;
        margin: 0 auto;
        padding-left: 0;
        padding-top: 30px
    }
}

.hidden-catalog {
    display: none;
}

.wrapper-footer {
	margin-top: 25px;
	border-top: 1px solid #cc6633;
	position: relative;
	float: left;
	width: 100%;
    padding-top: 35px;
    padding-bottom: 20px;
}

.footer-third {
	position: relative;
	float: left;
	width: 20%;
}

.footer-third span {
	font-size: 18px;
}

.footer-nav {
	list-style: none;
	font-weight: bold;
}

.footer-nav a {
	color: #000;
}

.footer-phone {
	position: relative;
	float: right;
	/*margin-top: -10px;*/
	line-height: 22px;
    font-size: 17px;	
}

.footer-nav {
	position: relative;
	float: left;
	margin-top: 2px;
}

.footer-nav li{
	position: relative;
	float: left;
	margin-right: 15px;
	text-transform: uppercase;
}
.footer-nav li a:hover{
    text-decoration: underline;
}


@media(max-width: 990px){
    .load-price {
        display: none;
    }
	.set-content .call-me {
		right: 0;
	}
	.basket-page__text .call-me {
		top: auto;
	}
	.header__left {
		display: block;
		width: 100%;
    	padding-top: 10px;
    	height: 105px;
	}
    .header {
        flex-wrap: wrap
    }
    .header__left .header-prev {
        /*margin-top: 28px;*/
        margin-top: 8px;
    }
    .header-phone {
    	margin-top: 0;
    }
    .header__left .header__logo {
    	position: relative;
    	float: left;
    }
    .header-phone {
    	position: relative;
    	float: left;
    }
    .header .call-me {
    	position: relative;
    	float: right;
    	margin-top: 33px;
	    margin-right: 50px;
	    margin-left: 0;
    }

    .header__right {
    	display: block;
    	position: absolute;
    	right: 15px;
    	top: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row
    }

    .header-basket {
        margin-right: 40px
    }

    .mobile-nav-btn {
        /*background: url("/img/btn-nav-ccc16a14de37f7a59a7427bec42dadfea8f3bc9ed8b9219e9baa90c75cf16052.png") no-repeat center;*/
        background: url("/img/menu.svg") no-repeat center #fff;
        background-size: 68% auto;
        border: 2px solid #cc6633;
        display: block;
        /*width: 16px;
        height: 16px;*/
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 12;
        position: fixed;
        top: 42px;
        right: 15px;
    }

    .mobile-nav-btn--active {
        position: fixed;
        top: 15px !important;
        right: 15px;
        background: url("/img/close.svg") no-repeat center;
        background-size: 100% auto;
    }

    .header-nav__items {
        /*display: none;*/
        margin-top: -350px;
        position: fixed;
        background: #cc6633;
        padding: 15px 15px 15px 15px;
        left: auto;
        right: 0;
        z-index: 11;

        display: flex;
        width: 100%;
        box-sizing: border-box;
        /*position: relative;*/
        left: 0;
        top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        margin-right: 0
    }

    .header-nav__items a {
        color: #fff;
        font-size: 16px;
    }

    .hidden-catalog {
        display: block;
    }

    .header-nav__item {
        border-bottom: 1px solid #fff;
        width: 280px;
        text-align: center;
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .header-nav__item:last-child {
        border: none;
    }

    .header-nav__items--show {
        display: -webkit-box;
        display: flex
    }

    .header-nav__item {
        margin-right: 0;
        margin-top: 10px;
    }
    #fixed-click{
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9;
    }
}
@media screen and (max-width: 900px) {
	.footer-third {
		width: 130px;
	}
}

@media screen and (max-width: 720px) {
	.footer-nav {
		display: none;
	}
    #slider .carousel-indicators {
        bottom: 15px;
    }
}

@media screen and (max-width: 670px) {
	/*.header__left .header__logo {
		position: absolute;
		left: 15px;
		top: 10px;
	}
	.header__left {
		padding-left: 100px;
	}*/
	.header__left .header-prev {
		display: none;
	}
	/*.header-phone {
	    margin-top: 20px;
	    width: 100%;
	}*/
}

@media screen and (max-width: 600px) {
	/*.set-content .call-me {
	    right: auto;
	    bottom: -51px;
	    top: auto;
	}*/
	.card-block-info .call-me {
		top: auto;
		bottom: auto;
	}
	.card-block-photo {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
    header .cart {
        bottom: -7px;
    }
    .mobile-nav-btn {
        top: 32px;
    }
    .email-text {  }
	.subs-nav {
		line-height: 23px;
	}
	.breadcrumbs {
		display: block;
		position: relative;
		float: left;
		width: 100%;
	}
	.breadcrumbs .breadcrumbs__home {
		display: block;
		position: relative;
		float: left;
		width: 17px;
		height: 16px;
		margin-top: 1px;
	}
	.breadcrumbs a, .breadcrumbs__last {
		display: inline;
		width: auto;
		line-height: 20px;
	}
	.set-content .call-me {
		/*bottom: -41px;*/
        bottom: -25px;
        padding: 6px 16px 6px;
	}
	.card-block-info .call-me {
		top: auto;
		bottom: auto;
	}
	.header-phone {
	    position: absolute;
	    left: 142px;
    	top: 5px;
	}
	.header-phone {
    	margin-top: 12px;
	}
	.header-phone__text {
		margin-left: 0;
	}
	.header .call-me {
	    position: absolute;
	    left: 142px;
	    /*top: 67px;*/
        top: 117px;
	    margin: 0;
	}
    .header__left {
        height: 143px;
    }
    .header__left img.logo {
        margin-top: 5px;
    }
    .catalog-block__items {
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .catalog-block__item {
        width: calc(50% - 10px);
        margin-right: 0
    }


    .contacts-block-phone {
        display: block;
        margin-right: 15px
    }

    .contacts-block-work {
        display: block;
        margin-left: 15px
    }

    .contacts-block-maps iframe {
        height: 200px
    }

    .callback-block__wrapper {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center
    }

    .callback-block__top {
        font-size: 0.875rem
    }

    .callback-block__phone {
        font-size: 1rem
    }

    .callback-block__wrapper p {
        font-size: 0.75rem;
        margin-top: 5px
    }

    .callback-block-form__input {
        max-width: 170px;
        padding: 0 10px
    }

    .product-list__item {
        width: calc(50% - 10px);
        margin-right: 15px
    }

    .product-list__item:nth-child(2) {
        margin-right: 0
    }

    .product-list__item:nth-child(3) {
        display: none
    }

    .product-list__img {
        height: 150px
    }

    .product-list__name {
        margin-top: 10px;
        font-size: 0.875rem
    }

    .catalog-link {
        padding: 7px 10px 6px;
        font-size: 0.75rem
    }

    .basket-page-form__input {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    input.basket-page__order-btn {
        max-width: 370px
    }

    .success-page__wrapper p br {
        display: none
    }
}

@media screen and (max-width: 460px) {
    .basket-page__item {
        padding-bottom: 45px;
    }
    .basket-page__name {
        padding-right: 0;
    }
    .add-cart-btn {
        bottom: -25px;
        right: 99px;
        top: auto;
    }
    .set-content .call-me, .add-cart-btn {
        bottom: -40px;
    }
    .add-cart-btn {
        width: 77px;
        background-color: #fff;
    }
    .card-block-info .add-cart-btn {
        float: left;
        margin-top: 10px;
    }
}

@media screen and (max-width: 400px) {
    .header__left img.logo {
        max-height: 75px;
        margin-top: 16px;
    }
    .header .call-me {
        top: 123px;
        left: 15px;
        font-size: 12.5px;
        padding: 7px 10px 5px;
    }
    header .cart {
        bottom: -46px;
    }
    .header-phone {
        margin-top: 28px;
        left: 122px;
    }
}

/*@media screen and (max-width: 360px) {
	.header-phone {
		left: 119px;
	}
	.header .call-me {
		left: 119px;
	}
	.header__left img.logo {
    	max-height: 80px;
	}
	.header__left .header__logo {
		margin-top: 9px;
	}
}*/


@media(max-width: 1154px){
    .header__left .header__logo {
      width: 70px;
      overflow: hidden;
    }
}

.nc_search {
    position: relative;
    float: left;
    position: relative;
    float: left;
    width: 100%;
    max-width: 750px;
}

.nc_search input[type="text"] {
    position: relative;
    float: left;
    width: calc(100% - 24px);
    padding: 5px 15px 5px 7px;
    border: 1px solid #bbb;
    font-size: 17px;
}

.nc_search button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    background: #a44718;
    color: #fff;
    border: none;
    height: 37px;
    padding: 0 25px;
    text-transform: uppercase;
    cursor: pointer;    
}

.nc_search button[type="submit"]:hover{
    background: #b76e49;
}

.nc_search_results {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 5px;    
}

.nc_search_range {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

ol.nc_search_results  li {
    list-style-position: inside;
    list-style: none;
}

.nc_search_nav {
    margin-top: 15px;
}

.nc_search_list {
    position: relative;
    float: left;
    width: 100%;
    margin: 12px 0;
}
.nc_search_title {
    position: relative;
    float: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 3px; 
}

.nc_search_nav, .nc_search_status {
    position: relative;
    float: left;
    width: 100%;
}

.nc_search_status {
    margin-top: 5px;
}

.nc_search_title {
    font-weight: bold;
    font-size: 17px;
    color: #a44718;
    margin-bottom: 3px;
}

.nc_search_title a {
    color: #a44718;
}

.nc_search_context {
    position: relative;
    float: left;
    width: 100%;
}

#pagi_long {
    position: relative;
    float: left;
    width: 100%;
    margin:22px 0;
}

#pagi_long ul li {
    list-style: none;
    float: left;
    margin-right: 17px;
    line-height: 0.9em;
}
#pagi_long  ul li a {
    display: block;
    width: 22px;
    text-decoration: none;
    padding: 6px 0 6px 1px;
    text-align: center;
    background: #a44718;
    border: 1px solid #b76e49;
    color: #fff;
}
#pagi_long ul li a:hover {
    color: #fff;
    background: #b76e49;
    padding: 6px 0 6px 1px;
    border: 1px solid #b76e49;
}
#pagi_long ul li span {
    display: block;
    width: 22px;
    color: #fff;
    text-decoration: none;
    background: #b76e49;
    padding: 6px 0 6px 1px;
    text-align: center;
    border: 1px solid #b76e49;
}

.catalog-block__title {
    padding-right: 230px;
}

#search-form {
  /*position: relative;
  float: right;*/
  position: absolute;
  right: 0;
  top: -5px;
  max-width: 220px;
  z-index: 2;
}

#search-form .search-input {
  position: relative;
  float: left;
  width: calc(100% - 50px);
  padding: 12px 40px 12px 10px;
  font-size: 15px;
  border-radius: 25px;
  border: 1px solid #ababab;
}

#search-form .search-send {
  position: absolute;
  top: 7px;
  right: 8px;
  width: 30px;
  height: 30px;
  border: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqBAMAAAA37dRoAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAeUExURXV1dXV1dXV1dXV1dXZ2dnV1dXNzc3V1dXR0dHZ2duiZRPgAAAAKdFJOU/oDeqAk3xDDVjs++qUTAAABI0lEQVQoFZ2SMU/DMBCFXwGD2LhgBXULYzcz0bEZugeJH9BUQqytitSVqn8AVeL/cufzNSHxAhkc+/Pz8/nZoNyHHKR/0PK438/bs5s6TDfg77I2HGkZBDL+RZdws7Y8NfhIWLS+cQcZFnCt/ClW9maaJbYRRhputE9lc3GmU7wmSgvUscu+DzgYLfBkdOUMEjUTo5/JTMbh1mjqxWFSsO/mOoLYLPR4QicdvdMiB3TV0axDfrd8Zb1TlNCdebd7PFoRvRN7XBn96tKhYGH7XpIcWoryGy+6in35htR5DXSpE73DzWt/BNJ0elGV3DsriyQWB/YIAvmVVOqllOj0vJvxdBIbjUu4UfGQqnhIVTyiBfhCR5QqTmVMfZ2jUs1Y+1f6A/oPSZUjDkgNAAAAAElFTkSuQmCC) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

#articls {
    margin: 25px 0;
}

p {
    margin: 10px 0;
}

#articls .articl {
  position:relative;
  float:right;
  width:100%;
}
#articls .articl .articl_one {
  position:relative;
  float:left;
  width:100%;
  padding-bottom:33px;
  margin-bottom: 32px;
  border-bottom: 1px solid #5a4017;
}
#articls .articl .articl_one .articl_text {
  position:relative;
  float:left;
  width:58%;
  font-size: 13.5px;
  line-height: 17px;
}
#articls .articl .articl_one .articl_text h2 {
  font-weight:normal;
  margin-bottom:10px;
  line-height:1em;
  font-size: 28px;
  color: #5b4f4b;
}
#articls .articl .articl_one .articl_text h2 a {
  color: #b88a41;
  text-decoration: none;
}
#articls .articl .articl_one .articl_text h2 a:hover {
  color: #5a4017;
}
#articls .articl .article-more {
  float: right;
  color: #5a4017;
  margin-top: 5px;
  margin-right: -8%;
  font-size: 16px;
}
#articls .articl .article-more:hover {
  color: #5a4017 !important;
}
#articls .articl .articl_one .articl_text .article-prev {
  margin-top: 15px;
  color: #646161;
  line-height: 1.2em;
  font-size: 16px;
  line-height: 18px;
}
#articls .articl .articl_one .articl_text p {
  margin-bottom:10px;
}
#articls .articl .articl_one .articl_img {
  position:relative;
  float:left;
  width:32.4%;
  margin-right:3.3%;
}
#articls .articl .articl_one .articl_img img {
  max-width:100%;
}

#text-article {
    font-size: 16px;
    line-height: 21px;
    margin: 20px 0;
}

#text-article .page-article-img {
  position: relative;
  float: left;
  width: 24%;
  margin: 0 15px 10px 0;
}

#text-article .page-article-img img {
  max-width: 100%;
}

#text-article img {
  max-width: 100%;
}

@media(max-width: 600px){
    .catalog-block {
        margin-top: 9px;
    }
    #search-form {
        position: relative;
        float: right;
        top: auto;
        bottom: auto;
        right: auto;
        margin-right: 15px;
        max-width: 220px;
    }
    .catalog-block__title {
        padding-right: 0;
    }
    #search-form .search-input {
        padding: 9px 40px 9px 10px;
    }
}

@media(max-width: 470px){
  #articls .articl .articl_one .articl_text h2 {
    font-size: 20px;
  }
}


@media(max-width: 390px){
    #search-form {
        max-width: 100%;
        margin-bottom: 10px;
    }
  #articls .articl .articl_one .articl_img {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  #articls .articl .articl_one .articl_text {
    position: relative;
    float: left;
    width: 100%;
  }
  #articls .articl .article-more {
    margin-right: 0;
  }    
}

.download-instr {
    position: relative;
    float: left;
    padding: 9px 8px 6px 25px;
    background: url(/img/download.svg) 5px center no-repeat;
    background-size: 15px auto;
    border: 2px solid #A44718;
    text-transform: uppercase;
    color: #A44718;
    font-weight: bold;
    font-size: 16px;
    border-radius: 6px;
}

.delivery-cat {
	width: calc(100% - 20px);
    margin-top: 10px;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
}

#cart {
    margin-top: 15px;
}

#cart * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}

#remove-all {
    position: relative;
    float: right;
    cursor: pointer;
}

#cart .cart-list-line {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
    padding-right: 25px;
}

#cart .cart-list-line.to-remove .cart-list-name, #cart .cart-list-line.to-remove .cart-list-sum, #cart .cart-list-line.to-remove .cart-list-price {
    opacity: 0.2;
}

#cart .cart-list-line .cart-list-name .cart-list-img {
    position: relative;
    float: left;
    width: 150px;
    margin-right: 15px;    
}

#cart .cart-list-line .cart-list-name .cart-list-link {
    font-size: 16px;
    line-height: 18px;
    position: relative;
    float: left;
    width: calc(100% - 165px);
}

#cart .cart-list-line .cart-list-name {
    position: relative;
    float: left;
    width: 55%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 10px;
}

#cart .cart-list-line .cart-list-sum {
    position: relative;
    float: left;
    width: 20%;
}

#cart .cart-list-line .cart-list-price {
    position: relative;
    float: right;
    width: 20%;
}

#cart .cart-list-line .cart-list-for-one {
    color: #bbb;
    font-size: 12.5px;
}



#cart .cart-order-list .cart-list-sum {
  position: relative;
  float: left;
  z-index: 3;
  max-width: 70px;
}

#cart .cart-order-list .cart-list-sum input.add_cart {
  display:inline-block;
  width:30px;
  padding:1px 2px;
  text-align:center;
  font-size:12px;
  color:#000;
}

#cart .cart-order-list .cart-list-sum .input_cart {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#cart .cart-order-list .cart-list-sum .p_m {
  display:inline-block;
  font-size: 21px;
  vertical-align:bottom;
  line-height:0.8em;
  cursor:pointer;
  color: #959595;
}

#cart .cart-order-list .cart-list-sum .p_m.minus {
  font-size: 29px;
  float: left;
}

#cart .cart-order-list .cart-list-sum .p_m.plus {
  line-height: 1.3em;
  float: right;
}

#cart .bIconButton.cart-list-remove {
    position: absolute;
    right: 0;
    top: 50%;
    height: 20px;
    width: 20px;
    margin-top: -22px;
    background: url(../img/delete.svg) center center no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}

#cart .cart-list-line.to-remove .bIconButton.cart-list-remove {
    background: url(../img/back.svg) center center no-repeat;
    background-size: 100% auto;
}

#cart-result {
    padding-right: 25px;
}

#cart-result .cart-result-pr {
    width: 20%;
    float: right;
}

#cart-result .cart-result-pr span.title-result {
    color: #bbb;
    font-size: 12.5px;    
}

#ordering {

}

#ordering-form {
  margin-top: 20px;
  max-width: 600px;
}

#ordering input[type=text], #ordering .order-textarea, #ordering input[type=tel] {
  width: 100%;
  border: 1px solid #c5c5c5;
  padding: 4px 10px 6px;
  border-radius: 2px;
  font-size: 14px;
  color: #000;
}

#ordering .order-textarea {
  height: 120px;
}

#ordering .valid-text {
  display: none;
  opacity: 0;
  color: red;
  font-size: 11px;
  margin-top: 1px;
}

#ordering .ordering-line {
  margin-bottom: 19px;
}

#ordering .ordering-agreement {
	margin-top: 10px;
}

#ordering .order-delivery-line {
	margin-bottom: 15px;
}

#ordering .order-delivery-line .delivery-address {
	margin-top: 4px;
}

#ordering .order-send {
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 15px 9px 15px;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
    background: #a44718;
    border: none;    
}

#ordering .order-send:hover {
    background: #b76e49;
}

#ordering .hidden-delivery {
	opacity: 0.4;
}

#ordering .order-textarea {
	margin-top: 4px;
}

#ordering .ordering-file {
	margin-top: 4px;
}

@media(max-width: 900px){
	#cart .cart-list-line .cart-list-name {
		width: 60%;
	}
	#cart .cart-list-line .cart-list-name .cart-list-img {
		width: 80px;
	}
	#cart .cart-list-line .cart-list-name .cart-list-link {
		width: calc(100% - 95px);
	}
}

@media(max-width: 600px){
	.breadcrumbs {
		width: 100%;
	}
	#cart .cart-list-line {
		padding-left: 20px;
		padding-right: 20px;
		justify-content: center;
	}
	#cart .cart-list-line .cart-list-name {
    	width: 100%;
    	padding-right: 0;
    	justify-content: center;
    	margin-bottom: 15px;
	}
	#cart .cart-list-line .cart-list-name .cart-list-img {
		padding-right: 0;
		margin-bottom: 15px;
	}
	#cart .cart-list-line .cart-list-name .cart-list-link {
		width: 100%;
		text-align: center;
	}
	#cart .bIconButton.cart-list-remove {
		top: 5px;
		margin-top: 0;
	}
	#cart .cart-list-line .cart-list-price {
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
		margin-top: 15px;
	}
	#cart .cart-order-list .cart-list-sum {
		width: 90px;
	}
	#cart-result .cart-result-pr {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
		font-size: 20px;
	}
	#cart .cart-list-line .cart-list-for-one {
		line-height: 20px;
	}
	#cart-result .cart-result-pr span.title-result {
		position: relative;
		float: left;
		margin-bottom: 4px;
		display: block;
		width: 100%;
	}
	#cart-result .change-pr {
		font-weight: bold;
	}
	#cart-result {
		padding-right: 0;
	}
}

@media(max-width: 500px){
	header .cart {
		right: -10px;
	}
}




.banner-long-nav {
    margin: 20px 0 20px 0;
}

.banner-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-width: 1520px;
}

.banner-slider.banner-long-nav .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin-left: -560px;
  max-width: 1110px;
}

.banner-slider .owl-nav .owl-next {
  position: relative;
  float: right;
  margin-top: -16px;
  margin-right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: url(/m/img/owl-next.svg) center center no-repeat #416157;
  font-size: 0;
}

.banner-slider .owl-nav .owl-prev {
  position: relative;
  float: left;
  margin-top: -16px;
  margin-left: 20px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: url(/m/img/owl-prev.svg) center center no-repeat #416157;
  font-size: 0;
}








.price-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 30px 0 50px 0;
}

.price-list .price-item-full {
  font-size: 20px;
  padding: 20px 0;
  margin: 10px 0;
  text-align: center;
  border: 1px dashed #bbb;
  color: #000;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.price-list .price-item-full:hover {
  color: #416157;
}

.price-list .price-item-full .price-item-full-in {
  position: relative;
  float: left;
  width: 100%;
  max-width: 304px;
  padding-left: 80px;
  padding-right: 10px;
  min-height: 80px;
  padding-top: 10px;
}

.price-list .price-item-full .price-item-full-in:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 80px;
  background: url(/m/img/pdf.svg) center center no-repeat;
  background-size: 100% auto;
}

.price-list .price-item-full .price-name {
  text-align: left;
  margin-bottom: 10px;
}

.price-list .price-item-full .price-size {
  text-align: left;
  font-size: 16px;
  line-height: normal;
}

.price-list .price-item {
  position: relative;
  float: left;
  width: 25%;
  height: 110px;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding-left: 80px;
  padding-right: 10px;
}

.price-list .price-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  background: url(/m/img/pdf.svg) center center no-repeat;
  background-size: 100% auto;
}

.price-list .price-item span.price-name {
  padding-top: 5px;
  font-size: 20px;
  /*font-weight: 800;*/
  line-height: normal;
  margin-bottom: 12px;
  color: #000;
}

.price-list .price-item span.price-size {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 24px;
  color: #595959;
}

.price-list .price-item:hover span.price-name {
  color: #416157;
}

@media(max-width: 1550px){
  .price-list .price-item {
    width: 25%;
  }
}

@media(max-width: 1255px){
  .price-list .price-item {
    width: 33.3%;
  }
}

@media(max-width: 990px){
  .price-list .price-item {
    width: 50%;
  }
}

@media(max-width: 755px){
  .price-list .price-item {
    width: 100%;
  }
}















.card-block-info .product-info-line {
  margin-bottom: 20px;
}

.card-block-info .product-info-props {
  margin-bottom: 29px;
}

.card-block-info .product-info-prop {
  position: relative;
  float: left;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  width: 125px;
}

.card-block-info .product-info-val {
  position: relative;
  float: right;
  width: calc(100% - 148px);
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.card-block-info .product-info-line.product-stok-ico .product-info-val:before {
  content: '';
  position: absolute;
  top: 1px;
  left: -29px;
  width: 26px;
  height: 19px;
  transform: rotate(-90deg);
}

.card-block-info .product-info-line.product-stok-ico.product-stok-no .product-info-val:before {
  background: url(/m/img/btr.svg) center center no-repeat;
  background-size: 100% auto;
}

.card-block-info .product-info-line.product-stok-ico.product-stok-red .product-info-val:before {
  background: url(/m/img/btr_red.svg) center center no-repeat;
  background-size: 100% auto;
}

.card-block-info .product-info-line.product-stok-ico.product-stok-mnogo .product-info-val:before {
  background: url(/m/img/btr_green.svg) center center no-repeat;
  background-size: 100% auto;
}

.card-block-info .product-info-line.product-stok-ico.product-stok-malo .product-info-val:before {
  background: url(/m/img/btr_yellow.svg) center center no-repeat;
  background-size: 100% auto;
}

.card-block-info .product-info-line.product-stok-ico.product-stok-no .product-info-val:after, .card-block-info .product-info-line.product-stok-ico.product-stok-red .product-info-val:after {
  content: '';
  z-index: 2;
  position: absolute;
  left: -20px;
  top: 3px;
  width: 9px;
  height: 17px;
  background: url(/m/img/elect.svg) center center no-repeat #FFFAF5;
  background-size: 12px auto;
}

.card-block-info .product-info-line.product-stok-ico.product-stok-malo .product-info-val:after {
  content: '';
  z-index: 2;
  position: absolute;
  left: -20px;
  top: 3px;
  width: 9px;
  background: #FFFAF5;
  height: 9px;
}








.product-info-select *, .product-info-select *:before, .product-info-select *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.product-info-select .product-info-prev {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}

.product-info-select {
  margin-bottom: 34px;
}

.product-info-select .product-info-select-item {
  position: relative;
  float: left;
  color: #416157;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  height: 48px;
  padding: 12px 24px;
  border-radius: 32px;
  border: 1px solid #416157;
  margin-right: 14px;
  margin-bottom: 14px;
  cursor: pointer;
}

.product-info-select .product-info-select-item span.s-sum {
  font-size: 12px;
  position: relative;
  float: right;
}

.product-info-select .product-info-select-item span.s-sum:before {
  content: '';
  position: relative;
  float: left;
  width: 14px;
  height: 14px;
  background: url(../img/box.svg) center center no-repeat;
  background-size: 100% auto;
  margin: 5px 3px 0 7px;
}

.product-info-select .product-info-select-item:hover {
  background: #F4ECE6;
}

.product-info-select .product-info-select-item.active {
  background: #F4ECE6;
  border-color: #F4ECE6;
}