@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('../fonts/OpenSansRegular.eot');
    src: url('../fonts/OpenSansRegular.eot?#iefix')format('embedded-opentype'), url('../fonts/OpenSansRegular.woff') format('woff'), url('../fonts/OpenSansRegular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans Light', sans-serif;
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix')format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'DroidSerif-Italic';
    src: url('../fonts/DroidSerif-Italic.eot');
    src: url('../fonts/DroidSerif-Italic.eot?#iefix')format('embedded-opentype'), url('../fonts/DroidSerif-Italic.woff') format('woff'), url('../fonts/DroidSerif-Italic.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

a img {
    border: none;
    /* Óáèðàåì ðàìêó */
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    width: 100%;
    min-width: 1220px;
    height: 100%;
}
body.main-page{
    height: 100%;
}

#success {
    font-size: 28px;
    position: fixed;
    z-index: 99999999;
    top: 50%;
    left: 50%;
    display: none;
    overflow: hidden;
    width: 400px;
    height: 220px;
    padding: 20px;
    margin-top: -110px;
    margin-left: -200px;
    text-align: center;
    text-transform: uppercase;
    opacity: .9;
    color: #1e2d3b;
    border: 2px solid #1e2d3b;
    background-color: #fff;
}

#success p {
    padding: 45px 10px;
}

.content {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #717171;
}

::-moz-placeholder {
    color: #717171;
}

:-moz-placeholder {
    color: #717171;
}

:-ms-input-placeholder {
    color: #717171;
}

.wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

#modal_form,
#modal_table {
    position: fixed;
    /* ÷òoáû oêío áûëo â âèäèìoé çoíå â ëþáoì ìåñòå */
    z-index: 9999;
    /* oêío äoëæío áûòü íaèáoëåå áoëüøåì ñëoå */
    top: 50%;
    /* oòñòóïaåì ñâåðõó 45%, oñòaëüíûå 5% ïoäâèíåò ñêðèïò */
    left: 50%;
    /* ïoëoâèía ýêðaía ñëåâa */
    display: none;
    /* â oáû÷íoì ñoñòoÿíèè oêía íå äoëæío áûòü */
    opacity: 0;
    /* ïoëíoñòüþ ïðoçða÷ío äëÿ aíèìèðoâaíèÿ */
    background-color: rgba(255,255,255,0.9);
}

#modal_form {
    width: 390px;
    height: 350px;
    margin-top: -175px;
    margin-left: -195px;
}

#modal_form #modal_close,
#modal_table #modal_close {
    position: absolute;
    top: -32px;
    right: -32px;
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

#modal_form #modal_close img,
#modal_table #modal_close img {
    width: 100%;
}

#overlay {
    position: fixed;
    /* âñåãäa ïåðåêðûâaåò âåñü ñaéò */
    z-index: 999;
    /* ïoäëoæêa äoëæía áûòü âûøå ñëoåâ ýëåìåíòoâ ñaéòa, ío íèæå ñëoÿ ìoäaëüíoão oêía */
    top: 0;
    /* ñâåðõó è ñëåâa 0, oáÿçaòåëüíûå ñâoéñòâa! */
    left: 0;
    display: none;
    /* â oáû÷íoì ñoñòoÿíèè å¸ íåò) */
    width: 100%;
    height: 100%;
    /* ðaçìåðoì âo âåñü ýêðaí */
    cursor: pointer;
    opacity: .8;
    /* ío íåìíoão ïðoçða÷ía */
    background-color: #000;
    /* ÷åðíaÿ */
    -moz-opacity: .8;
    /* ôèêñ ïðîçðà÷íîñòè äëÿ ñòàðûõ áðàóçåðîâ */
    filter: alpha(opacity=80);
}


.header-menu {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    transition: height .3s;
     background-color: rgba(0,0,0,0.5);
}

.header-menu .menu-inner {
    position: relative;
    width: 1200px;
    min-width: 320px;
    height: 65px;
    margin: 0 auto;
}

.header-menu .logo,
.header-menu nav,
.tel{
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.header-menu .tel{
    margin-top: 15px;
    float: right;
}

.tel_but {
    display: inline-block;
    vertical-align: middle;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #d8bb00;
    cursor: pointer;
}

.ph {
    position: relative;
}

.tel_but + ul {
    display: none;
    position: absolute;
    top: 150%;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}

.tel_but + ul.back-changed {
    background-color: rgba(0,0,0,0.8);
    transition: background-color 0.3s;
}

.tel_but + ul li {
    width: 100%;
    text-align: center;
}

.header-menu .tel .tel_but + ul span {
    padding-left: 0;
    line-height: 33px;
    font-size: 14px;
    color: #d8bb00;
}

.header-menu .tel ul li {
    position: relative;
    display: inline-block;
    vertical-align: middle;

}
.header-menu .tel ul li:after{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    content: '';

    background-position: center;
    background-repeat: no-repeat;
}

.header-menu .tel ul li.ph:after{
    background-image: url('../images/phone.png');
}
.header-menu .tel ul li.qs:after{
    background-image: url('../images/round-help-button.png');
}

.header-menu .tel ul li a {
    padding-left: 35px;
    line-height: 33px;
     font-size: 14px;
    color: #d8bb00;
}

.header-menu .logo {
    font-size: 0;
    top: 0;
    left: 0;
    width: 280px;
    vertical-align: middle;
}

.header-menu .logo img {
    width: 100%;
}

.header-menu nav {
    left: 20px;
    height: 65px;

}
.header-menu nav ul
{
    margin-top: 15px;
}
.header-menu nav li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
}

.header-menu nav a {
    font-size: 17px;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    display: inline-block;
    padding: 0 5px;
    text-transform: uppercase;
    color: #fff;
}

.header-menu nav a:after
 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1em;
    content: '';
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    opacity: 0;
    border-bottom: 3px solid rgb(216, 187, 0);
}

.active .menu-link {
    line-height: 40px!important;
}

.header-menu nav a:hover:after,
.header-menu nav li.active a:after{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.header-menu .logo,
.header-menu nav a,
.header-menu .head-contacts {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.header-menu.header-menu-shrink {
    height: 65px;
    background-color: rgba(0,0,0,0.8);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}



.header-menu.header-menu-shrink nav a {
    line-height: 40px;
}

.header-menu.header-menu-shrink .logo {
    width: 195px;
}

header,
.header_collection,
.header_fur,
.header_type,
.header_item {
    position: relative;
    z-index: 9;
    width: 100%;


}

#main_carousel {
    height: auto;
    z-index: 9;
}

.owl-dots {
    display: none !important;
}

#main_carousel .owl-stage-outer,
#main_carousel .owl-stage,
#main_carousel .owl-item,
#main_carousel .item {
    height: auto;
}

body.main-page header,
.header_collection,
.header_fur,
.header_type,
.header_item {
    height: auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background: transparent;
}

.back_image {
    width: 100%;
    position: relative;
    z-index: -1;
    height: auto;
}


body.main-page header .content{
    height: auto;
}
header .h1 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: -55px;
    color: #fff;
}

header h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 80px;

}

header p{
    font-size: 25px;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: bold;
    padding: 20px;
    color: #000;
    /* text color */
}

.collection {
    text-align: center;
    margin-bottom: 20px;
}


header #owl  .item{
    height: auto;
    padding-top: 0;
    font-size: 14px;

}

header #owl  .item .desc{
    padding: 10px;
}
/* clearfix */
.owl-carousel:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.owl-carousel .owl-wrapper{
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-perspective: 1000;
}
.owl-carousel .owl-item{
    float: left;
}
.owl-controlls .owl-page,
.owl-controlls .owl-buttons{
    cursor: pointer;
}
.owl-controlls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.owl-theme .owl-controlls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

#collection .item{
    padding: 0px;
    margin: 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    width: 30%;
    overflow: hidden;
}
#collection  .item img{
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}
#collection  .item img:hover{
    transform: scale(1.05);
}

#collection  .item .desc{
    text-align: left;
    padding:10px;
    color:#fff;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    text-align: center;
}
#collection  .item .desc h2{
    color: #d8bb00;
    font-size: 32px;
}

header .gallery{
    width: 355px;
    display: inline-block;
    vertical-align: top;
}
.gallery {
 background: rgba(0, 0, 0, 0.72);
  padding: 0px;
  margin: 10px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
   color: #fff;
}
header .right .item{
    transition: all 0.4s ease;
    border:4px solid transparent;
    cursor: pointer;
}
header .right .item:hover,
header .right .item.active{
    border:4px solid #d8bb00!important;
}

.gallery img{
    display: block;
    width: 100%;
    height: auto;
}
.gallery .item{
    display: none;
}

header .right{
    width: 700px;
    margin-left: 120px;
    display: inline-block;
    vertical-align: top;
}

header .right .item{
    width: 150px;
    display: inline-block;
    margin: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.72);
    height: 220px;
    vertical-align: top;

}
header .right .item img{
    width: 100%;
    height: 100%;
}
.gallery .desc{
    text-align: left;
    padding:20px;

}
#owl .item .desc span{
    font-weight: bold;
}

.about{
    position: relative;
    background-image: url('../images/IMG_8645.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding:100px 0;
}


.about h2 {
    text-align: center;
    color: #fff;
}
.about p{
    text-indent: 25px;
    text-align: justify;
    line-height: 24px;
    color: #fff;
    font-size: 20px;
    padding: 20px 100px;
}
.about ul {
    position: relative;
    width: 100%;
    margin: 20px 0;
}
.about ul li{
    display: inline-block;
    width: 22%;
    margin: 0 1.8%;
}
.about ul li:first-child{
    margin-right: 0;
}
.about ul li:last-child{
    margin-left: 0;
}

.contacts h2{
    text-align: center;
}
.contacts .maps{
    display: inline-block;
    width: 100%;
    height: 550px;
    vertical-align: top
}

.layer-map{
    position: absolute;
    width: 100%;
    height: 550px;
    background-color: #000;
    opacity: 0.1;
    top: 0;
    left: 0;
    cursor: pointer;
}
.contacts .maps iframe{
    width: 100%;
    height: 100%;
}





footer
{
   position: relative;
   background-color: #262626;
   padding-bottom: 40px;
   text-align: center;
}


footer .content ul{
    display: inline-block;
    width: 100%;
    margin-right: 1.4%;
    vertical-align: top;
    margin-top: 20px;
}
/*footer .content ul.last{
    margin-right: 0;
}
footer .content ul li{
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
}
footer .content ul li:first-child{
    text-transform: uppercase;
    border-bottom: solid 1px #fff;
    line-height: 24px;
    font-size: 16px;
    color: #d8bb00;
    padding-bottom: 10px;
}*/
/*.soc-icon{
    position: absolute;
    top: 5px;
    right: 0;
}*/

.soc-icon{
    position: relative;
}
footer .content ul li{
    display: inline-block;
    margin: 10px;
}
.soc-icon img{
    width: 40px;
}

form {
    display: table;
    margin-top: 10px;
    text-align: center;
    padding: 10px 20px;
    box-sizing: border-box;
}

form span {
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    margin: 5px;
    color: #000;
}

form input[type=text], form  textarea{
    font-size: 18px;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin: 7px 0;
    text-indent: 15px;
    border: solid 2px rgb(216, 187, 0);
    background: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
form  textarea{
    resize: none;
    height: 80px;
}

form input[type=submit] {
    font-size: 22px;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin: 7px 0;
    cursor: pointer;
    float: right;
    transition: all .8s ease;
    color: #000;
    font-weight: bold;
    border: none;

    /* border radius */
    background: rgb(216, 187, 0);
    border: solid 3px rgb(216, 187, 0);
    box-sizing: border-box;
    /* layer fill content */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    /* prevents bg color from leaking outside the border */
}

form input[type=submit]:hover {
    background: none;
}

.arrow-up {
    position: fixed;
    right: 50px;
    bottom: 20px;
    display: block;
}
.arrow-up img{
    width: 50px;
}

.footer {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.image-items{
    position: relative;
    width: 100%;
    margin: 5px 0;
}
.image-items .img{
    display: inline-block;
    position: relative;
    width: 65px;
    cursor: pointer;
}

/* @media screen and (max-device-width:1024px) {
    .header-menu{
        width: 1220px;
        position: absolute;
    }

} */

.collection_page .item,
.sub_collection_page .item,
.sub_collection_items .item,
.item_last {
    padding: 0px;
    margin: 0;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    width: 24%;
    overflow: hidden;
}
.collection_page  .item img,
.sub_collection_page .item img,
.sub_collection_items .item img,
.item_last img{
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}
.collection_page  .item:hover img,
.sub_collection_page .item:hover img{
    transform: scale(1.10) rotate(3deg);
}

.collection_page  .item:hover .item_overlay,
.sub_collection_page .item:hover .item_overlay {
    background: rgba(115, 37, 64, 0.6);
}

.collection_page  .item .desc,
.sub_collection_page .item .desc,
.sub_collection_items .item .desc,
.item_last .caption{
    text-align: left;
    padding:10px;
    color:#fff;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    text-align: center;
    z-index: 2;
}

.item_last a {
    color: #d8bb00;
    font-size: 32px;
}
.collection_page  .item .desc h2,
.sub_collection_page .item .desc h2,
.sub_collection_items .item .desc h2{
    color: #d8bb00;
    font-size: 32px;
}

.collection_page,
.sub_collection_page,
.sub_collection_items {
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
}

.collection_page .content,
.sub_collection_page .content,
.sub_collection_items .content {
    width: 100%;
    max-width: 2000px;
}

.collection_page .item_overlay,
.sub_collection_page .item_overlay {
    background: rgba(115, 37, 64, 0.0);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: all 0.3s;
}

.collection_page_main {
    background-image: none;
    background-color: #262626;
    padding-bottom: 20px;
}

.sub_collection_page .item {
    width: 30%;
}

.sub_collection_items .item,
.last_item {
    width: 19%;
}

.sub_collection_items .item_overlay_top,
.item_last .item_overlay_top {
    background: rgba(115, 37, 64, 0.6);
    position: absolute;
    top: -100%;
    left: -50%;
    height: 50%;
    width: 150%;
    z-index: 1;
    transition: all 0.5s;
    transform: rotate(-45deg);
}

.sub_collection_items .item_overlay_bottom,
.item_last .item_overlay_bottom {
    background: rgba(115, 37, 64, 0.6);
    position: absolute;
    bottom: -100%;
    right: -50%;
    height: 50%;
    width: 150%;
    z-index: 1;
    transition: all 0.5s;
    transform: rotate(-45deg);
}

.sub_collection_items .item:hover .item_overlay_top,
.item_last:hover .item_overlay_top {
    top: 0;
    left: 0;
    transform: rotate(0deg);
}

.sub_collection_items .item:hover .item_overlay_bottom,
.item_last:hover .item_overlay_bottom {
    bottom: 0;
    right: 0;
    transform: rotate(0deg);
}

.sub_collection_items .item:hover img,
.item_last:hover img {
    transform: scale(1.05);
}

.item_last {
    width: 250px;
}

.item_images {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.collection_item {
    padding: 50px 0;
}

.item_info {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

.item_info .item_name {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: bold;
    padding: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 70px;
    margin-top: 20px;
}

.size_head {
    display: inline-block;
    margin-right: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 20px;
    margin-left: 40px;
}

.item_size {
    display: inline-block;
}

.item_size li {
    display: inline-block;
    margin-right: 10px;
    padding: 5px;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.item_price {
    margin-top: 80px;
    margin-left: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #fff;
}

.item_price span {
    margin-left: 60px; margin-right: 10px;
}

.slider-nav img {
    height: 155px;
    width: auto;
}

.slider-nav {
    width: 540px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 10px;
}

.slider-for img {
    height: auto;
    width: 540px;
    max-width: 100%;
}

.slider-for {
    margin-left: auto;
    margin-right: auto;
    width: 540px;
    margin-top: 30px;
}

.slider-prev {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 25px;
    height: 50px;
    background-image: url(../images/arrow-left-white.png);
    background-repeat: no-repeat;
    background-size: 15px auto;
    cursor: pointer;
}

.slider-next {
    position: absolute;
    bottom: 60px;
    right: 0;
    width: 25px;
    height: 50px;
    background-image: url(../images/arrow-right-white.png);
    background-repeat: no-repeat;
    background-size: 15px auto;
    cursor: pointer;
}

.item_info table {
    margin-top: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-left: 40px;
    border-collapse: collapse;
    border: 2px solid #fff;
}

.item_info table thead {
    text-align: center;
}

.item_info table td {
    padding: 10px;
    border: 1px solid #fff;
}

.item_info table td + td {
    text-align: right;
}

.button_size {
    display: block;
    border-radius: 15px;
    border: 2px solid #d8bb00;
    color: #d8bb00;
    background-color: transparent;
    margin: 20px 40px 40px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    padding: 10px 25px;
    width: 125px;
    transition: all 0.5s;
    overflow: hidden;
    vertical-align: middle;
    z-index: 1;
    cursor: pointer;
    outline: none;
}

.button_overlay {
    content: "";
    position: absolute;
    width: 110%;
    height: 110%;
    border: 2px solid #d8bb00;
    top: 100%;
    left: 0;
    transition: all 0.5s;
    background-color: #d8bb00;
    z-index: -1;
}

.button_size:hover .button_overlay {
    top: -2px;
}

.button_size:hover {
    color: #000;
}

.modal_grid {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -163px;
    z-index: 1000;
    display: none;
    opacity: 0;
}

.modal_grid img {
    width: 1000px;
}

.white_block {
    height: 5px;
    width: 35px;
    margin: 7.5px 0;
    background-color: #fff;
}

.menu_small {
    padding: 10px 15px;
    display: inline-block;
    vertical-align: middle;
    display: none;
}

.menu_adapt_left {
    position: fixed;
    left: -50%;
    top: 65px;
    height: 100%;
    width: 35%;
    background-color: #262626;
    z-index: 1000;
    padding-top: 50px;
    transition: all 0.5s;
}

.menu_adapt_left.open_menu {
    left: 0;
}

.menu_adapt_left .menu {
    border-top: 1px solid #fff;
}

.menu_adapt_left .menu li {
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #000;
}

.menu_adapt_left .menu a {
    color: #fff;
    padding-bottom: 10px;
}

.menu_adapt_left .menu {
    margin-bottom: 60px;
}

.menu_adapt_left .soc-icon {
   margin-top: 10px;
    width: 100%;
    text-align: center;
}

.menu_adapt_left .soc-icon li {
    display: inline-block;
    margin: 0 10px;
}

.phone_adapt {
    margin-left: 50px;
}

.phone_adapt a {
    line-height: 33px;
    font-size: 20px;
    color: #d8bb00;
}

.pagination {
    text-align: center;
    margin-top: 40px;
}

.pagination li {
    display: inline-block;
    padding: 5px 10px;
    font-size: 20px;
    border: 1px solid #fff;
    color: #fff;
    margin: 0 5px;
    transition: all 0.3s;
    cursor: pointer;
}

.pagination li:hover {
    color: #d8bb00;
    border: 1px solid #d8bb00;
}

article h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
}

article img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 250px;
}

article {
    font-size: 14px;
    color: #fff;
    text-align: justify;
    line-height: 1.25;
    padding: 20px;
}

article::after {
    content: "";
    display: table;
    clear: both;
}

.empty_cat {
    color: #fff;
    font-size: 35px;
}

.random li {
    display: inline-block;
    margin: 0 5px;
}

.random .products {
    display: inline-block;
}

.random {
    text-align: center;
    padding: 20px 0;
}

#title_rand {
    color: #fff;
    font-size: 25px;
    margin: 15px 0 25px;
    text-align: center;
}

.notfound {
    background-image: none;
    background-color: #262626;
    padding-bottom: 20px;
    padding-top: 100px;
    text-align: center;
}

.notfound h2 {
    color: #fff;
    margin-bottom: 100px;
}

.notfound p {
    display: inline-block;
    color: #fff;
    margin-bottom: 50px;
}

.notfound a {
    display: block;
    width: 180px;
    margin: 0 auto 30px;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}

.notfound a:hover {
    border-bottom: 1px solid #fff;
}

@media (max-width: 1150px) {
    .content {
        max-width: 1000px;
    }
    body {
        min-width: 1000px;
    }
    .header-menu {
        width: 100%;
        min-width: 1000px;
    }
    .header-menu .logo {
        width: 240px;
    }
    .header-menu nav li {
        margin: 0 5px;
    }
    .header-menu nav {
        margin-left: -15px;
    }
    .slider-for img {
        width: 450px;
    }
    .slider-for {
        width: 450px;
    }
    .slider-nav {
        width: 450px;
    }
    /* .header-menu .tel .ph > a {
        max-width: 90px;
        white-space: nowrap;
        overflow-x: hidden;
        display: inline-block;
        vertical-align: middle;
    } */

}

@media (max-width: 999px) {
    .content {
        max-width: 750px;
    }
    body {
        min-width: 750px;
    }
    .header-menu {
        min-width: 750px;
        position: relative;
    }
    #collection .item,
    .sub_collection_page .item {
        width: 45%;
    }
    .menu_small {
        display: inline-block;
    }
    .header-menu nav {
        display: none;
    }
    .header-menu .logo {
        margin-left: 150px;
    }
    #main_carousel,
    .header_collection,
    .header_fur,
    .header_type,
    .header_item {
        height: 400px;
    }
    .header-menu .tel ul .ph {
        display: none;
    }
    .sub_collection_page,
    .sub_collection_items {
        padding-top: 50px;
    }
    .sub_collection_items .item {
        width: 23%;
    }
    .slider-for {
        width: 350px;
    }
    .slider-for img {
        width: 350px;
    }
    .slider-nav {
        width: 350px;
    }
    .slider-nav img {
        height: 165px;
    }
    .slider-prev {
        left: -5px;
    }
    .slider-next {
        right: -10px;
    }
    .item_info .item_name {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .item_info .item_price {
        margin-top: 40px;
    }
    .button_size {
        display: none;
    }
}

@media (max-width: 700px) {
    .content {
        max-width: 320px;
    }
    body {
        min-width: 320px;
    }
    .header-menu {
        min-width: 320px;
    }
    .header-menu .logo {
        margin-left: 20px;
        width: 200px;
    }
    .header-menu .tel {
        display: none;
    }
    #main_carousel,
    .header_collection,
    .header_fur,
    .header_type,
    .header_item {
        height: 200px;
    }
    .menu_adapt_left {
        width: 70%;
        padding-top: 0;
        left: -100%;
    }
    .menu_adapt_left .menu li {
        font-size: 18px;
        padding: 10px 20px;
    }
    .menu_adapt_left .soc-icon li {
        margin: 0 5px;
    }
    .phone_adapt {
        margin-left: 15px;
    }
    .phone_adapt a {
        font-size: 16px;
    }
    #collection .item,
    .sub_collection_page .item {
        width: 90%;
    }
    .about {
        padding: 20px 0;
    }
    .about p {
        padding: 20px 10px;
    }
    header h1 {
        font-size: 30px;
        line-height: 40px;
    }
    header p {
        font-size: 16px;
    }
    .sub_collection_items .item {
        width: 48%;
    }
    .item_images {
        display: block;
        width: 100%;
    }
    .item_info {
        display: block;
        width: 100%;
    }
    .slider-for {
        width: 300px;
    }
    .slider-for img {
        width: 300px;
    }
    .slider-nav {
        width: 250px;
    }
    .slider-prev {
        left: 10px;
    }
    .slider-next {
        right: 10px;
    }
    .collection_item {
        padding: 20px 0;
    }
    .size_head {
        margin-left: 20px;
    }
    .item_price {
        margin-left: 20px;
    }
    .item_info table {
        margin-left: auto;
        margin-right: auto;
    }

    article img {
        display: none;
    }
}