/*=== Оформление шапки ===*/
.header
{
  z-index: 800;
  position: fixed;
  padding: 0 0 0 0;
  text-align: center;
  width: 100%;
  background: url(../images/headerbg.png) repeat-x;
  height: 60px;
}
.header .topline
{
  height: 4px;
  background: #5c7992;
}
.header .logo
{
  float: left;
  width: 19.999%;
}
.header .body 
{
  width: 99%;
  max-width: 1100px;
  margin: auto;
}
.header .main-menu 
{
  display: flex;
  flex-direction:row-reverse;
  list-style:none;
  justify-content:space-between;
  flex-wrap:wrap;
  margin-bottom:8px;
  height: 41px;
  width: 80%;
}

/* nav-icon-5 */
.nav-icon-5{
  width: 32px;
  height: 26px;
  margin: 9px;
  float: right;
  position: relative;
  cursor: pointer;
  display: inline-block;
  display: none;
}
.nav-icon-5 span{
  background-color:#5c7992;
  position: absolute;
  border-radius: 2px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
  width:100%;
  height: 4px;
  transition-duration: 500ms
}
.nav-icon-5 span:nth-child(1){
  top:0px;
  left: 0px;
}
.nav-icon-5 span:nth-child(2){
  top:11px;
  left: 0px;
  opacity:1;
}
.nav-icon-5 span:nth-child(3){
  bottom:0px;
  left: 0px;
}
.nav-icon-5:not(.open):hover span:nth-child(1){
  transform: rotate(-3deg) scaleY(1.1);
}
.nav-icon-5:not(.open):hover span:nth-child(2){
  transform: rotate(3deg) scaleY(1.1);
}
.nav-icon-5:not(.open):hover span:nth-child(3){
  transform: rotate(-4deg) scaleY(1.1);
}
.nav-icon-5.open span:nth-child(1){
  transform: rotate(45deg);
  top: 11px;
}
.nav-icon-5.open span:nth-child(2){
  opacity:0;
}
.nav-icon-5.open span:nth-child(3){
  transform: rotate(-45deg);
  top: 11px;
}




.header .main-menu .buy-title
{
  color: #cc4242;
  font-weight: bold;
}
.header .main-menu span,
{
  font-weight: regular;
}
.header .main-menu p
{
  font-weight: regular;
}
.header .main-menu .product-block-old-price
{
  font-size: 15px;
  text-align: left;
  text-decoration: line-through;
}
.header .main-menu .product-block-new-price{
  font-size: 15px;
  text-align: left;
}
.header .main-menu .product-block-descr-price
{
  text-align: center;
  font-size: 12px;
  margin: -4px 0 0 0;
  padding: 0px;
  display: inline-block;
}
.header .main-menu .arrow
{
  display: inline-block;
 
  width: 0;
  height: 0;
  margin: 0px -8px 0 5px;
  vertical-align: middle;
  border-top: 4px solid #a9a9a9;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}
.header .main-menu li
{
  float:right;
  position:relative;
  display:block;
}
.header .main-menu li a
{
  display:block;
  padding:10px 20px 8px 20px;
  color:#324b5c;
  text-decoration:none;
  corsor: pointer;
}
.header .main-menu .lfirst
{
  font-weight: bold;
  display:block;
  padding:10px 0 8px 0;
  color:#324b5c;
  cursor: pointer;
  text-align: center;
  text-decoration:none;
}
.header .main-menu li a:hover
{
  color:#ff6000;
  background:#ececec;
  opacity: 0.75;
  text-decoration:underline;
}
.header .main-menu li:hover .lfirst
{
  background:#ffffff;
  opacity: 0.95;
  color: #ff6000;
  border-bottom: solid 3px #ff6000;
}
.header .main-menu li:hover a.lfirst
{
  text-decoration:underline;
}
.header .main-menu ul
{
  list-style:none;
  position:absolute;
  left:-9999px;
  opacity:0;
  -webkit-transition:0.3s linear opacity;
  border-top: solid 2px #ff6000;
}
.header .main-menu ul li
{  
  float:none;
}
.header .main-menu ul a
{
  display:block;
}
.header .main-menu ul a p
{
  font-size: 14px;
  color: #2f4757;
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
  line-height: 16px;
  overflow: hidden;
}
.header .main-menu ul a small
{
  color: #5c7992;
  font-size: 12px;
  font-weight: 400;
}
.header .main-menu ul a img
{
  float: left;
  margin: 4px 12px 4px 4px;
}
.header .main-menu ul a.lsecond
{
  height: 58px;
  padding: 5px 5px 4px 5px;
  box-shadow: 3px 3px 3px #2d2d2d;
  border: solid 1px #c7c7c7;
  border-top: none;
  text-align: left;
  width: 300px;
}
.header .main-menu ul a.buy
{
   width: 320px;
}
.header .main-menu ul a.docks
{
  /*width: 200px;*/
  padding: 7px 15px 2px 15px;
  white-space: nowrap;
  height: 26px;
  color: #324b5c;
  text-align: left;
}
.header .main-menu li:hover ul
{
  left:0;
  opacity:1;
}
.header .main-menu .buy { width: 360px; }
.header .main-menu li:hover a
{
  background:#ffffff;
  opacity: 0.95;
  text-decoration:underline;
}
.header .main-menu li:hover ul a
{
  text-decoration:none;
  -webkit-transition:-webkit-transform 0.075s linear;
}
.header .main-menu li:hover ul li a:hover
{
  background:#c6ccd2;
  opacity: 0.95;
}

/*=== Слайдер ===*/
.slider
{
  background: url(../images/slider-bg.jpg) repeat center bottom;
}
.slider .slidershadow
{
  background: url(../images/slider-shadow.png) no-repeat center bottom; 
}
.slider-body 
{ 
  padding-bottom: 22px;
  overflow: hidden;
}
.slider .main-slider
{
  max-height: 400px;
  padding-top: 10px;
  position: relative;
  display: block;
  box-sizing: border-box;
  min-width: 350px;
  width: 100%;
  max-width: 1100px;
}
.slider .main-slider
{
  min-width: 350px;
  width: 100% !important;
  max-width: 1100px;
}
.slider .slider-item
{
  display: flex;
}
.slider .main-slick-prev
{
  position: absolute;
  left: -100px;
  top: 175px;
  filter: alpha(Opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  cursor:pointer;
}
.slider .main-slick-next
{
  position: absolute;
  right: -100px;
  filter: alpha(Opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  top: 175px;
  cursor:pointer;
}
.slider .main-slider .images-container
{
  flex-basis:50%;
  margin: 55px 0 0 0;
  position: relative;
  height: 320px;
}
.slider .main-slider .images-container img
{
  display: inline;
}

.slider .slider-img-one
{
  float: left;
  max-height: 280px;
  max-width: 350px;
  position: absolute;
  z-index: 25;
  left: 3px;
  width: 90%;

}
.slider .slider-img-two
{
  position: absolute;
  z-index: 50;
  right: 20px;
  max-width: 300px;
  bottom: 20px;
  max-height: 250px;
  width: 75%;
}
.slider .slider-image
{   
  box-shadow: 8px 8px 20px -10px #000;
}
.slider .main-slider .info-container
{
  flex-basis:100%;
  margin-top: 55px;
  padding: 0 15px 0 0;
  color:#FFF;
}
.slider .main-slider-title
{
  font-size: 16px;
  margin-bottom: 4px;
  color: #fff;
  text-shadow: 1px 1px 0px #577186, 2px 2px 0px #577186, 0px 0px 0px #577186, 0px 0px 0px #577186;
}
.slider .main-slider-title span
{
  font-size: 30px;
  color: #fff;
  line-height: 38px;
  font-weight: bold;
  text-shadow: 3px 3px 0px #577186, 3px 3px 0px #577186, 0px 0px 0px #577186, 0px 0px 0px #577186;
}
.slider .main-slider-title:after
{
  content: " ";
  border-bottom: 2px solid #FFF;
  position: relative;
  display: block;
  opacity: 0.5;
  margin: 4px 0px 0px;
  width: 100%;
}
.slider .main-slider-text
{
  font-size: 14px;
  margin-bottom: 3%;
}
.slider .main-slider-buttons{
  margin-top: 30px;
}
.slider .site-button
{
  color: #466a88;
  background: #FFF none repeat scroll 0% 0%;
  font-size: 22px;
  display: block;
  width: 205px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  cursor:pointer;
  text-decoration: none;
  text-shadow: 1px 1px 1px #9fabb3;
}
.slider .site-button:link, .slider .site-button:visited, .slider .site-button:active
{
  color: #466a88;
  text-decoration: none;
}
.slider .site-button:hover
{  
  background: #d3eafc;
  color: #466a88;
  text-decoration: none;
}
.slider .site-button:hover{
  text-decoration:none;
}


/*=== Блог ===*/

.blog
{
   margin-top: -30px;
}
.slider .blog-header
{
  padding: 0 10px;
  line-height: 70px;
  color: white;
  text-align: center;
  margin: 45px 20px 40px 20px;
  font-size: 40px;
  text-shadow: #FC0 1px 0 10px;
  text-shadow: 1px 1px 2px black;
}


/*=== Акции ===*/

.sales
{
  margin-bottom: 25px;
  background: #FFF;
}

.sales .center-container
{
  background:#fff;
  display: flex;
  flex-direction:row;
  align-self:center;
  z-index: 500;
}

.sales-left-container
{
  background: transparent url("../images/sale.jpg") no-repeat scroll 50% 50%;
  flex-basis: 100%;
  padding: 4px 0 0 12px;
  overflow: hidden;
  min-width: 150px;
  height: 182px;
}

.sales-left-container-percent
{
  background: transparent url("../images/percent.png") no-repeat scroll 50% 50%;
  height: 182px;
}

.sales-right-container{
  flex-basis: 140%;
}

.sales-right-container-title
{
  margin-top: 0px;
  color: #5d5d5d;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.promo-title
{
  color: #5d5d5d;
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 12px;
}

.promo-title span
{
  font-weight: bold;
  color: #D60B0C;
  font-size: 18px;
}

.promo-code
{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #009162;
}

.promo-link{
  text-align: center;
}

.promo-link a,
.promo-link a:hover{
  background: transparent url("../images/more.png") no-repeat scroll 50% 50%;
  padding: 5px 46px 12px;
  color: #FFF;
  text-shadow: 1px 1px 0px #A17815, 1px 2px 0px #A17815, 0px 0px 0px #A17815, 0px 0px 0px #A17815;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 1px;
}

.promo-link-ligth
{
  text-align: center;
}
.promo-link-ligth a
{
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 1px;
}


.sales-center-container{
  width: 80%;
  float: left;
  padding-bottom: 10px;
}

.sales-right-shadow{
  background: transparent url("../images/shadow-right.png") no-repeat scroll 50% 50%;
  min-width: 22px;
  height: 182px;
}

.sales-left-shadow{
  background: transparent url("../images/shadow-left.png") no-repeat scroll 50% 50%;
  min-width: 22px;
  height: 182px;
}

.sales-info
{
  color: #2d2d2d;
  float: left;
  text-align: center;
  font-size: 13px;
  padding: 0 10px;
  overflow: hidden;
  flex-basis: 230%;
}
.sales-info p
{    
  text-align: center;
  font-size: 13px;
  margin-bottom: 10px;
}

.sales-slider-container{
  height:280px;
}

.sales-slick-prev,
.sales-slick-next{
  margin-top: 110px;
  display: block !important;
  float: left;
  cursor:pointer;
}

.sales-arrow-left{
  width: 33px;
  height: 280px;
  float: left;
  margin-left: -33px;
}

.sales-arrow-right{
  float: left;
  height: 280px;
  margin-right: -40px;
  width: 33px;
}

.sales-slider .slick-list{
  height: 280px;
  float: left;
  overflow: hidden;
  width: 320px;
}

.sales-slider-item{
  text-align: center;
  padding: 36px 0px;
}

.sales-img img{
  margin: 0 auto;
}

.sales-prices
{
}

.sales-prices .sales-old-price{
  font-size: 20px;
  color:#ec758b;
  text-decoration:line-through;
  font-weight: bold;
}

.sales-prices .sales-old-price span{
  color:#001d33;
  font-weight:normal;
}

.sales-prices .sales-price{
  color: #e00b33;
  font-size: 30px;
}

.sales .center-container
{
  background: transparent url("../images/shadow-top-center.png") no-repeat center bottom;
  padding: 8px 0 18px 0;
}


/* Larger than Desktop HD */
@media (max-width: 1200px) {

}

/* Larger than desktop */
@media (max-width: 1000px) {

}

/* Larger than tablet */
@media (max-width: 750px) {
  .header .main-menu {
    flex-direction:column;
    width: 102%;
    background: #fff;
    flex-direction: column-reverse;
    overflow: visible;
    margin: -3px;
    opacity: 0%;
    height: 100%;
    visibility: hidden;
    height: 0px;
  }
  .header .main-menu.open {
    visibility: visible;
    opacity: 97%;
    transition: 0.7s;
    height: 100%;
  }
  .header .main-menu li {
    border-bottom: solid 1px #d3d3d3;
  }
  .header .main-menu li ul {
    margin-bottom: -1px;
  }
  .header .main-menu li:hover .lfirst
  {
    background:#ffffff;
    opacity: 0.95;
    color: #ff6000;
    border-bottom: solid 3px #ff6000;
  }
  .header .main-menu li:hover ul {
    position: relative;
    border: none;
  }
  .header .main-menu ul a.lsecond {
    box-shadow: none;
    border: none;
    border-top: dashed 1px #d3d3d3;
    background: #f4f4f4;
    text-align: left;
    margin-top: -1px;
    width: 100%;
  }
  .header .main-menu ul li:first-of-type a {
    box-shadow: none;
    border: none;
  }
  .header .main-menu ul a.buy {
    margin: 0;
  }
  .nav-icon-5 {
    display: inline-block;
  }
  .slider {
   /* height: 50px;
    overflow: hidden;
  }
  .sales {
    /*display: none;*/
  }

  .sales-left-container {
    display: none;
  }
  .sales-left-shadow {
    display: none;
  }
}

/* Larger than phablet (also point when grid becomes active) */
@media (max-width: 550px) {
  .images-container {
    display: none;
  }
  .slider .main-slider .info-container {
    padding: 0 15px;
  }
  .slider .main-slider
  {
    max-height: 550px;
  }
  .sales-left-container {
    display: none;
  }
  .sales-right-shadow {
    display: none;
  }
  .sales-left-shadow {
    display: none;
  }
  .sales-info {
    display: block;
  }
  .sales-right-container {
    display: none;
  }
  .lfirst {
    pointer-events: none;
  }
  .slider .blog-header
  {
    line-height: 50px;
    font-size: 30px;
  }
}

/* Larger than mobile */
@media (max-width: 400px) {
  .sales .center-container {
    flex-direction:column;
  }
  .sales-left-shadow, .sales-right-shadow {
    display: none;
  }
  .sales-info {
    display: block;
    border-top: dashed 1px #d3d3d3;
    border-bottom: dashed 1px #d3d3d3;
    padding: 15px;
    margin: 15px 0;
  }
  .slider .main-slider
  {
    max-height: 600px;
  }
  .sales-left-container {
    display: block;
  }
  .sales-right-container {
    padding-bottom: 15px;
  }
  .sales-right-container {
    display: block;
  }
  .lfirst {
    pointer-events: none;
  }
  .slider .blog-header
  {
    line-height: 50px;
    font-size: 30px;
  }
}
