/* 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

------------------------------------------------------------- */
body #main {
  margin-top: 0 !important;
  max-width: 1450px;
  background-color: #fafafa;
  background: url("../../../images/back-to-work/background-1.png") top left no-repeat, url("../../../images/back-to-work/background-2.png") top 90px right no-repeat;
}
body footer#footer {
  display: none;
}
body .config {
  border-color: transparent;
  padding: 0 0 20px 0 !important;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 42, 163, 0.12);
  -moz-box-shadow: 0 2px 20px 0 rgba(0, 42, 163, 0.12);
  box-shadow: 0 2px 20px 0 rgba(0, 42, 163, 0.12);
  background-color: #ffffff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
body .config * {
  color: #4d5592;
}
body .config .head {
  padding: 30px 0;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-top-right-radius: 25px;
  -moz-border-radius-topleft: 25px;
  -moz-border-radius-topright: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
body .config.disabled {
  pointer-events: none;
  opacity: 0.65;
}
body .config.disabled .back-to-work-promo {
  background-color: #a7d74d !important;
  opacity: 0.2;
  border-radius: 35.5px;
  color: #122844 !important;
}
body .config ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .config ul li {
  line-height: 30px;
}
body .config .newButton16 {
  border: none;
  width: 100% !important;
  background-color: #0050d7;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff !important;
}
body .config .borderDottedRight {
  border-color: #59d2ef;
}
body .config .back-to-work-promo {
  background-color: #edf6dc !important;
  border-radius: 35.5px;
  color: #122844 !important;
  padding: 15px;
  font-family: SourceSansPro;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.12px;
  color: #00185e;
}
body .config:hover:not(.nohover) {
  margin-top: -5px;
  background-color: #f5feff;
  border: solid 1px #0050d7;
  filter: progid:DXImageTransform.Microso.gradient(startColorstr="#521F7B",endColorstr="#3B0846" , GradientType=1);
}
body .config .spanWithPrice * {
  font-weight: inherit;
  font-size: inherit;
}
body #legalMention {
  /*display: none;*/
}
body #legalMention p * {
  font-size: 14px;
  line-height: 24px;
}
body select {
  color: #575555 !important;
  border-color: #4d5592;
}
body select * {
  color: #4d5592 !important;
}
body span.moins,
body span.plus {
  float: left;
  padding: 10px 15px;
  margin: 0 10px;
  border: solid 1px #1db9de;
  border-radius: 3px;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  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-color: rgba(89, 210, 239, 0.15);
}
body span.moins.disabled,
body span.plus.disabled {
  pointer-events: none;
  opacity: 0.25;
}
body span.moins:before {
  content: "-";
}
body span.plus:before {
  content: "+";
}
body input[type=text] {
  color: #FFF !important;
  padding: 10px;
  text-align: center;
  height: 20px;
  width: 60px;
  float: left;
  border: solid 1px #59d2ef;
  background-color: rgba(89, 210, 239, 0.15);
}
body div.back-to-work-footer {
  background-color: #122844;
  padding: 20px 0;
}
body div.back-to-work-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body div.back-to-work-footer ul li {
  float: right;
  margin: 10px;
}
body div.back-to-work-footer ul li a {
  text-decoration: none;
  color: #FFF;
  padding: 8px 25px;
  box-sizing: border-box;
  border-radius: 3px;
  border: solid 1px transparent;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
body div.back-to-work-footer ul li a.main-link {
  border-color: #59d2ef;
}
body div.back-to-work-footer ul li a:hover {
  color: #FFF !important;
  background-color: #1D415D;
  border-color: #59d2ef;
}
@media screen and (max-width: 980px) {
  body div.back-to-work-footer ul li {
    width: 100%;
    text-align: center;
  }
}
body .grid-item {
  margin-bottom: 16px !important;
}
body .highcharts-title {
  font-size: 40px !important;
}

/*# sourceMappingURL=back-to-work.css.map */
