.promo-content{

}

body .wrapper {
    table-layout: fixed;
}

body .new-footer,
body .new-header-menu{
    width: 100%;
    display: table;
}

img.bg{
    width: 100%;
    vertical-align: top;
}
h1{
    font-family: gothicb;
    font-size: 56px;
    line-height: 72px;
    text-transform: uppercase;
    margin: 0 0 30px 0!important;
}
h2{
    font-family: gothic;
    font-size: 16px;
    line-height: 28px;
}
.btn{
    display: inline-block;
    padding: 18px 25px;
    border: 2px solid #fff;
    font: 16px/20px gothic;
    text-align: center;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.btn:after {
    display:block;
    content: '';
    border-bottom: solid 1px #fff;
    transform: scaleX(0);
	-ms-transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    position: relative;
    top: 3px;
}
.btn:hover:after{ 
	transform: scaleX(1);
	-ms-transform: scaleX(1);
}


.main-block{
    position: relative;
    color: #fff;
    width: 100%;
}
.main-block-header{
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.main-block-header:before{
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}
.main-block-header .inner{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}


.st-intro{
    width: 100%;
    text-align: center;
}
.st-intro .inner{
    padding: 100px 26px;
    max-width: 780px;
    margin: 0 auto;
}
.st-intro .inner > .header{
    color: rgb(74, 74, 74);
    font-size: 24px;
    line-height: 1.3em;
    font-family: gothicb;
    text-transform: uppercase;
}
.st-intro.black {
    background: #000;
}
.st-intro.black .inner > .header,
.st-intro.black .inner > .text{
    color: #fff;
}
.st-intro .btn{
    border: 2px solid #000;
}
.st-intro .btn:hover:after{
    border-bottom: solid 1px #000;
}
.st-intro .inner h2{
    font-size: 36px;
    line-height: 42px;
    font-family: gothic;
    margin-bottom: 1em;
}
.st-intro .inner > .text{
    font-size: 21px;
    line-height: 1.6em;
    margin-bottom: 1.8em;
}

.video-block video{
    width: 100%;
    vertical-align: top;
}


.near-block{
    background-color: rgb(255, 255, 255);
    color: #1d1d1b;
    padding: 85px 26px 95px;
    text-align: center;
}
.near-block .inner{
    padding: 100px 26px 70px;
}
.near-block h2{
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
}
.near-block .btn{
    margin-top: 3em;
    border: 2px solid #1d1d1b;
}
.near-block .btn:hover:after{
    border-bottom: 1px solid #1d1d1b;
}


.bags-block{
    font-size: 0;
    line-height: 0;
}
.bags-block .inner{
    font-size: 0;
    line-height: 0;
}
.bags-block .block{
    width: 33.3333%;
    display: inline-block;
    height: 41.6vw;
    vertical-align: top;
}
.bags-block h2{
    font: 36px/1.3 gothic;
    text-transform: uppercase;
    margin-bottom: 1em;
}
.bags-block p{
    font:16px/1.7 gothic;
}
.bags-block .text{
    text-align: center;
    color: #fff;
}
.bags-block .text:before{
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 41.6vw;
}
.bags-block .text .inner{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 90%;
}
.bags-block .btn{
    margin-top: 3em;
}



.st-carousel{
    position: relative;
}
.st-carousel .st-carousel-items{
    position: relative;
    width: 100%;
}
.st-carousel-item{
    position: relative;
    width: 100%;
}
.st-carousel-item > .text{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: rgba(0, 114, 188, 0.4);
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
}
.st-carousel-item > .text.right{
    left: auto;
    right: 0;
}
.st-carousel-item > .text:before{
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}
.st-carousel-item > .text > .inner{
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 50%;
    color: #fff;
}
.st-carousel-item > .text .h1{
    font-family: gothic;
    font-size: 2.5vw;
    line-height: 1.35em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.st-carousel-item > .text .p{
    font-size: 1.11vw;
    font-family: gothic;
    line-height: 1.6;
    margin-bottom: 40px;
}
.st-carousel .slide-next{
    cursor: pointer;
    position: absolute;
    border: 2px solid #fff;
    height: 60px;
    margin-left: -60px;
    margin-top: -30px;
    top: 50%;
    left: 75%;
    font: 18px/56px gothic;
    color: #fff;
    z-index: 10;
    text-align: center;
    padding: 0 15px;
}
.st-carousel .slide-next > .arr{
    position: relative;
    display: inline-block;
    font: 32px/30px gothic;
    vertical-align: middle;
    top: -3px;
}
.st-carousel .slide-next > .num{
    display: inline-block;
    padding-left: 30px;
    vertical-align: middle;
    font: 24px/56px gothic;
    letter-spacing: 5px;
}
.st-carousel .slide-next:hover{
    background: rgba(100, 94, 94, 0.5);
}


.st-explore{
    background: rgb(255, 255, 255);
}
.st-explore .h{
    font-size: 36px;
    line-height: 40px;
    padding: 100px 0;
    text-transform: uppercase;
    text-align: center;
}
.st-explore .shoes{
    font-size: 0;
    line-height: 0;
}
.st-explore > .inner{
    width: 83.3vw;
    max-width: 1200px;
    margin: 0 auto;
}.st-explore .shoes-item{
     width: 33.33%;
     display: inline-block;
     position: relative;
     padding: 0 10px;
     margin: 0 0 20px 0;
 }
.st-explore .shoes-item a{
    position: relative;
    display: block;
    overflow: hidden;
}
.st-explore .shoes-item a > span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .7em 0;
    font-family: gothic,sans-serif;
    text-align: center;
    color: transparent;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    text-transform: uppercase;
    height: 70px;
    font-size: 16px;
}
.st-explore .shoes-item a:hover > span {
    opacity: 0;
}
.st-explore .shoes-item a > span + span {
    transition-property: opacity,transform;
    transition-timing-function: ease-out;
    transition-duration: .3s;
    opacity: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(0,0,0,.6);
}
.st-explore .shoes-item a:hover > span + span {
    opacity: 1;
    transform: translateY(0);
	-ms-transform: translateY(0);
}
.st-explore .shoes-item .bg{
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}
.st-explore .shoes-item .image{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 77% auto;
}
.st-explore .shoes-item .title{
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000;
    padding: 15px 0;
    width: 100%;
    text-align: center;
}
.st-explore .button-block{
    padding: 100px 0;
    text-align: center;
}
.st-explore .button-block .btn{
    border: 2px solid #000;
}
.st-explore .button-block .btn:hover:after{
    border-bottom: solid 1px #000;
}


.shoecare-block{
    background-color: rgb(22, 44, 63);
    color: #fff;
    padding: 85px 0 95px;
    text-align: center;
}
.shoecare-block h2{
    font: 36px/42px gothic;
    text-transform: uppercase;
}
.shoecare-block p{
    margin-top: 1em;
    font:16px/1.7em gothic;
}
.shoecare-block .shoecare-products{
    margin-top: 58px;
    margin-bottom: 24px
}
.shoecare-block .shoecare-products a{
    color: #fff;
    text-decoration: none;
}
.shoecare-block .shoecare-products ul{
    font-size: 0;
    line-height: 0;
}
.shoecare-block .shoecare-products li{
    display: inline-block;
    max-width: 230px;
    margin: 0 10px;
    vertical-align: top;
}
.shoecare-block .shoecare-products li:after {
    display:block;
    content: '';
    border-bottom: solid 1px #fff;
    transform: scaleX(0);
	-ms-transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    margin: 5px 0 0;
}
.shoecare-block .shoecare-products li:hover:after {
	transform: scaleX(1);
	-ms-transform: scaleX(1);
}

.shoecare-block .shoecare-products li img{
    border-radius: 50%;
}
.shoecare-block .shoecare-products li p{
    text-transform: uppercase;
    font:16px/1.25 gothic;
    color: #fff;
}
.shoecare-block .btn{
    margin: 2.8em 0 0;
}


.video-block {
    position: relative;
}
.page-header{
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.page-header .h{
    display: inline-block;
    margin-bottom: 1em;
}
.page-header:before{
    content: "";
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}
.page-header .inner{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    width: 90%;
}
.page-header .inner .logo{
    display: block;
    height: 100px;
    width: 90vw;
    background-repeat: no-repeat;
    background-position: 50%;
    max-width: 900px;
    margin: 0 auto;
}
.page-header .inner svg{
    height: 100px;
    width: 100px;
    margin-top: 1em;
}


.video-block .play{
    position: relative;
    cursor: pointer;
    z-index: 5;
}
.video-block.playing .inner{
    display: none;
}

.awards img{
    margin:0 25px;
    max-height: 105px;
}


.st-evolution{
    position: relative;
    color: #fff;
    text-align: center;
}
.st-evolution .st-evolution-content{
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
.st-evolution .callouts > div{
    position: absolute;
    z-index: 10;
    transition: opacity .5s ease-in .3s;
}
.st-evolution .callouts > div > p{
    font-size: 16px;
    width: 350px;
    transform: translateY(calc(100% - 45px)) translateX(100px);
	-ms-transform: translateY(100%) translateY(-45px) translateX(100px);
}
.st-evolution .callouts > div.right > p {
    transform: translateY(calc(100% - 45px)) translateX(-390px);
	-ms-transform: translateY(100%) translateY(-45px) translateX(-390px);
}

.st-evolution .callouts > div > p strong{
    display: inline-block;
    font-family: gothicb;
    margin-bottom: 5px;
}
.st-evolution .callouts > div:after {
    content: "";
    position: absolute;
    left: calc(100% - 1px);
    top: 50%;
    -ms-transform: translateY(-2px) scaleX(0);
    transform: translateY(-2px) scaleX(0);
    border-top: 2px solid #fff;
    width: 50%;
    transition: transform .4s;
    -ms-transform-origin: left;
    transform-origin: left;
}
.st-evolution .callouts > div.right:after{
	-ms-transform-origin: right;
    transform-origin: right;
    left: -50%;
}
.st-evolution .callouts > div:hover:after {
	-ms-transform: translateY(-2px) scaleX(1);
    transform: translateY(-2px) scaleX(1);
}
.st-evolution .callouts > div:hover svg{
	-ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.st-evolution .callouts > div svg{
    cursor: pointer;
    width: 60px;
    height: 60px;
    transition: transform .3s ease;
    display: inline-block;
    position: relative;
}
.st-evolution .callouts > div p {
    letter-spacing: .0125em;
    padding: 0;
    font-size: 16px;
    text-align: left;
    margin: 0;
    width: 370px;
    line-height: 1.3em;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-family: gothic,sans-serif;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-out .15s;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
}
.st-evolution .callouts > div:hover p{
    opacity: 1;
    visibility: visible;
}
.st-evolution img.bg{
    transition: opacity .6s ease;
}
.st-evolution.hover img.bg{
    opacity: 0.35;
}
.st-evolution.hover .callouts > div{
    display: none;
}
.st-evolution.hover .callouts > div:hover{
    display: block;
}