/************ HOME SLIDER ***************/

.homeTopPromotion {
    position: relative;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-promotion-slides{
	background: #fff;
}

.top-slide-item {
    opacity: 0;
    z-index: 1;
    position: relative;
    transition: opacity 0.5s linear;
    text-align: center;
}

.top-slide-item:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top-slide-item.show-slide {
    opacity: 1;
    z-index: 2;
}

.top-slide-item img {
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.top-slide-item .promotion_content>*:first-child {
    margin-top: 0;
}

.contentWrapper,
.top-promotion-nav {
    position: absolute;
    top: 53%;
    max-width: 1200px;
    padding: 0 60px 40px;
    width: auto;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
}

.contentWrapperInner {
    position: relative;
}

.top-promotion-nav {
    top: auto;
    bottom: 0;
    z-index: 2;
    padding-bottom: 0;
}

.top-promotion-nav ul {
    list-style-type: none;
    width: auto;
    padding: 0;
    margin: 0px auto;
    display: flex;
    justify-content: center;
}

.top-promotion-nav ul li {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 15px;
    min-height: 6px;
    padding: 0;
    line-height: 6px;
    background-color: transparent;
    border: solid 2px #fff;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: background 0.2s ease;
    text-indent: -999em;
}

.top-promotion-nav ul li:first-child {
    margin-left: 0;
}

.top-promotion-nav ul li.active-nav {
    background-color: #fff;
}

.top-slide-item .promotion_title {
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    color: #fff;
    opacity: 0;
    transform: translateX(-50px);
    line-height: 1;
    margin-bottom: 1.0rem;
    letter-spacing: 0.05em;
}

.top-slide-item.show-instant .promotion_title {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.5s ease 0.5s;
}

.top-slide-item .promotion_content {
    opacity: 0;
    transform: translateX(-50px);
    color: #fff;
}

.top-slide-item .promotion_action {
    opacity: 0;
    transform: translateX(-50px);
    margin-top: 2rem;
}

.top-slide-item .promotion_action a {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    background: #000;
    line-height: 1;
    padding: 15px 40px;
    display: inline-block;
}

.top-slide-item .promotion_action a:hover {
    text-decoration: none;
    background: #cbbc80;
    color: #000;
}

.top-slide-item .promotion_content {
    font-size: 16px;
    font-family: Lato;
    letter-spacing: 0.1em;
    font-weight: 400;
}

.top-slide-item .promotion_content h4 {
    color: #000;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 600; 
    font-family: Montserrat;
}
.top-slide-item .promotion_content h4::first-line {
	font-size: 36px;
	letter-spacing: 0.1em;
    font-weight: 300;
}

.top-slide-item.show-instant .promotion_content {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.5s ease 0.8s;
}

.top-slide-item.show-instant .promotion_action {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.5s ease 1.2s;
}

.top-slide-item.show-delayed .promotion_title {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.5s ease 0.5s;
}
.top-slide-item.show-delayed .promotion_content {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.5s ease 0.7s;
}
.top-slide-item.show-delayed .promotion_action {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.5s ease 1s;
}


.top-slide-item.slide-item-2.show-delayed .promotion_title {
	color: #229b28;
	font-size: 24px;
	color: #229b28;
	font-size: 23px;
	font-weight: 400;
	letter-spacing: 0;
	margin-top: -10px;
	padding-bottom: 200px;
}
.top-slide-item.slide-item-2.show-delayed .promotion_content {
	color: #777271;
	letter-spacing: 0.02em;
   font-weight: 400;
}
.top-slide-item.slide-item-2 .promotion_action a{
	background:#229b28;
}
.top-slide-item.slide-item-2 .promotion_action a:hover {
    text-decoration: none;
    background: #cbbc80;
    color: #000;
}

@media screen and (max-width: 1800px) {
	.top-slide-item.slide-item-2.show-delayed .promotion_title {
		margin-top: -10px;
		padding-bottom: 30%;
	}
}
@media screen and (max-width: 1660px) {
	.top-slide-item.slide-item-2.show-delayed .promotion_title {
		margin-top: -10px;
		padding-bottom: 28%;
	}
}
@media screen and (max-width: 1440px) {
	.top-slide-item.slide-item-2.show-delayed .promotion_title {
	    margin-top: 25px;
		padding-bottom: 24%;
	}
}
@media screen and (max-width: 1280px) {
	.top-slide-item.slide-item-2.show-delayed .promotion_title {
	    margin-top: 30px;
	    padding-bottom: 20%;
	}
}

@media screen and (max-width: 1160px) {
	.top-slide-item.slide-item-2.show-delayed .promotion_title {
	    margin-top: 50px;
		padding-bottom: 20%;
		font-size: 19px;
	}
	.top-promotion-nav .contentWrapperInner{
		max-width: 100%;
	}
}
@media screen and (max-width: 1024px) {
    .column.main .home-top-promotion .top-slide-item.skinbetter .contentWrapper .promotion_content {
        margin-bottom: 0px;
    }
	.top-slide-item.slide-item-2.show-delayed .promotion_title {
	    margin-top: 13%;
	    padding-bottom: 19%;
	    font-size: 18px;
	}
	.top-promotion-nav .contentWrapperInner{
		max-width: 100%;
	}
	.top-slide-item .promotion_action a {
	    font-size: 14px;
	    padding: 12px 35px;
	}
	.top-slide-item .promotion_action {
	    margin-top: 2.0rem;
	}
	.top-promotion-nav {   
	    z-index: 2;
	    padding-bottom: 0;
	    width: 200px;
	    margin-left: 0;
	    padding-left: 0;
	}
}
@media screen and (max-width: 900px) {
    .column.main .home-top-promotion .top-slide-item.skinbetter .contentWrapper {
        top: 52%;
    }
    .column.main .home-top-promotion .top-slide-item.skinbetter .promotion_title {
        font-size: 36px;
    }
    .column.main .home-top-promotion .top-slide-item.skinbetter .contentWrapper .promotion_content {
        font-size: 32px;
    }
	.top-slide-item.slide-item-2.show-delayed .promotion_title {
	    font-size: 15px;
	    margin-top: 14%;
		padding-bottom: 17%;
	}
	.slide-item-2.show-delayed .promotion_action{
		margin-top: 1.0rem;
	}
    .top-promotion-nav {
        bottom: -75px;
    }
    .contentWrapper, .top-promotion-nav {
        padding: 0 10px 40px;
    }
}

/***** SLIDE 2 *****/


/********************/

.twoPromotionsWrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.videPromotionsWrapper,
.twoPromotionsWrapper {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.promotion_block.promotion_1,
.promotion_block.promotion_2 {
    position: relative;
}

.promotion_block.promotion_1 img,
.promotion_block.promotion_2 img {
    display: block;
}

.promotion_block.promotion_1 .pr_wrapper,
.promotion_block.promotion_2 .pr_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(39, 39, 39, .45);
    display: flex;
    justify-content: space-between;
    color: #fff;
    height: 60px;
}
.promotion_block.promotion_2 .pr_wrapper {
    justify-content: flex-end;
}
.promotion_block.promotion_1 .pr_wrapper a,
.promotion_block.promotion_2 .pr_wrapper a,
.video-overlay-content a {
    background: #000;
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
}

.promotion_block.promotion_1 .pr_wrapper a:hover,
.promotion_block.promotion_2 .pr_wrapper a:hover,
.video-overlay-content a:hover {
    background: #cbbc80;
    color: #000;
}

.promotion_block.promotion_1 .pr_wrapper p,
.promotion_block.promotion_2 .pr_wrapper p,
.video-overlay-content p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    max-width: 60%;
    padding-left: 25px;
    font-size: 16px;
}

