#borisLp {
    width: 100%;
    position: relative;
    margin: 0 auto;
    background: #fff;
    color: #555555;
    font-family: 'Helvetica Neue', Arial, sans-serif; 
    text-align: left;
}

#borisLp .imgPage {
    width: 100%;
    height: auto;
    display: block;
}


#borisLp .heroTitle{
    color: #000;
    font-style: normal;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    font-family: 'Acta Headline', Arial, sans-serif !important;
    margin: 0 0 2% 0;
    padding-bottom: 1vw;
    padding-top: 1vw;

}
#borisLp .heroTitle2{
    color: #fff;
    font-style: normal;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    font-family: 'Acta Headline' !important;
    margin: 0 0 2% 0;
    padding: 0;

}

#borisLp .subTitle{
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    font-family: 'Helvetica Neue';
}

#borisLp .preTitle{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #000;

}

#borisLp .blackCta{
    font-weight: 400;
    font-size: 0.8vw;
    line-height: 1.2;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #fff;
    background-color: #000000;
    text-decoration: none;
    padding: 0.6vw 1.6vw;
    letter-spacing: normal;
    border-radius: 100px;
    display: inline-block;
    transition: all 0.3s ease;
}
#borisLp .UnderlineBlackCta{
    text-decoration: underline;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 21px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #000;
    letter-spacing: normal;

}

#borisLp .underlineCta{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #000;
    text-decoration-line: underline;
    letter-spacing: normal;
    display: inline-block;
    text-transform: uppercase;

}
#borisLp .underlineCta2{
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #fff;
    text-decoration-line: underline;
    letter-spacing: normal;
    display: inline-block;
    text-transform: uppercase;

}
#borisLp .underlineCta:hover {
    text-decoration-line: none;
}
#borisLp .underlineCta2:hover {
    text-decoration-line: none;
}

#borisLp .blackCta:hover {
    background-color: #555;
}

#borisLp .heroBannerTop{
    position: relative;
}

#borisLp .findInStore{
    position: relative;
}

#borisLp .heroWrapText{
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translate(0, -50%);
    text-align: left;
    color: #000;
}
#borisLp .heroWrapText2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}


#borisLp .bannerFaq{
    background-color: #222222;
    text-align: center;
    padding: 4% 0;
}

#borisLp .whiteCta{
    font-weight: 400;
    font-size: 0.8vw;
    line-height: 1.2;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #000;
    background-color: #fff;
    text-decoration: none;
    padding: 0.6vw 1.6vw;
    letter-spacing: normal;
    border-radius: 100px;
    display: inline-block;
    transition: all 0.3s ease;
}
#borisLp .faqCta{
    font-weight: 400;
    font-size: 0.8vw;
    line-height: 1.2;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #fff;
    background-color: #222222;
    text-decoration: none;
    padding: 0.6vw 1.6vw;
    letter-spacing: normal;
    border-radius: 100px;
    display: inline-block;
    transition: all 0.3s ease;
    border: 1px solid #fff ;
}

#borisLp .whiteCta:hover {
    background-color: #555;
    color: #fff;

}
#borisLp .faqCta:hover {
    background-color: #555;
    color: #fff;

}

#borisLp .bannerFaq_title{
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 1.8vw;
    line-height: 1.3;
    margin: 0 0 1% 0;
    padding: 0;
}

#borisLp .generalTitle{
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1.8vw;
    line-height: 1.3;
    color: #222222;
    margin: 0;
    padding: 0;
}

#borisLp .generalSmallText{
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #555555;
    font-weight: 400;
    font-size: 0.9vw;
    line-height: 1.4;
}

#borisLp .textAlignCenter{
    text-align: center;
}

#borisLp .brandedLenses{
    margin: 5vw 0 5vw;
    background-color: #F7F7F7;
    padding: 5vw;

}

#borisLp .generalTitle_brands{
    font-family: 'Acta Headline';
    margin: 0;
    padding: 0;
}

#borisLp .generalSmallText_introBrands{
    margin: 0;
    padding: 1% 37% 3%;
}

#borisLp .wrap_blockBrands{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#borisLp .blockBrands{
    width: 27%;
}

#borisLp .logoBrandsImg{
    margin: 0 auto;
}

#borisLp .slick-dots {
    width: 100%;
    list-style-type: none;
    padding: 0;
    border: none;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: -10px;
    position: relative;
}

#borisLp .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    float: none;
    border: none;
    background: none;
    margin: 0 5px;
}

#borisLp .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 4px;
    cursor: pointer;
    color: transparent;
    border: 1px solid #222;
    outline: none;
    background: transparent;
    border-radius: 20px;
}

#borisLp .slick-dots li.slick-active button {
    background-color: #222;
}

#borisLp .prSunglasses{
    margin: 3vw 0 5vw;
}

#borisLp .stepsSlider{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#borisLp .ct_step{
    width: 22%;
    display: flex;
    flex-wrap: wrap;
}

#borisLp .generalTitle_prSunglasses{
    margin: 0 0 4% 0;
}

#borisLp .ct_step_line{
    width: 100%;
    height: 2px;
    background-color: #DDDDDD;
}

#borisLp .ct_step_num{
    color: #222222;
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    width: 10%;
    font-family: 'Acta Headline';
    margin: -4% 0 0 0;
}

#borisLp .ct_step_content{
    width: 90%;
}

#borisLp .ct_step_title{
    padding: 0;
    margin: 7% 0 2% 0;
    color: #222222;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Acta Headline';
}

#borisLp .ct_step_subtitle{
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #555555;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0 13% 0 0;
    padding: 0;
}

#borisLp .signUpSgh{
    background: linear-gradient(180deg, rgba(247, 247, 247, 0.5) 67.19%, rgba(255, 255, 255, 0) 100%);
    padding: 2.5vw 0 4.5vw;
}

#borisLp .signUpSgh_title{
    color: #222222;
    font-family: 'Acta Headline', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-align: center;
}

#borisLp .signUpSgh_subtitle{
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #555555;
    margin: 0;
    padding: 0.5vw 0 1.2vw;
    text-align: center;
}

#borisLp .signUpSgh_topWrap{
    padding: 0 27.5%;
}

#borisLp .signTitle{
    color: #222222;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.12vw;
    line-height: 1.1;
    padding: 0;
    margin: 1vw 0;
    position: relative;
    cursor: pointer;
}
#borisLp .signTitle4{
    color: #222222;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.12vw;
    line-height: 1.1;
    padding: 0;
    margin: 1vw 0;
    position: relative;
    cursor: pointer;
}

#borisLp .sign_text_bottom{
    color: #555555;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
#borisLp .sign_text_bottom2{
    color: #000000;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 1.3vw;
    cursor: pointer;
}
#borisLp .sign_text_bottom2:hover {
    background-color:#E6E6E6 ;
    width: 100%;
    cursor: pointer;

 }


#borisLp .signUpSgh_bottomWrap{
    padding: 0 30%;
}

#borisLp .sign_text{
    padding: 0 0 0 2.3vw;
    margin: 1vw 0;
    display: none;
}
#borisLp .sign_text2{

    padding-bottom: 20px;
    display: none;
    height: 300px;
    overflow-y: scroll;

}
#borisLp .sign_text2::-webkit-scrollbar {
    display: none;
  }
#borisLp .logoArrow{
    position: absolute;
    right: 0;
    top: 0;
}
#borisLp .logoArrow2{
    right: 0;
    top: 0;
    /* margin-left: 8vw; */
    position: absolute;

}

#borisLp .signTitle2{
    margin: 2vw 0 1vw;
}
#borisLp .signTitle3{
    margin: 20px;
    z-index: 9999;

}
#borisLp .progressSlider{
    display: none;
}

#borisLp .progressStore{
    height: 4px;
    border-radius: 10px;
    display: block;
    margin: 0 auto 2vw;
    display: block;
    background-color: #c6c6c6;
    width: 35%;
    text-align: center;
    position: relative;
}
#borisLp .progressStore__label{
    display: inline-block;
    height: 4px;
    background-color: #222222;
    transition: margin-left .4s ease-in-out;
    border-radius: 10px;
    position: absolute;
}


#borisLp .toggle1.open_sigh .logoArrowSign1{
    transform: rotate(180deg);
}

#borisLp .toggle2.open_sigh .logoArrowSign2{
    transform: rotate(180deg);
}


#borisLp .ctaBestSeller_wrap{
    margin: 3vw 0;
    padding-bottom: 5rem;
}

#borisLp .bestSellersBlock{
    margin: 4vw 0 2vw;
}

#borisLp .bestSellers_title{
    color: #222222;
    font-family: 'Acta Headline', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0 35%;
}

#borisLp .visionNeedSection{
    background: #F6F6F6;
    text-align: center;
    padding: 0 0 3% 0;
}

#borisLp .visionNeed_title{
    font-family: 'Acta Headline', Arial, sans-serif;
    color: #222;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding: 2.5vw 0 1.5vw;
    font-size: 28px;
    line-height: 28px;
}

#borisLp .visionTabs{
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #555;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 1.1;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    margin: 0 1.5%;
}

#borisLp .visionTabs.activeTab{
    color: #222;
    border-bottom: 2px solid #222;
    padding-bottom: 3px;
}

#borisLp .visionTabs:hover{
    color: #222;
    border-bottom: 2px solid #222;
    padding-bottom: 3px;
}

#borisLp .wrapVisionNeedTabs{
    padding: 0 0 3vw 0;
}

#borisLp .visionsBlock{
    display: flex;
}

#borisLp .imgVision{
    width: 50%;
    height: auto;
    /* display: none; */
    /* transform: translateY(300px);
    transition: all 0.7s ease; */
}

#borisLp .imgVision.showImg{
    transform: translateY(0) !important;
    /* display: block; */
}

#borisLp .visionTextWrap{
    width: 50%;
    text-align: left;
    padding: 5% 0 0 4%;
    position: relative;
}

#borisLp .visionLine{
    background: #E0E0E0;
    width: 76%;
    display: block;
    height: 2px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -14.5%;
}

#borisLp .visionTitle{
    font-family: 'Acta Headline', Arial, sans-serif;
    color: #222;
    margin: 0;
    padding: 0 0 1.2% 0;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
}

#borisLp .visionSubtitle{
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #555;
    margin: 0;
    padding: 1.4% 57% 0 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

#borisLp .ourLences_title{
    font-family: 'Acta Headline', Arial, sans-serif;
    font-weight: 400;
    color: #222;
    padding: 0;
    margin: 0 0 1.8vw 0;
    font-size: 28px;
    line-height: 28px;
}

#borisLp .lensTabs{
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    font-size: 0.8vw;
    text-transform: uppercase;
    color: #555;
    font-style: normal;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    margin: 0 5% 0 0;
    text-align: left;
}

#borisLp .lensTabs:hover{
    color: #222;
    border-bottom: 2px solid #222;
    padding-bottom: 3px;
}

#borisLp .activeTab_lens{
    color: #222;
    border-bottom: 2px solid #222;
    padding-bottom: 3px;
}

#borisLp .deskVideo{
    display: block;
}

#borisLp .mobVideo{
    display: none;
}

#borisLp .titleLences{
    font-family: 'Helvetica Neue', Arial, sans-serif; 
    color: #222;
    font-style: normal;
    font-weight: 300;
    font-size: 1.35vw;
    line-height: 1.2;
    margin: 0.7vw 0 0.5vw;
    padding: 0;
}

#borisLp .subtitleLences{
    font-family: 'Helvetica Neue', Arial, sans-serif; 
    color: #222;
    font-style: normal;
    font-weight: 400;
    font-size: 0.78vw;
    line-height: 1.4;
    margin: 0 0 1.4vw 0;
    padding: 0;
}

#borisLp .lencesBlock{
    position: relative;
}

#borisLp .wrapTextLencesType{
    position: absolute;
    top: 38%;
    right: 19%;
    left: auto;
    width: 25%;
    background: transparent;
}

#borisLp .ourLencesText{
    position: absolute;
    top: 14%;
    left: auto;
    right: 10%;
    width: 34%;
    background: transparent;
}

#borisLp .ourLencesBlock{
    position: relative;
    background: #FEF8EC; 
}

#borisLp .labelIncluded{
    text-transform: uppercase;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #000;
    background: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 0.67vw;
    line-height: 1.1;
    padding: 0.2vw 0.4vw;
    border-radius: 100px;
}

#borisLp .videolences{
    width: 100%;
    height: auto;
}

#borisLp .typeVisionsWrap{
    position: relative;
    overflow: hidden;
}

#borisLp .generalSmallText_brands{
    margin: 2% 23% 6%; 
    padding: 0;
    font-size: 0.78vw; 
    line-height: 1.45;  
}

#borisLp .displayDesktop{
    display: block;
}

#borisLp .displayMobile{
    display: none;
}

#borisLp .displayNone{
    display: none;
}

#borisLp .sign_text{
    margin: 15px 0;
    padding: 0 0 0 32px;
    display: none;
}

#borisLp .fsa_sign{
    display: block;
}

#borisLp .hsa_sign{
    display: block;  
    position: relative;
}
#borisLp .hsa_sign2{
    display: none;  
}

#borisLp .wrapBl{
    text-align: center;
}

#borisLp .copyBl{
    margin: 0;
    padding: 2% 0;
    font-weight: 400;
    font-size: 0.7vw;
    line-height: 1.1;
}


.b-lazy {
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    opacity: 0;
    max-width: 100%;
}

.b-lazy.b-loaded {
    opacity: 1;
}


#borisLp .playBtn, #borisLp .pauseBtn{
    position: absolute;
    cursor: pointer;
    z-index: 1;
    top: 6%;
    left: 2%;
}

#borisLp .pauseBtn{
    display: none;
}
#borisLp .rxSticky {
    -webkit-perspective: initial;
    -webkit-backface-visibility: none; 
  }
  
  #borisLp .rxSticky .stickyMenu {
      padding: 1vw 5% 1vw 5%;
      position: sticky;
      top: 0;
      z-index: 4;
      background-color: white;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  }
  
  #borisLp .rxSticky .fixedMenu {
      position: fixed;
      width: 100%;
      z-index: 1000;
      background-color: #fff;
      max-width: 4000px;
      transition: top 0.4s ease;
  }
  
  #borisLp .rxSticky .stickyMenu_innerWrap {
      letter-spacing: -0.3em;
      margin: 0 18px;
      text-align: center;
  }
  
  #borisLp .rxSticky .stickyMenu_button {
   
      line-height: 1.17;
      font-size: 14px;
      display: inline-block;
      letter-spacing: normal;
      padding: 0.6vw 1.1vw;
      text-align: center;
      width: fit-content;
      text-transform: none;
      color: #000;
      margin: 0 0.5vw;
      text-decoration: none;
      background-color: #F7F7F7;
      border-radius: 10vw;
      min-width: 8vw;
  }
  
  #borisLp .rxSticky .sticky_btn_icon {
      max-width: 1vw;
      display: inline-block;
      vertical-align: middle;
      margin-right: 0;
  }
  
  #borisLp .rxSticky .sticky_btn_label {
      vertical-align: middle;
      padding-left: 3px;
      font-family: 'Helvetica Neue', Arial, sans-serif;
  
  }
  
  /* #borisLp .rxSticky .stickyMenu_wrapAccordion a:hover {
      border: solid 1px #B54600;
      color: #B54600;
  } */
  
  #borisLp .rxSticky .activeButton {
      
      color: #000;
      background-color:#F7F7F7;
  }
  
  #borisLp .rxSticky .stickyMenu_button:hover {
    color: #000;
    background-color:#F7F7F7;  color: #000;
      background-color:#F7F7F7;
  
  }
  
  #borisLp .rxSticky #stickyMenu.is-pinned {
      padding: 0.9vw 0 0.9vw 0;
  }

  #borisLp .storeSection{
    background-color: #F7F7F7;
    width: 100%;
    position: relative;
    height: auto;

  }

  #borisLp .preTitleWrap{
font-size: 12px;
font-weight: 400;
line-height: 18px;
text-align: left;
text-transform: uppercase;
font-family:'Helvetica Neue', Arial, sans-serif;
color: #000;


  }

  #borisLp .titleWrap{
  

font-size: 28px;
font-weight: 400;
line-height: 28px;
text-align: left;
font-family: "Acta Headline";
color: #000;
  }

  #borisLp .fourBlockStores{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0 0 30px;
  }
  #borisLp .singleStore{
    width: 390px;
    height: 120px;
    background-color: #FFFFFF;
    margin-bottom: 1%;
    margin-left: 1%;
  }

  #borisLp .textStore{
    margin-top: 30px;
    margin-left: 20px;
  }
  #borisLp .storeName{
    font-weight: 500;
    line-height: 18px;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;

  }


  #borisLp .wrapTextSelection{
    display: flex;
    justify-content: space-between;
    padding: 60px 40px 5% 40px;
  }

  #borisLp .signEl2{
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 30px;
    width: 300px;
    z-index: 1;
    position: absolute;
    margin-left: 75%;

  }
  #borisLp .boxStores{
    display: flex;
    flex-wrap: wrap;
    padding-bottom:2vw;
    justify-content: center;
    margin-left: -1%;
  }

  #borisLp .loadMoreCTA {
    border-radius: 100px;
    border: 1px;
    border: 1px solid black;
    padding: 1vw;
    font-family: "Helvetica Neue";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

#borisLp .loadMoreCTA:hover{
    color: #000;
}
  
#borisLp .loadMoreCTA:visited{
   color: #000;
}

#borisLp .progressStore__label {
    left: 0;
}

#borisLp .storeCounts {
    margin-bottom: 1vw;

}


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

    #borisLp .logoArrow2 {
        left: 60vw;
        position: absolute;
    
    }
    #borisLp .signEl2 {
        background-color: white;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border-radius: 30px;
        width: 300px;
        z-index: 1;
        position: absolute;
        margin-left: 70%;
}
}

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

    #borisLp .rxSticky .stickyMenu {
          padding: 10px 0 10px 0;
          overflow: hidden;
      }
  
      #borisLp .rxSticky .stickyMenu_innerWrap {
          width: 80%;
          margin: 0 auto;
      }
  
      #borisLp .rxSticky .stickyMenu_button {
          padding: 10px 15px;
          font-size: 14px;
          border-radius: 30px;
          margin: 0 6px;
      }
  
      #borisLp .rxSticky .stickyMenu_wrapAccordion .control-c.slick-next {
          right: -45px;
      }
  
      #borisLp .rxSticky .stickyMenu_wrapAccordion .control-c {
          width: 50px;
          position: absolute;
          top: 30px;
          height: auto;
      }
  
      #borisLp .rxSticky .stickyMenu_wrapAccordion .control-c.slick-prev {
          left: -45px;
      }
  
      #borisLp .rxSticky .stickyMenu_wrapAccordion {
          text-align: center;
      }
  
      #borisLp .rxSticky .stickyMenu_wrapAccordion .control-c.slick-disabled {
          display: none !important;
      }
  
      #borisLp .rxSticky .sticky_btn_icon {
          max-width: 20px;
      }
  
      #borisLp .rxSticky .stickyMenu_button_emea {
          font-size: 11px;
      }
      #borisLp .fourBlockStores{
        justify-content: center;
        flex-wrap: wrap;
        display: inline-flex;
    }
    #borisLp .boxStores{
        display: flex;
        flex-wrap: wrap;
        padding-bottom:2vw;
        justify-content: center;
        margin-left: -4%;
      }
      
      #borisLp .logoArrow2 {
        left: 21svw;
        position: absolute;
    
    }
    #borisLp .signEl2 {
        background-color: white;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border-radius: 30px;
        width: 300px;
        z-index: 1;
        position: absolute;
        margin-left: 60%;
    }}

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

    #borisLp .displayDesktop {
        display: none;
    }

    #borisLp .displayMobile {
        display: block;
    }

    #borisLp .blackCta{
        font-size: 14px;
        line-height: 17px;
        padding: 10px 25px;
    }
    #borisLp .UnderlineBlackCta{
        font-size: 14px;
        line-height: 17px;
        
    }

    #borisLp .heroWrapText {
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }
    

    #borisLp .heroWrapText2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
        
    }

    #borisLp .heroTitle {
        font-style: normal;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        margin: 0 0 25px 0;
        padding: 0;
    }
    #borisLp .heroTitle2 {
        font-style: normal;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        margin: 0 0 25px 0;
        padding: 0;
    }

    #borisLp .bannerFaq {
        padding: 50px 0;
    }

    #borisLp .bannerFaq_title {
        font-size: 32px;
        line-height: 42px; 
        margin: 0 0 15px 0; 
    }

    #borisLp .whiteCta {
        font-size: 14px;
        line-height: 17px;
        padding: 10px 25px;
    }
    #borisLp .faqCta {
        font-size: 14px;
        line-height: 17px;
        padding: 10px 25px;
    }

    #borisLp .brandedLenses {
        margin: 35px 0 60px;
        background-color: #F7F7F7;
    }

    #borisLp .generalTitle {
        font-size: 32px;
        line-height: 38px;
    }

    #borisLp .generalSmallText {
        font-size: 16px;
        line-height: 22px;
    }

    #borisLp .generalSmallText_introBrands {
        margin: 0;
        padding: 10px 20px 20px; 
    }

    #borisLp .blockBrands {
        width: auto;
    }

    #borisLp .generalSmallText_brands {
        margin: 20px 14% 30px;
    }

    
    #borisLp .blackCta_marginBottom {
        margin: 0 0 15px 0;
    }

    #borisLp .prSunglasses{
        margin: 30px 0 35px; 
    }

    #borisLp .generalTitle_prSunglasses{
        padding: 0 20px 0 20px;
    }

    #borisLp .generalTitle_prSunglasses{
        margin: 0 0 25px 0;
    }

    #borisLp .ct_step_num{
        font-size: 32px;
        line-height: 32px;
        margin: 0;
    }

    #borisLp .ct_step_title{
        font-size: 24px;
        line-height: 29px;
        margin: 20px 0 8px 0; 
    }

    #borisLp .ct_step_subtitle{
        font-size: 16px;
        line-height: 22px; 
        margin: 0;
    }

    #borisLp .ct_step {
        padding: 0 22px 0 0; 
    }

    #borisLp .stepsSlider{
        margin: 0 0 40px 15px;
    }

    #borisLp .signUpSgh{
        padding: 30px 0 30px;
    }

    #borisLp .signUpSgh_topWrap {
        padding: 0 20px;
    }

    #borisLp .signUpSgh_title {
        font-size: 32px;
        line-height: 43px;
    }

    #borisLp .signUpSgh_subtitle {
        font-size: 16px;
        line-height: 22px; 
        padding: 12px 0 12px;
    }

    #borisLp .ct_step_content{
        padding: 16px 0 0 0;
    }

    #borisLp .signUpSgh_bottomWrap {
        padding: 0 15px 0 28px;
    }
   #borisLp .signTitle{
        font-size: 20px;
        line-height: 20px;
        margin: 18px 0;
    } 

    #borisLp .sign_text_bottom{
        font-size: 16px;
        line-height: 24px;
    }

    #borisLp .progressSlider{
        height: 4px;
        border-radius: 10px;
        display: block;
        margin: 20px 20% 20px 20%;
        display: block;
        background-color: #F7F7F7;
        position: relative;
    }
    #borisLp .progressStore{
        height: 4px;
        border-radius: 10px;
        display: block;
        margin: 5vw auto 7vw;
        display: block;
        background-color: #c6c6c6;
        width: 70%;
        text-align: center;
        position: relative;
    }

    #borisLp .slider__label{
        display: inline-block;
        height: 4px;
        background-color: #222222;
        transition: margin-left .4s ease-in-out;
        border-radius: 10px;
        position: absolute;
    }

    #borisLp .ctaBestSeller_wrap{
        margin: 0 0 40px;
    }

    #borisLp .bestSellersBlock{
        margin: 35px 0 0;
    }
    
    #borisLp .bestSellers_title{
        font-size: 32px;
        line-height: 38px; 
        padding: 0 20px;
    }

    #borisLp .wrapVisionNeedTabs{
        padding: 0 0 25px 0;
    }

    #borisLp .visionNeed_title {
        padding: 35px 0 25px;
        font-size: 32px;
        line-height: 43px;
    }

    #borisLp .visionTabs{
        margin: 0 26px;
        font-size: 14px;
        line-height: 16px; 
    }

    #borisLp .visionTitle {
        font-size: 24px;
        line-height: 29px;
        padding: 0 0 8px 0;
    }

    #borisLp .visionSubtitle{
        font-size: 16px;
        line-height: 22px;
        padding: 0;
    }

    #borisLp .visionTextWrap {
        width: auto;
        padding: 0 15% 0 15%;
    }

    #borisLp .visionsBlock {
        flex-wrap: wrap;
    }

    #borisLp .imgVision {
        width: 120%;
        margin-left: -29%;
    }

    #borisLp .visionNeedSection {
        padding: 0 0 80px 0;
    }

    #borisLp .visionLine {
        left: 10%;
        width: auto;
        border-left: 2px solid #E0E0E0;
        top: 221px;
        height: 240px;
    }

    #borisLp .ourLences_title{
        margin: 0 0 30px 0;
        font-size: 32px;
        line-height: 43px;
    }
    
    #borisLp .lensTabs{
        font-size: 14px;
        line-height: 16px;
        margin: 0;
        height: 26px;
    }

    #borisLp .ourLencesText{
        padding: 0 0 0 20px;
        top: 4%;
        right: 0;
        width: auto;
        left: 0;
    }

    #borisLp .deskVideo{
        display: none;
    }
    
    #borisLp .mobVideo{
        display: block;
    }

    #borisLp .wrapTextLencesType {
        top: auto;
        right: 0;
        left: 0;
        width: auto;
        bottom: 6%;
        padding: 0 0 0 20px; 
    }

    #borisLp .titleLences {
        font-size: 24px;
        line-height: 29px;
        margin: 12px 0 10px; 
    }

    #borisLp .subtitleLences {
        font-size: 16px;
        line-height: 22px; 
        margin: 0 0 20px 0;
        padding: 0 65px 0 0;
    }

    #borisLp .labelIncluded {
        padding: 4px 8px;
        font-size: 12px;
        line-height: 12px;
    }

    #borisLp .wrapLensTabs_slider .slick-track{
        padding: 0 0 10px 0;
    }

    #borisLp .playBtn, #borisLp .pauseBtn {
        top: 4%;
        left: auto;
        right: 5%;
    }

    #borisLp .lensTabs:hover{
        border-bottom: none;
        padding-bottom: 0;
        text-decoration: underline;
        text-underline-offset: 5px;
        text-decoration-thickness: 2px;
    }
    
    #borisLp .activeTab_lens{
        border-bottom: none;
        padding-bottom: 0;
        text-decoration: underline;
        text-underline-offset: 5px;
        text-decoration-thickness: 2px;
    }

    #borisLp .cms-wall-board.mb-16 {
        margin-bottom: 0;
    }

    #borisLp .cms-wall-slider .swiper-pagination {
        margin-top: 25px;
    }

    #borisLp .copyBl {
        padding: 25px 37px;
        font-size: 12px;
        line-height: 14px;
    }


    #borisLp .fourBlockStores{
        justify-content: center;
        flex-wrap: wrap;
        display: inline-flex;
    }
    #borisLp .boxStores{
        display: flex;
        flex-wrap: wrap;
        padding-bottom:2vw;
        justify-content: center;
        margin-left: -4%;
      }
    #borisLp .singleStore {

    
    width: 177px;
    height: 110px;
    background-color: #FFFFFF;
    margin-bottom: 4%;
    margin-left: 4%;
        padding: 5px;
    

}
#borisLp .textStore {
    margin-top: 7px;
    margin-left: 5px;
}
#borisLp .storeName {
    font-weight: 500;
    line-height: 18px;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#borisLp .wrapTextSelection {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 50px;
    padding: 60px 40px 5% 40px;

}
#borisLp .preTitleWrap{
    margin-bottom: 5px;
    text-transform: uppercase;
    justify-content: center;
    text-align: center;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 400;
}
#borisLp .titleWrap {
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Acta Headline';
    color: #000;
    text-align: center;
    margin-bottom: 30px;



    
}
#borisLp .signEl2{
    margin: 20vw auto;
    background-color: white;
    border-radius: 30px;
    width: 80vw;
    position: absolute;
}

#borisLp .signTitle4 {
    margin: 15px 0;
    text-align: center;
    font-weight: 400;
    line-height: 18px;
    font-size: 20px;
    
}
#borisLp .signTitleMargin {
    text-align: left;
        left: 8vw;
}

#borisLp .logoArrow2 {
    left: 60vw;
    position: absolute;

}

#borisLp .sign_text2{
    padding-bottom: 20px;
    
}

#borisLp .sign_text_bottom2{
color: #000000;
font-family: 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    list-style-type: none; 
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 1vw;
    margin-left: 7.2vw;
}
#borisLp .loadMoreCTA {
    border-radius: 100px;
    border: 1px;
    border: 1px solid black;
    padding: 2vw 3vw;
    font-family: "Helvetica Neue";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
}

@media screen and (max-width: 920px) {
    #borisLp .signEl2 {
        margin: 10vw auto;
        background-color: white;
        border-radius: 30px;
        width: 80vw;
        position: absolute;
        margin-left: 5vw;
    }
  
}

@media screen and (max-width: 853px) {
    #borisLp .signEl2 {
        margin: 10vw auto;
        background-color: white;
        border-radius: 30px;
        width: 80vw;
        position: absolute;
        margin-left: 5vw;
    }
}
@media screen and (max-width: 820px) {
    #borisLp .signEl2 {
        margin: 10vw auto;
        background-color: white;
        border-radius: 30px;
        width: 80vw;
        position: absolute;
        margin-left: 5vw;
    }
}
@media screen and (max-width: 768px) {
    #borisLp .signEl2{
        margin: 10vw auto;
        background-color: white;
        border-radius: 30px;
        width: 80vw;
        position: absolute;
    }
}
@media screen and (max-width: 600px) {


    #borisLp .heroTitle {
        font-weight: 300;
        font-size: 32px;
        line-height: 43px;
        margin: 0 0 16px 0;
        padding: 0;
    }
    #borisLp .heroTitle2 {
        font-weight: 300;
        font-size: 32px;
        line-height: 43px;
        margin: 0 0 16px 0;
        padding: 0;
    }



    #borisLp .visionLine {
        left: 10%;
        width: auto;
        top: 128px;
        height: 230px;
    }
    #borisLp .fourBlockStores{
        justify-content: center;
        display: table-cell;
        padding-left: 1px;
        padding-right: 1px;
    }

}
@media screen and (max-width: 630px) {
    #borisLp .fourBlockStores {
        display: table-cell;
        padding-left: 20px;
    }
}
@media screen and (max-width: 540px) {
    #borisLp .signEl2 {
        margin: 15vw auto;
        background-color: white;
        border-radius: 30px;
        width: 80vw;
        position: absolute;
        margin-left: 2vw;
    }
}

@media screen and (max-width: 375px) {
    #borisLp .signEl2 {
        margin: 10vw auto;
        background-color: white;
        border-radius: 30px;
        width: 80vw;
        position: absolute;
    }
}


@media screen and (max-width: 412px){
    #borisLp .signEl2{
        margin: 17vw auto;
        background-color: white;
        border-radius: 30px;
        width: 80vw;
        position: absolute;
    }
    }

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

    #borisLp .ct_step_subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    #borisLp .signTitle{
        font-size: 18px;
        line-height: 18px;
        margin: 15px 0;
    }

    #borisLp .visionTextWrap {
        width: auto;
        padding: 0 7% 0 15%;
    }

    #borisLp .visionLine {
        left: 10%;
        width: auto;
        top: 113px;
        height: 224px;
    }

    #borisLp .subtitleLences {
        padding: 0 22px 0 0;
    }

    #borisLp .blackCta_marginBottom {
        margin: 0;
    }

    #borisLp .fourBlockStores{
        justify-content: center;
        padding: 10px 2px 2px 2px;
        display: table-cell;
    }
    #borisLp .signEl2{
        margin: 20vw auto;
        background-color: white;
        border-radius: 10vw;
        position: absolute;

      }
      #borisLp .singleStore{
        /* width: 390px; */
        height: 120px;
        background-color: #FFFFFF;
      }

}


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

    #borisLp .heroTitle {
        font-size: 28px;
        line-height: 35px;
        margin: 0px 0 14px 0;
    }
    #borisLp .heroTitle2 {
        font-size: 28px;
        line-height: 35px;
        margin: 0px 0 14px 0;
    }

    #borisLp .blackCta {
        font-size: 12px;
        line-height: 15px;
        padding: 10px 25px;
    }


    #borisLp .bannerFaq_title {
        font-size: 28px;
        line-height: 38px; 
        margin: 0 0 12px 0;
    }

    #borisLp .generalTitle_prSunglasses {
        padding: 0 10px 0 10px;
    }

    #borisLp .ct_step_title {
        font-size: 20px;
        line-height: 25px;
        margin: 17px 0 7px 0; 
    }

    #borisLp .ct_step_subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    #borisLp .ct_step_num {
        font-size: 26px;
        line-height: 26px;
    }

    #borisLp .ct_step {
        padding: 0 20px 0 0;
    }

    #borisLp .signUpSgh_title {
        font-size: 28px;
        line-height: 39px;
    }

    #borisLp .signTitle {
        font-size: 17px;
        line-height: 17px;
    }

    #borisLp .stepsSlider{
        margin: 0 0 35px 15px;
    }

    #borisLp .visionLine {
        left: 10%;
        width: auto;
        top: 103px;
        height: 228px;
    }

    #borisLp .lensTabs {
        font-size: 13px;
        line-height: 15px;
    }

    #borisLp .ourLences_title {
        margin: 0 0 25px 0;
    }


}


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

    #borisLp .lensTabs {
        font-size: 12px;
        line-height: 14px;
    }

    #borisLp .visionLine {
        left: 10%;
        width: auto;
        top: 96px;
        height: 222px;
    }

}

