/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.01 20.02.16 e
Num:      876
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("/assets/bases-2dd8d245.css");
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
    height: 100%;
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    background: #fff;
    height: 100%;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: left;
    word-wrap: break-word;
}

input,
button,
select,
textarea,
html {
    font-family: 'OpenSans', sans-serif;
}

a {
    color: #a58c47;
    text-decoration: none;
}

a:hover,
a:hover:visited {
    text-decoration: underline;
}

.nu a:hover,
a.nu:hover {
    text-decoration: none;
}

.nu a,
a.nu {
    text-decoration: underline;
}

a.link_dashed,
.link_dashed a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

a.link_dashed:hover,
.link_dashed a:hover {
    border: 0;
    text-decoration: none;
}

.h1 {
    border-bottom: 4px solid #e5e5e5;
    margin: 0 0 60px;
    padding-bottom: 12px;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 800;
}

.h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 0.83em;
}

.h3 {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
    margin: 0 0 1em;
}

.h4 {
    margin: 0 0 18px;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
}

.h5 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 1.67em;
}

.h6 {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 2.33em;
}

/*colors*/
/*end colors*/
/*fonts*/
@font-face {
    font-family: 'OpenSans';
    src: url("/fonts/OpenSansBold.eot");
    src: url("/fonts/OpenSansBold.eot") format('embedded-opentype'), url("/fonts/OpenSansBold.woff") format('woff'), url("/fonts/OpenSansBold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url("/fonts/OpenSansSemiBold.eot");
    src: url("/fonts/OpenSansSemiBold.eot") format('embedded-opentype'), url("/fonts/OpenSansSemiBold.woff") format('woff'), url("/fonts/OpenSansSemiBold.ttf") format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url("/fonts/OpenSansRegular.eot");
    src: url("/fonts/OpenSansRegular.eot") format('embedded-opentype'), url("/fonts/OpenSansRegular.woff") format('woff'), url("/fonts/OpenSansRegular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

.f-10 {
    font-size: 10px;
    font-size: 1rem;
}

.f-11 {
    font-size: 11px;
    font-size: 1.1rem;
}

.f-12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.f-13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.f-14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.f-15 {
    font-size: 15px;
    font-size: 1.5rem;
}

.f-16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.f-17 {
    font-size: 17px;
    font-size: 1.7rem;
}

.f-18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.f-20 {
    font-size: 20px;
    font-size: 2rem;
}

/*end fonts*/
/*forms fields*/
.field {
    background: #e5e5e5;
    border: 0;
    box-shadow: inset 0 1px 2px rgba(1, 1, 1, 0.45);
    padding: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.field:focus {
    border-color: #51cbee;
    box-shadow: inset #51cbee 0 0 5px;
}

.field:-moz-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
    text-overflow: ellipsis;
}

.field::-moz-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
    text-overflow: ellipsis;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
    text-overflow: ellipsis;
}

.field:-ms-input-placeholder {
    opacity: 1;
    color: gray;
    font-style: italic;
    text-overflow: ellipsis;
}

.field.placeholder {
    color: gray;
    font-style: italic;
    text-overflow: ellipsis;
}

.field.invalid {
    border-color: red;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.invalid_message {
    display: block;
    color: red;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.valid_message {
    display: none;
    color: green;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/
.o {
    overflow: hidden;
}

.cx:before,
.cx:after {
    content: "";
    display: table;
}

.cx:after {
    clear: both;
}

.ct {
    display: table;
}

.ct:after {
    content: '. . . . . . . . . . .';
    display: block;
    word-spacing: 99in;
    height: 0;
    overflow: hidden;
    font-size: 0.05em;
    line-height: 0.05em;
}

/*end over blocks*/
/*other*/
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    margin: 0 0 26px;
    height: 0;
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    border-top: 15px solid #e5e5e5;
}

.hr_2 {
    border-top: 2px solid #e5e5e5;
    margin-bottom: 70px;
}

.hr_3 {
    border-top: 4px solid #e5e5e5;
    margin-bottom: 20px;
}

::-moz-selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: rgba(255, 0, 0, 0.5);
    color: #fff;
    text-shadow: none;
}

img::-moz-selection {
    background-color: transparent;
    -moz-box-shadow: none;
}

img::selection {
    background-color: transparent;
    box-shadow: none;
}

.pl-150 {
    padding-left: 150px;
}

/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
    min-height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.inner {
    max-width: 1260px;
    margin: auto;
}

.inner:before,
.inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    padding: 130px 0 55px;
    position: relative;
    z-index: 10;
}

.nav {
    position: relative;
    z-index: 10;
}

.nav:before {
    content: '';
    background: url("/images/nav_bg.png") repeat-x 0 100%;
    border-top: 1px solid #cacaca;
    position: absolute;
    top: 0;
    bottom: -7px;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.nav .list {
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: center;
}

.nav .list x:-o-prefocus,
.nav .list {
    word-spacing: -0.3em;
}

.nav .list > .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.2;
    vertical-align: top;
    z-index: 1;
}

.nav .item {
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 800;
}

.nav .link {
    display: block;
    padding: 14px;
    color: #000;
}

.logo {
    background: url("/images/logo.png") no-repeat;
    width: 528px;
    height: 101px;
    position: absolute;
    top: 16px;
    left: 20px;
}

.logo .link {
    display: block;
    width: inherit;
    height: inherit;
}

.slogan {
    position: absolute;
    top: 45px;
    left: 30px;
    color: #790000;
    line-height: 1;
    text-align: right;
}

.slogan .text_1 {
    margin-bottom: 11px;
    font-size: 21px;
    font-size: 2.1rem;
}

.slogan .text_2 {
    font-size: 26px;
    font-size: 2.6rem;
}

.contacts {
    margin-bottom: -114px;
    position: absolute;
    bottom: 100%;
    right: 235px;
    left: 570px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: right;
}

.contacts .text {
    font-weight: 800;
}

.contacts p {
    margin-bottom: 5px;
}

.basket {
    background: #eee url("/images/basket.png") no-repeat 14px 9px;
    width: 160px;
    height: 90px;
    padding: 26px 24px 0;
    position: absolute;
    top: 21px;
    right: 20px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.basket .caption {
    color: #a58c47;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 800;
}

.basket .text {
    color: #000;
    font-size: 15px;
    font-size: 1.5rem;
}

.basket .count {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}

.about {
    background: #e9e9e9;
    padding: 18px 26px;
}

.about:before,
.about:after {
    content: "";
    display: table;
}

.about:after {
    clear: both;
}

.about .form {
    float: right;
    text-align: right;
    font-size: 15px;
    font-size: 1.5rem;
}

.about .context {
    overflow: hidden;
    padding-right: 25px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2;
    text-align: justify;
}

.about .field {
    background: #fff;
    width: 270px;
    vertical-align: middle;
}

.about .field_from,
.about .field_to {
    width: 112px;
}

.about .label {
    width: 78px;
    text-align: left;
    vertical-align: middle;
}

.about p {
    margin-bottom: 8px;
}

.about .btn {
    width: 270px;
}

.about .from {
    margin-right: 5px;
    vertical-align: middle;
}

.about .to {
    margin: 0 2px;
    vertical-align: middle;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
    float: left;
    width: 25%;
    padding: 0 0 50px 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.side + .content {
    float: left;
    width: 75%;
    padding-left: 4%;
}

.catalog_list_3 {
    margin-bottom: 40px;
}

.catalog_list_3 .item {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
}

.catalog_list_3 .item:first-child {
    margin: 0;
}

.catalog_list_3 .list {
    padding: 10px 0 2px 20px;
}

.catalog_list_3 .list .item {
    margin-top: 8px;
    font-size: 13px;
    font-size: 1.3rem;
}

.catalog_list_3 .list .item:first-child {
    margin: 0;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
    padding: 0 20px 85px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content:before,
.content:after {
    content: "";
    display: table;
}

.content:after {
    clear: both;
}

.content p {
    margin-bottom: 2em;
}

.btn {
    background: #858585;
    border: 0;
    display: inline-block;
    padding: 8px 20px;
    color: #e0e0e0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn:hover {
    background: #505050;
    text-decoration: none;
}

.carousel_1 {
    padding-bottom: 83px;
    position: relative;
}

.carousel_1:before {
    content: '';
    border-left: 16px solid #e5e5e5;
    border-right: 16px solid #e5e5e5;
    height: 16px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 77px;
    z-index: -1;
}

.carousel_1:after {
    content: '';
    background: #e5e5e5;
    width: 16px;
    height: 16px;
    margin: auto;
    position: absolute;
    bottom: 77px;
    left: 0;
    right: 0;
}

.carousel_1 .prev,
.carousel_1 .next {
    background: #858585 url("/images/arrows.gif") no-repeat;
    width: 91px;
    height: 26px;
    margin-left: -119px;
    position: absolute;
    bottom: 71px;
    left: 50%;
}

.carousel_1 .prev:hover,
.carousel_1 .next:hover {
    background-position: 0 -26px;
}

.carousel_1 .next {
    background-position: -91px 0;
    margin-left: 27px;
}

.carousel_1 .next:hover {
    background-position: -91px -26px;
}

.carousel_1 .in {
    overflow: hidden;
    position: relative;
    margin: -10px -10px 0;
    padding: 10px 10px 50px;
}

.carousel_1 .in:before {
    content: '';
    border-bottom: 4px solid #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
}

.carousel_1 .list {
    border-collapse: separate;
    border-spacing: 55px 0;
    display: table;
    width: 100%;
    table-layout: fixed;
    position: relative;
    left: -55px;
}

.carousel_1 .list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_1 .list:before,
.carousel_1 .list:after {
    display: none;
}

.carousel_1 .item {
    background: #fff;
    box-shadow: 0 3px 7px rgba(1, 1, 1, 0.35);
    display: table-cell;
    width: 208px;
    padding: 25px;
    vertical-align: top;
}

.carousel_1 .item:before,
.carousel_1 .item:after {
    display: none;
}

.carousel_1 .fig {
    height: 153px;
    position: relative;
}

.carousel_1 .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.carousel_1 .text {
    display: table-cell;
    width: 208px;
    height: 58px;
    padding: 25px 0 0;
    text-align: center;
    vertical-align: middle;
    color: #a48b47;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 800;
}

.carousel_1 .link {
    display: block;
    border-spacing: 0;
    text-decoration: none;
}

.catalog_box {
    padding: 35px 0 55px;
    position: relative;
}

.catalog_box:before {
    content: '';
    background: #eee;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.catalog_list {
    border-bottom: 4px solid #fff;
    margin-right: -4px;
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: left;
    position: relative;
}

.catalog_list x:-o-prefocus,
.catalog_list {
    word-spacing: -0.3em;
}

.catalog_list > .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.2;
    vertical-align: top;
    z-index: 1;
}

.catalog_list:before {
    content: '';
    background: #fff;
    display: block;
    width: 16px;
    height: 16px;
    margin-left: -10px;
    position: absolute;
    bottom: -9px;
    left: 50%;
}

.catalog_list:after {
    content: '';
    border-left: 16px solid #fff;
    border-right: 16px solid #fff;
    display: block;
    height: 16px;
    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
}

.catalog_list .item {
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    width: 50%;
    padding: 27px 30px 27px 0;
    color: #828282;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog_list .item:nth-child(2n) {
    border-right: 0;
    border-left: 4px solid #fff;
    margin-left: -4px;
    padding: 27px 0 27px 30px;
}

.catalog_list .item:nth-child(2n):before {
    left: -10px;
}

.catalog_list .item:nth-child(2n):after {
    content: '';
    background: #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -10px;
    right: 0;
}

.catalog_list .item:before {
    content: '';
    background: #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -10px;
    left: 0;
}

.catalog_list .fig {
    float: left;
    width: 126px;
    margin: 0 20px 0 0;
}

.catalog_list .img {
    max-width: 100%;
    vertical-align: top;
}

.catalog_list .title {
    margin-bottom: 5px;
    color: #a58c47;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 800;
}

.catalog_list .author {
    margin-bottom: 22px;
    color: #000;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 800;
}

.catalog_list .context {
    overflow: hidden;
}

.news_box {
    padding: 32px 0;
    position: relative;
}

.news_box:before {
    content: '';
    background: #eee;
    border-top: 7px solid #d6d6d6;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.news_box:after {
    content: '';
    background: #606060;
    width: 30.3333%;
    height: 7px;
    position: absolute;
    top: 0;
    left: 34%;
}

.news_box .caption {
    margin-bottom: 20px;
    font-size: 26px;
    font-size: 2.6rem;
    text-align: center;
}

.news_box .all {
    border-bottom: 7px solid #fff;
    width: 30.3333%;
    text-align: center;
}

.all {
    border-bottom: 7px solid #e5e5e5;
    margin: auto;
    padding-bottom: 7px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

.news_list {
    margin: -18px 0 30px;
}

.content .news_list {
    margin-left: -3%;
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: left;
}

.content .news_list x:-o-prefocus,
.content .news_list {
    word-spacing: -0.3em;
}

.content .news_list > .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.2;
    vertical-align: top;
    z-index: 1;
}

.news_list .item {
    margin: 18px 0 0;
}

.content .news_list .item {
    width: 30.3333%;
    margin-left: 3%;
}

.news_list .title {
    margin-bottom: 14px;
    font-size: 14px;
    font-size: 1.4rem;
}

.news_list .date {
    background: #878787;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 9px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
}

.news_list .btns {
    font-size: 14px;
    font-size: 1.4rem;
}

.catalog_box_2 {
    padding: 85px 0 55px;
    position: relative;
}

.catalog_box_2:before {
    content: '';
    border-top: 7px solid #d6d6d6;
    position: absolute;
    top: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.catalog_box_2 .caption {
    background: #606060;
    width: 377px;
    height: 48px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.84615385;
    text-align: center;
}

.catalog_box_2 .rss {
    background: url("/images/rss.gif") no-repeat;
    width: 30px;
    height: 13px;
    position: absolute;
    top: 28px;
    right: 0;
}

.catalog_list_2 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.catalog_list_2 .item {
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    font-size: 1.6rem;
}

.crumbs {
    margin-bottom: 10px;
}

.crumbs .list:before,
.crumbs .list:after {
    display: none;
}

.crumbs .item {
    border-left: 2px solid;
    display: inline;
    padding: 0 8px;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1;
}

.crumbs .item:first-child {
    border-left: 0;
    padding-left: 0;
}

.crumbs .item:before,
.crumbs .item:after {
    display: none;
}

.sort_panel {
    border-top: 22px solid #e9e9e9;
    box-shadow: 0 2px 3px rgba(1, 1, 1, 0.35);
    margin-bottom: 30px;
    padding: 10px 0;
    text-align: center;
}

.sort_panel .counter {
    display: inline-block;
    margin-right: 18px;
    vertical-align: middle;
}

.sort_panel .counter .item {
    font-size: 18px;
    font-size: 1.8rem;
}

.sort_panel .text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.sort_panel .item {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    position: relative;
}

.sort_panel .active {
    font-weight: 800;
}

.sort_panel .active:before {
    content: '';
    background: #606060;
    height: 4px;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -5px;
}

.sort_panel .sort {
    display: inline-block;
    margin-left: 18px;
    vertical-align: middle;
}

.pages {
    border-bottom: 4px solid #e5e5e5;
}

.pages .list {
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: center;
}

.pages .list x:-o-prefocus,
.pages .list {
    word-spacing: -0.3em;
}

.pages .list > .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.2;
    vertical-align: top;
    z-index: 1;
}

.pages .item {
    padding: 8px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 800;
}

.pages .active:before {
    border-bottom: 4px solid #000;
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
}

.pages .hellip {
    color: #a58c47;
}

.pages .link {
    display: block;
    margin: -8px;
    padding: 8px;
}

.catalog_list_4 .item {
    margin-top: 62px;
}

.catalog_list_4 .fig {
    float: left;
    width: 126px;
    margin-right: 22px;
}

.catalog_list_4 .img {
    max-width: 100%;
    vertical-align: top;
}

.catalog_list_4 .context {
    overflow: hidden;
}

.catalog_list_4 .title {
    margin-bottom: 3px;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 800;
}

.catalog_list_4 .author {
    margin-bottom: 6px;
    font-size: 15px;
    font-size: 1.5rem;
}

.catalog_list_4 .price {
    margin-bottom: 18px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 800;
}

.catalog_list_4 .text {
    margin-bottom: 24px;
    color: #828282;
    font-size: 14px;
    font-size: 1.4rem;
}

.catalog_list_4 .btn {
    padding: 0 45px;
}

.contacts_box .caption {
    margin-bottom: 10px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 800;
}

.contacts_box .work_time {
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 800;
}

.contacts_box .work_time .item {
    margin-top: 2px;
}

.contacts_box .work_time .item:first-child {
    margin: 0;
}

.contacts_box .contact {
    margin-bottom: 30px;
}

.contacts_box .contact .title {
    margin-bottom: 3px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 800;
}

.contacts_box .contact .item {
    margin-bottom: 3px;
    font-size: 18px;
    font-size: 1.8rem;
}

.contacts_box .contact .span {
    font-weight: 800;
}

.contacts_box .contact .link {
    color: #000;
}

.contacts_box .jur_addr {
    margin-bottom: 30px;
}

.contacts_box .jur_addr .item {
    margin-bottom: 3px;
    font-size: 15px;
    font-size: 1.5rem;
}

.contacts_box .map img {
    max-width: 100%;
    vertical-align: top;
}

.basket_list {
    margin-bottom: 24px;
}

.basket_list .item {
    margin-top: 48px;
}

.basket_list .item:first-child {
    margin: 0;
}

.basket_list .fig {
    float: left;
}

.basket_list .context {
    margin-bottom: 24px;
    overflow: hidden;
}

.basket_list .btns {
    background: #e5e5e5;
    padding: 16px 0 16px 148px;
    clear: both;
}

.basket_list .fig {
    width: 126px;
    margin: 0 24px 24px 0;
}

.basket_list .img {
    max-width: 100%;
    vertical-align: top;
}

.basket_list .title {
    margin-bottom: 6px;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 800;
}

.basket_list .author {
    margin-bottom: 24px;
    font-size: 15px;
    font-size: 1.5rem;
}

.basket_list .price {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 800;
}

.basket_list .btn {
    background: #fff;
    width: 170px;
    margin-right: 30px;
    color: #a58c47;
}

.basket_list .btn:hover {
    background: #505050;
    color: #fff;
}

.total_price {
    margin-bottom: 16px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 800;
}

.btn_2 {
    background: #858585;
    border: 0;
    display: inline-block;
    padding: 7px 60px 10px;
    color: #e0e0e0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn_2:hover {
    background: #505050;
    color: #fff;
    text-decoration: none;
}

.print {
    margin-bottom: 22px;
    text-align: right;
}

.print .link {
    background: url("/images/print.png") no-repeat 100% 50%;
    display: inline-block;
    padding-right: 40px;
    line-height: 30px;
}

.item_box {
    padding-bottom: 20px;
}

.item_box:before,
.item_box:after {
    content: "";
    display: table;
}

.item_box:after {
    clear: both;
}

.item_box .fig {
    float: left;
    width: 260px;
}

.item_box .fig .main {
    margin-bottom: 28px;
}

.item_box .fig .img {
    max-width: 100%;
    vertical-align: top;
}

.item_box .fig .list {
    margin: -20px 0 0 -12px;
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: left;
}

.item_box .fig .list x:-o-prefocus,
.item_box .fig .list {
    word-spacing: -0.3em;
}

.item_box .fig .list > .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1.2;
    vertical-align: top;
    z-index: 1;
}

.item_box .fig .list .item {
    margin: 20px 0 0 12px;
    vertical-align: top;
}

.item_box .context {
    overflow: hidden;
    padding-left: 32px;
    color: #595959;
}

.item_box .targets {
    float: right;
    width: 150px;
    padding-left: 20px;
    color: #000;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: right;
}

.item_box .targets .title {
    font-weight: 800;
}

.item_box .targets .item {
    margin-top: 7px;
    line-height: 1.1;
}

.item_box .caption {
    margin-bottom: 6px;
    color: #000;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
}

.item_box .author {
    margin-bottom: 14px;
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
}

.item_box .price {
    margin-bottom: 40px;
    color: #000;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 800;
}

.modal {
    position: fixed;
    z-index: 1000;
}

.modal__inner {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modal,
.modal__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal__horisontal_inner {
    display: table;
    height: 100%;
    margin: auto;
}

.modal__vertical_inner {
    display: table-cell;
    vertical-align: middle;
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.modal__bg {
    background: #000;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.show .modal__bg {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal__content {
    background: #fff;
    padding: 24px;
    position: relative;
}

.modal__close_btn {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    z-index: 2;
}

.modal_lightbox__prev,
.modal_lightbox__next {
    cursor: pointer;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.modal_lightbox__next {
    left: auto;
    right: 0;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    height: 176px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer:before {
    content: '';
    background: #eee;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: -1000em;
    right: -1000em;
    z-index: -1;
}

.footer__nav {
    height: 26px;
    margin-bottom: 22px;
    position: relative;
}

.footer__nav:before {
    content: '';
    background: #cacaca;
    height: 12px;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    z-index: -1;
}

.footer__nav .list {
    letter-spacing: -0.3em;
    line-height: 0;
    text-align: center;
}

.footer__nav .list x:-o-prefocus,
.footer__nav .list {
    word-spacing: -0.3em;
}

.footer__nav .list > .item {
    display: inline-block;
    position: relative;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: 1;
    vertical-align: top;
    z-index: 1;
}

.footer__nav .item {
    background: #fff;
    font-size: 14px;
    font-size: 1.4rem;
}

.footer__nav .item:first-child {
    padding-left: 20px;
}

.footer__nav .item:last-child {
    padding-right: 20px;
}

.footer__nav .link {
    display: block;
    padding: 0 15px;
}

.copyright {
    margin-bottom: 10px;
    color: #c4161c;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
}

.footer__address {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}

.footer__address .item {
    display: inline-block;
    padding: 0 16px;
}

.footer__address .link {
    color: #000;
}

.design {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
@media (max-width: 1023px) {
    .contacts {
        margin: 0;
        padding: 20px 0;
        position: relative;
        bottom: 0;
        right: 0;
        left: 0;
        text-align: center;
    }

    .about .label {
        display: block;
        width: auto;
    }

    .basket_list .btns {
        padding: 16px 0;
        text-align: center;
    }

    .basket_list .btn {
        margin: 0 15px;
    }
}

@media (max-width: 767px) {
    .wrapper {
        min-width: 320px;
    }

    .inner {
        width: auto;
        margin: 0!important;
    }

    body {
        font-size: 15px;
    }

    .about,
    .basket,
    .contacts,
    .logo {
        margin: 0 0 15px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .header {
        padding: 15px;
    }

    .content {
        padding: 0 15px 20px;
    }

    .logo {
        background-size: 100% auto;
    }

    .nav {
        height: 40px;
    }

    .nav:before {
        content: '';
        background: #000;
        border: 0;
        box-shadow: 0 6px 0 #000, 0 12px 0 #000;
        width: 30px;
        height: 3px;
        position: absolute;
        top: 10px;
        left: 0;
        right: auto;
        bottom: auto;
    }

    .nav:after {
        content: 'МЕНЮ';
        position: absolute;
        top: 10px;
        left: 40px;
        color: #000;
        font-size: 15px;
        line-height: 1;
        font-weight: bold;

    }

    .nav .list {
        background: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.5);
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

    .nav_active .list {
        display: block;
    }

    .nav .list > .item {
        display: block;
    }

    .contacts {
        text-align: left;
    }

    .about .form {
        float: none;
        text-align: left;
    }

    .about .label {
        width: auto;
        text-align: left;
    }

    .about .btn,
    .about .field {
        width: 100%;
    }

    .about .context {
        padding: 0;
        font-size: 15px;
    }

    .catalog_list .item {
        display: block;
        width: auto;
    }

    .catalog_list_2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .catalog_box_2 .caption {
        width: 80%;
    }

    .content .news_list {
        margin-bottom: 20px;
    }

    .content .news_list .item {
        width: 47%;
    }

    .footer {
        background: #eee;
        height: auto;
        padding: 15px;
        position: relative;
    }

    .footer__nav {
        height: auto;
        margin-bottom: 10px;
        padding-top: 30px;
        z-index: 1;
    }

    .footer__nav:before {
        content: '';
        background: #a58c47;
        box-shadow: 0 6px 0 #a58c47, 0 12px 0 #a58c47;
        width: 30px;
        height: 3px;
        position: absolute;
        top: 10px;
        left: 0;
    }

    .footer__nav:after {
        content: 'МЕНЮ';
        position: absolute;
        top: 10px;
        left: 50px;
        color: #a58c47;
        font-size: 15px;
        font-weight: bold;
        line-height: 1;
    }

    .footer__nav .list {
        box-shadow: 0 2px 5px rgba(0,0,0,.5);
        display: none;

    }

    .footer__nav.nav_active .list {
        display: block;
    }

    .footer__nav .list > .item {
        display: block;
        padding: 0;
    }

    .footer__nav .link {
        padding: 5px 15px;
    }

    .catalog_list .item::before {
        left: -10px;
    }

    .catalog_list .item:nth-child(2n)::after {
        right: -5px;
    }

    .side {
        border-bottom: 4px solid #e5e5e5;
        float: none;
        width: auto;
        margin: 0 15px 35px;
        padding: 0 0 10px;
    }

    .side .catalog_list_3,
    .side .news_list,
    .side .all
    {
        display: none;
    }

    .side .active + .catalog_list_3,
    .side .active + .news_list,
    .side .active + .news_list + .all {
        display: block;
    }

    .side .h4 {
        position: relative;
    }

    .side .h4:after {
        content: '';
        border-right: 4px solid #000;
        border-bottom: 4px solid #000;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .side .h4.active:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .side hr {
        border-top: 4px solid #e5e5e5;
    }

    .all {
        border: 0;
    }


    .side + .content {
        float: none;
        width: auto;
        padding: 0 15px 20px;
    }

    .h1 {
        margin-bottom: 20px;
    }

    .basket_list .btns {
        padding: 16px 0;
        text-align: center;
    }

    .basket_list .btn {
        margin: 0 15px;
    }

    .ph-12.pl-45 {
        padding-left: 0!important;
    }

    .hr_2 {
        margin-bottom: 20px;
    }

    .w-360 {
        width: 100%;
    }

    .label.w-100 {
        display: block;
        width: auto;
    }

    .pl-150 {
        padding-left: 0!important;
    }

    .crumbs {
        margin-bottom: 20px;
    }

    .crumbs .item {
        display: inline-block;
        margin-bottom: 10px;
    }

    .sort_panel .counter {
        display: block;
        margin: 0 0 20px;
    }

    .sort_panel .text {
        display: block;
        margin-bottom: 5px;
    }

    .sort_panel .counter .item {
        margin-bottom: 5px;
    }

    .pages {
        margin-bottom: 20px;
    }

    .pages .item {
        font-size: 15px;
    }

    .item_box .fig {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .item_box .context {
        padding-left: 0;
        margin-bottom: 20px;
    }

    .item_box .targets {
        float: none;
        width: auto;
        margin-bottom: 20px;
        padding: 0;
        text-align: left;
    }

    p[style] {
        padding: 0!important;
    }
}

@media (max-width: 639px) {
    .logo {
        width: 440px;
        height: 85px;
    }

    .slogan {
        top: 40px;

    }

    .slogan .text_1 {
        font-size: 17px;
    }

    .slogan .text_2 {
        font-size: 20px;
    }
}

@media (max-width: 479px) {
    .logo {
        width: 340px;
        height: 66px;
    }

    .slogan {
        top: 33px;

    }

    .slogan .text_1 {
        margin-bottom: 9px;
        font-size: 13px;
    }

    .slogan .text_2 {
        font-size: 15px;
    }

    .catalog_list .fig {
        float: none;
        margin: 0 0 20px;
    }

    .catalog_list_2 {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .catalog_list .fig .fig {
        margin: 0
    }

    .catalog_list_4 .fig,
    .basket_list .fig {
        float: none;
        margin: 0 0 20px;
    }

    .basket_list .btn {
        display: table;
        margin: 0 auto 20px;
    }

    .basket_list .btn + .btn {
        margin-bottom: 0;
    }

    .catalog_list_4 .btn {
        padding: 5px 45px;
    }


}



@media (max-width: 359px) {
    .logo {
        width: 300px;
        height: 58px;
    }

    .slogan {
        top: 30px;

    }

    .slogan .text_1 {
        margin-bottom: 8px;
        font-size: 11px;
    }

    .slogan .text_2 {
        font-size: 13px;
    }
}

/* print media */
@media print {
    * {
        color: black !important;
        background: transparent !important;
        text-shadow: none !important;
        box-shadow: none !important;
        border: none !important;
        float: none !important;
        clear: none !important;
    }

    html,
    body,
    article,
    header,
    section,
    footer,
    aside,
    div {
        width: 100% !important;
    }

    a,
    a:link,
    a:visited,
    a:hover,
    a:active,
    abbr,
    acronym {
        text-decoration: none;
        border-bottom: 0 none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    li {
        page-break-inside: avoid;
        orphans: 3;
        widows: 3;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    nav {
        display: none;
    }
}

nav.nav ul.list li.item a {text-transform: uppercase;}

#error_explanation li {color: red;}

.tags-expandable-wrapper {
  position: relative; /* Чтобы ссылка позиционировалась относительно этого блока */
  border: 1px solid #e9e9e9;
  padding: 10px;
  padding-bottom: 30px; /* Место для ссылки внизу */
}

.tags-content {
  margin: 0!important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Ограничение до 3 строк */
  -webkit-box-orient: vertical;
}

.tags-content.full {
  -webkit-line-clamp: initial;
  display: block;
}

#tags-toggle-link {
  position: absolute;
  right: 10px;
  bottom: 5px;
  background: #fff; /* Чтобы текст под ссылкой не просвечивал */
  padding-left: 5px;
  font-size: 0.9em;
  text-decoration: underline;
}

.css1 { font-size: 1.0em; margin-right: 10px}
.css2 { font-size: 1.2em; margin-right: 10px}
.css3 { font-size: 1.4em; margin-right: 10px}
.css4 { font-size: 1.6em; margin-right: 10px}

.stag {
    color: #000;
}
