@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'OpenSansBold';
  src: url("../fonts/opensans-bold-webfont.eot");
  src: url("../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansRegular';
  src: url("../fonts/opensans-regular-webfont.eot");
  src: url("../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansSemiBold';
  src: url("../fonts/opensans-semibold-webfont.eot");
  src: url("../fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold-webfont.woff") format("woff"), url("../fonts/opensans-semibold-webfont.ttf") format("truetype"), url("../fonts/opensans-semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansExtraBold';
  src: url("../fonts/opensans-extrabold-webfont.eot");
  src: url("../fonts/opensans-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-extrabold-webfont.woff") format("woff"), url("../fonts/opensans-extrabold-webfont.ttf") format("truetype"), url("../fonts/opensans-extrabold-webfont.svg#open_sansextrabold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'OpenSansLight';
  src: url("../fonts/opensans-light-webfont.eot");
  src: url("../fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans-light-webfont.ttf") format("truetype"), url("../fonts/opensans-light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  background: #f4f4f7;
  position: relative;
  line-height: 100%; }

.wrapper {
  float: left;
  width: 100%; }
  .wrapper.border {
    border-top: 1px solid #e5e8ea; }
  .wrapper.border-light {
    border-top: 1px solid #f3f4f5; }
  .wrapper.bg-white {
    background: #fff; }
  .wrapper.bg-blue {
    background: #0f77c0 url(../img/expert-bg.jpg) repeat center top; }
  .wrapper.bg-distinction {
    position: relative; }
    .wrapper.bg-distinction:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: -1px;
      height: 33px;
      background: url(../img/asd.png) no-repeat center top; }
  .wrapper.bg-yellow {
    background: #f6de14; }

.container {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 20px;
  height: auto; }
  .container h1 {
    margin: 60px 0;
    color: #1d92d8;
    font-family: 'OpenSansExtraBold', sans-serif;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center; }

.fw, .container h1, nav ul li, nav ul li a, .products, .products .description ul, .perform-procedure, #our-expert, #contact, .cooperation, footer {
  width: 100%; }

.fr {
  float: right; }
  .fr p, .fr span, .fr strong {
    float: right;
    text-align: right; }
  .fr h4 {
    text-align: right; }

.fl {
  float: left; }
  .fl p, .fl span, .fl strong {
    float: left;
    text-align: left; }
  .fl h4 {
    text-align: left; }

nav {
  position: fixed;
  left: 100px;
  top: 100px;
  max-width: 180px;
  height: auto;
  background: #f3f4f5;
  border-radius: 2px;
  z-index: 9999; }
  nav.mobile {
    top: 0;
    left: 50%;
    margin-left: -400px;
    max-width: 800px;
    border-left: 1px solid #e4e4e7;
    border-right: 1px solid #e4e4e7;
    border-bottom: 1px solid #e4e4e7; }
    nav.mobile h3 {
      display: none; }
    nav.mobile ul {
      float: left; }
      nav.mobile ul li {
        float: left;
        display: inline;
        clear: none;
        width: auto; }
  nav h3 {
    font-family: 'OpenSansExtraBold', sans-serif;
    font-size: 18px;
    color: #2e6382;
    text-transform: uppercase;
    padding: 20px; }
  nav ul li {
    float: left;
    clear: both;
    display: block;
    border-top: 1px solid #e4e4e7; }
    nav ul li a {
      float: left;
      padding: 13px 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-family: 'OpenSansBold', sans-serif;
      font-size: 14px;
      color: #1d92d8;
      text-decoration: none; }

.header-bg {
  background: url(../img/cover2.png) repeat center bottom;
  min-height: 886px; }

#logo {
  max-width: 145px;
  height: 145px;
  margin: 0 auto;
  padding: 60px 0; }

header {
  text-align: center; }
  header h2 {
    font-family: 'OpenSansBold', sans-serif;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 5px; }
    header h2 .emphasis {
      color: #f6de14; }
  header h3 {
    font-family: 'OpenSansBold', sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #f6de14;
    margin-bottom: 35px; }
  header h6 {
    font-family: 'OpenSansLight', sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #fff; }

.separator {
  height: 1px;
  max-width: 223px;
  background: #269dd4;
  margin: 65px auto;
  position: relative; }
  .separator:after {
    content: '';
    position: absolute;
    left: 99px;
    top: -2px;
    width: 25px;
    height: 5px;
    background: url(../img/separator-dot.jpg) no-repeat 0 0; }

.sale {
  text-align: center; }
  .sale * {
    color: #ff0000; }
  .sale h4 {
    font-size: 35px;
    line-height: 35px;
    font-family: 'OpenSansBold', sans-serif;
    margin: 40px 0 25px; }
  .sale p {
    font-size: 20px;
    line-height: 30px;
    font-family: 'OpenSansRegular', sans-serif; }
  .sale span {
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin-top: 20px; }

.about {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 130px; }
  .about p {
    text-align: center;
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 30px; }

.button {
  max-width: 244px;
  height: 40px;
  border: 1px solid #559ed3;
  display: block;
  margin: 30px auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 0;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-family: 'OpenSansRegular', sans-serif;
  border-radius: 20px; }

.hidden {
  display: none; }

.products {
  float: left;
  margin-bottom: 60px; }
  .products.product-1 .description {
    max-width: 600px;
    padding: 47px 0; }
  .products.product-2 .description {
    max-width: 650px;
    padding: 75px 0; }
  .products.product-cost {
    margin-top: 40px;
    margin-bottom: 40px; }
    .products.product-cost .description {
      max-width: 480px;
      padding: 47px 0; }
    .products.product-cost.big-set {
      margin-top: 0;
      display: flex;
      justify-content: center; }
      .products.product-cost.big-set .description {
        padding: 94px 0; }
    .products.product-cost.slices {
      margin-bottom: 60px; }
      .products.product-cost.slices .description {
        padding: 75px 0; }
  .products .description h4 {
    font-family: 'OpenSansBold', sans-serif;
    font-size: 22px;
    line-height: 22px;
    color: #1d92d8;
    margin-bottom: 15px; }
    .products .description h4 small {
      font-family: 'OpenSansRegular', sans-serif;
      font-size: 12px;
      line-height: 14px;
      color: #6479af;
      display: block;
      margin-top: 5px; }
  .products .description p {
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    color: #6479af; }
    .products .description p.price {
      color: #8f9dc3;
      font-size: 18px;
      font-family: 'OpenSansBold', sans-serif;
      margin-top: -8px; }
      .products .description p.price small {
        font-size: 14px; }
  .products .description ul {
    float: left; }
    .products .description ul li {
      display: block;
      color: #6479af;
      font-family: 'OpenSansRegular', sans-serif;
      font-size: 14px;
      margin-bottom: 10px; }
  .products .description strong {
    font-family: 'OpenSansBold', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #6479af;
    clear: both; }
  .products .description span {
    color: #a4b1d4;
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 12px;
    line-height: 12px; }
  .products .description table {
    float: left;
    clear: both; }
    .products .description table td {
      padding: 5px 0;
      color: #6479af;
      font-family: 'OpenSansRegular', sans-serif;
      font-size: 14px;
      line-height: 14px; }
    .products .description table .number {
      min-width: 145px;
      font-family: 'OpenSansBold', sans-serif; }
      .products .description table .number span {
        float: none;
        font-family: 'OpenSansRegular', sans-serif;
        font-size: 14px;
        color: #6479af; }
    .products .description table .prices {
      min-width: 240px; }
  .products .product-image {
    display: block; }
  .products .accessories {
    float: left;
    clear: both;
    margin-top: 60px; }
    .products .accessories .accessorie {
      float: left;
      display: block;
      width: 33%; }
      .products .accessories .accessorie img {
        display: block;
        margin: 0 auto 15px; }
      .products .accessories .accessorie p {
        font-family: 'OpenSansBold', sans-serif;
        font-size: 20px;
        line-height: 24px;
        color: #1d92d8;
        text-align: center; }

.perform-procedure {
  float: left; }
  .perform-procedure .steps {
    float: left;
    padding-right: 2px;
    padding-left: 2px;
    border-right: 1px solid #e5e8ea; }
    .perform-procedure .steps.s1 {
      padding-left: 0;
      max-width: 245px; }
    .perform-procedure .steps.s2 {
      max-width: 244px; }
    .perform-procedure .steps.s3 {
      max-width: 228px; }
    .perform-procedure .steps.s4 {
      max-width: 227px;
      border-right: none;
      padding-right: 0; }
      .perform-procedure .steps.s4 p {
        padding-left: 10px;
        padding-right: 10px; }
    .perform-procedure .steps img {
      margin: 0 auto;
      display: block; }
    .perform-procedure .steps h2, .perform-procedure .steps p {
      font-family: 'Open Sans', sans-serif;
      text-align: center; }
    .perform-procedure .steps h2 {
      font-size: 22px;
      font-family: 'OpenSansBold', sans-serif;
      color: #1c97e0;
      margin: 24px 0 16px 0; }
    .perform-procedure .steps p {
      font-family: 'OpenSansRegular', sans-serif;
      font-size: 14px;
      line-height: 20px;
      color: #6479af;
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 15px; }

.instruction {
  max-width: 390px;
  height: 29px;
  margin: 0 auto;
  clear: both;
  padding: 60px 0; }
  .instruction .yt {
    float: left;
    max-width: 68px;
    height: 29px;
    background: url(../img/youtube-logo.jpg) no-repeat 0 0; }
  .instruction a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-style: 18px;
    line-height: 31px;
    color: #1d92d8;
    text-decoration: underline;
    text-transform: uppercase;
    padding-left: 10px; }
    .instruction a:hover {
      text-decoration: none; }

#our-expert {
  float: left;
  height: 332px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0; }
  #our-expert h2 {
    font-family: 'OpenSansExtraBold', sans-serif;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 25px; }
  #our-expert p {
    font-family: 'OpenSansLight', sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 5px; }
  #our-expert .contact {
    padding-top: 45px; }
    #our-expert .contact .emphasis {
      padding-top: 17px;
      font-family: 'OpenSansRegular', sans-serif;
      color: #f6de14; }
  #our-expert .email {
    font-family: 'OpenSansBold', sans-serif;
    font-size: 18px;
    color: #f6de14;
    display: block;
    padding: 3px 0;
    text-align: center; }
    #our-expert .email:hover {
      text-decoration: none; }

#contact {
  float: left;
  margin-bottom: 60px; }
  #contact h4 {
    float: left;
    clear: both;
    font-family: 'OpenSansExtraBold', sans-serif;
    font-size: 18px;
    color: #1d92d8;
    margin-bottom: 10px; }
  #contact .information {
    float: left;
    max-width: 540px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #contact .information .contact-way {
      float: left;
      clear: both;
      margin-bottom: 20px; }
      #contact .information .contact-way.fb {
        position: relative; }
        #contact .information .contact-way.fb:after {
          content: "";
          position: absolute;
          left: -35px;
          top: -12px;
          width: 28px;
          height: 30px;
          background: url(../img/fb.png) no-repeat 0 0; }
    #contact .information p, #contact .information a {
      font-family: 'OpenSansRegular', sans-serif;
      font-size: 14px;
      color: #6479af;
      text-decoration: none;
      margin-bottom: 2px; }
      #contact .information p strong, #contact .information a strong {
        font-family: 'OpenSansBold', sans-serif; }
      #contact .information p.emphasis, #contact .information a.emphasis {
        font-size: 32px;
        line-height: 24px;
        margin-bottom: 10px; }
  #contact .contact-form {
    float: right;
    max-width: 420px; }
    #contact .contact-form ::-webkit-input-placeholder {
      color: #8998bf;
      font-size: 16px;
      line-height: 16px; }
    #contact .contact-form ::-moz-placeholder {
      color: #8998bf;
      font-size: 16px;
      line-height: 16px; }
    #contact .contact-form :-ms-input-placeholder {
      color: #8998bf;
      font-size: 16px;
      line-height: 16px; }
    #contact .contact-form input:-moz-placeholder {
      color: #8998bf;
      font-size: 16px;
      line-height: 16px; }
    #contact .contact-form .statusMessage {
      float: left;
      clear: both;
      width: 100%;
      text-align: center;
      font-family: 'OpenSansRegular', sans-serif;
      font-size: 16px;
      line-height: 16px;
      padding: 10px 0 20px 0;
      color: #6479af;
      display: none; }
    #contact .contact-form .default-input,
    #contact .contact-form textarea {
      float: left;
      font-family: 'OpenSansRegular', sans-serif;
      font-size: 16px;
      line-height: 16px;
      height: 52px;
      color: #8998bf;
      width: 100%;
      padding: 16px 20px;
      border: 1px solid #eaeaea;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 5px;
      border-radius: 3px; }
    #contact .contact-form textarea {
      padding: 20px;
      height: 200px;
      resize: none; }
    #contact .contact-form #send-btn {
      float: left;
      width: 100%;
      height: 60px;
      border: none;
      background: #1d92d8;
      border-radius: 3px;
      font-family: 'OpenSansBold', sans-serif;
      font-size: 18px;
      line-height: 18px;
      color: #fff;
      margin-top: 10px;
      cursor: pointer; }

.cooperation {
  float: left;
  height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 29px 0;
  position: relative; }
  .cooperation:before {
    content: '';
    position: absolute;
    left: -50px;
    top: 0;
    max-width: 168px;
    height: 100px;
    background: url(../img/coop-ico.png) no-repeat left center;
    z-index: 10; }
  .cooperation h4 {
    font-family: 'OpenSansSemiBold', sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #7c753d;
    z-index: 99;
    position: relative; }
    .cooperation h4 strong {
      font-family: 'OpenSansBold', sans-serif; }
    .cooperation h4 a {
      color: #7c753d;
      display: inline-block;
      text-decoration: underline; }
      .cooperation h4 a:hover {
        text-decoration: none; }

footer {
  float: left;
  padding: 30px 0; }
  footer h3 {
    float: right;
    font-family: 'OpenSansSemiBold', sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #c4c4ca; }

/*# sourceMappingURL=main.css.map */
/* Responsive styles for tablets */
@media screen and (max-width: 768px) {
  .products .accessories .accessorie {
    float: none;
    width: auto;
  }
  .about {
    padding: 0;
  }
  .perform-procedure .steps {
    min-width: 100%;
  }
  .wrapper.bg-blue {
    padding-bottom: 20px
  }
  #contact .information .contact-way.fb:after {
    left: 105px;
    top: -33px;
  }
  .cooperation {
    height: auto;
  }
}