.promo-text-block{
    color: #212020;
    display: inline-block;
    font: 26px/34px gothic,"Century Gothic",arial;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    padding: 60px 0;
    position: relative;
}
.promo-text-block > .spacer{
    position: absolute;
    top: 50%;
    margin-top:-3px;
    width: 15%;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.promo-text-block > .spacer > .line{
    width: 80%;
    background-color: #212020;
    padding-bottom: 3px;
    display: inline-block;
}
.promo-text-block > .spacer.left{
    left: 0;
}
.promo-text-block > .spacer.right{
    right: 0;
}
.promo-text-block > .text{
    padding:0 15%;
}

.promo-block-fullwidth{
    position: relative;
}
.promo-block-fullwidth img.block{
    width: 100%;
    vertical-align: top;
}
.promo-block-fullwidth > .text{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 45%;
    color: #fff;
    margin:0 0 0 5%;
}
.promo-block-fullwidth > .text > .block{
    display: block;
    height: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
}
.promo-block-fullwidth > .text > .block:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.promo-block-fullwidth > .text > .block > .block-text{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 95%;
}
.promo-block-fullwidth > .text.black{
    color: #000;
}
.promo-block-fullwidth > .text.left{
    left: 0;
}
.promo-block-fullwidth > .text.right{
    right: 0;
}
.promo-block-fullwidth > .text .header-promo,
.promo-block-fullwidth > .text .header{
    display: inline-block;
    text-transform: uppercase;
    font: 48px/1 gothicb,"Century Gothic Bold",arial;
    margin: 0 0 30px;
    border-bottom: 4px solid;
    padding:0 0 5px;
}
.promo-block-fullwidth > .text .intro{
    font: 24px/28px gothic,"Century Gothic",arial;
    text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
	.promo-block-fullwidth > .text .header-promo,
    .promo-block-fullwidth > .text .header{
        font: 38px/1 gothicb,"Century Gothic Bold",arial;
    }
    .promo-block-fullwidth > .text .intro {
        font: 22px/26px gothic,"Century Gothic",arial;
    }
}

.promo-shopwindow {
    position: relative;
    margin: 100px auto;
    z-index: 10;
    width: 100%;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.promo-shopwindow .gallery {
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}
.promo-shopwindow .gallery-image {
    display: none;
    vertical-align: middle;
    text-align: center;
    width: 48%;
}
.promo-shopwindow .gallery-image-item {
    display: none;
    position: relative;
    width: 100%;
    max-width: 600px;
}
.promo-shopwindow .gallery-image-item.visible {
    display: inline-block;
}
@media only screen and (max-width: 1024px) {
    .promo-shopwindow .gallery-image-item {
        width: 90%;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .promo-shopwindow .gallery-image-item {
        width: 90%;
    }
}
.promo-shopwindow .gallery-image.visible {
    display: inline-block;
}
.promo-shopwindow .gallery-aside {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 51%;
    padding-left: 5%;
}
.promo-shopwindow .gallery-aside-switcher {
    display: inline-block;
    position: relative;
    background: #ecedee;
    height: 40px;
    overflow: hidden;
    margin-bottom: 40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.promo-shopwindow .gallery-aside-switcher[data-sex="2"]:before {
    left: 162px;
}
@media only screen and (max-width: 1024px) {
    .promo-shopwindow .gallery-aside-switcher[data-sex="2"]:before {
        left: 122px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .promo-shopwindow .gallery-aside-switcher[data-sex="2"]:before {
        left: 142px;
    }
}
.promo-shopwindow .gallery-aside-switcher[data-sex="3"]:before {
    left: 322px;
}
@media only screen and (max-width: 1024px) {
    .promo-shopwindow .gallery-aside-switcher[data-sex="3"]:before {
        left: 242px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .promo-shopwindow .gallery-aside-switcher[data-sex="3"]:before {
        left: 282px;
    }
}
.promo-shopwindow .gallery-aside-switcher:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 156px;
    height: 36px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
    .promo-shopwindow .gallery-aside-switcher:before {
        width: 116px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .promo-shopwindow .gallery-aside-switcher:before {
        width: 136px;
    }
}
.promo-shopwindow .gallery-aside-switcher .item {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 160px;
    font: normal 16px/40px gothic,"Century Gothic",arial;
    color: #4e4b48;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
    .promo-shopwindow .gallery-aside-switcher .item {
        width: 120px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .promo-shopwindow .gallery-aside-switcher .item {
        width: 140px;
    }
}
.promo-shopwindow .gallery-aside-textblock {
    display: none;
}
.promo-shopwindow .gallery-aside-textblock.visible {
    display: block;
}
.promo-shopwindow .gallery-aside-legend {
    display: none;
}
.promo-shopwindow .gallery-aside-legend.visible {
    display: block;
}
.promo-shopwindow .gallery-aside-title {
    display: block;
    width: 80%;
    font: normal 50px/50px gothic,"Century Gothic",arial;
    color: #4e4b48;
    margin: 0 0 40px 0;
}
@media only screen and (max-width: 1024px) {
    .promo-shopwindow .gallery-aside-title {
        width: 90%;
        font: normal 36px/36px gothic,"Century Gothic",arial;
        margin: 0 0 20px 0;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .promo-shopwindow .gallery-aside-title {
        width: 80%;
        font: normal 40px/40px gothic,"Century Gothic",arial;
        margin: 0 0 30px 0;
    }
}
.promo-shopwindow .gallery-aside-text {
    display: block;
    width: 90%;
    min-height: 180px;
    font: normal 16px/20px gothic,"Century Gothic",arial;
    color: #4e4b48;
    margin: 0 0 40px 0;
}
@media only screen and (max-width: 1024px) {
    .promo-shopwindow .gallery-aside-text {
        min-height: 160px;
        font: normal 13px/17px gothic,"Century Gothic",arial;
        color: #4e4b48;
        margin: 0 0 20px 0;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .promo-shopwindow .gallery-aside-text {
        min-height: 180px;
        font: normal 14px/18px gothic,"Century Gothic",arial;
        color: #4e4b48;
        margin: 0 0 30px 0;
    }
}
.promo-shopwindow .gallery-aside-colors {
    display: none;
    border-top: #c3c2c2 2px solid;
    border-bottom: #c3c2c2 2px solid;
    padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
    .promo-shopwindow .gallery-aside-colors {
        padding-bottom: 20px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .promo-shopwindow .gallery-aside-colors {
        padding-bottom: 28px;
    }
}
.promo-shopwindow .gallery-aside-colors.visible {
    display: block;
}
.promo-shopwindow .gallery-aside-colors .item {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 120px;
    cursor: pointer;
}
@media only screen and (max-width: 1024px) {
    .promo-shopwindow .gallery-aside-colors .item {
        width: 80px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .promo-shopwindow .gallery-aside-colors .item {
        width: 100px;
    }
}
.promo-shopwindow .gallery-aside-colors .item img {
    display: block;
    width: 100%;
}
.promo-shopwindow .gallery-aside-colors .item:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 100%;
    border-top: #fff 4px solid;
    border-right: #fff 4px solid;
    border-left: 0px solid transparent;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
    .promo-shopwindow .gallery-aside-colors .item:before {
        bottom: -10px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .promo-shopwindow .gallery-aside-colors .item:before {
        bottom: -10px;
    }
}
.promo-shopwindow .gallery-aside-colors .item.visible:before, .promo-shopwindow .gallery-aside-colors .item:hover:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-top: #212020 4px solid;
    border-right: #fff 4px solid;
    border-left: 0px solid transparent;
}
.promo-shopwindow .gallery-aside-buybtn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    height: 50px;
    margin: 40px 0 30px 0;
    cursor: pointer;
    background: #e85252;
    font: normal 20px/46px gothicb,"Century Gothic Bold",arial;
    color: #fff;
    text-align: center;
    padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
    .promo-shopwindow .gallery-aside-buybtn {
        width: 150px;
        height: 40px;
        padding: 0 10px;
        font: normal 15px/36px gothicb,"Century Gothic Bold",arial;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .promo-shopwindow .gallery-aside-buybtn {
        width: 160px;
        height: 40px;
        padding: 0 10px;
        font: normal 16px/36px gothicb,"Century Gothic Bold",arial;
    }
}
.promo-shopwindow .gallery-aside-more {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 50px;
    margin: 40px 0 30px 60px;
    cursor: pointer;
    border: 2px solid #e85252;
    font: normal 20px/46px gothicb,"Century Gothic Bold",arial;
    color: #e85252;
    text-align: center;
    padding: 0 20px;
}
.promo-shopwindow .gallery-aside-more:hover{
    color: #fff;
    background: #e85252;
}
@media only screen and (max-width: 1024px) {
    .promo-shopwindow .gallery-aside-more {
        width: 150px;
        height: 40px;
        padding: 0 10px;
        font: normal 15px/36px gothic,"Century Gothic",arial;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .promo-shopwindow .gallery-aside-more {
        width: 160px;
        height: 40px;
        padding: 0 10px;
        font: normal 16px/36px gothicb,"Century Gothic Bold",arial;
    }
}


.promo-shopwindow.promo-shopwindow-enlarged{
    text-align: center;
}

.promo-shopwindow.promo-shopwindow-enlarged .gallery-aside{
    vertical-align: top;
}
.promo-shopwindow.promo-shopwindow-enlarged .gallery-aside-colors .item.visible:before,
.promo-shopwindow.promo-shopwindow-enlarged .gallery-aside-colors .item:hover:before{
    border-top: #212020 8px solid;
    border-right: #fff 8px solid;
}
.promo-shopwindow.promo-shopwindow-enlarged .gallery-aside-colors{
    border: none;
    font-size: 0;
    line-height: 0;
}
.promo-shopwindow.promo-shopwindow-enlarged .gallery-aside-colors .item{
    width: 45%;
    margin: 0 5% 50px 0;
    padding-right: 0%;
    box-sizing: border-box;
}
.promo-shopwindow.promo-shopwindow-enlarged .gallery-aside-colors .item img{
    width: 100%;
    max-width: 300px;
}
.promo-shopwindow.promo-shopwindow-enlarged .gallery-aside-colors .item div{
    max-width: 300px;
    max-width: 300px;
}
.promo-shopwindow.promo-shopwindow-enlarged .gallery-aside-title,
.promo-shopwindow.promo-shopwindow-enlarged .gallery-aside-text{
    width: 100%;
}
.promo-shopwindow.promo-shopwindow-enlarged .gallery-aside-title{
    font: 40px/40px gothicb;
    text-transform: none;
}
.promo-shopwindow.promo-shopwindow-enlarged .gallery-aside-legend{
    margin-top: 15px;
    padding: 0 45px;
}
.promo-shopwindow.promo-shopwindow-enlarged .gallery-aside-buybtn{
    display: none;
}
.promo-shopwindow.promo-shopwindow-enlarged .gallery-aside-buttons{
    text-align: center;
}
.promo-shopwindow.promo-shopwindow-enlarged .gallery-aside-more{
    display: inline-block;
    background: #E85251;
    padding:15px 30px;
    color: #fff;
    text-transform: uppercase;
    margin: 30px 0 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    height: auto;
    font: 20px/20px gothic;
}
.promo-shopwindow.promo-shopwindow-enlarged .gallery-aside-colors .gallery-aside-colors-title{
    margin: 20px 0 0 0;
    font:16px/16px gothicb;
    text-align: center;
}

.promo-shopwindow.promo-shopwindow-enlarged .gallery-aside-colors .item:before {
    bottom: -30px;
    max-width: 300px;
}
.promo-shopwindow.promo-shopwindow-enlarged .gallery-aside-switcher{
    margin-bottom: 100px;
}
.promo-shopwindow.promo-shopwindow-enlarged .gallery-aside-more{
    width: auto!important;
}