@charset "UTF-8";
/* Font */
/* */
/* Color */
/* Margins */
/* -------------------------------------------------------------
  List of CSS3 Sass Mixins File to be @imported and @included as you need

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)
    -   abs-pos                 - arguments: top,right,bottom,left -> default all values are on auto

------------------------------------------------------------- */
@import url("https://p.typekit.net/p.css?s=1&k=zaa0qgh&ht=tk&f=10312.10314&a=6291282&app=typekit&e=css");
@font-face {
  font-family: "reklame-script";
  src: url("https://use.typekit.net/af/96f268/00000000000000003b9ad2f8/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/96f268/00000000000000003b9ad2f8/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/96f268/00000000000000003b9ad2f8/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "reklame-script";
  src: url("https://use.typekit.net/af/c3d1ed/00000000000000003b9ad2fa/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/c3d1ed/00000000000000003b9ad2fa/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/c3d1ed/00000000000000003b9ad2fa/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
.tk-reklame-script {
  font-family: "reklame-script", sans-serif;
}

body {
  /*background: #0a0f99 url("../../images/deals/deals/bg.png") no-repeat 0 0/100%;
  */
}
body * {
  font-size: 14px;
}
body .blur {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
body #websiteChangeBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 99;
  cursor: pointer;
}
body #websiteChangeInfo {
  cursor: initial;
  position: relative;
  border: solid #FFF 1px;
  margin: 20%;
  text-align: center;
  color: #39e6ff;
  padding: 2em;
}
body #websiteChangeInfo .newButton16 {
  background: transparent;
  color: #FFF !important;
  border-color: #FFF;
  min-width: auto;
  padding: 4px 8px !important;
  line-height: initial !important;
  height: initial;
  border-radius: 6px;
  font-size: 16px;
}
body #websiteChangeInfo .newButton16:hover {
  opacity: 0.8;
}
body #websiteChangeInfo .close {
  cursor: pointer;
  color: white;
  position: absolute;
  top: 0em;
  right: 0.5em;
  font-size: 1.5em;
}
body #websiteChangeInfo h3, body #websiteChangeInfo p {
  color: #39e6ff;
  font-size: 1.6em;
}
body div.bfShadow {
  background: #0a0f99;
  display: inline-block;
}
body #legalMentions, body .deals-footer {
  background: #000D1F;
}
body .deals-footer .footer-links a {
  color: #FFF !important;
}

body .deals-footer .newButton16 {
  color: #FFF !important;
  background: #0050D7;
  border: none;
}

body #legalMentions, body .deals-footer #display-legal {
  color: #fff;
  text-decoration: none;
}

body #legalMentions p, body #legalMentions div {
  color: #fff !important;
}

body .bfWeek {
  font-family: "reklame-script" !important;
  font-size: 72px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.83px;
  color: #ffffff;
  margin: -18px 10px;
}
body .bfWeek b {
  color: #c2a362 !important;
  font-family: "reklame-script" !important;
  font-size: 72px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.83px;
}




@media screen and (max-width: 940px) {
  body .bfWeek {
    font-size: 28px;
    line-height: 50px;
  }
}
body .bfDate {
  font-family: SourceSansPro;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.18px;
  color: #c2a362 !important;
}
@media screen and (max-width: 940px) {
  body .bfDate {
    font-size: 14px;
  }
}
body .fspx15 span {
  font-size: 15px !important;
}
body footer#footer {
  display: none;
}
body .l-show {
  display: block !important;
}
@media screen and (max-width: 940px) {
  body .l-show {
    display: none !important;
  }
}
body .s-show {
  display: none !important;
}
@media screen and (max-width: 940px) {
  body .s-show {
    display: block !important;
  }
}
body .background-bf {
  background: #0a0f99;
}
body .background-bf * {
  color: #FFF;
}
body .background-bf ul.yellowCheck li {
  font-size: 17px;
}
body .background-bf #simple_timer {
  display: none;
}
body #header-deals {
  background-size: contain;
}
body #header-deals * {
  color: #FFF;
}
body #header-deals .flex-container {
  display: flex;
}
body #header-deals .flex-container > div {
  margin: auto;
}
body #header-deals .deals-logo {
  display: block;
  background: transparent url("../../images/black-friday/2017/LOGO_DESKTOP@1x.png") no-repeat 50% 50%;
  background-size: 100%;
  width: 100%;
  max-width: 246px;
  height: 190px;
  margin: auto;
}
body #header-deals .deals-logo-qc {
  display: block;
  background: transparent url("../../images/black-friday/2017/LOGO_DISPLAY_QC@1x.png") no-repeat 50% 50%;
  background-size: 100%;
  width: 100%;
  max-width: 246px;
  height: 190px;
  margin: auto;
}
body #header-deals .deals-mob-logo {
  display: block;
  background: transparent url("../../images/black-friday/2017/LOGO_BF_MOB@1x.png") no-repeat 50% 50%;
  width: 82px;
  height: 54px;
  margin: auto;
}
body #header-deals .deals-mob-logo-qc {
  display: block;
  background: transparent url("../../images/black-friday/2017/LOGO_BF_MOB_QC@1x.png") no-repeat 50% 50%;
  width: 90px;
  height: 54px;
  margin: auto;
}
body #header-deals .sticky-filter {
  display: none;
}
body #header-deals .shareList {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
body #header-deals .shareList li {
  display: inline-block;
}
body #header-deals .share-this-page {
  display: block;
  background: transparent url("../../images/deals/default/SHARE_BT@1x.png") no-repeat 0 0;
  width: 24px;
  height: 25px;
  margin: auto;
  cursor: pointer;
}
body #header-deals .share-this-page.open {
  background: transparent url("../../images/deals/default/ICONE_CLOSE@1x.png") no-repeat 0 0;
  width: 30px;
  height: 30px;
}
body #header-deals #simple_timer {
  display: none;
}
body #header-deals #simple_timer span {
  font-size: 15px;
  line-height: 25px;
}
body #header-deals ul.yellowCheck li {
  font-size: 24px;
}
body #header-deals .bf-filter {
  text-align: center;
}
body #header-deals .bf-filter ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 40px;
  border-radius: 3px;
  display: inline-block;
  background: #0d0338;
}
body #header-deals .bf-filter ul li {
  float: left;
  text-align: center;
  width: 160px;
}
body #header-deals .bf-filter ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  background-color: transparent;
  border: solid 1px #FFF;
  box-sizing: border-box;
}
body #header-deals .bf-filter ul li a.selected {
  background-color: #FFF;
  color: #fff !important;
  cursor: default;
}
body #header-deals .bf-filter ul li:first-child a {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
body #header-deals .bf-filter ul li:last-child a {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media screen and (max-width: 940px) {
  body #header-deals {
    background-image: none;
    /*border-bottom: solid 1px #3F3347;*/
    padding-bottom: 0;
  }
  body #header-deals.offers {
    padding-bottom: 0;
  }
  body #header-deals .deals-logo-qc,
body #header-deals .deals-logo {
    background-image: url("../../images/deals/default/LOGO_OVH_MOB@1x.png");
    width: 45px;
    height: 42px;
  }
  body #header-deals .secondHeaderRow {
    /*display: none !important;*/
  }
}
body .teaser_counter .counter_elem {
  position: relative;
}
body .teaser_counter .counter_elem:not(:last-child):after {
  position: absolute;
  content: ":";
  right: -15px;
  top: 0;
}
body .teaser_counter .counter_elem:after, body .teaser_counter .counter_elem span {
  font-weight: bold;
  font-family: "rajdhani" !important;
  font-size: 120px;
  line-height: 130px;
}
@media screen and (max-width: 940px) {
  body .teaser_counter .counter_elem:after, body .teaser_counter .counter_elem span {
    font-size: 40px;
    line-height: 50px;
  }
}
body .bf-mobile-filter {
  background-color: #FFF;
  border-radius: 3px;
  border: solid 1px #E3E3E3;
  text-align: center;
  overflow: hidden;
  max-height: 37px;
  -webkit-transition: max-height 0.65s ease;
  -moz-transition: max-height 0.65s ease;
  -o-transition: max-height 0.65s ease;
  transition: max-height 0.65s ease;
}
body .bf-mobile-filter .deploy-filters,
body .bf-mobile-filter .bf-mobile-filter-item {
  cursor: pointer;
  font-weight: bold;
}
body .bf-mobile-filter .deploy-filters {
  color: #fff !important;
  position: relative;
  padding: 5px 0;
}
body .bf-mobile-filter .deploy-filters:after {
  content: "";
  background: transparent url("../../images/2016wishes/arrowdown.png") no-repeat 0 0;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
body .bf-mobile-filter .bf-mobile-filter-item {
  border-top: solid 1px #E3E3E3;
  padding: 10px 0;
  color: #ABABAB !important;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
body .bf-mobile-filter .bf-mobile-filter-item.selected, body .bf-mobile-filter .bf-mobile-filter-item:hover {
  color: #fff !important;
  background-color: #F4F4F4;
}
body .bf-mobile-filter .bf-mobile-filter-item.selected {
  cursor: default;
}
body .bf-mobile-filter.open {
  max-height: 999px;
}
body .bf-mobile-filter.open * {
  color: #ABABAB !important;
}
body .bf-mobile-filter.open .deploy-filters:after {
  opacity: 0.3;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
body .share-icns {
  cursor: pointer;
  display: block;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 25px 0px;
  background-size: auto !important;
}
body .share-icns:hover {
  opacity: 0.7;
}
body .share-icns.icns-fb {
  background: transparent url("../../images/deals/default/facebook.png") no-repeat 50% 50%;
}
body .share-icns.icns-twitter {
  background: transparent url("../../images/deals/default/twitter.png") no-repeat 50% 50%;
}
body .share-icns.icns-linkedin {
  background: transparent url("../../images/deals/default/linkedin.png") no-repeat 50% 50%;
}
body .dark .share-icns.icns-fb {
  background: transparent url("../../images/deals/default/facebook-db.png") no-repeat 50% 50%;
}
body .dark .share-icns.icns-twitter {
  background: transparent url("../../images/deals/default/twitter-db.png") no-repeat 50% 50%;
}
body .dark .share-icns.icns-linkedin {
  background: transparent url("../../images/deals/default/linkedin-db.png") no-repeat 50% 50%;
}
body ul.yellowCheck {
  padding: 0;
  margin: auto;
  list-style: none;
  text-align: left;
}
body ul.yellowCheck li {
  font-weight: 900;
  line-height: 50px;
  padding: 0 0 0 45px;
  font-family: "rajdhani" !important;
  background: transparent url("../../images/deals/default/CHECK@1x.png") no-repeat 5px 50%;
}
body #main {
  position: relative;
  margin-top: 0 !important;
}
body #main * {
  /*color: #fff;*/
  color: #00185E;
}
body #main .backgroundBeige {
  background-color: #FAFAFA !important;
}
body #main .rajFont {
  font-family: "rajdhani" !important;
}
body #main hr {
  width: 126px;
  height: 7px;
  margin: 20px auto;
  border: none;
  background: transparent url("../../images/deals/default/SEP_DESKTOP@1x.png") no-repeat 50% 50%;
}
body #main .greyBorderTop {
  border-top: solid 1px #E2E2E2;
}
body #main .globalOverflow {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99;
}
body #main .globalOverflow.show {
  display: block;
}
body #main .share-this-page-box {
  display: none;
  background: #FFF;
  position: fixed;
  z-index: 100;
  text-align: center;
}
body .productOffer .config {
  box-shadow: inset #4BB2F6 0px 0px 0px 2px;
  /*background: rgba(90, 179, 255, .1);*/
}

body .productOffer .config  .bf-order-btn{
    background: #fff;
   border: 2px solid ##0050D7;
   color: #0050D7;
}

/*body .productOffer.cloud .config  .bf-order-btn{
    background: #F7A834;
   border: 2px solid #F7A834;
}


body .productOffer.web .config  .bf-order-btn{
    background: rgba(167, 215, 77, 1);
   border: 2px solid rgba(167, 215, 77, 1);
}*/
body .productOffer.web .config .golden-promo {
  /*color: #a7d74d !important;
  border-color: #a7d74d !important;*/
  border: 0; 
  background: -moz-linear-gradient(90deg, #AC246F, #fe4301);
  background: -webkit-linear-gradient(90deg, #AC246F, #fe4301);
  background: linear-gradient(90deg, #AC246F, #fe4301);
  color: #FBE155;
}
body .productOffer.saas .config {
  box-shadow: inset #a7d74d 0px 0px 0px 2px;
}
body .productOffer.saas .config .golden-promo {
 /* color: #a7d74d !important;
  border-color: #a7d74d !important;*/
  border: 0; 
  background: -moz-linear-gradient(90deg, #AC246F, #fe4301);
  background: -webkit-linear-gradient(90deg, #AC246F, #fe4301);
  background: linear-gradient(90deg, #AC246F, #fe4301);
  color: #FBE155;
}
body .productOffer.telecom .config {
  box-shadow: inset #a7d74d 0px 0px 0px 2px;
}
body .productOffer.telecom .config .golden-promo {
 /* color: #a7d74d !important;
  border-color: #a7d74d !important;*/
  border: 0; 
  background: -moz-linear-gradient(90deg, #AC246F, #fe4301);
  background: -webkit-linear-gradient(90deg, #AC246F, #fe4301);
  background: linear-gradient(90deg, #AC246F, #fe4301);
  color: #FBE155;
}

body .productOffer.cloud .config .golden-promo {
  border: 0; 
  /*background: -moz-linear-gradient(90deg, #AC246F, #fe4301);
  background: -webkit-linear-gradient(90deg, #AC246F, #fe4301);
  background: linear-gradient(90deg, #AC246F, #fe4301);
  color: #FBE155;*/
  /*color: #00185E !important;
  background: #ED743E !important;*/
  background: #AC246F !important;
  color: #FBE155;
}
body .productOffer.back-to-work.cloud .config {
  box-shadow: inset #0050D7 0px 0px 0px 2px;
  background: rgba(90, 179, 255, .05);
}
body .productOffer.back-to-work .config {
  box-shadow: inset #A7D74D 0px 0px 0px 2px;
  background: rgba(167, 215, 77, .1);
}
@media screen and (max-width: 940px) {
  body .productOffer .grid {
    margin-top: 0 !important;
  }
}
body .config {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: inset #39e6ff 0 0 0 2px;
}

body .config h3 {
  color: #000E9C !important;
}

body .config:not(.disabled) {
  cursor: pointer;
}
body .config .block-overflow {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  z-index: 9;
}
body .config.disabled {
  position: relative;
  hoverflow: hidden;
  box-shadow: inset #0a0f99 0 0 0 2px;
}
body .config.disabled:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3) url("../../images/deals/default/sold-out@3x.png") center center no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}
body .config .share-this-offer {
  position: relative;
}
body .config .share-this-offer:before {
  display: block;
  width: 18px;
  height: 20px;
  /*background: transparent url('../../images/black-friday/2017/SHARE_BUTTON.png') no-repeat 0 0;*/
  content: url("../../images/deals/default/SHARE_BUTTON.png");
  left: -25px;
  top: -2px;
  position: absolute;
}

body .config {
    border-radius: 10px !important;
    -webkit-box-shadow: 0.4rem 0.4rem 1rem 0 rgba(33, 217, 253,0.3), inset #85d9fd 0px 0px 0px 2px !important;
    box-shadow: 0.4rem 0.4rem 1rem 0 rgba(33, 217, 253,0.3),inset #85d9fd 0px 0px 0px 2px !important;
}
body .config .share-this-product {
  display: none;
  position: absolute;
  z-index: 10;
  width: 90%;
  margin: 5%;
  background-color: #FFF;
  bottom: 0;
  border-radius: 3px;
}
body .config .share-this-product .share-box-title {
  position: relative;
  padding: 0 20px;
}
body .config .share-this-product .share-box-title .close {
  position: absolute;
  background: transparent url("../../images/deals/default/SHARE_CLOSE.png") no-repeat 0 0;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  margin-top: -8px;
  display: block;
  cursor: pointer;
}
body .config .share-this-product .share-box-title .close:hover {
  opacity: 0.5;
}
body .config .priceInfo {
  display: inline-block;
  margin: 0 15px 20px 15px;
}
body .config .priceInfo .priceMention {
  font-size: 15px;
  line-height: 18px;
}
body .config .bf-bottom-block .subDesc {
  border-radius: 0px;
}
body .config .bf-bottom-block .subDesc ul {
  padding: 0;
  list-style: none;
  text-align: left;
}
body .config .bf-bottom-block .subDesc ul li {
  margin: 5px 0;   
  color: #000E9C;
  text-align: center;
}

body .config .bf-bottom-block .subDesc ul li:last-child {
  border: none;
}
body .config .bf-bottom-block .subDesc table {
  width: 100%;
}
body .config .bf-bottom-block .subDesc table tbody {
  display: table;
}
body .config .bf-bottom-block .subDesc table tbody tr {
  /*border-bottom: solid 1px #E2E2E2;*/
  width: 100% !important;
}
body .config .bf-bottom-block .subDesc table tbody tr:last-child {
  border: none;
}
body .config .bf-bottom-block .subDesc table tbody tr th, body .config .bf-bottom-block .subDesc table tbody tr td {
  width: 50% !important;
  padding: 5px 10px;
  border: none;
  vertical-align: top;
}
body .config .bf-bottom-block .subDesc table tbody tr td {
  text-align: right;
}
body .config .bf-bottom-block .subDesc table tbody tr th {
  font-weight: bold;
  text-align: left;
}
body .config .bf-bottom-block .bf-bottom-block-links div {
  border-right: solid 1px #ABABAB;
}
body .config .bf-bottom-block .bf-bottom-block-links div:last-child {
  border: none;
}
body .config .bf-bottom-block .bf-bottom-block-links div a {
  font-size: 15px;
  line-height: 34px;
  color: #ABABAB !important;
}
body .config .bf-bottom-block .bf-bottom-block-links div a:hover {
  text-decoration: none;
}
body .config .show-details {
  cursor: pointer;
  color: #ABABAB !important;
  text-decoration: underline;
}
body .config .show-details:after {
  content: "⌄";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -13px;
}
body .config .show-details:hover {
  text-decoration: none;
}
body .config .show-details.open:after {
  content: "⌃";
  margin-top: -8px;
}
@media screen and (max-width: 940px) {
  body .config .spec-details {
    /*display: none;*/
  }
}
body .config .bf-order-btn {
  background: #0050D7 !important;
  color: #fff !important;
  border-color: #0050D7;
  min-width: auto;
  padding: 4px 8px !important;
  line-height: initial !important;
  height: initial;
  border-radius: 6px;
  font-size: 16px;
}
body .config .bf-order-btn:hover {
  background: #BEF1FF !important;
  color: #0050D7 !important;
  
}
body .config .golden-promo {
  display: inline-block;
  padding: 0px 10px;
  color: #FBE155 !important;
  background: #AC246F !important;
  /*color: #FBE155 !important;
  background-color: rgba(71, 255, 250, 0.2);
  background: -moz-linear-gradient(90deg, #AC246F, #fe4301);
  background: -webkit-linear-gradient(90deg, #AC246F, #fe4301);
  background: linear-gradient(90deg, #AC246F, #fe4301);/*
  /*color: #39e6ff !important;
  background: #ED743E !important;*/
  border-radius: 30px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;

}
@media screen and (max-width: 940px) {
  body .config .golden-promo, body .config .golden-promo.big {
    font-size: 17px !important;
    line-height: 27px !important;
  }
}
body span.moins,
body span.plus {
  float: left;
  padding: 10px 15px;
  /*margin: 0 10px;*/
  border: solid 1px #7b92a4;
  border-radius: 0;
  cursor: pointer;
  height: 15px;
  line-height: 15px;
  font-size: 15px;
  font-weight: 600;
  background: transparent;
  color: #FFF;
  -webkit-transition: all ease 0.2s;
  -khtml-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
body span.moins:hover,
body span.plus:hover {
  /*background: transparent;*/
  background: #F4F4F4;
}
body span.moins.disabled,
body span.plus.disabled {
  pointer-events: none;
  opacity: 0.25;
}
body span.moins {
  margin-right: -1px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
body span.moins:before {
  content: "-";
}
body span.plus {
  margin-left: -1px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body span.plus:before {
  content: "+";
}
body input[type=text] {
  color: #122844 !important;
  padding: 10px;
  text-align: center;
  height: 15px;
  width: 60px;
  float: left;
  border-radius: 0 !important;
  font-weight: bold;
}
body #legalMentions {
  display: none;
}

body .deals-footer .footer-links {
  margin: auto;
}
body .deals-footer #display-legal {
  position: relative;
}
body .deals-footer #display-legal:after {
  content: "⌄";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -13px;
}
body .deals-footer #display-legal.open:after {
  content: "⌃";
  margin-top: -8px;
}
body .deals-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
body .deals-footer ul li {
  margin: 10px;
  display: inline-block;
}
body .deals-footer ul li a.newButton16 {
  /*color: #FFF !important;
  border-color: #FFF;*/
}
body .deals-footer ul li a.newButton16:hover {
 /* color: #FFF;
  border-color: #FFF;
  background: rgba(255, 255, 255, 0.2) !important;*/
   border: 2px solid ##0050D7;
   color: #0050D7;
  background: #BEF1FF !important;
}
@media screen and (max-width: 940px) {
  body .deals-footer ul {
    float: none;
  }
  body .deals-footer ul li {
    display: block;
  }
  body .deals-footer ul li a.newButton16 {
    width: 100% !important;
  }
}


.skew-bg {
    position: absolute;
    left: -1px;
    bottom: -1px;
    z-index: 2;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.1vh 100.1vw 0px 0;
    border-color: transparent #ffffff transparent transparent;
    border-color: transparent #ffffff transparent transparent;
    line-height: 0px;
    _border-color: #000000 #ffffff #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    border-style: inset
    -webkit-transform:rotate(360deg);
    -webkit-transform-origin: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.skew-header {
    background: rgb(0,23,150);
    background: -moz-linear-gradient(90deg, rgba(0,23,150,1) 0%, rgba(26,83,207,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,23,150,1) 0%, rgba(26,83,207,1) 100%);
    background: linear-gradient(90deg, rgba(0,23,150,1) 0%, rgba(26,83,207,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001796",endColorstr="#1a53cf",GradientType=1);
}
.skew-header .texture {
    background: none !important;
}
.skew-header.back-to-work {
    background: rgb(0,14,156);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0,14,156,1)), color-stop(50%, rgba(0,46,185,1)), to(rgba(0,80,215,1)));
    background: -o-linear-gradient(left, rgba(0,14,156,1) 0%, rgba(0,46,185,1) 50%, rgba(0,80,215,1) 100%);
    background: linear-gradient(90deg, rgba(0,14,156,1) 0%, rgba(0,46,185,1) 50%, rgba(0,80,215,1) 100%);
}

.anchors-container {
  background: #def8ff;
  border: 1px solid #b9e9fd;
}

.anchors {
  /*
  color: #4BB2F6 !important;  
  background-color: rgba(71, 255, 250, 0.2);
  border: solid #4BB2F6 2px;
  border-radius: 30px;
  margin-top: 20px;
  */
  color: #0e5ad9 !important;
  padding: 0px 10px;
  margin: 0.5em;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none !important;
}
.anchors:hover {
  background: #4BB2F6;
  color: #fff !important;
}
/*
.anchors.web {
  color: #A7D74D !important;
  border-color: #a7d74d;
}
.anchors.web:hover {
  background: #a7d74d !important;
  color: #fff !important;
 color: rgba(71, 255, 250, 0.2) !important;
}
.anchors.saas {
  color: #a7d74d !important;
  border-color: #a7d74d;
}
.anchors.saas:hover {
  background: #a7d74d !important;
  color: #00185e !important;
 color: rgba(71, 255, 250, 0.2) !important;
}
.anchors.telecom {
  color: #a7d74d !important;
  border-color: #a7d74d;
}
.anchors.telecom:hover {
  background: #a7d74d !important;
  color: rgba(71, 255, 250, 0.2) !important;
  color: #00185e !important;
}
.anchors.cloud {
  color: #f7a834 !important;
  border-color: #f7a834;
}
.anchors.cloud:hover {
  background: #f7a834;
  color: rgba(71, 255, 250, 0.2) !important;
  color: #00185e !important;
}
*/

.anchors.back-to-work {
  background-color: rgba(167, 215, 77, .1);
  border-color: #A7D74D;
  color: #0050D7 !important;
}
.anchors.back-to-work:hover {
  background-color: #A7D74D;
}
.anchors.back-to-work.cloud {
  border-color: #0050D7;
  background-color: rgba(0, 80, 215, .1);
  color: #0050D7 !important;
}
.anchors.back-to-work.cloud:hover {
  background-color: #0050D7;
  color: #FFF !important;
}
.anchors #newHelpbox {
  display: none !important;
}

#backToTop {
  position: fixed;
  height: 2em;
  width: 2em;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  bottom: 18px;
  right: 1em;
  z-index: 99999999;
  text-align: center;
  border-radius: 100%;
  font-size: 1.7em;
  line-height: 2.2em;
  display: none;
  cursor: pointer;
}
#backToTop.active {
  display: block;
}
#backToTop:hover {
  background: rgba(255, 255, 255, 0.2);
}
#backToTop:active {
  background: rgba(255, 255, 255, 0.4);
}

.extra-badge {
    display: block;
    top: 0;
    text-align: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.back-to-work .extra-badge {
    background-color: #AC246F;
    color: #FBE155 !important;
    font-size: 20px;
    font-weight: bold;
}


@media screen and (max-width: 940px) {
  body .bfWeek b {
    font-size: 28px;
    line-height: 50px;
  }
/*  body .config {
    width: 100% !important;
    position: relative;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  */

.secondHeaderRow {
    /*margin-bottom: 50px;
    background-color: red;*/
}

.anchors-container {
   /* width: 100%; 
    overflow: scroll; 
    height: 30px;
    overflow-y: auto;
    overflow-x: hidden;
     transform: rotate(-90deg);
       transform-origin: right top;
    transform:rotate(-90deg) translateY(-100px); */   
    width: 100%;
    display:block;
    margin:10px  0 50px 0;
    overflow-y : hidden;
    overflow-x : auto;
    //white-space: nowrap;
}

.anchors-container > a.anchors {
    display: inline-block !important;
    vertical-align: middle !important;
}

  body .config .golden-promo-container * {
    font-size: 12px;
    text-align: left !important;
  }
  body .config .golden-promo-container  {
    text-align: left !important;
  }
  body .config .order-container {
    margin: 0 0 15px 0;
  }
  body .config .order-container .bf-order-btn {
    width: 90% !important;
    font-size: 14px;
    margin-left: 0 !important;
  }
  .config .col-m-12 {
    /* 
        Force small responsive up to 940
    */
    width: calc((6/12 * 100%) - (8px * 2) - 0 * 1px);
  }
  /*body .config .bf-top-block {
    display: block;
    width: 100%;
  }
  body .config .bf-bottom-block {
    width: 100%;
  }
  body .config .bf-bottom-block ul li {
  }*/
  body .config .bf-bottom-block ul li,  
  body .config .bf-bottom-block-links, 
  body .config .priceMention {
    display: block;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  body .config .bf-bottom-block ul li br {
    display: none;
  }

  body .config *, 
  body .config .golden-promo {
    font-size: 12px !important;
    margin-top: 6px;
    line-height: 20px !important;
  }
  body .config h3 {
    text-align: left;
    font-size: 20px !important;
    margin-left: 6px;
  }


  body .config .price-block > *:first-child,
  body .config h3 {
    margin: 15px 0 0 0 !important;
  }

  body .config .price-block br{
   display: none;
  }

  body .config .priceInfo .red {
    font-size: 20px !important;
  }

  body .config .price-block .priceInfo * {
    line-height: 20px !important;
  }

  body .config .bf-old-price .spanWithPrice, 
  body .config .bf-old-price .spanWithPrice * {
    font-size: 12px !important;
  }
    
  body .skew-bg {
    display: none;
  }
  body #header-deals .marginBottom100 {
    margin-bottom: 10px !important;
  }
  
  body .share-icns {
    margin: 26px 0 0 0 !important;
  }
}

.seoContent {
    max-width: 850px !important;
}

.bfFaq *,
.seoContent * {
    color:#fff !important;
}
.seoContent h3{
    margin-top:50px;
}
/*# sourceMappingURL=deals.css.map */

.seoContent p{
    opacity:0.7;
}

@media screen and (min-width: 940px) {
    body .productOffer .config {
      min-height: 580px;
    }
}

*# sourceMappingURL=deals.css.map */


