@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap&subset=cyrillic');
body.featured-collections .promo-content,
body.featured-collections .promo-content h2,
body.featured-collections .promo-content p {
    font-family: 'Montserrat', sans-serif;
}
body.featured-collections .promo-content h2 {
    font-weight: 600;
}
body.featured-collections .promo-content .btn {
    font-family: 'Montserrat', sans-serif;
}
body.featured-collections .promo-content .btn.dark {
    background: #000000;
    border: none;
    color: #FFFFFF;
}
body.featured-collections .promo-content .mb12em {
    margin-bottom: 12em;
}

svg {
    cursor: pointer;
}

body.featured-collections .video-block.playing svg.main-video-play {
    display: none;
}
body.featured-collections .video-block iframe.main-video-short {
    display: block !important;
    height: 56.25vw !important;
    position: relative !important;
    width: 100% !important;
}
body.featured-collections .video-block iframe.main-video-full {
}
body.featured-collections .video-block svg.main-video-play {
    fill: #FFFFFF;
    height: 75px;
    width: 75px;
    margin-top: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
body.featured-collections .video-block svg.main-video-close {
    display: none;
}
body.featured-collections .video-block.playing svg.main-video-close {
    display: inline-block;
    position: absolute;
    top: 2%;
    right: 2%;
    z-index: 2;
    fill: #FFFFFF;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

body.featured-collections .block-under-video {
    background-color: #6B0025;
    color: #FFFFFF;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
body.featured-collections .block-under-video > div {
    padding: 100px 26px;
}
body.featured-collections .block-under-video h2 {
    font-size: 2.5vw;
    line-height: 1.3em;
    letter-spacing: .138em;
    margin: 0;
    padding: 0;
    text-align: center;
}
body.featured-collections .block-under-video p {
    font-size: 1.11vw;
    line-height: 26px;
    letter-spacing: .0125em;
    margin: 40px auto auto;
    padding: 0;
    text-align: center;
}

body.featured-collections .image-title-with-button {
    display: flex;
    display: -ms-flexbox;
    padding-top: 94px;
}
body.featured-collections .image-title-with-button a:first-child {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    padding-bottom: 45%;
    position: relative;
    width: 50%;
}
body.featured-collections .image-title-with-button > div:last-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}
body.featured-collections .image-title-with-button > div:last-child > div:last-child {
    width: 65%;
    max-width: 815px;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}
body.featured-collections .image-title-with-button .img-first {
    background-image: url("/promos/aw20/shape/images/fpo-02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    max-width: 78%;
    max-height: 87%;
    margin-left: 8%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
body.featured-collections .image-title-with-button h2 {
    color: rgb(0, 0, 0);
    font-size: 2.5vw;
    letter-spacing: .07em;
    margin: 0 0 .5em;
    padding: 0;
    line-height: 1.35em;
    text-transform: uppercase;
}
body.featured-collections .image-title-with-button > div:last-child > div:last-child > a {
    background: #000;
    border-color: rgb(0, 0, 0);
    border-radius: 0;
    box-sizing: border-box;
    color: #fff!important;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.28em;
    margin-top: 50px;
    max-width: 200px;
    padding: 15px 0;
    text-align: center;
    text-transform: none!important;
    width: 100%;
}
body.featured-collections .image-title-with-button > div:last-child > div:last-child > a span {
    display: inline-block;
    position: relative;
}
body.featured-collections .image-title-with-button > div:last-child > div:last-child > a span:after {
    content: "";
    position: absolute;
    height: 0;
    border-bottom: 1px solid;
    left: 0;
    right: 0;
    bottom: -5px;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform .3s;
}
body.featured-collections .image-title-with-button > div:last-child > div:last-child > a:hover span:after {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

body.featured-collections .title-with-button-image {
    display: flex;
    display: -ms-flexbox;
    padding-top: 0;
    padding-bottom: 15px;
}
body.featured-collections .title-with-button-image a:last-child {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    padding-bottom: 45%;
    position: relative;
    width: 50%;
}
body.featured-collections .title-with-button-image .img-first {
    background-image: url("/promos/aw20/shape/images/fpo-01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    max-width: 78%;
    max-height: 87%;
    margin-left: 8%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
body.featured-collections .title-with-button-image > div:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}
body.featured-collections .title-with-button-image > div:first-child > div:last-child {
    width: 70%;
    max-width: 815px;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}
body.featured-collections .title-with-button-image h2 {
    color: rgb(0, 0, 0);
    font-size: 2.5vw;
    letter-spacing: .07em;
    margin: 0 0 .5em;
    padding: 0;
    line-height: 1.35em;
    text-transform: uppercase;
}
body.featured-collections .title-with-button-image > div:first-child > div:last-child > a {
    background: #000;
    border-color: rgb(0, 0, 0);
    border-radius: 0;
    box-sizing: border-box;
    color: #fff!important;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.28em;
    margin-top: 50px;
    max-width: 200px;
    padding: 15px 0;
    text-align: center;
    text-transform: none!important;
    width: 100%;
}
body.featured-collections .title-with-button-image > div:first-child > div:last-child > a span {
    display: inline-block;
    position: relative;
}
body.featured-collections .title-with-button-image > div:first-child > div:last-child > a span:after {
    content: "";
    position: absolute;
    height: 0;
    border-bottom: 1px solid;
    left: 0;
    right: 0;
    bottom: -5px;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform .3s;
}
body.featured-collections .title-with-button-image > div:first-child > div:last-child > a:hover span:after {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/* ================== Begin three-column-img-text-img ================== */
body.featured-collections .promo-content .three-column-img-text-img {
    display: flex;
    display: -ms-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 100vw;
    height: 41.6vw;
    position: relative;
}
body.featured-collections .promo-content .three-column-img-text-img .left-first {
    background-image: url("/promos/aw20/shape/images/01.jpg");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 3;
    -ms-flex: 3;
    height: auto;
}
body.featured-collections .promo-content .three-column-img-text-img .right-first {
    background-image: url("/promos/aw20/shape/images/02.jpg");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 3;
    -ms-flex: 3;
    height: auto;
}
body.featured-collections .promo-content .three-column-img-text-img .center{
    background-color: rgb(243, 243, 243);
    flex: 4;
    -ms-flex: 3;
    display: flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
body.featured-collections .promo-content .three-column-img-text-img .left-second {
    background-image: url("/promos/aw20/shape/images/001.jpg");
    background-size: cover;
    flex: 3;
    -ms-flex: 3;
}
body.featured-collections .promo-content .three-column-img-text-img .right-second {
    background-image: url("/promos/aw20/shape/images/002.jpg");
    background-size: cover;
    flex: 3;
    -ms-flex: 3;
}
body.featured-collections .promo-content .three-column-img-text-img h2 {
    color: rgb(0, 0, 0);
    font-family: 'Montserrat', sans-serif;
    font-size: 2vw;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0 auto .5em;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 90%;
}
body.featured-collections .promo-content .three-column-img-text-img p {
    color: rgb(0, 0, 0);
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: .16px;
    text-align: center;
    width: 90%;
    margin: 20px auto auto;
}
body.featured-collections .promo-content .three-column-img-text-img a {
    line-height: 18px;
    background: transparent;
    border-radius: 0;
}
body.featured-collections .promo-content .three-column-img-text-img a:hover:after {
    border-bottom: 1px solid #000000;
}
body.featured-collections .promo-content .three-column-img-text-img .text-area {
    width: 100%;
}
body.featured-collections .promo-content .three-column-img-text-img .btn-area {
    width: 90%;
    text-align: center;
    position: relative;
    margin: 0;
}
body.featured-collections .promo-content .three-column-img-text-img .btn{
    font-size: 1.11vw;
    min-width: 12.6vw;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin: 2.8em 0 0;
    padding: 1.3em;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .0625em;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
body.featured-collections .promo-content .three-column-img-text-img .btn:hover{
    opacity: 0.8;
}
body.featured-collections .promo-content .three-column-img-text-img .btn:after,
body.featured-collections .promo-content .three-column-img-text-img .btn:hover:after{
    border-color: rgb(74, 74, 74);
}
/* ================== End three-column-img-text-img ================== */

body.featured-collections .promo-content .bg-text-image {
    background-color: #E7C8C0;
    display: flex;
    display: -ms-flexbox;
    margin: 5em 0 10em;
}
body.featured-collections .promo-content .bg-text-image .left {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 0 10%;
    width: 50%;
}
body.featured-collections .promo-content .bg-text-image .left p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 40px;
}
body.featured-collections .promo-content .bg-text-image .right {
    background-image: url("/promos/aw20/shape/images/fpo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 56vw;
    width: 50%;
}
body.featured-collections .promo-content .bg-text-image h2 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
}

/* ================== Begin shoes-block ================== */
body.featured-collections .promo-content .shoes-block {
    margin: 5em 0;
}
body.featured-collections .promo-content .shoes-block > .inner.inner__chunky {
    max-width: 1024px;
}
body.featured-collections .promo-content .shoes-block .inner.inner__chunky .shoes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}
body.featured-collections .promo-content .shoes-block .inner.inner__chunky .shoes-item {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 68px;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
body.featured-collections .promo-content .shoes-block .inner.inner__chunky .shoes-item .product-label-small {
    line-height: 1.3em;
    font-size: 1vw;
    font-weight: 400;
}
body.featured-collections .promo-content .shoes-block .inner.inner__chunky .shoes .shoes-item .image {
    background-size: 90% auto;
    height: 360px;
}

body.featured-collections .promo-content .shoes-block .shoes .shoes-item {
    cursor: pointer;
}
body.featured-collections .promo-content .shoes-block .shoes .shoes-item:hover .image {
    opacity: .3;
}
body.featured-collections .promo-content .shoes-block .shoes .shoes-item .image {
    background-position: top;
    opacity: 1;
    transition: opacity .4s ease;
}
body.featured-collections .promo-content .shoes-block .shoes .shoes-item a {
    border: 1px solid #000000;
    position: absolute !important;
    top: 50%;
    left: 50%;
    height: 50px;
    min-width: 11.11vw;
    transform: translate(-50%, -50%);
    transition: opacity .3 ease;
    opacity: 0;
}
body.featured-collections .promo-content .shoes-block .shoes .shoes-item:hover a {
    display: inline-block;
    overflow: visible !important;
    opacity: 1;
}
body.featured-collections .promo-content .shoes-block .shoes .shoes-item a:hover {
    color: #000000;
}
body.featured-collections .promo-content .shoes-block .shoes .shoes-item a > span:first-child:after {
    content: "";
    color: #000000;
    position: absolute;
    height: 0;
    border-bottom: 1px solid;
    left: 0;
    right: 0;
    bottom: -5px;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform .3s;
}
body.featured-collections .promo-content .shoes-block .shoes .shoes-item a:hover > span:first-child:after {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
body.featured-collections .promo-content .shoes-block .shoes .shoes-item a > span:first-child {
    color: #000000;
    display: inline-block;
    font-size: 1.11vw;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}
body.featured-collections .promo-content .shoes-block .shoes .shoes-item .product-name {
    line-height: 1.3em;
    font-size: 1.11vw;
    font-weight: 600;
}
body.featured-collections .promo-content .shoes-block .shoes .shoes-item .bg {
    padding-bottom: 80%;
}
body.featured-collections .promo-content .shoes-block .shoes .shoes-item .title {
    position: relative;
}
/* ================== End shoes-block ================== */