@font-face {
    font-family: 'Geometria';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Geometria.eot");
    src: url("../fonts/Geometria.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria.woff") format("woff"), url("../fonts/Geometria.ttf") format("truetype");
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

body {
    font-family: 'Geometria', sans-serif;
}

::-webkit-scrollbar {
    width: 11px;
}

::-webkit-scrollbar-track {
    background: #fbfdff;
}

::-webkit-scrollbar-thumb {
    background: #314f55;
}

::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:horizontal:hover {
    background: #cfa189;
}

.container {
    min-width: 320px;
    max-width: 100%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    height: 200px;
    background-color: #cfa189;
}

.wrap {
    min-width: 320px;
    max-width: 1200px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

p {
    color: #2d2b27;
    line-height: 25px;
}

h1 {
    font-size: 23px;
    line-height: 29px;
/*    margin-bottom: 30px;*/
    color: #3f5053;
}

h2 {
    font-size: 22px;
    color: #3f5053;
}

h4 {
    color: #3f5053;
}

a {
    color: #3d3d3d;
}

@media (max-width: 1170px) {
    .wrap {
        margin-top: 0;
    }
}

@media (max-width: 620px) {
    h1 {
        font-size: 35px;
    }
}

@media (max-width: 500px) {
    h1 {
        font-size: 25px;
        line-height: 25px;
    }

    h2 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 350px) {
    h1 {
        font-size: 20px;
        line-height: 20px;
    }
}

.menu a {
    line-height: 25px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding: 19px;
    display: block;
    margin: 0;
    color: white;
}

.menu a:hover {
    color: white;
}

.menu a.selected {
    background-color: #cfa189;
}

.burger span {
    display: block;
    width: 40px !important;
    height: 3px !important;
    background-color: #cfa189;
    margin-bottom: 6px;
}

.exit-menu {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
}

.exit-menu svg {
    fill: #cfa189 !important;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 15px;
    left: 16px;
}

.logo-sm {
    display: none;
}

.logo-xs a {
    height: 60px;
}

.logo-xs svg {
    display: block;
    fill: #cfa189 !important;
    width: 250px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 10px;
}

.logo-xs a {
    margin-left: 60px !important;
}

.logo-xs a p span {
    background-color: transparent !important;
    color: #cfa189 !important;
    font-size: 15px !important;
    padding: 0 !important;
}

header {
    background-color: #314f55;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .telephone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .telephone a {
    color: white;
    text-decoration: none;
}

header .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

header .search form input {
    background-color: transparent;
    width: 50px;
    height: 28px;
    border: 1px solid transparent;
    border-bottom: 1px solid #cfa189;
}

header .search form button {
    border: none;
    background-color: transparent;
}

header .search form svg {
    width: 40px;
    height: 30px;
    fill: #cfa189;
    margin-top: 10px;
}

header .enter {
    border-left: 1px solid silver;
    padding-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
}

header .enter .ent {
    text-decoration: none;
    color: white;
}

header .enter svg {
    margin: 10px 0 0 5px;
    width: 40px;
    height: 40px;
    fill: #cfa189;
}

header .burger {
    display: none;
}

header .burger:hover {
    color: #cfa189;
}

header .top__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header .top__right a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 23px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

header .top__right a svg {
    fill: #cfa189;
    width: 50px;
    height: 50px;
}

header .top__right a p {
    font-size: 16px;
    text-align: center;
    color: white;
    margin-left: -49px;
    padding-top: 15px;
    width: 50px;
    height: 35px;
}

header .top__catalog {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 !important;
    text-align: center;
}

header .top__catalog .knop {
    background-color: #e5e5e5;
    font-weight: bold;
    color: #314f55;
}

header .top__catalog .knop:hover {
    background-color: #cfa189;
}

header .top__catalog .knop span {
    width: 40px;
    height: 4px;
    background-color: #cfa189;
}

header .top__catalog ul.top__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .top__catalog ul.top__menu li:hover {
    background-color: #cfa189;
}

.block_cat {
    background-color: white;
    display: none;
    width: 75%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: fixed;
    border: 3px solid #cfa189;
    margin: 64px 0;
}

.block_cat li a {
    background-color: #F0F0EE;
    line-height: 18px;
    padding: 5px 0 5px 8px;
    margin: 8px 8px 5px 8px;
    color: #535353;
}

.block_cat li a span {
    padding: 8px 8px;
    font-size: 12px;
    color: white;
    background-color: #cfa189;
}

.block_cat li a:hover {
    color: #cfa189;
}

.block_cat li ul {
    background-color: #fff;
    position: absolute;
    border: 3px solid #cfa189;
}

.block_cat li ul li {
    text-align: left;
}

.block_cat li ul li a {
    position: relative;
    padding-right: 50px;
}

.block_cat li ul li a span {
    padding: 6px 8px;
    position: absolute;
    right: 0;
    top: 0;
}

.block_cat li .search_xs {
    border-top: 1px solid silver;
    padding: 8px 8px 1px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block_cat li .search_xs input {
    height: 30px;
}

.block_cat li .search_xs button {
    border: none;
    background-color: transparent;
}

.block_cat li .search_xs svg {
    fill: #cfa189;
    width: 55px;
    height: 36px;
}

.search_xs_li {
    width: 100%;
}

.top__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top__left svg {
    fill: #cfa189;
    height: 20px;
    width: 250px;
}

.banner_link {
    text-decoration: none;
}

.banner__n2 {
    text-align: center;
    background-color: #3f5053;
    width: 100%;
    padding: 60px 0;
    margin-top: 20px;
}

.banner__n2 p {
    font-size: 30px;
    line-height: 40px;
    color: white;
}

@media (max-width: 1335px) {
    header .top__catalog {
        width: auto;
    }

    .telephone, .logo
    p {
        display: none !important;
    }
}

@media (max-width: 1167px) {
    .enter, .top__catalog, .top__menu {
        display: none !important;
    }

    .top__left svg {
        width: 80px;
    }

    .logo-big {
        display: none;
    }

    .logo-sm {
        display: block;
    }

    .block_cat {
        height: 100vh;
        width: 100%;
        border: none;
        background-color: #fcf3f2;
        left: 0;
        top: 0;
        overflow: scroll;
        margin-top: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-left: 0px;
    }

    .block_cat li a {
        background-color: transparent;
        font-weight: bold;
    }

    .block_cat li ul {
        width: 100%;
        border: none;
        position: relative;
    }

    .block_cat li ul li a {
        background-color: #f6dfb9;
        font-weight: normal;
    }

    .block_cat li ul li ul li a {
        background-color: #e7e7e7;
        padding-left: 30px;
    }

    .burger {
        display: block !important;
    }
}

@media (max-width: 489px) {
    .enter {
        display: none !important;
    }
}

@media (max-width: 389px) {
    .search {
        display: none !important;
    }
}

footer {
    background-color: #cfa189;
    margin-top: 30px;
}

footer p, footer h3, footer a {
    color: #FFFFFF;
    font-size: 14px;
}

footer .footer {
    min-width: 320px;
    max-width: 1200px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .footer .payment svg {
    width: 30px;
    height: 30px;
    fill: #FFFFFF;
}

footer .footer .contacts {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

footer .footer .contacts .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .footer .contacts .search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}

footer .footer .contacts .search form input {
    background: transparent;
    width: 50px;
    height: 28px;
    border: 1px solid transparent;
    border-bottom: 1px solid #314f55;
}

footer .footer .contacts .search form button {
    border: none;
    background-color: transparent;
}

footer .footer .contacts .search form svg {
    width: 40px;
    height: 30px;
    fill: #FFFFFF;
    margin-top: 10px;
}

footer .footer .contacts .email, footer .footer .contacts .telephone, footer .footer .contacts .soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
}

footer .footer .contacts .email a, footer .footer .contacts .telephone a, footer .footer .contacts .soc a {
    text-decoration: none;
    font-size: 12px;
    color: #FFFFFF;
}

footer .footer .contacts .email a:hover, footer .footer .contacts .telephone a:hover, footer .footer .contacts .soc a:hover {
    text-decoration: underline;
}

footer .footer .contacts .soc svg {
    width: 20px;
    height: 20px;
    fill: gray;
}

footer .footer .footer_menu {
    width: 60%;
}

footer .footer .footer_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 30px 0;
}

footer .footer .footer_menu ul li a {
    text-decoration: none;
    color: #FFFFFF;
    padding: 10px 8px;
    font-size: 14px;
}

footer .footer .footer_menu ul li a:hover {
    background-color: #cfa189;
    color: #314f55;
}

@media (max-width: 905px) {
    footer .footer .contacts, footer .footer .payment, footer .footer .trans, footer .footer .footer_menu {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    footer .footer .footer_menu ul {
        margin: 0;
    }

    footer .footer .trans {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 557px) {
    footer .footer .footer_menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer .footer .footer_menu ul li {
        line-height: 30px;
    }
}

.container {
    padding: 80px 0 5px 0;
    height: auto;
}

.container .wrap {
    display: block;
}

.container .wrap a {
    color: white;
}

.container .wrap p {
    color: white;
    font-size: 12px;
}

.container .wrap h1 {
    color: white;
    font-weight: bold;
}

.breadcrumbs {
    height: 190px;
}

.wrap.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.wrap.content .breadcrumb {
    width: 41.5%;
}

.wrap.content .header_h1 {
    padding-top: 40px;
    width: 55%;
}

.wrap.content .header_h1 h1 {
    text-transform: capitalize;
}

.item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
}

.item_image {
    margin-top: -68px;
    width: 40%;
}

.item_desc {
    width: 60%;
    padding: 0 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.item_desc .item_desc_info {
    width: 50%;
    padding-top: 20px;
}

.item_desc .shops {
    width: 50%;
    padding-left: 20px;
}

.item_desc .shops h3 {
    line-height: 60px;
    white-space: nowrap;
}

.item_desc .shops .wer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #cfa189;
}

.item_desc .shops .wer .specific__val {
    width: 80%;
    padding: 5px 5px 5px 0;
}

.item_desc .shops .wer .specific__num {
    text-align: center;
    width: 20%;
}

.item_desc .btn--orange {
    border: none;
    padding: 10px;
    margin-top: 20px;
    width: 100%;
    background-color: #314f55;
    font-size: 15px;
    color: white;
    cursor: pointer;
}

.item_desc .btn--orange:hover {
    background-color: #cfa189;
    color: #314f55;
}

.item_desc a.open-popup-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.item_desc p {
    line-height: 30px;
}

.item_desc .prs {
    font-size: 22px;
    margin-top: 20px;
}

.item_desc .prs span {
    font-size: 36px;
    color: #314f55;
}

.item_desc .prs .prs_old {
    font-size: 26px;
    color: #cfa189;
    text-decoration: line-through;
}

.item_desc .count_in_shops {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}

.item_desc .sizes {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

.item_desc .sizes li.active-prop {
    border: 2px solid #cfa189;
}

.item_desc .sizes li {
    border: 2px solid #314f55;
    padding: 10px;
    margin: 0 10px 10px 0;
}

.item_desc .sizes li:hover {
    border: 2px solid #cfa189;
}

.item_desc .sizes li a {
    text-decoration: none;
}

@media (max-width: 961px) {



    .breadcrumbs {
        height: auto;
    }

    .wrap.content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .wrap.content .breadcrumb {
        width: 100%;
    }

    .wrap.content .header_h1 {
        width: 100%;
        padding-top: 0px;
    }

    .item_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .item_image {
        margin-top: 15px;
        width: 100%;
        padding: 0;
    }

    .item_desc {
        width: 100%;
        padding: 30px 0;
    }
}

.adv_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
}

.adv_wrapper h2 {
    font-size: 20px;
    line-height: 30px;
}

.adv_wrapper .adv_photo {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.adv_wrapper .adv_desc {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    padding-left: 30px;
}

.adv_wrapper .adv_desc h2 {
    margin: 0;
}

.adv_wrapper .adv_desc.second {
    padding-left: 0;
}

@media (max-width: 961px) {
    .item_desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .item_desc .item_desc_info, .item_desc .shops {
        width: 100%;
    }

    .item_desc .shops {
        padding-left: 0;
    }
}

@media (max-width: 764px) {
    .adv_wrapper {
        padding: 10px 0;
    }

    .adv_wrapper .adv_photo, .adv_wrapper .adv_desc {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0;
    }

    .adv_wrapper.revers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.wrap.content.items_w {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wrap.content.text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.goods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}

.goods h1, .goods h2, .goods p, .goods h3 {
    width: 100%;
}

.goods h3 {
    font-size: 16px;
    color: #3f5053;
    margin-bottom: 30px;
    overflow: hidden;
}

.goods .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.goods .item .new, .goods .item .sale {
    border: 1px solid #cfa189;
    position: absolute;
    padding: 0 10px;
    width: auto;
    top: 10px;
    left: 10px;
    z-index: 1;
    color: #314f55;
}

.goods .item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.goods .item:hover ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.goods .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 418px;
    width: 100%;
}

.goods .item h2 a {
    height: auto;
}

.goods .item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.goods .item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
}

.goods .item .price {
    font-size: 25px;
    color: #cfa189;
    text-align: left;
    width: 100%;
}

.goods .item .price span.through {
    text-decoration: line-through;
    font-size: 18px;
    color: #989898;
}

.goods .item .price span {
    font-size: 25px;
    color: #cfa189;
}

.goods .item h2 a {
    font-size: 16px;
    text-decoration: none;
    display: block;
    line-height: 20px;
    text-transform: capitalize;
}

.wrap.content.text p {
    margin: 15px 0 20px 0;
}

@media screen and (max-width: 1050px) {
    .goods .item a {
        height: 300px;
    }
}

@media screen and (max-width: 1000px) {
    .goods .item a {
        height: 290px;
    }
}

@media screen and (max-width: 950px) {
    .goods .item a {
        height: 280px;
    }
}

@media screen and (max-width: 900px) {
    .goods .item a {
        height: 270px;
    }
}

@media screen and (max-width: 850px) {
    .goods .item a {
        height: 260px;
    }
}

@media screen and (max-width: 938px) {
    .first .item {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    }
}

@media screen and (max-width: 692px) {
    .two_goods, .first_banner {
        width: 100% !important;
    }
    .goods .item img {
        object-fit: contain;
    }

    .goods .item a {
        height: 400px;
    }
}

@media screen and (max-width: 556px) {
    .first .item .price span {
        font-size: 26px;
    }

    .first .item .price span.through {
        font-size: 20px;
    }
}

@media screen and (max-width: 500px) {
    .goods .item a {
        height: 300px;
    }
}

@media screen and (max-width: 450px) {
    .goods .item a {
        height: 280px;
    }
}

@media screen and (max-width: 400px) {
    .goods .item a {
        height: 260px;
    }
    .item_desc .shops h3 {
        margin: 15px 0;
        line-height: 1.2;
        white-space: normal;
    }
}

@media screen and (max-width: 320px) {
    .goods .item a {
        height: 200px;
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    max-width: 445px;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
        This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
        calculation of the height of the owl-item that breaks page layouts
       */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.slider-bottom {
    padding: 0 !important;
    margin: 0 !important;
}

.slider-bottom .owl-dots {
    padding: 15px 0 30px 0 !important;
}

.slider-bottom .owl-dots .owl-dot {
    width: 8px !important;
    height: 8px !important;
    border-radius: 100% !important;
}

.slider-bottom .owl-dots .active {
    -webkit-box-shadow: 0 0 0 1px white, 0 0 0 2px #cfa189 !important;
    box-shadow: 0 0 0 1px white, 0 0 0 2px #cfa189 !important;
}

.slider-bottom .owl-nav button.owl-prev, .slider-bottom .owl-nav button.owl-next {
    width: 20px !important;
    height: 40px !important;
    border: none;
    background-color: #646464 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-bottom .owl-nav button.owl-prev {
    left: 0px !important;
}

.slider-bottom .owl-nav button.owl-next {
    right: 0px !important;
}

.slider .slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider .slider__img img {
    display: block;
    width: 100%;
}

.slider .owl-dots {
    text-align: center;
    padding: 15px 0 15px 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0 5px;
    cursor: pointer;
}

.slider .owl-dots .active {
    background-color: #cfa189;
    border: 1px solid #cfa189;
    padding: 3px;
}

.slider .owl-nav button.owl-prev, .slider .owl-nav button.owl-next {
    width: 49px;
    height: 49px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    left: 5px;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider .owl-nav button.owl-prev:hover {
    background-position: 0 -49px;
}

.slider .owl-nav button.owl-next {
    background-position: -49px 0;
    left: auto;
    right: 5px;
}

.slider .owl-nav button.owl-next:hover {
    background-position: -49px -49px;
}

.slider .owl-dots {
    text-align: center;
    padding: 15px 0 15px 0;
}

.slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: silver;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0 5px;
    cursor: pointer;
}

.slider .owl-dots .active {
    background-color: #cfa189;
    border: 1px solid #cfa189;
    padding: 3px;
}

.item_image.mobile{
    display: none;
  }


@media (max-width: 1170px) {

    .slider {
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 961px) {
.item_image.desctop{
    display: none;
  }
.item_image.mobile{
    display: block;
  }


    .owl-carousel {
        display: none;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 900px) {
    .slider .slider__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.wrapper-goods-index {
    background-color: #fcf3f2;
    padding: 32px 0;
}

.wrapper-goods-index .wrap.content .goods {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 35px 15px;
    width: 100%;
}

.wrapper-goods-index .wrap.content .goods h2.or_color {
    margin-bottom: 20px;
}

.wrapper-goods-index .wrap.content .goods .item img {
    width: 100%;
}
