.sheensay_fixed {
  position: fixed !important;
  top: 0 !important;
  margin-left: -100%;
  padding-left: 100%;
  background: rgba(255, 0, 0, 0.1);
}

.new-header__wrap {
  display: block;
  background: #fff;
  padding: 10px;
}

.header-block {
  display: flex;
  justify-content: space-between;
}

.header-block_adress {
  display: flex;
}

.header-block_adress-icon {
  display: flex;
  background: url(./img/adress.svg);
  width: 24px;
  height: 28px;
  margin-right: 10px;
}

.header-block_adress-text {
  display: flex;

}

.opt-text {
  font-weight: 300;
}

.header-block_opt a {
  text-decoration: none;
}

.header-block_opt a:hover {
  color: #c92020
}

.header-block_shop a {
  text-decoration: none;
}

.header-block_shop a:hover {
  color: #c92020
}


.header-block_contacts a {
  text-decoration: none;
}

.header-block_contacts a:hover {
  color: #c92020
}

.header-block-menu {
  background: #000;
  padding: 0px;
}

.header-block-menu {
  display: block;
}

.header-block-menu_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0 0;
}


.new-header_logo {
  /*margin-right: 9%;*/
  display: flex;
  flex-direction: column;
  vertical-align: top;
  /*width: 239px;
  height: 79px;
  padding-left: 10px;
  padding-top: 6px;*/
}

.new-header_logo img {
	max-width: fit-content;
}



.header_hamburger {
position: relative;
background: url(./img/Component\ 1.svg) no-repeat;
width: 55px;
height: 49px;
}

.sub_01 {
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.03em;
  color: #E5E5E5;
  display: flex;
  font-family: Montserrat;
  font-style: italic;

}

/*ul.sub_01 {
  padding: 0;
}


.sub_01 li {
  display: flex;
  line-height: 44px;
  vertical-align: top;
  text-align: center;
}

.sub_01 a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.sub_01 li.active a, .sub_01 li:hover a {
  color: #c92020;
  
} */

.header_block-icon {
  display: flex;
}


ul.header_block-icon li {
  display: flex;
  padding: 0 20px;
}

.header_block-icon li {
  display: flex;
}


.shop-cart {
position: relative;
background: url(./img/shopping-cart.svg) no-repeat;
width: 30px;
height: 30px;
}

.shop-user {
position: relative;
background: url(./img/user.svg) no-repeat;
width: 30px;
height: 30px;
}

.shop-search {
position: relative;
background: url(./img/search-shop.svg) no-repeat;
width: 33px;
height: 33px;

}


.catalog-link {
display: flex;
align-items: center;
}


.home-slider_text {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;

}

.home-slider_text::before {
  display: table;
}





.home-slider_block {
  font-family: Montserrat;
  /*padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  width: 600px;
  top: 50%;
  left: 37%;
  margin-right: -50%;
  transform: translate(-45%, 10%)*/
  position: absolute;
  top: 50%;
  width: 600px;
  margin: 0 auto;
  transform: translate(110%, 20%)


}

.home-slider_block-title {

font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 30px;
letter-spacing: 0.02em;
color: #000000;
}

.home-slider_block-text {

font-style: normal;
font-weight: bold;
font-size: 45px;
line-height: 55px;
letter-spacing: 0.04em;
text-transform: uppercase;

color: #000000;
}


.home-slider_block-btn {
  margin-top: 30px;
  text-decoration: none;
  transform: translate(70%, -5%);  
}

.slider-button {
  text-decoration: none;
  color: #fff; 
  padding: 12px;
  background: #C92020;

}

.slider-button:hover {
  color: #fff; 
  text-decoration: none;
  background: #000;

}



.home-slider-nav {
  display: flex;
  width: 1140px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0 auto;
}

}




.home-slider-arrows{
  display: block;
  cursor: pointer;
  /*padding: 0px 0px 0px 300px;*/
  /*width: 600px;*/
  /*transform: translate(50%, 0%)*/

}

.home-slider-arrows button {
  display: none;
}

.home-slider-arrows-pre, .home-slider-arrows-next {
  background: #fff;
  color: #CECECE;
  border: 2px solid #CECECE;
  border-radius: 30px;
  padding: 3px 10px;
  margin: 15px;

}


.home-slider-arrows-pre:hover, .home-slider-arrows-next:hover, .home-slider-arrows-pre:focus, .home-slider-arrows-next:focus {
  color: #C92020;
  border: 2px solid #C92020;
}

.home-slider-arrows-pre.slick-disabled:before,
.home-slider-arrows-next.slick-disabled:before
{
    opacity: .25;
}

.home-slider-arrows-pre:before,
.home-slider-arrows-next:before
{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}




.slider-dots {
display: flex;
justify-content: center;
align-items: center;
min-height: 40px;
}


.slider-dots li button {
display: none;
}

.slider-dots li {
background: #CECECE;
border: 0 none;
cursor: pointer;
display: inline-block;
width: 40px;
height: 5px;
margin: 0 7px;
vertical-align: middle;
padding: 0;
}

.slider-dots li.slick-active {
background: #C92020;
width: 40px;
height: 5px;
}






























* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
max-width: 100%;
position: relative;
margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -22px;
padding: 16px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}

/* The dots/bullets/indicators */
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}

.active, .dot:hover {
background-color: #717171;
}

/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}

@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}

@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}







.top-menu {
display: flex;
background: #000;
color: #fff;
position: relative;
}
.top-menu:after, 
.submenu:after {
content: "";
display: table;
clear: both;
}
.top-menu > li {
display: flex;

.top-menu > ul {
 padding: 0;
 margin: 0;
} 

}
.top-menu > li > a {
display: flex;
align-self: center;
padding: 0 15px;
font-size: 35px;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 1px;
color: #E5E5E5;;
transition: .2s linear;
font-style: italic;
font-weight: 600;
font-family: Montserrat;
}
.top-menu > li > a:hover 
{color: #B03062;}
.dropdown:after {
/*content: "\f107";
font-family: FontAwesome;
margin-left: 4px;
vertical-align: top;
width: 1200px;*/
}
.submenu, 
.submenu-standart {
display: flex;
flex-wrap: wrap;

border-top: 1px solid #e5e5e5;
box-shadow: 0 3px 5px 0 rgba(0,0,0,.07);
background: #fff;
padding: 25px 0;
position: absolute;
top: 100%;
right: -30%;
/*left: 100px;*/
z-index: 200;
opacity: 0;
visibility: hidden;
/*transform: translate3d(0,30px,0);*/
transition: .5s ease-out;
/*transform-origin: -50% -50%;*/
width: 1140px;
/*margin-left: 500px*/

}
.submenu {/*width: 1200px;*/ margin: 0 auto;   }
.submenu-standart {
min-width: 200px;
padding: 5px 0;
margin: 20px;

}
.dropdown-standart {position: relative;}
.top-menu > li:hover .submenu, 
.top-menu > li:hover .submenu-standart {
opacity: 1;
visibility: visible;
/*transform: translate3d(0,0,0);*/
}

.submenu ul {
padding: 10px 0;
  
}


.submenu > li {
/* float: left;
width: calc(100% / 6);
padding: 0 30px;*/
list-style: none;
width: 160px;

}

.submenu > li > div {
font-weight: 800;
}

.submenu-standart li {padding: 0 10px; font-weight: 600;}
.submenu > li:last-child {border-right: none;}
.submenu img {
display: block;
width: 100%;
}


.submenu li a, 
.submenu-standart li a {
display: block;
padding: 3px 0;
color: #666;
font-size: 14px;
text-decoration: none;
word-wrap: break-word;
}
.submenu li .link-image {padding: 0;}
.submenu li a:hover {color: #B03062;}
.submenu h3 {

font-size: 20px;
font-weight: 400;
/*margin: 10px 0;*/
}

.submenu > li > ul > li {
list-style: none;
padding: 0;
margin: 0;
}

.submenu > li > ul > li > ul > li {
list-style: none;
padding: 0;
margin: 0;

}

@media(max-width:1150px) {

  .top-menu > li > a {
    font-size: 20px;
  }

}

@media(max-width:1024px) {
.home-slider_block {
  transform: translate(60%, -30%)
}

.home-slider_block-text {
  font-size: 35px;
}

.home-slider-nav {
  width: 900px;
}

.top-menu > li > a {
  font-size: 20px;
}

.submenu {
  width: 900px;
}

.submenu, 
 .submenu-standart {
  right: -35%;
 }

 /*ul.header_block-icon {
  padding: 0;
  }*/

  /*.shop-search {
    display: none;
  }*/

  ul.header_block-icon {
    padding: 0;
  }
}



@media(max-width:900px) {

  .top-menu > li > a {
    font-size: 14px;
  }

  .submenu {
    width: 700px;
  }

 /* .submenu, 
 .submenu-standart {
  right: -30%;
 }*/

 ul.header_block-icon li {
   padding: 0 5px;
 }

   .shop-search {
    display: none;
  }

}






@media(max-width:768px) {

.home-slider_block {
  transform: translate(40%, -30%)
}

.home-slider_block-title {
  font-size: 20px;
}

.home-slider_block-btn {
  transform: translate(40%, -30%)
}

.home-slider_block-text {
  font-size: 25px;
  
}

.home-slider-nav {
  width: 700px;
}

.new-header_logo {
  display: none;
  width: 100px;
  height: 32px;
  /*margin-right: 9%;*/
}

ul.header_block-icon {
  /*padding: 0 0.5em 0 0.5em;*/
}

ul.header_block-icon li {
  padding: 0 10px;
}

.header_block-icon li:nth-child(1) {
  display: none;

}


.top-menu > li > a {
  font-size: 15px;
}

.submenu {
  width: 600px;
}

.submenu, 
.submenu-standart {
 right: -31%;
}

.header-block-menu_block {
  padding: 0;
}

.header-block_opt {
  font-size: 12px;
}

.header-block_adress 
{
  font-size: 12px;
  
}
.header-block_shop {
  font-size: 12px;
}

.header-block_contacts {
  font-size: 12px;
}






.header_hamburger {
  position: relative;
  background: url(./img/Component01.svg) no-repeat;
  width: 20px;
  height: 18px;
  margin-right: 10px;
}

}

@media(max-width:650px) {

  .shop-search {
    display: none;
  }

.header-block {
  display: block;
  text-align: center;
}

.header_menu-1 {
  display: none;
}

.header-block_adress {
  display: none;
}

.header-block_contacts {
  display: none;
}

.top-menu {
  display: block;
}

.submenu {
  display: none;
}

.header-block-menu_block {
  justify-content: right;
  padding: 0;
}

.header_block-icon {
  padding: 5px;
}



.header-block_opt {
  text-align: center;
  font-size: 16px;
}

.header-block_shop {
  text-align: center;
  font-size: 16px;

}

.new-header_logo {
  margin-left: 10px;
}



.top-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0.5em 0;
  
}

.top-nav ul {
  display: block;
  list-style: none;
  padding: 10px 0;
}

ul.header_block-icon {
padding: 1em 1.5em 1em 1.5em;
}

}



