/*
	Файл стилей для страницы SS18_Super_Trim_Hero
	
	подключается в functions.php
*/


.banner-product__skew-element {
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    bottom: 16%;
    background: #f9f9f9;
    color: #f9f9f9;
    transform: skewY(-8deg);
    z-index: -1;
}

.floating-image {
    width: 30%;
    position: absolute;
    height: 100%;
    right: 0;
    bottom: 0;
}

.floating-image__image {
    /* width: 60%;*/
    width: 100%; /* original;*/
    /* height: 60%; */
    /* height: calc(100% - 150px); //original */
    position: absolute;
    bottom: 60px;
    transition: transform 1s ease-in-out;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.banner-product__text {
    width: 75%;
}

@media (max-width: 991px) {
  .floating-image {
      right: 20px;
  }
  .banner-product__text {
      width: 55%;
  }
  .banner-product__content {
    padding-bottom: 80px;
	}
}		/* end @media (max-width: 991px) */
	
@media (max-width: 479px) {
  .banner-product__text {
      width: 50%;
  }
}		/* end @media (max-width: 479px) */

@media (max-width: 767px){
  .banner-product__content {
      padding-bottom: 70px;
  }
}

@media (max-width: 1199px){
  .banner-product__content {
      padding-bottom: 90px;
  }
}
.banner-product__content {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
}

.banner-parallax {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 768px){
  .banner-parallax parallax-slider {
      width: 100%;
      height: auto;
  }
}

.banner-parallax parallax-slider {
    width: 150vw;
    height: 150vw;
}

@media (min-width: 1200px){
  .banner-parallax .parallax-slider {
      top: -100%;
  }
}

@media (min-width: 768px){
  .banner-parallax .parallax-slider {
      top: -50%;
  }
}

.banner-parallax .parallax-slider {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%!important;
    left: 0!important;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
    top: -30%;
}

.banner-parallax__mask {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

.banner-parallax__content-inner {
    padding: 30px;
    background: rgba(255,255,255,.75);
    position: absolute;
    left: 5%;
    top: 50%;
}

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

@media (max-width: 767px) {
  .btn1, a.btn1 {
      height: 35px;
      line-height: 35px;
      min-width: 100px;
      padding: 0 15px;
  }
  
  .banner-parallax__content-inner {
      position: absolute;
      left: 0;
      top: 20%;
  }
}

@media (max-width: 991px) {
  .btn1, a.btn1 {
      height: 40px;
      line-height: 40px;
      min-width: 115px;
      font-size: 12px;
      padding: 0 20px;
  }
}

@media (min-width: 991px) {
  .banner-parallax__content-inner {
      position: absolute;
      left: 5%;
      top: 50%;
  }  
}



.btn1, a.btn1 {
    height: 45px;
    min-width: 125px;
    font-size: 14px;
    font-family: Gibson-Regular,sans-serif;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid #000000;
    background: #000000;
    display: inline-block;
    padding: 0 25px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    outline: none;
    overflow: hidden;
    transition: color .25s ease-in-out;
    transition: background .5s ease-in-out;
}

.btn1:hover, a.btn1:hover {
    background: rgba(38, 38, 38, 0.18);
    border: 1px solid #000000;
}

/**************************************************************************/

.banner-hero--full {
    /* height: calc(100vh - 104px); */
}

.banner-hero--full img {
	height: auto;
}

.headline--xlarge {
    font-size: 100px;
}

.headline--medium {
    font-size: 35px;
}
.headline--small {
    font-size: 18px;
}

.banner-hero__text {
	color: black;
}

.banner-hero-controls{
	margin-top: 2em;
}
.content-center	{
	padding: 0 200px;
}

@media (max-width: 1599px){
	.banner-hero--full img {
		/*height: calc(100vh - 104px);*/
	}
	.banner-hero {
		/* min-height: 600px; */
	}
	.headline--xlarge {
		font-size: 75px;
	}
	.headline--medium {
		font-size: 30px;
	}
}

@media (max-width: 1199px){
	.banner-hero--full img {
		height: auto;
	}
	.banner-hero {
		/* min-height: 500px; */
	}
	.headline--xlarge {
		font-size: 65px;
	}
	.headline--medium {
		font-size: 25px;
	}
	.headline--small {
		font-size: 16px;
	}
}

@media (max-width: 991px){
	.banner-hero--full {
		/* height: calc(100vh - 120px); */
	}
	.banner-hero {
		/* min-height: 400px; */
	}
	.headline--xlarge {
		font-size: 50px;
	}
	.headline--medium {
		font-size: 20px;
	}
	.content-center	{
		padding: 0 100px;
	}

}

@media (max-width: 767px){
	.banner-hero--full {
		/* height: calc(100vh - 120px); */
	}
	.banner-hero {
		/* min-height: 350px; */
	}
	.banner-hero-block {
		padding-left: 15px;
		background-color: rgba(128,128,128,0.5);
	}
	.content-center	{
		padding: 0 0;
	}
}


.banner-hero {
    background: #ffffff;
    position: relative;
    z-index: 2;
    /* min-height: 650px; */
}

.banner-hero__figure {
    width: 100%;
    /* position: absolute; */
    top: 0;
    left: 0;
    /* height: 100%; */
    z-index: 1;
    /*background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-color: #ffffff;*/
    overflow: hidden;
}

.banner-hero__content {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 2;
    height: 100%;
    width: 100%;
}

.headline {
    /*font-family: Gibson-Bold,sans-serif;
    font-family: 'Roboto Condensed', sans-serif;*/
    text-transform: uppercase;
    margin: 0 0 .5em;
    font-weight: 800;
    line-height: 1;
}

/**********************************************************************/
/*   horizontal-slidermix */

.horizontal-slidermix {
	position: relative;
    height: 480px;
    overflow: hidden;
	
	&:before {
        height: 100%;
        display: inline-block;
        vertical-align: middle;
        content: '';
    }
}

.slider-prevmix, .slider-nextmix {
	position: absolute;
    top: 50%;
    margin: -23px -50px 0 -50px;
    width: 47px;
    height: 46px;
    background: url(images/navi-hor.png) no-repeat;
}

.slider-prevmix {
	background-position: 0 0;
    left: 0;
}

.slider-nextmix {
	background-position: -47px 0;
    right: 0;
}

ul.no-mark {
	margin: 0;
    padding: 0;
}

ul.sm-slider li {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	position: relative;
	width: 500px;
	margin-bottom: 20px;
	text-align: center;
}

ul.sm-slider .slide-cont {
	display: block;
    margin: 0 15px;
    text-decoration: none;
}

.img-over_x95 {
	display: block;
    margin: 0 auto 14px auto;
    height: 95px;
}

.img-over_x95 img {
	max-height: 95px;
}

.link-namemix {
	display: block;
    font-weight: 700;
    line-height: 24px;
    font-size: 18px;
    color: #3399cc;    
	text-decoration: none;
}

.horizontal-slidermix-wraper {
	position: relative;
	z-index: 15;
	margin: 0 50px;
}
