/*--------------GENERAL--------------*/
*{
  margin: 0;
  padding: 0;
}

html{
  height: 100%;
  width: 100%;
  background-color: #171717;
}

body{
  height: 100%;
  width: 100%;
  min-width: 320px;
  min-height: 480px;
}

/*--------------HEADER--------------*/

.headerWrap{
  display: flex;
  justify-content: center;
  background-color: #2d3436;
  background-image: linear-gradient(180deg, #2d3436 0%, #000000 65%);
	
  border-bottom: 2px solid #ffb706;
}

.header{
  flex: 1;
  max-width: 960px;
  min-height: 80px;

  display: flex;
  align-items: center;
  justify-content: center;
	
  flex-direction: column;
}

.header-disclosure{
  display: flex;
  justify-content: center;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
	
  padding: 10px 0px 20px;
}

.header-logo{
  display: flex;
  justify-content: center;
}

.header-logo img {
  max-height: 45px;
  padding-bottom: 15px;
}

/*--------------SLOGAN--------------*/

.siteSloganWrap{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #171717;
}

.siteSlogan{
  max-width: 960px;
  text-align: center;

  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;

  padding: 13px 10px 5px;
}

.siteSlogan span{
  display: block;
  padding-top: 10px;
  font-size: 0.7rem;
}

h1.custom-small-h1{
  font-size: 1.1rem;
  padding-top: 5px;
}

/*--------------OFFERS--------------*/

.offersWrap{
  display: flex;
  justify-content: center;
  background: #171717;
}

.offers{
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  /*max-width: 860px;*/
  justify-content: center;

  padding: 0 5px;
}

.benefits p {
  text-align: center;
}

/*--------------OFFER#1 BeNaughty--------------*/
.offer1{
  order: 1;
	
  flex: 1;
  min-width: 240px;
  max-width: 250px;
	
  margin: 10px;

  border-top: 3px solid #ffb104;
  background-color: #2d3436;
  background-image: linear-gradient(360deg, #2d3436 0%, #000000 50%);
  color: #fff;

  padding: 25px 25px;

/*flex VS none*/
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.offer1logo{
  height: 45px;
  padding-bottom: 20px;
	
  display: flex;
  justify-content: center;
  align-items: center;
}

.offer1logo img{
  max-height: 45px;
}

.offer1title{
  display: flex;
}

.brandName {
  flex: 1;
  min-height: 40px;
  font-size: 0.8rem;
  font-family: 'Montserrat', sans-serif;
}

.offerStars{
  flex: 1;

  display: flex;
  justify-content: flex-end;
}

.checked{
  color: #fef900;
}

.image{
  text-align: center;
  padding-bottom: 15px;
}

.benefits {
  padding-bottom: 13px;

  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
}

.hookupRate{
  padding-bottom: 13px;

  color: #1e90ff;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
}

.regInfo{
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
}

.string_green{
  color: green;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
}

.string_yellow{
  color: yellow;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
}

.string_red{
  color: red;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
}

.string:before {
  content: '✓ ';
  color: #43b108;
}

.button{
  border-radius: 3px;
	
  background-color: #ffb706;
  color: #000;

  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
	
  padding: 10px 45px;
  text-align: center;
	
  margin-top: 15px;
}

.button:hover{
  background: #ddd -webkit-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
}

.offers a{
  text-decoration: none;
}

/*--------------OFFER#2 NaughtyDate--------------*/
.offer2{
  flex: 1;
  order: 2;

  min-width: 240px;
  max-width: 250px;
	
  background-color: #2d3436;
  background-image: linear-gradient(360deg, #2d3436 0%, #000000 50%);

  border-top: 3px solid #ffb104;

  color: #fff;

/*flex VS none*/
  display: flex;
  flex-direction: column;
  justify-content: center;

  margin: 10px;

  padding: 25px 25px;
}

.offer2logo{
  height: 35px;
  padding-bottom: 25px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.offer2logo img{
  max-height: 35px;
}

.offer2title{
  display: flex;
}

/*--------------OFFER#3 PassionMature--------------*/
.offer3{
  flex: 1;
  order: 3;

  min-width: 240px;
  max-width: 250px;
	
  background-color: #2d3436;
  background-image: linear-gradient(360deg, #2d3436 0%, #000000 50%);

  border-top: 3px solid #ffb104;

  color: #fff;

/*flex VS none*/
  display: flex;
  flex-direction: column;
  justify-content: center;

  margin: 10px;

  padding: 25px 25px;
}

.offer3logo{
  height: 35px;
  padding-bottom: 25px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.offer3logo img{
  max-width: 240px;
}

.offer3title{
  display: flex;
}


/*--------------SEO--------------*/
.seoWrap{
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.seo{
  max-width: 910px;
  padding: 0 45px;
    
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  color: #fff;
  text-align: justify;
}

.seo p{
    padding-top: 5px;
}

h2.custom-small-h2{
  font-size: 1.0rem;
  padding-top: 10px;
  color: #ffb706;
}

/*--------------TERMS--------------*/

.termsWrap{
  display: flex;
  justify-content: center;
  padding: 20px 45px;

  background-color: #ffb706;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.terms{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 960px;
	
  /*color: #fff;*/
  color: #000;
  /*text-shadow: 1px 1px #808080;*/

  font-size: 13px;
  font-family: 'Raleway', sans-serif;
}

.terms span{
  text-align: justify;
  /*max-width: 595px;*/
  max-width: 910px;
}

.terms a{
	color: #fff;
	/*color: #000;*/
}

/*--------------FOOTER--------------*/

.footerWrap{
  display: flex;
  justify-content: center;

  padding: 20px 25px;

  background-color: #2d3436;
  background-image: linear-gradient(0deg, #2d3436 0%, #000000 30%);
}

.footer{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 960px;
	
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
}

/*----------POPUP----------*/

.cookie-popup-block {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.7);
  padding: 20px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  
  box-sizing: border-box;
}

.cookie-policy-popup {
  background: #fff;
  width: 100%;
  max-width: 500px;
  padding: 20px;
  font-family: "Inter",sans-serif;
  font-size: 14px;
  color: rgba(0,0,0,0.5);
  text-align: center;
  border-radius: 16px;
  box-shadow: rgba(0,0,0,0.25);

  box-sizing: border-box;
}

.cookie-popup__title {
  font-family: "Inter",sans-serif;
  font-size: 18px;
  color: rgba(0,0,0,0.85);
  margin-bottom: 14px;
  
  box-sizing: border-box;
}

a {
  color: #de5226;
  text-decoration: none;
  transition: all 0.3s;
}

.cookie-popup__btns {
  margin-top: 20px;
  
  box-sizing: border-box;
}

.btn {
  font-family: "Inter",sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
}

.cookie-popup__btns .cookie-btn__decline {
  margin-bottom: 10px;
  
  box-sizing: border-box;
}

.cookie-btn__decline {
  background: rgba(0,0,0,0.04);
  color: rgba(0,0,0,0.85);
  border-color: #ebebeb;
  width: 100%;
}

.cookie-btn__decline:hover {
  background: rgba(0,0,0,.04);
}

.cookie-btn__accept {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

button {
  background: #f5a72a;
  font-family: "Inter",sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  
  color: #fff;
  text-align: center;
  padding: 10px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
}

/*--------------MEDIA POPUP--------------*/

/* width from 420px */
@media screen and (min-width: 550px) {
  .cookie-policy-popup {
    padding: 40px;
  }
 .cookie-popup__btns {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 40px;
  }
  .cookie-popup__btns .cookie-btn__decline {
    flex: 1;
    margin: 0;
  }
  .cookie-popup__btns .cookie-btn__accept {
    flex: 1;
    margin: 0;
  }
}