@charset "UTF-8";

@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'
}

::-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;
-webkit-box-sizing:border-box;
box-sizing:border-box;
margin:0 0 30px 0;
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:45px;
line-height:45px;
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
}
}


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:#fff
}

.menu a:hover {
color:#fff
}

.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:#fff;
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:#fff
}

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:#fff;
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:700;
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:#fff;
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;
color:#535353
}

.block_cat li a span {
padding:8px;
font-size:12px;
color:#fff;
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;
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:#fff
}

@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:0
}

.block_cat li a {
background-color:transparent;
font-weight:700
}

.block_cat li ul {
width:100%;
border:none;
position:relative
}

.block_cat li ul li a {
background-color:#f6dfb9;
font-weight:400
}

.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:#FFF;
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:#FFF
}

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:#FFF;
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:#FFF
}

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
}

footer .footer .footer_menu ul li a {
text-decoration:none;
color:#FFF;
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;
height:auto
}

.container .wrap {
display:block
}

.container .wrap a {
color:#fff
}

.container .wrap p {
color:#fff;
font-size:12px
}

.container .wrap h1 {
color:#fff;
font-weight:700
}

.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: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 35px 15px;
    width: 100%;
}

.goods h1,.goods h2,.goods p,.goods h3 {
width:100%
}

.goods h3 {
font-size:16px;
color:#3f5053;
margin-bottom:30px;
overflow:hidden
}

.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
}

.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
}

.goods .item a {
height:436px
}

.wrap.content.text p {
margin:15px 0 20px
}

@media screen and (max-width: 1368px) {
.goods .item a {
height:421px
}
}

@media screen and (max-width: 1050px) {
.goods .item a {
height:300px
}
}

@media screen and (max-width: 1024px) {
.goods .item a {
height:354px
}
}

@media screen and (max-width: 1000px) {
.goods .item a {
height:290px
}
}

@media screen and (max-width: 950px) {
.goods .item a {
height:420px
}
}

@media screen and (max-width: 900px) {
.goods .item a {
height:270px
}
}

@media screen and (max-width: 850px) {
.goods .item a {
height:370px
}
}

@media screen and (max-width: 768px) {
.goods .item a {
height:508px
}
}

@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 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 {
width:100%
}
.goods .item a {
height:338px
}
}

@media screen and (max-width: 430px) {
.goods .item a {
height:289px
}
}

@media screen and (max-width: 415px) {
.goods .item a {
height:278px
}
}

@media screen and (max-width: 376px) {
.goods .item a {
height:248px
}
}

@media screen and (max-width: 320px) {
.goods .item {
width:49%
}
.goods .item a {
height:200px
}
}

.bx-filter-parameters-box.filter__parameters.active {
background-color:silver;
padding:0 10px;
margin-right:10px;
}

.bx-filter-parameters-box.filter__parameters.active a {
color:#FFF
}

.filter {
border-bottom:1px solid #cfa189;
margin-top:-20px;
}

.filter.fixtop {
position:fixed;
top:84px;
z-index:2;
width:100%;
background-color:#FFF;
padding-top:3px!important;
padding-bottom:5px!important;

}

.filter.fixtop .bx-filter-block {
margin-top:6px!important
}

.filter .smartfilter {
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;

}

.filter .smartfilter .filter__link {
margin:0 10px 0 0;
line-height:40px;
color:#314f55
}

.filter .smartfilter .filter__link svg {
width:20px;
height:8px
}

.filter .smartfilter .btn_filter button {
background-color:#314f55;
height:40px;
border:none;
color:#FFF
}

.filter .smartfilter .btn_filter button:hover {
background-color:#cfa189
}

.bx-filter-block {
display:none;
z-index:3;
position:fixed;
margin-left:-10px;
background-color:#FFF;
border:1px solid #314f55;
max-height:300px;
overflow:scroll;
padding:10px;
overflow-x:hidden
}

.bx-filter-block ul li {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:left;
-ms-flex-pack:left;
justify-content:left;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}

.bx-filter-block ul li span.color {
margin:3px 3px 3px 0;
display:block;
width:30px;
height:30px;
border:1px solid silver
}

.bx-filter-block ul li .color_346790 {
background-color:#9b2d30
}

.bx-filter-block ul li .color_347601 {
background-color:#42aaff
}

.bx-filter-block ul li .color_1728839 {
background-color:#d3af37
}

.bx-filter-block ul li .color_349545 {
background-color:#d3d3d3
}


.bx-filter-block ul li .color_347599 {
background-color:#fbfe0f
}

.bx-filter-block ul li .color_346788 {
background-color:#f5f5dc
}

.bx-filter-block ul li .color_346789 {
background-color:#8bd2ee
}

.bx-filter-block ul li .color_346785 {
background-color:green
}

.bx-filter-block ul li .color_346787 {
background-color:#964b00
}

.bx-filter-block ul li .color_346784 {
background-color:#ffc0cb
}

.bx-filter-block ul li .color_346783 {
background-color:gray
}

.bx-filter-block ul li .color_346782 {
background-color:#393991
}

.bx-filter-block ul li .color_349548 {
background-color:#806b2a
}

.bx-filter-block ul li .color_346781 {
background-color:#000
}

.bx-filter-block ul li .color_347600 {
background-color:#8b00ff
}

.bx-filter-block ul li .color_349546 {
background-color:orange
}

.bx-filter-block ul li .color_346786 {
background-color:red
}

.bx-filter-block ul li .color_346791 {
background:-webkit-gradient(linear,left bottom,left top,from(#020024),color-stop(0%,#790974),to(#00d4ff));
background:linear-gradient(0deg,#020024 0%,#790974 0%,#00d4ff 100%)
}

.bx-filter-block ul li .color_349544 {
background-color:#ff7f50
}

@media (max-width: 1012px) {
.filter {
border-bottom:none
}

.filter.fixtop {
position:relative;
margin-top:0!important;
top:0
}

.filter .smartfilter {
margin-top:10px;
margin-bottom: 30px;

-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
width: 100%;
}

.filter .smartfilter .bx-filter-parameters-box {
background-color:#F0F0EE;
margin:2px 0;
padding-left:10px
}

.filter .smartfilter .filter__link {
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
}

.filter .smartfilter .filter__link svg {
width:40px
}

.filter .smartfilter .btn_filter {
margin-top:20px;
text-align:center
}

.bx-filter-block {
display:none;
z-index:3;
position:relative;
background-color:#fdfdfd;
border:none;
max-height:none;
margin-left:-10px;
padding:5px;
overflow-x:hidden
}
}

.owl-carousel {
display:none;
width:100%;
max-width:1920px;
margin:0 auto;
-webkit-tap-highlight-color:transparent;
position:relative;
z-index:1
}

.owl-carousel .owl-stage {
position:relative;
-ms-touch-action:pan-Y;
touch-action:manipulation;
-moz-backface-visibility:hidden
}

.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;
-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 .owl-carousel {
display:block
}

.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-height {
-webkit-transition:height 500ms ease-in-out;
transition:height 500ms ease-in-out
}

.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!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:0!important
}

.slider-bottom .owl-nav button.owl-next {
right:0!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;
position:absolute;
bottom:0;
width:100%
}

.slider .owl-dots .owl-dot {
width:10px;
height:10px;
border-radius:10px;
background-color:#fff;
-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
}

.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
}

@media (max-width: 1170px) {
.slider {
padding:0;
-webkit-box-sizing:border-box;
box-sizing:border-box
}
}

@media (max-width: 900px) {
.slider .slider__item {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column
}
}

.menu {
/*margin-top: 30px;*/
display:-webkit-box;
display:-ms-flexbox;
display:flex
}

.menu ul.block_cat2 {
background-color:#fff;
position:relative;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:horizontal;
-webkit-box-direction:normal;
-ms-flex-direction:row;
flex-direction:row;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
width:100%
}

.menu ul.block_cat2 li a {
background-color:#F0F0EE;
line-height:18px;
padding:5px 0 5px 8px;
margin:0 15px 5px 0;
color:#535353
}

.menu ul.block_cat2 li a span {
padding:8px;
font-size:12px;
color:#fff;
background-color:#cfa189
}

.menu ul.block_cat2 li a:hover {
color:#cfa189
}

.menu ul.block_cat2 li ul {
background-color:#fff;
position:absolute;
border:1px solid #cfa189;
padding:10px;
display:none
}

.menu ul.block_cat2 li ul li {
text-align:left
}

.menu ul.block_cat2 li ul li a {
margin:0 0 5px;
position:relative;
padding-right:50px
}

.menu ul.block_cat2 li ul li a span {
padding:6px 8px;
position:absolute;
right:0;
top:0
}

.menu .btn--catalog {
background-color:#3f5053;
color:#fff;
margin:0;
-webkit-transition:1s;
transition:1s;
padding:5px 8px;
width:100px;
height:21px;
text-align:center
}

.menu .btn--catalog:hover {
background-color:#cfa189;
-webkit-transition:1s;
transition:1s
}

.btn--catalog {
width:100%!important
}


.pagination {
display:flex;
}

ul.pagination li {

height:30px;
margin-bottom:10px
}

ul.pagination li.active {
background-color:#314f55;

border:1px solid #314f55;
padding:0 12px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center
}

ul.pagination li.active span {
color:#FFF
}

ul.pagination li a {
width:auto;
height:30px;
border:1px solid #cfa189;
padding:0 12px;
margin:0 5px 10px;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
text-decoration:none
}



@media (max-width: 600px) {
.goods {
    display: grid;
    grid-gap: 35px 15px;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(164px, 1fr));
}

}
@media (max-width: 361px) {
.goods {
    display: grid;
    grid-gap: 35px 15px;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
}