/* PROMOTION */
.fly-out {position: fixed;right: 0;top: 50%;transform: translate(0%, -50%);display:none;}
.fly-out-content {position: relative;;width:220px;}
.fly-out-close button {background-color: transparent;border-color: transparent;cursor: pointer;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.button__line {background-color: #919191;position: absolute;height: 1px;width: 100%;}
.button__line--first {
  left: 0px;
  top: 50%;
  transform: translate(0%, -50%) rotate(45deg);
  height: 1px;
  width: 100%;
}
.button__line--second {
  left: 50%;
  top: 0px;
  transform: translate(-50%, 0%) rotate(45deg);
  height: 100%;
  width: 1px;
}
.fly-out-close {height: 32px;}
.fly-out-content img {display: block;width: 100%;}

@media only screen and (max-width: 580px) {
  .fly-out{display:none !important;}
}

.fly-out {top: 190px;right:20px;}
.fly-out-content {width: 180px; }
#fly-out-link{
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (max-width: 1470px) {.fly-out {top: 240px;}}
@media only screen and (max-width: 991px) {.fly-out {top: 230px;}}


.price-container{
  height: 70px;
}

.ru_RU .t-new4 .price{
  font-size: 1.8rem;
}
.ru_RU .t-new4 .dollar-sign{
  font-size: 1.5rem;
}
.ru_RU .frequency{
  font-size: 1.8rem;
}

.nb_NO  .t-new4 .price,
.sv_SE  .t-new4 .price,
.hi_IN  .t-new4 .price,
.ko_KR  .t-new4 .price{
  font-size: 2rem;
}
.nb_NO  .t-new4 .dollar-sign,
.sv_SE  .t-new4 .dollar-sign,
.hi_IN  .t-new4 .dollar-sign,
.ko_KR  .t-new4 .dollar-sign{
  font-size: 1.8rem;
}
.nb_NO  .frequency,
.sv_SE  .frequency,
.hi_IN  .frequency,
.ko_KR  .frequency{
  font-size: 1.5rem;
}

.zh_CN .brand-rrc .price-container{
  display: block;
  margin-top: 2rem;
}



.promo-modal{  
  /*word-break: break-word;*/
  word-break: normal;
  padding-right: 0;
}
.promo-modal .close{opacity: 1;}
.promo-modal .close span{text-shadow:none;color:white;}

.promo-modal .modal-content {
  font-family: "Lexend", sans-serif;
    background-image: url(https://f057a20f961f56a72089-b74530d2d26278124f446233f95622ef.ssl.cf1.rackcdn.com/site/promo/bf/popup.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 600px;
  height: 460px;
  border: none;
  background-color: #171717;
  position: relative;
  border-radius: 30px;
}

.promo-modal .modal-dialog{
  max-width: 600px;
}
.promo-modal .modal-body{
  padding: 3rem 2rem;
  padding-top: 0px;  
}

.promo-modal .modal-info{  
  text-align: center;
  /*word-wrap: break-word;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 1rem;
}
.promo-modal .popup-heading {  
  color: #fff;
  line-height: 1;
  margin-top: 2rem;
  position: relative;
  padding-bottom: 0;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.popup-heading span {
  color: #f0312b;
  display: inline-block;
  font-size: 2rem;
}


.promo-modal .popup-link{
font-weight: 700;
  background: #f0312b;
  color: #fff;
  display: inline-block;
  transition: opacity .2s;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  font-size: 2.2rem;
  padding: 10px 24px 10px;
  border-radius: 40px;
  top: -39px;
  position: relative;
  letter-spacing: 1px;
  border: none;
}

.promo-modal .popup-link:hover{
  text-decoration: none;
  opacity: .9;
}

.fr_FR .promo-modal .popup-heading ,
.it_IT .promo-modal .popup-heading ,
.pt_PT .promo-modal .popup-heading ,
.pt_BR .promo-modal .popup-heading ,
.es_ES .promo-modal .popup-heading ,
.ru_RU .promo-modal .popup-heading ,
.sv_SE .promo-modal .popup-heading ,
.ja .promo-modal .popup-heading 
{
  margin-top: 0;
}

.hi_IN .promo-modal .popup-heading 
{
  margin-top: 1rem;
}

.es_ES .promo-modal .popup-heading {
  font-size: 48px;
}
.de_DE .promo-modal .popup-heading {
  /*word-break: break-word;*/
}

.hi_IN .promo-modal .modal-dialog, 
.ja .promo-modal .modal-dialog, 
.zh_CN .promo-modal .modal-dialog, 
.ko_KR .promo-modal .modal-dialog {
  max-width: 540px;
}

.hi_IN .promo-modal .modal-content, 
.ja .promo-modal .modal-content, 
.zh_CN .promo-modal .modal-content, 
.ko_KR .promo-modal .modal-content
{
  width: 540px;
  height: 400px;
}

@media only screen and (max-width: 540px) {
  .promo-modal .modal-content{
    width: 100%;
    height: 100%;
    min-height: 340px;
  }
  .promo-modal .popup-heading {text-align: center;  margin-top: 1rem;}
  .promo-modal .popup-link {
   margin-top: 70%;
    font-size: 1.8rem;
  }
  .ru_RU .promo-modal .popup-heading {
  font-size: 48px;
}
}

@media only screen and (max-width: 500px) {

  .promo-modal .modal-body {
    padding: 3rem 1rem;
    padding-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  .promo-modal .popup-heading {
    margin-top: 0;
  }
  .promo-modal .modal-content {
    background-size: contain;
  }
}

@media only screen and (max-width: 420px) {
  .promo-modal .modal-content {
    height: auto;
  }
}

@media only screen and (max-width: 400px) {
  .promo-modal .popup-heading { margin-bottom: 1rem; }
  .promo-modal .modal-body{padding-bottom: 2rem;}
}




.promo-bg {
    position: relative;
}

.promo-buy {
  background-image: url(https://f057a20f961f56a72089-b74530d2d26278124f446233f95622ef.ssl.cf1.rackcdn.com/site/promo/bf/buy.jpg);
}

.promo-buy {

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.promo-bg {
  background-color: #1b1b1b;
}
.promo-buy{
  font-family: "Lexend", sans-serif;    
  padding-top: 60px;
  padding-bottom: 5%;
  text-align: center;
  position: relative;
  height: 400px;
}
.promo-buy .promo-name {
  font-size: 2rem;
 color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1;
}
.promo-buy .promo-name span {
  
   color: #f0312b;
}


.fr_FR .promo-buy p {
	max-width: 800px;
	line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
    .promo-buy {
        padding-top: 6%;
        padding-bottom: 10%;
    }
}

@media only screen and (max-width: 880px) {
    .promo-buy {
        padding-top: 10%;
    }
}
@media only screen and (max-width: 767px) {
    .promo-buy {
        padding-top: 10%;
    }
}

.promo-home-bg2{
  background-color: #1b1b1b;
}

.promo-home-bg {
    background-image: url(https://f057a20f961f56a72089-b74530d2d26278124f446233f95622ef.ssl.cf1.rackcdn.com/site/promo/bf/home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 440px;
     
}
.promo-home {
    font-family: "Lexend", sans-serif;
    color: #00817A;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.promo-home h1 {
  color: #fff;
    font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin-top: 85px;
}

.ru_RU .promo-home h1 {
  font-size: 65px;
}
.promo-home h1 span {
  color: #f0312b;
}

.promo-home-btn {
  font-weight: 700;
  background-color: #f0312b;
  color: #fff;
  display: inline-block;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  margin-top: 11rem;
  font-size: 28px;
  padding: 12px 30px;
  text-transform: uppercase;

}
.promo-home-btn:hover {
    opacity: 0.9;
    text-decoration: none;
    color: #fff;
}
.promo-home-btn:after {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
    transform: rotateZ(60deg) translate(-5em, 7.5em);
}
.promo-home-btn:hover:after {
    animation: sheen 1s forwards;
}


@keyframes sheen {
    100% {
        transform: rotateZ(60deg) translate(1em, -9em);
    }
}

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px) {
  .promo-home-bg{height: 400px;}
  .promo-home-btn{margin-top: 8rem;}

}

@media only screen and (max-width: 767px) {

}

.price-box--combined .price-box__info {
  min-height: 175px;
}
.price-box__info--fixed {
  height: 175px;
}
.price-box__info--size-160 {
  min-height: 174px;
}
.price-box__info--small {
  min-height: 125px !important;
}
.price-box__button-container-single {margin-top:22px;}
.price-box__bottom--size-fixed {
  min-height: 376px;
}


.ko_KR .price-box__price-container:has(.price-box__regular-price),
.nb_NO .price-box__price-container:has(.price-box__regular-price)
{
font-size: 2rem;
}

.ru_RU .price-box__price-container:has(.price-box__regular-price)
/* .ru_RU .price-box__price-container */
{
font-size: 1.5rem;
}
.ru_RU .price-box__regular-price {font-size: inherit;}

.zh_CN .price-box__price-container:has(.price-box__regular-price),
.hi_IN  .price-box__price-container:has(.price-box__regular-price)
{
font-size: 1.8rem;
}

.double-container .price-box--combined {
  min-width: 308px;
}
@media only screen and (min-width: 2000px) {
  .promo-buy, .promo-home-bg {
    max-width: 1800px;
    margin: auto;
  }
}
@media only screen and (min-width: 2000px) {
  .promo-buy {
    padding-top:40px;
    margin: auto;
  }
}
@media only screen and (max-width: 630px) {
  .promo-buy {height: 330px;}
	.promo-buy .promo-info { font-size: 2.4rem; }
	.promo-buy__heading span {font-size: 2rem;}
}

@media only screen and (max-width: 767px) {
	.hi_IN .promo-home .year { line-height: 1; }
}

@media only screen and (max-width: 670px) {
  .promo-home h1 { font-size: 1.8rem;}
}
@media only screen and (max-width: 430px) {
	.promo-home-btn {
		font-size: 1.25rem;
    padding: 16px 30px;
  }

}

@media only screen and (max-width: 400px) {
  .promo-buy {
    height: 260px;
    padding-top: 4%;
  }
  .promo-buy .promo-name { font-size: 1.6rem;margin-top: .5rem;}
  .promo-buy .promo-name span { font-size: 1.6rem;}
}