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

#wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background-color: #dcdcdc;
}
#conteiner {
  position: relative;
  width: 100%;
  max-width: 2500px;
  min-width: 320px;
  margin: 0 auto;
  height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background: black;
}
#header{
  position: relative;
  max-width: 2500px;
  height: 100%;
  margin: 0 auto;
  color: #ffffff;
}
.header_menu{
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content:center;
  align-items:center;
}
.header_menu_link {
  width: auto;
  height: 70px;
  margin: 0 13px;
}
.text_menu {
  width: 100%;
  height: auto;
  padding-top: 20px;
}
.text_menu a{
  color: #808080;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.activ_menu{
  display: none;
  width: 100%;
  height: 7px;
  background-color: #ffffff;
  border-radius: 3px;
}
.icon_open{
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background-image: url("../img/icons/left.svg");
  background-position: bottom;
  background-repeat: no-repeat;
}
.hover_menu{
  display: none;
  position: absolute;
  left: 20%;
  top: 80px;
  width: 60%;
  height: auto;
  overflow: hidden;
}
.hm_box{
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  background-color: #ffffff;
  color: #808080;
}
.adtv_box{
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding-bottom: 7px;
}
.adtv {
  width: calc(100% - 14px);
  height: auto;
  margin: 0 auto;
}
.adtv_box_catalog{
  padding-bottom: 0;
}
.advt_catalog{
  width: 100%;
}
.adtv a img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.section_hover{
  flex-grow: 1;
}
.advt_hover {
  width: 40%;
  height: auto;
  margin-bottom: 20px;
  position: relative;
}
.advt_hover img{
  width: 100%;
  height: auto;
}
.hm_box a{
  text-decoration: none;
  color: #808080;
  opacity: 1;
}
.wid_title{
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: auto;
  padding: 5px;
  text-align: center;
  font-size: 24px;
}
.wid_old_price{
  right: 5%;
  bottom: 50%;
  position: absolute;
  width: max-content;
  height: auto;
  text-decoration: line-through;
  font-size: 18px;
}
.wid_price{
  left: 5%;
  top: 50%;
  position: absolute;
  width: max-content;
  height: auto;
  font-size: 24px;
  color: red;
}
.hm_bot{
  padding-bottom: 10px;
}
.title_hover{
  display: block;
  font-size: 20px;
  padding: 15px 0;
  border-bottom: #dcdcdc 1px solid;
}
.hm_box a:hover{
  opacity: .7;
}
.hm_box ul{
  padding-left: 0;
}
.hm_box ul li{
  list-style: none;
}
.header_menu_link:hover .icon_open{
  background-image: url("../img/icons/arrow_w.svg");
}
.header_menu_link:hover .activ_menu{
  display: block;
}
.header_menu_link:hover .text_menu a{
  color: #ffffff;
}

.open_menu {
  width: 15px;
  height: auto;
}
.header_logo {
  position: absolute;
  top: 22px;
  left: 100px;
  width: 160px;
  height: auto;
}
#breadcrumb{
  width: auto;
  height: auto;
  background-color: #dcdcdc;
  padding-top: 10px;
  padding-left: 30px;
  padding-bottom: 7px;
  color: #808080;
}
#breadcrumb a{
  text-decoration: none;
  color: #808080;
}
#breadcrumb a:hover{
  text-decoration: underline;
  opacity: .7;
}
/*page catalog*/
.catalog_menu_box{
  position: relative;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  background-color: #ffffff;
}
.catalog_menu_box a, .label_link a{
  text-decoration: none;
  color: #808080;
  opacity: 1;
}
.title_hover{
  display: block;
  font-size: 20px;
  padding: 15px 0;
  border-bottom: #dcdcdc 1px solid;
}
.catalog_menu_box a:hover, .label_link a:hover{
  opacity: .7;
}
.label_link h3{
  margin: 0;
  color: #808080;
}
.label_link p{
  margin: 2px 0;
}
.catalog_menu_box ul{
  padding-left: 0;
}
.catalog_menu_box ul li{
  list-style: none;
}
/*page category */
.sub_category{
  width: auto;
  height: auto;
}
.sub_category_box, .page_box{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.category_content, .page_content{
  flex-grow: 1;
  border-right: #ffffff 7px solid;
}
.page_content H1{
  margin-left: 30px;
}
.page_content p{
  margin-left: 10px;
}
.news_content{
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-bottom: #ffffff 7px solid;
}
.news_item{
  width: 100%;
  height: auto;
  background-color: #dcdcdc;
  border-right: #ffffff 7px solid;
  border-top: #ffffff 7px solid;
}
.item_author{
  padding-top: 5px;
  padding-left: 30px;
  font-size: 14px;
}
.item_date{
  padding-left: 20px;
  font-style: italic;
}
.item_title h3{
  margin: 5px 20px;
}
.item_text{
  padding: 0 5px 5px 5px;
}
.category_content h1, .category_content h3{
  padding-left: 50px;
}
.category_content p{
  padding-left: 20px;
  line-height: normal;
}
.category_content h3{
  margin-bottom: 0;
}
.sale_link{
  margin-top: 10px;
}
.sale_link a{
  color: #808080;
  text-decoration: none;
}
.sale_link a:hover {
  color: #000000;
}
.filter_cat{
  height: 86px;
  border-top: #ffffff 7px solid;
  border-bottom: #ffffff 7px solid;
  display: flex;
  justify-content: space-between;
}
.filter_l_box, .filter_r_box{
  display: flex;
}
.filter_l_box{
  margin: 7px;
  width: auto;
  height: auto;
  background-color: #ffffff;
}
.icon_line img{
  opacity: .7;
}
.filter_l_box img{
  width: auto;
  height: 32px;
  margin: 20px;
}
.filter_l_box img:hover{
  cursor: pointer;
  opacity: 1;
}
.filter_r_box{
  margin: 7px;
  width: auto;
  height: auto;
  background-color: #ffffff;
}
.filter_label{
  display: block;
  float: left;
  height: auto;
  padding: 25px 20px 25px 50px;
  background-color: #dcdcdc;
  text-transform: uppercase;
  color: #808080;
}
.form-show{
  width: auto;
  appearance: none;
  margin-top: 23px;
  margin-right: 15px;
  margin-left: 10px;
  padding-right: 15px;
  outline: 0;
  border: unset;
  border-radius: unset;
  background-color: #ffffff;
  overflow: hidden;
  background: url("../img/icons/left.svg") no-repeat center right;
  background-size: 12px auto;
  font-size: 18px;
  color: #808080;
}
.form-show option{
  background-color: #ffffff;
}
.content_cat_box{
  width: calc(100% + 7px);
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  background-color: #ffffff;
}
.table>.product_cat{
  width: calc(20% - 7px);
  height: auto;
  border-right: #ffffff 7px solid;
  border-bottom: #ffffff 7px solid;
  display: flex;
  flex-direction: column;
  position: relative;
}
.table>.product_cat>.img_product_cat{
  width: 100%;
  height: 500px;
  background-color: #dcdcdc;
  margin: 0 auto;
  overflow: hidden;
  transition: all .5s;
  position: relative;
}
.table>.product_cat>.img_product_cat>.img_box{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.table>.product_cat>.img_product_cat>.img_box img{
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  transition: all .5s;
}
.table>.product_cat>.img_product_cat:hover .img_base{
  opacity: 0;
}
.line>.product_cat>.img_product_cat>.img_box>.img_hover{
  display: none;
}
.pr_info_table{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  text-align: center;
  opacity: 0;
  transition: all .5s;
}
.pr_info_table img{
  padding-top: 5px;
  margin: 0 20px;
  width: auto;
  height: 30px;
  opacity: .7;
}
.table>.product_cat>.img_product_cat:hover{
  transform: scale(1.3);
}
.table>.product_cat>.img_product_cat:hover .pr_info_table{
  opacity: .7;
}
.pr_info_table img:hover{
  cursor: pointer;
  opacity: 1;
}
.table>.product_cat>.img_product_cat>a>img{
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.table>.product_cat>.container_desk{
  width: 100%;
  height: auto;
  position: relative;
}
.table>.product_cat>.container_desk>.desk_product_cat{
  font-size: 12px;
  height: auto;
  padding-top: 7px;
  padding-left: 15px;
  overflow: hidden;
}
.table>.product_cat>.container_desk>.desk_product_cat a{
  font-size: 18px;
  display: inline-block;
  height: 50px;
}
.desk_product_cat>p{
  padding-left: 0;
  margin: 5px auto;
}
.desk_product_cat a{
  display: inline-block;
  height: 45px;
  overflow: hidden;
  text-decoration: none;
  color: #808080;
}
.desk_product_cat a:hover{
  cursor: pointer;
  color: #000000;
}
.price_product_cat{
  padding-left: 20px;
  padding-top: 5px;
  color: #808080;
}
.old_price_cat{
  padding-left: 7px;
  text-decoration: line-through;
  font-size: 12px;
  opacity: .9;
}
.cat_btn_box{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
}
.add_cart_cat, .add_cart_prod{
  width: 180px;
  height: auto;
  text-align: center;
  margin: 5px auto;
  padding: 9px 0 8px 20px;
  background: #000000 url("../img/icons/basket.svg") no-repeat left 5px center;
  background-size: 18px;
  position: relative;
}
.size_view{
  width: 180px;
  height: auto;
  text-align: center;
  margin: 5px 0;
  padding: 9px 0 8px 20px;
  background: #000000 url("../img/icons/eye.svg") no-repeat left 5px center;
  background-size: 18px;
  position: relative;
}
.add_cart_cat{border: #ffffff 1px solid;}
.add_cart_prod, .size_view{border: #dcdcdc 1px solid;}
.add_cart_cat:hover, .add_cart_prod:hover, .size_view:hover{
  background-color: #ffffff;
  border: #000000 1px solid;
  cursor: pointer;
}
.add_cart_cat a, .add_cart_prod a, .size_view a{
  text-decoration: none;
  color: #ffffff;
}
.add_cart_cat:hover a, .add_cart_prod:hover a, .size_view:hover a{
  color: #808080;
}
.pr_info_line{
  width: 200px;
  height: auto;
  padding-top: 5px;
  display: none;
}
.pr_info_line:hover{
  cursor: auto;
}
.img_in_line{
  padding-top: 5px;
  margin: 0 20px;
  width: auto;
  height: 30px;
  opacity: .7;
}
.img_in_line:hover{
  opacity: 1;
}
.line>.product_cat{
  width: calc(100% - 7px);
  height: auto;
  display: flex;
  justify-content: start;
  border-bottom: #dcdcdc 1px solid;
  border-top: #ffffff 7px solid;
}
.line>.product_cat:first-child{
  border-top:none;
}
.line>.product_cat>.img_product_cat{
  width: auto;
  height: 150px;
  overflow: hidden;
}
.line>.product_cat>.img_product_cat>a>img{
  width: 150px;
  height: auto;
}
.line>.product_cat>.container_desk{
  flex-grow: 1;
}
.line>.product_cat>.container_desk>.desk_product_cat{
  font-size: 12px;
  height: auto;
  padding-top: 7px;
  padding-left: 15px;
  overflow: hidden;
}
.line>.product_cat>.container_desk>.desk_product_cat a{
  font-size: 18px;
}
.category_menu{
  flex-basis: 200px;
  flex-shrink: 0;
  width: 200px;
  color: #000000;
}
.category_menu a{
  color: #808080;
  text-decoration: none;
}
.category_menu a:hover{
  color: #000000;
}
.title_cat_menu{
  display: block;
  font-size: 20px;
  padding-left: 20px;
  padding-top: 10px;
}
.ul_cat_menu{
  display: none;
  margin-top: 3px;
}
.ul_cat_menu li{
  list-style: none;
}
.ul_cat_menu_open{
  margin-top: 3px;
  padding-left: 3px;
}
.ul_cat_menu_open li{
  list-style: none;
}

/*----- product ------*/
#product_view{
  margin-top: -7px;
}
.product_box{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.product_gallery{
  padding-top: 20px;
  padding-left: 10px;
}
.xzoom5{
  width: 750px;
}
.gallery_pic {
  width: 50%;
  height: auto;
  margin: 30px;
}
.gallery_pic img{
  width: 500px;
  height: 750px;
}
.gallery_mini{
  width: 100%;
  height: auto;
}
.gallery_mini img{
  width: 50px;
  height: auto;
}
.product_desk{
  width: 30%;
  overflow: hidden;
}
.product_calc{
  width: 20%;
}
.table_mod{
  width: 100%;
  margin-left: -20px;
  border: #dcdcdc 2px solid;
  box-sizing: border-box;
}
.table_mod tr{
  height: 33px;
}
/* --- radio_btn --- */
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  outline: none;
  position: relative;
  z-index: 0;
}
.option-input:hover {
  background: #808080;
}
.option-input:checked {
  background: #40e0d0;
}
.option-input:checked::before {
  width: 30px;
  height: 30px;
  display:flex;
  content: '\2713';
  font-size: 20px;
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
  font-family: "Comic Sans MS", sans-serif;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio, .option-input.disab {
  border-radius: 50%;
}
.option-input.radio::after, .option-input.disab::after {
  border-radius: 50%;
}
.option-input.disab:hover{
  background: #cbd1d8;
  cursor: auto;
}
.label_box{
  position: relative;
  width: inherit;
  height: auto;
}
.label_box input{
  position: absolute;
  top: -5px;
}
.label_box label{
  margin-left: 45px;
}
.label_box label:hover{
  cursor: pointer;
}
.label_box.dis label{
  cursor: auto;
}

@keyframes click-wave {
  0% {
    height: 30px;
    width: 30px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 150px;
    width: 150px;
    margin-left: -60px;
    margin-top: -60px;
    opacity: 0;
  }
}

/* --- quantity_prod btn_to_cart --- */
.quantity_prod{
  width: auto;
  margin-top: 10px;
}
.quantity_down, .quantity_up{
  width: 30px;
  height: 30px;
  border: 1px #808080 solid;
  float: left;
  text-align: center;
  font-size: 40px;
  line-height: 23px;
}
.quantity_down{
  margin-left: 40px;
  margin-right: 5px;
}
.quantity_down:hover, .quantity_up:hover{
  cursor: pointer;
}
.quan_inp{
  float: left;
  margin-right: 5px;
}
.quantity_input{
  width: 2em;
  height: 28px;
  text-align: center;
  border: 1px #808080 solid;
  background-color: #dcdcdc;
  outline: none;
  appearance: none;
  font-size: 25px;
  font-family: "Comic Sans MS", sans-serif;
}
/* Chrome, Safari, Edge, Opera */
.quantity_input::-webkit-outer-spin-button,
.quantity_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* Firefox */
.quantity_input[type=number] {
  -moz-appearance: textfield;
}
.total_price{
  font-size: 25px;
  padding-left: 40px;
}

/* right_menu
-----------------------------------------------------------------------------*/
#right_menu {
  position: fixed;
  right: 0;
  top: 100px;
  width: 100px;
  height: auto;
  background-color: #dcdcdc;
}
.line_menu{
  display: none;
  width: 100%;
  height: 7px;
  margin-bottom: 7px;
  background-color: #ffffff;
}
.content_menu {
  position: relative;
  width: 100%;
  height: auto;
  padding: 7px;
  display: flex;
  flex-direction: column;
}

.content_menu_link {
  position: relative;
  background-color: #ffffff;
  width: 86px;
  height: 86px;
  margin-bottom: 7px;
  text-align: center;
}
.lang1 {
  height: 20px;
}
.lang2 {
  color: #808080;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.lang2:hover{
  cursor: pointer;
    color: black;
}
.content_menu_link img {
  width: 30px;
  height: auto;
  padding-top: 28px;
}
#cml5 img {
  margin-top: -15px;
}
.font_min{
  font-size: 12px;
}
#ic_left {
  width: 20px;
  margin: 0 -8px -28px 5px;
  transform: rotate(90deg);
}

/*contact*/
.contact_activ{
  position: absolute;
  top: 0;
  right: 0;
  min-width: 20px;
  min-height: 20px;
  opacity: 0;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.contact_activ p{
  opacity: .6;
}
.contact_activ p a{
  color: #000000;
  text-decoration: none;
  opacity: .9;
  font-weight: 500;
}
.contact_activ p a:hover{
  opacity: .7;
}
#cml5:hover .contact_activ,
#cml5:focus .contact_activ{
  font-size: 18px;
  opacity: 1;
  min-width: 300px;
  min-height: auto;
}
.total{
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  text-align: center;
  opacity: .8;
}



/* Middle
-----------------------------------------------------------------------------*/
#content {
  padding: 100px 0 0 0;
  width: 100%;
  height: auto;
}
.content_box {
  margin: 0 100px;
  height: auto;
  padding: 7px 7px 0 7px;
  background-color: #ffffff;
}
.content_center{
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-color: #dcdcdc;
}
section {
  width: 100%;
  height: auto;
  border-bottom: #ffffff 7px solid;
}
#banner {
  position: relative;
  width: 100%;
  height: 458px;
}
.slade_pic {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#sl1 {
  background: url("../img/home_banner/2500/1.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
#sl2 {
  background: url("../img/home_banner/2500/2.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
#sl3 {
  background: url("../img/home_banner/2500/3.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
}
.con_slade {
  position: relative;
  width: 100%;
  height: 100%;
}
.hide_slade{
  opacity: 0;
  transition: 1.5s;
}
.show_slade{
  opacity: 1;
  transition: 1.5s;
}

/*----order-----*/
.content_order{
  border-top: #ffffff 7px solid;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.btn-order{
  width: auto;
  height: auto;
  text-align: center;
  color: #ffffff;
  font-family: "Comic Sans MS", sans-serif;
  margin: 5px auto;
  padding: 9px 5px 8px 30px;
  border: 1px #DCDCDC solid;
  background: #000000 url("../img/icons/basket.svg") no-repeat left 5px center;
  background-size: 18px;
  display: inline-block;
}
.btn-order{
  font-size: 16px;
  font-weight: 400;
}
.btn-order:hover{
  border: 1px #000000 solid;
  background-color: #ffffff;
  color: #808080;
  cursor: pointer;
}
.quantity_down_order, .quantity_up_order{
  width: 25px;
  height: 25px;
  border: 1px #808080 solid;
  float: left;
  text-align: center;
  font-size: 30px;
  line-height: 20px;
}
.quantity_down_order{
  margin-left: 40px;
  margin-right: 5px;
}
.quantity_down_order:hover, .quantity_up_order:hover{
  cursor: pointer;
}
.quan_inp_order{
  float: left;
  margin-right: 5px;
}
.quantity_input_order{
  width: 2em;
  height: 23px;
  text-align: center;
  border: 1px #808080 solid;
  background-color: #ffffff;
  outline: none;
  appearance: none;
  font-size: 18px;
  font-family: "Comic Sans MS", sans-serif;
}
/* Chrome, Safari, Edge, Opera */
.quantity_input_order::-webkit-outer-spin-button,
.quantity_input_order::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* Firefox */
.quantity_input_order[type=number] {
  -moz-appearance: textfield;
}
.table_order{
  width: 100%;
  margin-top: 20px;
  text-align: center;
  border: 1px #808080 solid;
}
.table_order tr td{
  border-bottom: 1px #808080 dotted;
}
.accepted_order{color: #6eac2c}
.paid_order{color: #0b97c4}
.success_order{color: green}
/*---------------- page----------*/
.btn-reviews{
  margin-left: 20px;
  margin-bottom: 10px;
}
.item_reviews{
  padding: 5px;
}
.item_answer{
  padding: 5px 5px 5px 30px;
  border-top: 1px #808080 dotted;
}
.table_size {
  width: 100%;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.table_size table {
  width: 90%;
  border-collapse: collapse;
  text-align: center;
}

.table_size th,
.table_size td {
  border: 1px solid #000;
  padding: 8px;
}

.table_size thead {
  background: #ddd;
  font-weight: bold;
}

.sizeh3{
  padding-left: 10px;
}

/*---------------- pagination----------*/
.pagin{
  width: 100%;
  text-align: center;
}
.horizontal-list {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.horizontal-list li {
  margin-right: 20px; /* Расстояние между элементами списка */
}
.horizontal-list .nav-link{
  color: #808080;
}
.horizontal-list .nav-link:hover{
  color: #1a2226;
}
/* Дополнительные стили */
.horizontal-list li:last-child {
  margin-right: 0; /* Убирает правый отступ у последнего элемента */
}

/*---------------- seotext----------*/
.seotext{
  width: 100%;
  height: auto;
  border-top: #ffffff 7px solid;
}
.seotext h2{
  padding-left: 10px;
}
.seotext a{
  text-decoration: none;
  color: #808080;
}
.seotext a:hover{
  color: #1a2226;
}

/*---------------- logo_center----------*/
@keyframes ulitka_pr {
  from {
    transform:rotate(0deg);
    width: 10px;
    height: 10px;
  }
  50%{
    transform:rotate(720deg);
    width: 192px;
    height: 192px;
  }
  to{
    transform:rotate(720deg);
    width: 50px;
    height: 50px;
  }
}

@keyframes ulitka {
  from {
    transform:rotate(0deg);
    width: 10px;
    height: 10px;
  }
  40%{
    transform:rotate(720deg);
    width: 192px;
    height: 192px;
  }
  80%{
    transform:rotate(720deg);
    width: 192px;
    height: 192px;
  }
  to{
    transform:rotate(720deg);
    width: 50px;
    height: 50px;
  }
}
@keyframes p1 {
  from {
    opacity: 0;
  }
  40%{
    opacity: 0;
  }
  45%{
    opacity: 1;
    width: 210px;
    height: 210px;
  }
  47%{
    width: 192px;
    height: 192px;
  }
  80%{
    width: 192px;
    height: 192px;
  }
  to{
    width: 50px;
    height: 50px;
  }
}
@keyframes p2 {
  from {
    opacity: 0;
  }
  45%{
    opacity: 0;
  }
  50%{
    opacity: 1;
    width: 210px;
    height: 210px;
  }
  52%{
    width: 192px;
    height: 192px;
  }
  80%{
    width: 192px;
    height: 192px;
  }
  to{
    width: 50px;
    height: 50px;
  }
}
@keyframes p3 {
  from {
    opacity: 0;
  }
  50%{
    opacity: 0;
  }
  55%{
    opacity: 1;
    width: 210px;
    height: 210px;
  }
  57%{
    width: 192px;
    height: 192px;
  }
  80%{
    width: 192px;
    height: 192px;
  }
  to{
    width: 50px;
    height: 50px;
  }
}


.logo_center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.anim_logo_gr, .anim_logo_p1, .anim_logo_p2, .anim_logo_p3, .anim_logo_p4{
  width: 50px;
  height: 50px;
  position: relative;
}
.anim_logo_gr{animation: ulitka 2s 1 linear;}
.anim_logo_p1{animation: p1 2s 1 linear;}
.anim_logo_p2{animation: p2 2s 1 linear;}
.anim_logo_p3{animation: p3 2s 1 linear;}
.anim_logo_p4{animation: p1 2s 1 linear;}



.anim_logo{
  width: 50px;
  height: 50px;
  position: relative;
  animation: ulitka_pr 2s 1 linear;
}


.slade_nav {
  position: absolute;
  width: 70px;
  height: 15px;
  bottom: 30px;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.but_slade {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: all .5s;
}

.but_slade{
  background: #ffffff;
}
.but_slade:hover{
  background: #808080;
}
.activ_btn {
  background: #808080;
}
#category {
  position: relative;
  width: 100%;
  height: 342px;
}
.con_cat {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.home_cat {
  position: relative;
  width: 25%;
  height: inherit;
  border-right: #ffffff 7px solid;
  background-position: center center;
  background-size: cover;
}
.home_cat:last-child {
  border: none;
}
#cb1, #cb2, #cb3, #cb4 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
#bg_cat1, #bg_cat2, #bg_cat3, #bg_cat4 {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#bg_cat1{
  background: url("../img/home_banner/2500/4.jpg") no-repeat;
}
#bg_cat2 {
  background: url("../img/home_banner/2500/6.jpg") no-repeat;
}
#bg_cat3 {
  background: url("../img/home_banner/2500/5.jpg") no-repeat;
}
#bg_cat4 {
  background: url("../img/home_banner/2500/7.jpg") no-repeat;
}
#bg_cat1:hover, #bg_cat2:hover, #bg_cat3:hover, #bg_cat4:hover {
  transform: scale(1.2);
}
.home_cat_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.home_cat_txt a {
  color: #000000;
  text-decoration: none;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: bold;
}
.home_cat_txt a:hover{
  color: #808080;
}
#novelty, #sale{
  display: none;
}
#seo{
  width: auto;
  height: auto;
}
#seo h1{
  padding-left: 30px;
}
#seo p{
  padding-left: 10px;
}
/* Footer
-----------------------------------------------------------------------------*/
footer {
  position: relative;
  width: 100%;
  height: 270px;
  background-color: #000000;
}
#footer {
  width: 100%;
  height: 100%;
  max-width: 2500px;
  margin: 0 auto 0;
  color: #ffffff;
}
.footer_box{
  margin: 0 100px;
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer_section{
  width: auto;
  height: auto;
}
.footer_section H3 {
  padding-top: 32px;
  margin-bottom: -8px;
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
}
.footer_section p{
  line-height: .4;
}
.footer_section a{
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.footer_section a:hover{
  color: #808080;
}
.foot_form {
  position: relative;
  width: 288px;
  height: 55px;
  margin-top: 15px;
}
.foot_inp {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  appearance: none;
  height: 47px;
  width: 230px;
  border: #ffffff 2px solid;
  border-radius: unset;
  background: #000000;
  color: #dcdcdc;
  font-family: "Comic Sans MS", sans-serif;
  font-weight: bold;
}
.foot_inp:focus {
  outline: 0;
}
.foot_btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  appearance: none;
  height: 53px;
  width: 50px;
  border: #ffffff 2px solid;
  border-left: unset;
  border-radius: unset;
  background: #000000;
  color: #dcdcdc;
  font-size: 30px;
  line-height:25px;
}
.foot_btn:hover {
  cursor: pointer;
  color: #808080;
}
.foot_btn img{
  transform: rotate(-90deg);
  width: 16px;
  height: auto;
  margin-bottom: 7px;
}
.social {
  display: flex;
}
.social_item {
  width: 52px;
  height: 52px;
  border: #ffffff 2px solid;
  margin-top: 10px;
  margin-right: 10px;
  text-align: center;
}
.social_item img {
  width: 32px;
  height: 32px;
  padding-top: 10px;
}
.copyright-right {
  width: auto;
  height: auto;
  position: relative;
  margin: 0;
  padding: 10px 5% 0 5%;
  text-align: center;
}

/* alert
-----------------------------------------------------------------------------*/
#alert{
  width: 100%;
  height: auto;
}
.alert-danger{
  margin-bottom: 7px;
  border: red 7px solid;
  padding: 7px;
}
.alert-success{
  margin-bottom: 7px;
  border: green 7px solid;
  padding: 7px;
}
/* top_scroll
-----------------------------------------------------------------------------*/
.top_scroll {
  position: fixed;
  width: 86px;
  height: 86px;
  background-color: #ffffff;
  transition: 0.5s;
}
.top_scroll:hover{
  background-color: #dcdcdc;
  cursor: pointer;
  transform: rotate(360deg);
}
.top_scroll img{
  transform: rotate(180deg);
  width: 30px;
  height: auto;
  margin: 30px 0 0 29px;
}

/* preloader
-----------------------------------------------------------------------------*/

.preloader{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:9999;
  background-color:#fefefe;
  opacity: .7;
  display: none;
}
.preloader img{
  position:relative;
  left:50%;
  top:50vh;
  margin:-100px 0 0 -100px;
}
