.text1, .text2 {
	font-family: 'GOTHIC';
    color: #fff;
    text-align: center;
    font-size: 1.6em;
    margin: 8%;
	margin-bottom: 13%;
}
.text3 {
	font-family: 'GOTHIC';
    color: #fff;
    text-align: center;
    font-size: 1.6em;
    margin: 8%;
	margin-bottom: 5%;
}
.bottomchairs {
	height: 664px;	
}
.bottomsvet1 {
	position: absolute;
    top: 34%;
    left: 5%;
	display: none;
}
.bottomsvet2 {
	position: absolute;
    top: 34%;
    left: 28%;
	display: none;
}
.bottomsvet3 {
	position: absolute;
    top: 34%;
    left: 52%;
	display: none;
}
.podsvetkakresel1 img {
	height: 100%;	
}
.podsvetkakresel2 img {
	height: 100%;	
}
.podsvetkakresel3 img {
	height: 100%;	
}

.podsvetkakresel1{
  /*background: url(../images/back-light-choose.png) no-repeat top center;*/
  background-size: contain;
  z-index: 1;
  height: 100%;
  position: relative;
  
}
.podsvetkakresel2{
  /*background: url(../images/back-light-choose.png) no-repeat top center;*/
  background-size: contain;
  z-index: 1;
  height: 100%;
  position: relative;
}
.podsvetkakresel3{
 /* background: url(../images/back-light-choose.png) no-repeat top center;*/
  background-size: contain;
  z-index: 1;
  height: 100%;
  position: relative;
}
.podsvetkakresel1:hover {
  transform: scale(1.01);
}
.podsvetkakresel2:hover {
  transform: scale(1.01);
}
.podsvetkakresel3:hover {
  transform: scale(1.01);
}
.podsvetkakresel1:hover + .bottomsvet1 {
  display: block;
}
.podsvetkakresel2:hover + .bottomsvet2 {
  display: block;
}
.podsvetkakresel3:hover + .bottomsvet3 {
  display: block;
}


.go-forward-and-upgrade .redeem .slick-slide {
  min-height: 520px;
}
.go-forward-and-upgrade .redeem .slick-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 25px;
}
.go-forward-and-upgrade .redeem .slick-prev {
  left: 15px;
  z-index: 99;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.go-forward-and-upgrade .redeem .slick-next {
  right: 15px;
  z-index: 99;
}
.go-forward-and-upgrade .redeem .common__flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
		      margin-top: 8%;
}
.go-forward-and-upgrade .redeem__item {
  -ms-flex-preferred-size: 100%;
     /*flex-basis: 100%;*/
	  flex-basis: 32%;
}
@media only screen and (max-width: 960px) {
  .go-forward-and-upgrade .redeem__item {
    /*width: 90%;*/
    margin: 0 auto;
  }
}
.go-forward-and-upgrade .redeem__item p {
  text-align: center;
  color: #eee;
  font-size: 18px;
}
.go-forward-and-upgrade .redeem__item a, .go-forward-and-upgrade .redeem__item span {
  color: #fff;
}
.go-forward-and-upgrade .redeem__item--wreath {
  font-family: 'GOTHIC';
  /*width: 100%;*/
  height: 200px;
  position: relative;
  /*background: url(https://storage-asset.msi.com/event/2022/cnd/Go-Forward-and-Upgrade/images/step-bg.png) no-repeat top center;*/
  background-size: contain;
  -webkit-filter: drop-shadow(10px 10px 15px #000);
          filter: drop-shadow(10px 10px 15px #000);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border-radius:0px;
  padding: 10% 17% 8% 14%;
}
@media only screen and (max-width: 1360px) {
  .go-forward-and-upgrade .redeem__item--wreath {
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .go-forward-and-upgrade .redeem__item--wreath {
    height: 200px;
  }
  .go-forward-and-upgrade .redeem__item p {
    margin-top: 10px;
  }
}
.go-forward-and-upgrade .redeem__item--wreath img {
  width: 8%;
  padding-bottom: 1.5%;
}
.go-forward-and-upgrade .redeem__arrow {
  margin: 0 auto;
  width: 2%;
  padding-top: 100px;
}
@media only screen and (max-width: 960px) {
  .go-forward-and-upgrade .redeem__arrow {
    padding: 10px 0px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.go-forward-and-upgrade .redeem__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 40px;
  border-radius:0px;
      z-index: 10;
    position: relative;
}
@media only screen and (max-width: 960px) {
  .go-forward-and-upgrade .redeem__btn {
    display: block;
    margin-top: 0px;
  }
}
.go-forward-and-upgrade .redeem__btn a {
  font-family: 'GOTHICB';
  width: 37%;
  padding: 1em 0px;
  font-size: 2vw;
  background: url('../images/btn-reg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
		  border-radius:0px;
		  height:0.5em;
		  
}

.go-forward-and-upgrade .redeem__btn a:hover{
	background: url('../images/btn-reg-hover.png');
	 font-family: 'GOTHICB';
  width: 37%;
  padding: 1em 0px;
  font-size: 2vw;
 
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
		  border-radius:0px;
		  height:0.5em;
}

.go-forward-and-upgrade .redeem__btnmy a {
  font-family: 'GOTHICB';
  width: 34%;
  padding: 1em 0px;
  font-size: 2vw;
  background: url('../images/btn-cnd.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
		  border-radius:0px;
		  height:-0.5em;
		      padding-bottom: 3%;
   
    max-width: 1400px;
    margin: 4% auto;
}

.go-forward-and-upgrade .redeem__btnmy a:hover{
	background: url('../images/btn-cnd-hover.png');
	 font-family: 'GOTHICB';
  width: 34%;
  padding: 1em 0px;
  font-size: 2vw;
 
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
		  border-radius:0px;
		  height:-0.5em;
		      padding-bottom: 3%;
  
    max-width: 1400px;
    margin: 4% auto;
}

@media only screen and (max-width: 960px) {
  .go-forward-and-upgrade .redeem__btn a {
    width: 100%;
    margin: 5% auto;
    font-size: 25px;
  }
}


.go-forward-and-upgrade  .common__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 960px) {
  .go-forward-and-upgrade  .common__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.go-forward-and-upgrade  .common__flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}