@font-face {
  font-family: "fsalbert-r";
  src: url("../fonts/fsalbert-r.otf"); }
@font-face {
  font-family: "fsalbert-b";
  src: url("../fonts/fsalbert-b.otf"); }
@font-face {
  font-family: "fsalbert-e";
  src: url("../fonts/fsalbert-e.otf"); }
/* line 16, ../sass/screen.scss */
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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
/* line 37, ../sass/screen.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 41, ../sass/screen.scss */
body {
  line-height: 1; }

/* line 44, ../sass/screen.scss */
ol, ul {
  list-style: none; }

/* line 47, ../sass/screen.scss */
blockquote, q {
  quotes: none; }

/* line 50, ../sass/screen.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 55, ../sass/screen.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 60, ../sass/screen.scss */
b {
  font-weight: 700; }

/* line 62, ../sass/screen.scss */
img {
  max-width: 100%; }

/* line 1, ../sass/header.scss */
header {
  padding: 20px 0 10px; }
  /* line 3, ../sass/header.scss */
  header .container {
    position: relative; }

/* line 7, ../sass/header.scss */
nav {
  display: inline-block; }

/* line 8, ../sass/header.scss */
nav li {
  display: inline-block; }
  /* line 10, ../sass/header.scss */
  nav li a {
    display: inline-block;
    padding: 13px 20px 13px;
    color: #4f4f4f;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    /* line 18, ../sass/header.scss */
    nav li a:hover {
      color: #fff;
      background: #00BBF0; }

/* line 25, ../sass/header.scss */
#category {
  display: none; }

/* line 29, ../sass/header.scss */
.category a:after {
  display: inline-block;
  content: "";
  width: 7px;
  height: 4px;
  background: url("../img/v.svg") no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-left: 7px;
  position: relative;
  top: -3px; }
/* line 40, ../sass/header.scss */
.category a:hover:after, .category a.category-active:after {
  background: url("../img/v-w.svg") no-repeat; }
/* line 43, ../sass/header.scss */
.category a:hover:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
/* line 50, ../sass/header.scss */
.category a.category-active {
  background: #00BBF0;
  color: #FFF; }
/* line 54, ../sass/header.scss */
.category a.category-active:hover:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }
/* line 62, ../sass/header.scss */
.category .category-wrap {
  position: absolute;
  background: #00BBF0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 35px 30px;
  top: 66px;
  left: 30%;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999; }
  /* line 75, ../sass/header.scss */
  .category .category-wrap li {
    display: block; }
  /* line 76, ../sass/header.scss */
  .category .category-wrap a {
    padding: 0 0 8px;
    border-bottom: 1px solid #6AD8F7;
    margin-bottom: 6px;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    display: block;
    text-transform: none;
    width: 100%;
    text-transform: capitalize; }
    /* line 87, ../sass/header.scss */
    .category .category-wrap a:after {
      content: none; }
    /* line 88, ../sass/header.scss */
    .category .category-wrap a:hover {
      color: #a6ebff; }
  /* line 92, ../sass/header.scss */
  .category .category-wrap li:last-child a {
    border-bottom: none;
    padding: 0;
    margin: 0; }

/* line 96, ../sass/header.scss */
.logo {
  float: left;
  color: #00204A;
  font-family: "fsalbert-b", sans-serif;
  font-size: 21px;
  width: 290px;
  font-weight: 700; }
  /* line 103, ../sass/header.scss */
  .logo:hover {
    color: #00204A; }
  /* line 104, ../sass/header.scss */
  .logo:before {
    content: "";
    display: block;
    float: left;
    width: 56px;
    height: 56px;
    background: url("../img/logo.svg") no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-right: 15px;
    position: relative;
    top: -5px; }
  /* line 116, ../sass/header.scss */
  .logo small {
    font-family: 'Open Sans', sans-serif;
    color: #8D98A6;
    font-size: 14px;
    padding-left: 13px;
    display: table;
    font-weight: 400;
    margin-top: 3px; }

/* line 127, ../sass/header.scss */
.header-info {
  float: right; }

/* line 131, ../sass/header.scss */
.service {
  position: relative;
  margin-right: 9px;
  display: inline-block;
  min-width: 182px;
  float: left; }
  /* line 137, ../sass/header.scss */
  .service .service-name, .service .service-wrap {
    text-transform: uppercase;
    font-size: 10px; }
  /* line 141, ../sass/header.scss */
  .service .service-name {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 8px 24px 8px 49px;
    position: relative;
    color: #8D98A6;
    display: block; }
    /* line 148, ../sass/header.scss */
    .service .service-name:before {
      content: "";
      display: block;
      width: 39px;
      height: 40px;
      position: absolute;
      top: 0;
      left: 0;
      background: url("../img/phone_ico.svg") no-repeat;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    /* line 159, ../sass/header.scss */
    .service .service-name:after {
      content: "";
      display: block;
      position: absolute;
      right: 20px;
      bottom: 13px;
      width: 7px;
      height: 4px;
      background: url("../img/v.svg") no-repeat;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    /* line 170, ../sass/header.scss */
    .service .service-name img {
      max-width: 101px;
      height: 10px;
      object-fit: contain;
      object-position: left;
      margin-top: 3px;
      display: block;
      padding-right: 4px; }
      /* line 178, ../sass/header.scss */
      .service .service-name img:last-child {
        display: none; }
    /* line 180, ../sass/header.scss */
    .service .service-name.service-active {
      color: #FFF;
      background: #00BBF0; }
      /* line 184, ../sass/header.scss */
      .service .service-name.service-active img:first-child {
        display: none; }
      /* line 185, ../sass/header.scss */
      .service .service-name.service-active img:last-child {
        display: block; }
      /* line 187, ../sass/header.scss */
      .service .service-name.service-active:after {
        background: url("../img/v-w.svg") no-repeat; }
  /* line 192, ../sass/header.scss */
  .service .service-wrap {
    display: none;
    position: absolute;
    width: 100%;
    top: 47px;
    left: 0;
    background: #00BBF0;
    color: #FFF;
    padding: 17px 24px 17px 49px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    z-index: 997; }
    /* line 206, ../sass/header.scss */
    .service .service-wrap img {
      margin-top: 3px;
      display: block;
      padding-right: 4px;
      max-width: 101px;
      height: 10px;
      object-fit: cover;
      object-position: left; }

/* line 219, ../sass/header.scss */
.cart {
  display: inline-block;
  position: relative; }
  /* line 223, ../sass/header.scss */
  .cart:hover .cart-wrap {
    visibility: visible;
    opacity: 1; }
  /* line 227, ../sass/header.scss */
  .cart:hover .cart-name {
    background: #00BBF0;
    color: #FFF; }
    /* line 230, ../sass/header.scss */
    .cart:hover .cart-name:after {
      background: url("../img/v-w.svg"); }
    /* line 233, ../sass/header.scss */
    .cart:hover .cart-name b {
      color: #FFF; }
  /* line 236, ../sass/header.scss */
  .cart .cart-name {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 10px;
    color: #8D98A6;
    padding: 9px 0 5px 49px;
    width: 131px;
    position: relative;
    display: block;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    border-radius: 20px; }
    /* line 247, ../sass/header.scss */
    .cart .cart-name b {
      display: block;
      color: #FF0040;
      font-size: 14px;
      font-weight: 700;
      margin-top: 3px; }
    /* line 254, ../sass/header.scss */
    .cart .cart-name:before {
      width: 39px;
      height: 39px;
      position: absolute;
      left: 0;
      top: 1px;
      background: url("../img/shop_ico.svg") no-repeat;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      content: ""; }
    /* line 264, ../sass/header.scss */
    .cart .cart-name:after {
      content: "";
      display: block;
      position: absolute;
      right: 12px;
      bottom: 13px;
      width: 7px;
      height: 4px;
      background: url("../img/v.svg") no-repeat;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
  /* line 276, ../sass/header.scss */
  .cart .cart-wrap {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #00BBF0;
    padding: 20px;
    color: #FFF;
    width: 292px;
    right: 0;
    top: 47px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    z-index: 997; }
    /* line 292, ../sass/header.scss */
    .cart .cart-wrap table {
      width: 100%;
      margin-bottom: 7px; }
      /* line 295, ../sass/header.scss */
      .cart .cart-wrap table td:last-child {
        text-align: right;
        font-weight: 700; }
      /* line 296, ../sass/header.scss */
      .cart .cart-wrap table td {
        padding-bottom: 13px; }
    /* line 298, ../sass/header.scss */
    .cart .cart-wrap a {
      min-width: 120px;
      padding: 10px 10px;
      max-width: 100%;
      text-align: center;
      color: #00BBF0;
      background: #FFF;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      display: block;
      font-size: 10px;
      font-weight: 700; }

/* line 315, ../sass/header.scss */
.category-wrap .flex {
  display: flex;
  justify-content: space-between; }
  /* line 318, ../sass/header.scss */
  .category-wrap .flex ul {
    width: 100% }
    /* line 321, ../sass/header.scss */
    .category-wrap .flex ul li b {
      color: #fff;
      padding-bottom: 15px;
      display: inline-block; }
    /* line 326, ../sass/header.scss */
    .category-wrap .flex ul li.nav-empt {
      height: 29px; }
    /* line 329, ../sass/header.scss */
    .category-wrap .flex ul li:first-child {
      border-bottom: none; }

/* line 1, ../sass/ch.scss */
.tab-pane p.i-t-info {
  margin-bottom: 25px;
  padding-left: 0;
  color: #A7AFBA;
  font-size: 12px;
  line-height: 14px;
  margin-top: -10px; }

/* line 10, ../sass/ch.scss */
.f-tooltip {
  cursor: pointer; }
  /* line 12, ../sass/ch.scss */
  .f-tooltip:hover + .f-tooltip-info {
    display: block; }

/* line 17, ../sass/ch.scss */
.f-tooltip-info {
  top: 0;
  position: absolute;
  padding: 23px 20px;
  background: #FFF;
  width: 341px;
  left: calc(100% + 57px);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  z-index: 99998;
  display: none; }
  /* line 28, ../sass/ch.scss */
  .f-tooltip-info b {
    margin-bottom: 15px;
    display: block; }
  /* line 32, ../sass/ch.scss */
  .f-tooltip-info:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: -12px;
    z-index: 99999;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 12px 8px 0;
    border-color: transparent #ffffff transparent transparent; }

/* line 47, ../sass/ch.scss */
.check-form .details .radio {
  margin-top: 0; }

@media screen and (max-width: 1024px) {
  /* line 52, ../sass/ch.scss */
  .f-tooltip-info {
    top: 53px;
    left: 0;
    width: 290px; }
    /* line 56, ../sass/ch.scss */
    .f-tooltip-info:before {
      left: 15px;
      top: -12px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    /* line 65, ../sass/ch.scss */
    .f-tooltip-info img {
      width: 100% !important; } }
/* line 1, ../sass/footer.scss */
footer {
  background: #00204D;
  text-align: center; }
  /* line 4, ../sass/footer.scss */
  footer .footer_top {
    background: url("../img/ftr_bg.png") no-repeat center bottom;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    /* line 7, ../sass/footer.scss */
    footer .footer_top .container {
      position: relative; }
  /* line 11, ../sass/footer.scss */
  footer .footer_title {
    padding-top: 70px;
    text-align: center; }
    /* line 14, ../sass/footer.scss */
    footer .footer_title span {
      font-family: "fsalbert-b", sans-serif;
      font-size: 40px;
      text-transform: uppercase;
      color: #00BBF0;
      position: relative; }
      /* line 20, ../sass/footer.scss */
      footer .footer_title span .sale {
        width: 91px;
        height: 75px;
        font-size: 24px;
        font-weight: 700;
        padding: 19px 0 0 10px;
        position: absolute;
        right: -40px;
        top: -41px; }
  /* line 32, ../sass/footer.scss */
  footer p {
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0 6px;
    color: #fff; }
  /* line 38, ../sass/footer.scss */
  footer .footer_pills {
    width: 546px;
    height: 134px;
    margin: 0 auto;
    background: url("../img/pills.png") no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  /* line 45, ../sass/footer.scss */
  footer .footer_bottom {
    background: #00204D;
    padding: 20px 0; }
    /* line 48, ../sass/footer.scss */
    footer .footer_bottom .container {
      position: relative; }
    /* line 51, ../sass/footer.scss */
    footer .footer_bottom .footer_logo {
      position: absolute;
      left: 15px;
      top: -12px;
      color: #fff;
      font-weight: 700;
      font-family: "Roboto", sans-serif;
      font-size: 18px; }
      /* line 59, ../sass/footer.scss */
      footer .footer_bottom .footer_logo:before {
        content: "";
        display: inline-block;
        width: 36px;
        height: 36px;
        margin-right: 8px;
        background: url("../img/logo.svg") no-repeat;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
        top: 8px; }
    /* line 71, ../sass/footer.scss */
    footer .footer_bottom .methods-info {
      margin-top: 30px; }
      /* line 73, ../sass/footer.scss */
      footer .footer_bottom .methods-info img {
        margin-right: 7px; }
    /* line 75, ../sass/footer.scss */
    footer .footer_bottom ul {
      padding: 10px 0 5px; }
      /* line 77, ../sass/footer.scss */
      footer .footer_bottom ul li {
        display: inline-block;
        margin-right: 40px; }
        /* line 80, ../sass/footer.scss */
        footer .footer_bottom ul li:last-child {
          margin-right: 0; }
        /* line 81, ../sass/footer.scss */
        footer .footer_bottom ul li a {
          color: #FFF;
          text-decoration: underline; }
          /* line 84, ../sass/footer.scss */
          footer .footer_bottom ul li a:hover {
            color: #00BBF0; }

/* line 93, ../sass/footer.scss */
.up {
  position: absolute;
  top: -170px;
  right: -40px;
  width: 30px;
  height: 30px;
  background: url("../img/arrow_top.svg") no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  cursor: pointer; }

/* line 104, ../sass/footer.scss */
.copyright {
  font-size: 12px;
  color: #93A7C2;
  padding: 22px 0;
  background: #fff; }
  /* line 105, ../sass/footer.scss */
  .copyright .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  /* line 114, ../sass/footer.scss */
  .copyright a {
    color: #93A7C2; }
    /* line 116, ../sass/footer.scss */
    .copyright a:hover {
      color: #93A7C2; }
  /* line 120, ../sass/footer.scss */
  .copyright ul li {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px; }
    /* line 124, ../sass/footer.scss */
    .copyright ul li a {
      text-decoration: underline; }
    /* line 127, ../sass/footer.scss */
    .copyright ul li:last-child {
      margin-right: 0; }

/* line 135, ../sass/footer.scss */
.f-visa, .f-master, .f-amex {
  width: 38px; }

/* line 138, ../sass/footer.scss */
.f-bleue {
  width: 44px; }

/* line 141, ../sass/footer.scss */
.f-local {
  min-width: 38px;
  max-width: 80px;
  height: 24px;
  object-fit: contain; }

/* line 147, ../sass/footer.scss */
.f-jcb {
  width: 31px; }

/* line 150, ../sass/footer.scss */
.f-discover {
  width: 42px; }

/* line 153, ../sass/footer.scss */
footer .footer_bottom .methods-info img {
  border-radius: 3px;
  margin-right: 12px;
  margin-bottom: 12px; }

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 164, ../sass/footer.scss */
  footer .footer_pills {
    background: url("../img/pills@2x.png") no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; } }
/* line 1, ../sass/slider.scss */
.slider {
  font-family: 'fsalbert-b', sans-serif;
  outline: none; }
  /* line 5, ../sass/slider.scss */
  .slider .container {
    position: relative; }
  /* line 6, ../sass/slider.scss */
  .slider .title {
    font-size: 40px;
    line-height: 42px;
    padding-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase; }
  /* line 13, ../sass/slider.scss */
  .slider p {
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff; }
  /* line 18, ../sass/slider.scss */
  .slider .more {
    display: none; }

/* line 20, ../sass/slider.scss */
.pills-wrap {
  position: relative; }

/* line 21, ../sass/slider.scss */
.pills {
  position: absolute;
  width: 518px;
  height: 388px;
  top: -20px;
  right: 30px;
  z-index: 1; }
  /* line 28, ../sass/slider.scss */
  .pills .sale {
    width: 170px;
    height: 140px;
    font-size: 30px;
    font-weight: 700;
    padding-left: 53px;
    padding-top: 33px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 35px;
    right: -15px;
    z-index: 2; }
    /* line 42, ../sass/slider.scss */
    .pills .sale small {
      font-weight: 400;
      font-size: 12px;
      text-transform: uppercase;
      margin-left: 10px;
      display: block;
      padding-right: 25px;
      line-height: 14px; }

/* line 53, ../sass/slider.scss */
.btn {
  margin: 18px 0 38px; }

/* line 56, ../sass/slider.scss */
.slide-text {
  clear: both; }

/* line 60, ../sass/slider.scss */
.slide {
  outline: none;
  padding: 45px 0 60px;
  background-position: center 80px; }

/* line 67, ../sass/slider.scss */
.slide-1 {
  background: #010207 url("../img/s-bg1.png") no-repeat center bottom;
  -webkit-background-size: inherit;
  -o-background-size: inherit;
  background-size: inherit; }
  /* line 72, ../sass/slider.scss */
  .slide-1 .title {
    color: #00BBF0; }
  /* line 75, ../sass/slider.scss */
  .slide-1 .pills {
    background: url("../img/slide3.png") no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

/* line 80, ../sass/slider.scss */
.slide-2 {
  background: #030D01 url("../img/s-bg2.png") no-repeat center bottom;
  -webkit-background-size: inherit;
  -o-background-size: inherit;
  background-size: inherit; }
  /* line 85, ../sass/slider.scss */
  .slide-2 .title {
    color: #FDBA46; }
  /* line 88, ../sass/slider.scss */
  .slide-2 .btn {
    background: #FDBA46; }
    /* line 90, ../sass/slider.scss */
    .slide-2 .btn:hover {
      background: #fdb12d; }
  /* line 94, ../sass/slider.scss */
  .slide-2 .pills {
    background: url("../img/slide2.png") no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

/* line 99, ../sass/slider.scss */
.slide-3 {
  background: #0D030E url("../img/s-bg3.png") no-repeat center bottom;
  -webkit-background-size: inherit;
  -o-background-size: inherit;
  background-size: inherit; }
  /* line 104, ../sass/slider.scss */
  .slide-3 .title {
    color: #F6660F; }
  /* line 107, ../sass/slider.scss */
  .slide-3 .btn {
    background: #F6660F; }
    /* line 109, ../sass/slider.scss */
    .slide-3 .btn:hover {
      background: #e35b09; }
  /* line 113, ../sass/slider.scss */
  .slide-3 .pills {
    background: url("../img/slide1.png") no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 0; }
    /* line 117, ../sass/slider.scss */
    .slide-3 .pills .sale {
      top: 15px; }

/* line 122, ../sass/slider.scss */
.slide-4 {
  background: #010207 url("../img/s-bg1.png") no-repeat center bottom;
  -webkit-background-size: inherit;
  -o-background-size: inherit;
  background-size: inherit; }
  /* line 127, ../sass/slider.scss */
  .slide-4 .title {
    color: #00BBF0; }
  /* line 130, ../sass/slider.scss */
  .slide-4 .pills {
    background: url("../img/slide4.png") no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

/* line 136, ../sass/slider.scss */
.slick-dots {
  bottom: 30px; }
  /* line 138, ../sass/slider.scss */
  .slick-dots li {
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: none; }
    /* line 145, ../sass/slider.scss */
    .slick-dots li.slick-active {
      background: #FFF; }

/* line 151, ../sass/slider.scss */
.slick-dotted.slick-slider {
  margin-bottom: 0; }

/* line 153, ../sass/slider.scss */
.info-box {
  background: #00BBF0;
  padding: 38px 0 42px;
  color: #FFF;
  line-height: 16px; }

/* line 160, ../sass/slider.scss */
.slick-active .slide-more1.text-active, .slick-active .slide-more2.text-active, .slick-active .slide-more3.text-active, .slick-active .slide-more4.text-active {
  display: block; }

/* line 163, ../sass/slider.scss */
.slide-more {
  display: none; }

@media screen and (min-width: 1441px) {
  /* line 166, ../sass/slider.scss */
  .slide-1, .slide-2, .slide-3, .slide-4 {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; } }
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 175, ../sass/slider.scss */
  .slide-1 .pills {
    background: url("../img/slide3@2x.png") no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  /* line 179, ../sass/slider.scss */
  .slide-2 .pills {
    background: url("../img/slide2@2x.png") no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  /* line 183, ../sass/slider.scss */
  .slide-3 .pills {
    background: url("../img/slide1@2x.png") no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  /* line 187, ../sass/slider.scss */
  .slide-4 .pills {
    background: url("../img/slide4@2x.png") no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; } }
/* line 1, ../sass/catalog.scss */
.catalog h1 {
  color: #00BBF0;
  margin-top: 55px; }

/* line 5, ../sass/catalog.scss */
.catalog .text p {
  color: #9AA4B0;
  font-size: 14px; }

/* line 10, ../sass/catalog.scss */
.product {
  text-align: center;
  padding: 20px 0 35px;
  background: #F0F0F0;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  /* line 17, ../sass/catalog.scss */
  .product figure {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 250px; }
    /* line 22, ../sass/catalog.scss */
    .product figure img {
      width: 100%; }
  /* line 26, ../sass/catalog.scss */
  .product .product-info {
    padding: 0 30px; }
    /* line 28, ../sass/catalog.scss */
    .product .product-info b {
      font-family: "fsalbert-b", sans-serif;
      font-size: 20px;
      text-transform: uppercase;
      color: #111316; }
      /* line 33, ../sass/catalog.scss */
      .product .product-info b:after {
        content: "";
        display: block;
        width: 75px;
        height: 3px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #00BBF0;
        margin: 25px auto 20px; }
    /* line 44, ../sass/catalog.scss */
    .product .product-info ul {
      margin: 20px 0 22px;
      list-style: none;
      color: #000; }
      /* line 48, ../sass/catalog.scss */
      .product .product-info ul li {
        padding-bottom: 8px; }
        /* line 50, ../sass/catalog.scss */
        .product .product-info ul li:before {
          content: "";
          display: inline-block;
          position: relative; }
        /* line 55, ../sass/catalog.scss */
        .product .product-info ul li:first-child:before {
          width: 20px;
          height: 12px;
          margin-right: 13px;
          background: url("../img/dose.svg") no-repeat;
          -webkit-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
          top: 2px; }
        /* line 64, ../sass/catalog.scss */
        .product .product-info ul li:last-child:before {
          width: 17px;
          height: 18px;
          margin-right: 13px;
          background: url("../img/pack.svg") no-repeat;
          -webkit-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
          top: 3px; }
        /* line 72, ../sass/catalog.scss */
        .product .product-info ul li a {
          text-decoration: underline; }
          /* line 74, ../sass/catalog.scss */
          .product .product-info ul li a:hover {
            text-decoration: none; }
  /* line 79, ../sass/catalog.scss */
  .product .btn {
    margin: auto;
    min-width: 224px;
    font-weight: 700; }

/* line 1, ../sass/product.scss */
.product-page {
  color: #FFF;
  position: relative; }
  /* line 4, ../sass/product.scss */
  .product-page h2 {
    font-size: 30px;
    line-height: 34px; }
  /* line 6, ../sass/product.scss */
  .product-page .product-head h1 {
    padding-top: 65px; }
  /* line 7, ../sass/product.scss */
  .product-page .product-head p {
    font-family: 'fsalbert-b', sans-serif;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 20px; }
  /* line 9, ../sass/product.scss */
  .product-page .pills {
    position: relative;
    float: right;
    z-index: 1;
    width: 400px;
    height: 383px;
    top: 0px; }
  /* line 17, ../sass/product.scss */
  .product-page .white {
    position: relative;
    z-index: 2; }
  /* line 21, ../sass/product.scss */
  .product-page .sale {
    top: 65px;
    right: 22px; }
  /* line 25, ../sass/product.scss */
  .product-page .tab-pane .tab-title {
    display: none; }
  /* line 26, ../sass/product.scss */
  .product-page .nav-pills {
    width: 100%;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-top: 25px; }
    /* line 31, ../sass/product.scss */
    .product-page .nav-pills.flex {
      justify-content: flex-start; }
    /* line 34, ../sass/product.scss */
    .product-page .nav-pills + .tab-content .tab-pane {
      padding-left: 0;
      padding-right: 0; }
    /* line 38, ../sass/product.scss */
    .product-page .nav-pills .nav-dose {
      min-width: 90px;
      margin-left: 2px;
      margin-right: 2px;
      margin-bottom: 5px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center; }
      /* line 49, ../sass/product.scss */
      .product-page .nav-pills .nav-dose a {
        outline: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 13px 0;
        text-transform: uppercase;
        background: none !important;
        color: #8D98A6;
        display: block; }
      /* line 59, ../sass/product.scss */
      .product-page .nav-pills .nav-dose.active {
        background: #00BBF0; }
        /* line 61, ../sass/product.scss */
        .product-page .nav-pills .nav-dose.active a {
          color: #FFF;
          background: #00BBF0; }
      /* line 63, ../sass/product.scss */
      .product-page .nav-pills .nav-dose:first-child {
        -webkit-border-top-left-radius: 20px;
        border-top-left-radius: 20px;
        -webkit-border-bottom-left-radius: 20px;
        border-bottom-left-radius: 20px; }
      /* line 69, ../sass/product.scss */
      .product-page .nav-pills .nav-dose:last-child {
        -webkit-border-top-right-radius: 20px;
        border-top-right-radius: 20px;
        -webkit-border-bottom-right-radius: 20px;
        border-bottom-right-radius: 20px; }
  /* line 78, ../sass/product.scss */
  .product-page .table.cart-table td {
    color: #4f4f4f; }
    /* line 80, ../sass/product.scss */
    .product-page .table.cart-table td.t-price .new {
      color: #FF0040; }
  /* line 82, ../sass/product.scss */
  .product-page .table.cart-table .t-order {
    padding-left: 50px !important; }

/* line 86, ../sass/product.scss */
.product-page:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 541px;
  left: 0;
  top: 0;
  z-index: -1; }

/* line 98, ../sass/product.scss */
.bg-product-1:after {
  background: #010207 url(../img/s-bg1.png) no-repeat no-repeat center bottom;
  -webkit-background-size: inherit;
  -o-background-size: inherit;
  background-size: inherit; }

/* line 107, ../sass/product.scss */
.bg-product-2 h1 {
  color: #FDBA46; }
/* line 110, ../sass/product.scss */
.bg-product-2:after {
  background: #051201 url(../img/s-bg2.png) no-repeat no-repeat center bottom;
  -webkit-background-size: inherit;
  -o-background-size: inherit;
  background-size: inherit; }

/* line 118, ../sass/product.scss */
.bg-product-3 h1 {
  color: #F6660F; }
/* line 121, ../sass/product.scss */
.bg-product-3:after {
  background: #0D030E url(../img/s-bg3.png) no-repeat no-repeat center bottom;
  -webkit-background-size: inherit;
  -o-background-size: inherit;
  background-size: inherit; }

/* line 130, ../sass/product.scss */
.bg-product-4:after {
  background: #0D030E url(../img/s-bg1.png) no-repeat no-repeat center bottom;
  -webkit-background-size: inherit;
  -o-background-size: inherit;
  background-size: inherit; }

/* line 139, ../sass/product.scss */
.bg-product-5:after {
  background: #010207 url(../img/s-bg5.png) no-repeat no-repeat center bottom;
  -webkit-background-size: inherit;
  -o-background-size: inherit;
  background-size: inherit; }

/* line 148, ../sass/product.scss */
.bg-product-6:after {
  background: #010207 url(../img/s-bg5.png) no-repeat no-repeat center bottom;
  -webkit-background-size: inherit;
  -o-background-size: inherit;
  background-size: inherit; }

/* line 157, ../sass/product.scss */
.bg-product-7:after {
  background: #010207 url(../img/s-bg5.png) no-repeat no-repeat center bottom;
  -webkit-background-size: inherit;
  -o-background-size: inherit;
  background-size: inherit; }

/* line 165, ../sass/product.scss */
.bg-product-8:after {
  background: #010207 url(../img/s-bg5.png) no-repeat no-repeat center bottom;
  -webkit-background-size: inherit;
  -o-background-size: inherit;
  background-size: inherit; }

/* line 173, ../sass/product.scss */
.bg-product-9:after {
  background: #010207 url(../img/s-bg5.png) no-repeat no-repeat center bottom;
  -webkit-background-size: inherit;
  -o-background-size: inherit;
  background-size: inherit; }

/* line 180, ../sass/product.scss */
.tab-title {
  font-family: 'fsalbert-b', sans-serif;
  font-size: 20px;
  color: #00BBF0;
  text-transform: uppercase; }

/* line 187, ../sass/product.scss */
.product-page .tab-pane .tab-title {
  display: block;
  margin-bottom: 15px; }

@media screen and (max-width: 1200px) {
  /* line 193, ../sass/product.scss */
  .product-page .nav-pills .nav-dose {
    min-width: 76px; } }
@media screen and (min-width: 991px) {
  /* line 200, ../sass/product.scss */
  .product-page .nav-dose {
    display: block !important; } }
@media screen and (max-width: 991px) {
  /* line 208, ../sass/product.scss */
  .product-page .nav-dose.active {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%; }
  /* line 216, ../sass/product.scss */
  .product-page .nav-dose {
    display: none; }
    /* line 218, ../sass/product.scss */
    .product-page .nav-dose:hover {
      background: #F9F8FC; }
  /* line 222, ../sass/product.scss */
  .product-page .active-show {
    display: block !important; }

  /* line 226, ../sass/product.scss */
  .product-page .nav-pills.flex {
    display: block;
    position: relative;
    min-height: 40px; }
    /* line 230, ../sass/product.scss */
    .product-page .nav-pills.flex:after {
      position: absolute;
      content: '';
      width: 11px;
      height: 6px;
      background: url("../img/v-w.svg") no-repeat;
      background-size: cover;
      right: 15px;
      top: 17px;
      transform: rotate(180deg);
      z-index: 3;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    /* line 243, ../sass/product.scss */
    .product-page .nav-pills.flex.active-pills {
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 10px;
      padding-top: 40px; }
      /* line 244, ../sass/product.scss */
      .product-page .nav-pills.flex.active-pills:after {
        transform: rotate(0); }
    /* line 255, ../sass/product.scss */
    .product-page .nav-pills.flex .nav-dose {
      text-align: left;
      padding-left: 30px; }

  /* line 260, ../sass/product.scss */
  .product-page .nav-pills .nav-dose {
    margin-left: 0;
    margin-right: 0; } }
@media screen and (min-width: 1441px) {
  /* line 267, ../sass/product.scss */
  .bg-product-1:after, .bg-product-2:after, .bg-product-3:after, .bg-product-4:after, .bg-product-5:after, .bg-product-6:after, .bg-product-7:after, .bg-product-8:after, .bg-product-9:after {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; } }
/*blog*/
/* line 2, ../sass/blog.scss */
.blog textarea {
  height: auto !important; }

/* line 5, ../sass/blog.scss */
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

/* line 10, ../sass/blog.scss */
.date + .blog {
  margin-top: 25px; }

/* line 14, ../sass/blog.scss */
.p_numb {
  float: right;
  color: #c5c5c5;
  margin-top: 53px; }

/* line 19, ../sass/blog.scss */
.blog-nav {
  border-bottom: 1px solid #F3F3F3;
  border-top: 1px solid #F3F3F3;
  padding: 20px 0 5px;
  margin-bottom: 30px; }
  /* line 24, ../sass/blog.scss */
  .blog-nav a {
    display: block;
    text-decoration: underline;
    margin-bottom: 15px; }

/* line 30, ../sass/blog.scss */
strong {
  font-weight: 600; }

/* line 33, ../sass/blog.scss */
.date {
  font-size: 10px;
  color: #8D98A6;
  margin-bottom: 15px; }

/* line 38, ../sass/blog.scss */
.blog section {
  border-bottom: 1px solid #F3F3F3;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-top: 30px; }
  /* line 43, ../sass/blog.scss */
  .blog section:first-child {
    padding-top: 0; }
  /* line 46, ../sass/blog.scss */
  .blog section h2 {
    font-size: 16px;
    text-transform: none;
    line-height: 16px; }
  /* line 51, ../sass/blog.scss */
  .blog section p {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 20px; }
  /* line 56, ../sass/blog.scss */
  .blog section a {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 10px; }

/* line 63, ../sass/blog.scss */
.blog article h2 {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 18px;
  text-transform: none; }
/* line 69, ../sass/blog.scss */
.blog article img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 25px; }

/* line 76, ../sass/blog.scss */
.p_numb {
  float: right;
  color: #c5c5c5;
  margin-top: 30px; }

/* line 82, ../sass/blog.scss */
.title {
  font-family: "fsalbert-b", sans-serif;
  font-size: 30px;
  color: #111316;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px; }

/* line 91, ../sass/blog.scss */
.blog_back {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #828282;
  background: #fff;
  position: relative;
  text-align: left;
  padding-left: 15px; }
  /* line 100, ../sass/blog.scss */
  .blog_back span {
    display: block;
    position: relative; }
  /* line 104, ../sass/blog.scss */
  .blog_back span:before {
    display: block;
    content: "";
    width: 6px;
    height: 10px;
    background: url("../img/pr.svg") no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-right: 8px;
    position: relative;
    top: 2px;
    float: left; }

/* line 120, ../sass/blog.scss */
.blog_next {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #828282;
  background: #fff;
  position: relative;
  text-align: right;
  padding-right: 15px; }
  /* line 129, ../sass/blog.scss */
  .blog_next span {
    display: block;
    position: relative; }
  /* line 133, ../sass/blog.scss */
  .blog_next span:before {
    display: block;
    content: "";
    width: 6px;
    height: 10px;
    background: url("../img/pr.svg") no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-left: 8px;
    position: relative;
    top: 2px;
    float: right;
    transform: rotate(180deg); }

/* line 150, ../sass/blog.scss */
.paginator {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 25px 15px 0; }
  /* line 155, ../sass/blog.scss */
  .paginator a {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #111316;
    height: 40px; }
    /* line 163, ../sass/blog.scss */
    .paginator a.prev {
      position: relative;
      color: #8D98A6;
      font-size: 10px;
      text-decoration: none;
      padding-left: 20px;
      text-transform: uppercase; }
      /* line 164, ../sass/blog.scss */
      .paginator a.prev:before {
        content: '';
        background: url("../img/pr.svg") no-repeat left center;
        -webkit-background-size: 6px 10px;
        -o-background-size: 6px 10px;
        background-size: 6px 10px;
        width: 6px;
        height: 10px;
        position: absolute;
        left: 0;
        display: block; }
    /* line 183, ../sass/blog.scss */
    .paginator a.next {
      position: relative;
      color: #8D98A6;
      font-size: 10px;
      text-transform: uppercase;
      padding-right: 20px;
      text-decoration: none; }
      /* line 190, ../sass/blog.scss */
      .paginator a.next:before {
        width: 6px;
        height: 10px;
        background: url("../img/pr.svg") no-repeat right center;
        -webkit-background-size: 6px 10px;
        -o-background-size: 6px 10px;
        background-size: 6px 10px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        display: block;
        content: '';
        position: absolute;
        right: 0; }
  /* line 209, ../sass/blog.scss */
  .paginator ul {
    margin: 0 20px; }
    /* line 211, ../sass/blog.scss */
    .paginator ul li {
      width: 30px;
      text-align: center;
      display: inline-block; }
      /* line 215, ../sass/blog.scss */
      .paginator ul li a {
        width: 30px;
        color: #8D98A6;
        font-size: 14px; }
      /* line 220, ../sass/blog.scss */
      .paginator ul li.active a, .paginator ul li:hover a {
        color: #111316; }

@media screen and (max-width: 650px) {
  /* line 228, ../sass/blog.scss */
  .blog-nav ul {
    margin-left: -15px !important; }

  /* line 231, ../sass/blog.scss */
  .paginator {
    width: 100%;
    position: relative;
    display: block;
    height: 120px;
    margin-bottom: 0; }
    /* line 237, ../sass/blog.scss */
    .paginator a.prev {
      position: absolute;
      left: 0;
      bottom: 20px; }
    /* line 242, ../sass/blog.scss */
    .paginator a.next {
      position: absolute;
      right: 0;
      bottom: 20px; }
    /* line 247, ../sass/blog.scss */
    .paginator ul {
      margin: 0;
      width: 100%;
      display: flex;
      justify-content: space-between; } }
/* line 2, ../sass/login.scss */
.login-out:hover .lg-info {
  opacity: 1;
  visibility: visible;
  top: 47px; }

/* line 9, ../sass/login.scss */
.lg-info {
  opacity: 0;
  visibility: hidden;
  background: #00BBF0;
  border-radius: 10px;
  top: 47px;
  right: 0;
  width: 182px;
  position: absolute;
  z-index: 999999;
  transition: all .4s;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin-bottom: 30px; }
  /* line 24, ../sass/login.scss */
  .lg-info b {
    color: #fff;
    font-weight: 400;
    margin-left: -15px;
    padding: 15px 0;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #65CDEB;
    position: relative;
    padding-left: 42px; }
    /* line 34, ../sass/login.scss */
    .lg-info b:before {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      background: url("../img/login.svg") no-repeat;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0; }
  /* line 46, ../sass/login.scss */
  .lg-info a {
    display: block;
    text-transform: none !important;
    color: #fff !important;
    padding: 0 0 15px  !important;
    text-decoration: underline !important;
    display: block !important;
    font-weight: 400; }
    /* line 54, ../sass/login.scss */
    .lg-info a:hover {
      color: #fff !important;
      background: none !important;
      text-decoration: none !important; }

/* line 65, ../sass/login.scss */
.login {
  cursor: pointer;
  float: right;
  position: relative; }
  /* line 69, ../sass/login.scss */
  .login:before {
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    background: url("../img/login.svg") no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

/* line 79, ../sass/login.scss */
.register {
  margin-top: 30px; }
  /* line 81, ../sass/login.scss */
  .register + .grey {
    margin-top: 30px; }
  /* line 84, ../sass/login.scss */
  .register p a {
    text-decoration: underline;
    padding-left: 10px; }

/* line 91, ../sass/login.scss */
.validate-error {
  font-size: 10px;
  margin-top: 5px;
  display: none; }

/* line 97, ../sass/login.scss */
.input-group .input-group-addon .i-pass {
  width: 12px;
  height: 16px;
  background: url(../img/pass.svg) no-repeat;
  background-size: cover;
  display: block; }

/* line 104, ../sass/login.scss */
.login-overlay {
  width: 100%;
  height: 100%;
  background: rgba(1, 2, 7, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999998;
  display: none; }

/* line 114, ../sass/login.scss */
.login-wrap {
  top: calc(50vh - 151px);
  display: none;
  position: fixed;
  width: 540px;
  left: 50%;
  margin-left: -245px;
  z-index: 9999999999; }
  /* line 122, ../sass/login.scss */
  .login-wrap .btn {
    margin-bottom: 18px;
    display: block;
    margin: 30px auto 30px; }
  /* line 127, ../sass/login.scss */
  .login-wrap .close {
    position: absolute;
    display: block;
    right: 15px;
    top: 14px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
    opacity: 1; }
    /* line 137, ../sass/login.scss */
    .login-wrap .close:before {
      content: '';
      display: block;
      width: 30px;
      height: 2px;
      background: #FF0040;
      transform: rotate(-45deg);
      position: absolute;
      top: 10px; }
    /* line 147, ../sass/login.scss */
    .login-wrap .close:after {
      content: '';
      display: block;
      width: 30px;
      height: 2px;
      background: #FF0040;
      transform: rotate(45deg);
      position: absolute;
      top: 10px; }
  /* line 158, ../sass/login.scss */
  .login-wrap .login-form {
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    text-align: center; }
    /* line 163, ../sass/login.scss */
    .login-wrap .login-form p {
      font-size: 14px;
      color: #8D98A6;
      text-transform: none; }
    /* line 168, ../sass/login.scss */
    .login-wrap .login-form .title {
      font-family: "fsalbert-b", sans-serif;
      color: #111316;
      text-align: left;
      font-size: 30px;
      font-weight: 600;
      text-transform: uppercase;
      padding: 18px 0 15px;
      position: relative;
      margin-top: -7px;
      z-index: 1; }

/* line 183, ../sass/login.scss */
.login-form {
  position: relative; }
  /* line 185, ../sass/login.scss */
  .login-form .text {
    margin-top: 30px;
    clear: both; }
  /* line 189, ../sass/login.scss */
  .login-form a {
    padding-top: 24px;
    text-decoration: underline; }
    /* line 193, ../sass/login.scss */
    .login-form a:hover {
      text-decoration: none; }
  /* line 197, ../sass/login.scss */
  .login-form .title {
    padding-bottom: 25px; }

/* line 202, ../sass/login.scss */
.subscribe {
  background: #00BBF0;
  padding: 30px 0; }
  /* line 205, ../sass/login.scss */
  .subscribe ::-webkit-input-placeholder {
    color: #fff; }
  /* line 208, ../sass/login.scss */
  .subscribe ::-moz-placeholder {
    color: #fff; }
  /* line 211, ../sass/login.scss */
  .subscribe :-ms-input-placeholder {
    color: #fff; }
  /* line 214, ../sass/login.scss */
  .subscribe :-moz-placeholder {
    color: #fff; }
  /* line 217, ../sass/login.scss */
  .subscribe form {
    float: none !important;
    margin: auto;
    display: flex;
    justify-content: space-between; }
    /* line 222, ../sass/login.scss */
    .subscribe form .btn.btn-white {
      color: #00BBF0;
      background: #fff;
      margin: 0; }
  /* line 228, ../sass/login.scss */
  .subscribe .form-group {
    width: calc(100% - 210px);
    margin-bottom: 0; }
    /* line 231, ../sass/login.scss */
    .subscribe .form-group input {
      border-color: #fff;
      color: #fff;
      text-transform: uppercase;
      font-weight: 400;
      background: none; }
      /* line 237, ../sass/login.scss */
      .subscribe .form-group input:focus {
        color: #fff !important;
        border-color: #fff !important; }

/* line 246, ../sass/login.scss */
.catalog-nav + .left-box .methods-info {
  border: none;
  padding: 0; }

/* line 252, ../sass/login.scss */
.breadcrumbs {
  margin-bottom: 30px; }
  /* line 254, ../sass/login.scss */
  .breadcrumbs li {
    display: inline-block;
    margin-right: 8px; }
    /* line 257, ../sass/login.scss */
    .breadcrumbs li a {
      font-size: 10px;
      color: #8D98A6;
      text-transform: uppercase; }
      /* line 261, ../sass/login.scss */
      .breadcrumbs li a:after {
        content: '';
        display: inline-block;
        margin-left: 9px;
        width: 5px;
        height: 7px;
        background: url(../img/crumb.svg) no-repeat center center;
        background-size: contain;
        position: relative;
        top: 1px; }
    /* line 274, ../sass/login.scss */
    .breadcrumbs li:last-child a:after {
      display: none; }

/* line 281, ../sass/login.scss */
.blog-nav .text p {
  margin-bottom: 20px; }
  /* line 283, ../sass/login.scss */
  .blog-nav .text p:last-child {
    margin-bottom: 0; }

/* line 289, ../sass/login.scss */
h1 + .blog-nav {
  margin-top: 15px; }

/* line 294, ../sass/login.scss */
.forgot p {
  margin-top: 30px; }

/* line 298, ../sass/login.scss */
.forgot-wrap {
  padding: 30px;
  background: #F9F8FC;
  margin: 30px 0; }
  /* line 302, ../sass/login.scss */
  .forgot-wrap p {
    line-height: 18px; }
  /* line 306, ../sass/login.scss */
  .forgot-wrap + .two-btn .btn {
    width: auto;
    min-width: 240px; }
    /* line 309, ../sass/login.scss */
    .forgot-wrap + .two-btn .btn.btn-dark {
      background: #195054;
      min-width: 180px; }

@media screen and (max-width: 1200px) {
  /* line 318, ../sass/login.scss */
  .lg-info {
    left: 0; } }
@media screen and (max-width: 1060px) {
  /* line 324, ../sass/login.scss */
  .up {
    right: 15px;
    top: 10px; } }
@media screen and (max-width: 767px) {
  /* line 337, ../sass/login.scss */
  .rev-captcha .captcha-inp {
    padding-left: 0; }

  /* line 340, ../sass/login.scss */
  .rev-captcha .captcha-img {
    margin-top: 15px;
    display: block;
    margin-left: -15px; } }
@media screen and (max-width: 650px) {
  /* line 348, ../sass/login.scss */
  .login.login-desc {
    display: none; }

  /* line 351, ../sass/login.scss */
  .login.login-mobile {
    display: block; }

  /* line 354, ../sass/login.scss */
  .login-wrap {
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 30px; }
    /* line 359, ../sass/login.scss */
    .login-wrap .login-form {
      margin: 0 auto;
      width: 80%; }
    /* line 363, ../sass/login.scss */
    .login-wrap a {
      float: none;
      display: block; }

  /* line 368, ../sass/login.scss */
  .blog-nav {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 372, ../sass/login.scss */
  .copyright .flex {
    flex-direction: column; }
    /* line 374, ../sass/login.scss */
    .copyright .flex ul {
      margin-top: 10px; } }
/* line 381, ../sass/login.scss */
.forgot {
  margin-top: 15px; }
  /* line 384, ../sass/login.scss */
  .forgot form .btn {
    margin-top: 10px; }
  /* line 387, ../sass/login.scss */
  .forgot form a {
    margin-top: 22px;
    text-decoration: underline;
    display: block; }
  /* line 393, ../sass/login.scss */
  .forgot + .two-btn {
    margin-top: 20px; }

@media screen and (max-width: 480px) {
  /* line 399, ../sass/login.scss */
  .subscribe form {
    flex-direction: column;
    justify-content: center; }
    /* line 402, ../sass/login.scss */
    .subscribe form .btn.btn-white {
      width: 180px !important;
      margin: 15px auto 0; }

  /* line 408, ../sass/login.scss */
  .subscribe .form-group {
    width: 100%; }

  /* line 413, ../sass/login.scss */
  .forgot-wrap + .two-btn .btn {
    display: block;
    width: 100% !important;
    margin-bottom: 15px; } }
/* line 1, ../sass/rev.scss */
.review {
  margin-top: 40px; }
  /* line 4, ../sass/rev.scss */
  .review .rev-date div {
    display: inline-block;
    margin-right: 15px;
    font-size: 10px;
    color: #8D98A6;
    text-transform: uppercase; }
  /* line 13, ../sass/rev.scss */
  .review .flex span {
    font-size: 10px;
    color: #8D98A6;
    text-transform: uppercase;
    padding-top: 7px; }
  /* line 20, ../sass/rev.scss */
  .review section {
    margin-bottom: -1px;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #f2f2f2; }
    /* line 24, ../sass/rev.scss */
    .review section p {
      line-height: 18px;
      padding-bottom: 15px; }

/* line 30, ../sass/rev.scss */
.review-edit {
  margin-top: 35px; }
  /* line 32, ../sass/rev.scss */
  .review-edit form {
    margin-top: 50px; }
    /* line 34, ../sass/rev.scss */
    .review-edit form p {
      padding-bottom: 10px; }
    /* line 37, ../sass/rev.scss */
    .review-edit form label {
      padding-left: 0; }
  /* line 41, ../sass/rev.scss */
  .review-edit .rev-wrap {
    margin-top: 20px;
    padding: 35px 15px 15px;
    margin-bottom: 20px;
    border-top: 1px solid #F2F2f2;
    border-bottom: 1px solid #f2f2f2; }
    /* line 47, ../sass/rev.scss */
    .review-edit .rev-wrap.flex {
      justify-content: flex-start; }

/* line 52, ../sass/rev.scss */
.rev-col {
  margin-right: 70px;
  width: 280px;
  color: #4f4f4f; }
  /* line 56, ../sass/rev.scss */
  .rev-col + .rev-col {
    margin-right: 0;
    width: 230px; }

/* line 61, ../sass/rev.scss */
.review-message {
  padding: 24px 20px 20px 50px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #111C2D;
  position: relative; }

/* line 69, ../sass/rev.scss */
.review-succes {
  background: rgba(201, 226, 186, 0.2);
  display: none; }
  /* line 72, ../sass/rev.scss */
  .review-succes:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 11px;
    position: absolute;
    left: 22px;
    top: 25px;
    background: url("../img/rev-ok.svg") no-repeat;
    background-size: cover; }

/* line 85, ../sass/rev.scss */
.review-error {
  display: none;
  background: rgba(255, 15, 58, 0.1); }
  /* line 88, ../sass/rev.scss */
  .review-error:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 22px;
    top: 25px;
    background: url("../img/rev-no.svg") no-repeat;
    background-size: cover; }

/* line 101, ../sass/rev.scss */
.rev-captcha {
  margin-top: 35px; }

/* line 107, ../sass/rev.scss */
.review .captcha-label {
  padding-left: 0; }

/* line 111, ../sass/rev.scss */
.review button {
  margin-top: 30px !important; }

@media screen and (max-width: 990px) {
  /* line 117, ../sass/rev.scss */
  .rev-col + .rev-col {
    width: 280px; }

  /* line 120, ../sass/rev.scss */
  .rev-col {
    margin-right: 0; } }
@media screen and (max-width: 374px) {
  /* line 128, ../sass/rev.scss */
  .login-form .btn,
  .review-edit .btn {
    width: 100%; }

  /* line 132, ../sass/rev.scss */
  .rev-col .rev-rating.flex {
    flex-direction: column; }
    /* line 134, ../sass/rev.scss */
    .rev-col .rev-rating.flex .rating {
      margin-top: 10px;
      margin-left: 0; }

  /* line 139, ../sass/rev.scss */
  .review .captcha .captcha-inp {
    float: none;
    margin-bottom: 10px;
    width: 100%; } }
/* line 1, ../sass/prod.scss */
.category-p .product a:after {
  display: none; }

/* line 5, ../sass/prod.scss */
.category-p {
  margin-top: 30px; }

/* line 9, ../sass/prod.scss */
.product-nav {
  padding: 18px 0 18px 30px;
  border-top: 1px solid #F9F8FC;
  border-bottom: 1px solid #F9F8FC;
  margin-bottom: 15px; }
  /* line 14, ../sass/prod.scss */
  .product-nav span {
    padding-right: 10px; }
  /* line 17, ../sass/prod.scss */
  .product-nav a {
    text-decoration: underline; }
    /* line 19, ../sass/prod.scss */
    .product-nav a:hover, .product-nav a:visited {
      text-decoration: none; }
  /* line 23, ../sass/prod.scss */
  .product-nav .product-nav-wrap {
    display: none;
    margin-top: 25px; }
    /* line 26, ../sass/prod.scss */
    .product-nav .product-nav-wrap a {
      display: block;
      margin-bottom: 15px;
      line-height: 18px; }
      /* line 30, ../sass/prod.scss */
      .product-nav .product-nav-wrap a:last-child {
        margin-bottom: 0; }

/* line 38, ../sass/prod.scss */
.product-nav-link {
  position: relative; }
  /* line 40, ../sass/prod.scss */
  .product-nav-link.active-nl:after {
    transform: rotate(180deg); }
  /* line 43, ../sass/prod.scss */
  .product-nav-link:after {
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    background: url("../img/arrow_b.svg") no-repeat;
    position: absolute;
    right: -21px;
    top: 7px;
    background-size: cover; }

@media screen and (max-width: 650px) {
  /* line 56, ../sass/prod.scss */
  .product-nav {
    padding-left: 0; } }
/* line 1, ../sass/trial.scss */
.trial {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #d6ebff;
  width: 100%;
  background: -moz-linear-gradient(top, #d6ebff 0%, #f7fbff 100%);
  background: -webkit-linear-gradient(top, #d6ebff 0%, #f7fbff 100%);
  background: linear-gradient(to bottom, #d6ebff 0%, #f7fbff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6ebff', endColorstr='#f7fbff',GradientType=0 );
  padding: 40px 30px;
  border-radius: 10px;
  margin-bottom: 30px; }
  /* line 14, ../sass/trial.scss */
  .trial b {
    font-family: "fsalbert-e", sans-serif;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 38px;
    font-weight: 700; }
  /* line 21, ../sass/trial.scss */
  .trial p {
    font-size: 20px;
    text-transform: uppercase;
    color: #8D98A6;
    font-weight: 600;
    margin-top: 15px; }
  /* line 28, ../sass/trial.scss */
  .trial img {
    max-width: 283px;
    margin-left: 15px;
    width: 100%; }
  /* line 33, ../sass/trial.scss */
  .trial a.btn {
    width: 200px;
    background: #FF0040;
    margin: 35px 0 0; }

/* line 39, ../sass/trial.scss */
.trial-info img {
  display: none; }

@media screen and (max-width: 1200px) {
  /* line 44, ../sass/trial.scss */
  .trial-info img {
    display: block;
    margin: auto; }

  /* line 48, ../sass/trial.scss */
  .trial-info + img {
    display: none; }

  /* line 51, ../sass/trial.scss */
  .trial-info {
    text-align: center;
    width: 100%; }
    /* line 54, ../sass/trial.scss */
    .trial-info br {
      display: none; } }
/* line 1, ../sass/cookie.scss */
.cook-box {
  position: fixed;
  z-index: 99998;
  bottom: 0;
  width: 100%;
  padding: 25px 15px;
  background: #021327; }
  /* line 8, ../sass/cookie.scss */
  .cook-box p {
    color: #fff;
    font-size: 12px; }
  /* line 12, ../sass/cookie.scss */
  .cook-box .flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center; }
  /* line 18, ../sass/cookie.scss */
  .cook-box a {
    color: #00BBF0;
    text-decoration: underline;
    padding-right: 20px; }
  /* line 23, ../sass/cookie.scss */
  .cook-box .cook-btn {
    padding: 9px 30px;
    min-width: 100px;
    border-radius: 15px;
    background: #00BBF0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 12px; }

/*
footer .container .up {
	top: auto  !important;
	right: 60px !important;
	bottom: 30px  !important;
	position: fixed !important;
}
*/
@media screen and (max-width: 1200px) and (min-width: 992px) {
  /* line 44, ../sass/cookie.scss */
  .f-visa, .f-master, .f-amex, .f-diners {
    width: 38px !important; }

  /* line 47, ../sass/cookie.scss */
  .f-bleue, .f-bitcoin {
    width: 44px !important; }

  /* line 50, ../sass/cookie.scss */
  .f-local {
    min-width: 38px !important;
    max-width: 80px !important;
    height: 24px !important;
    object-fit: contain; }

  /* line 56, ../sass/cookie.scss */
  .f-jcb {
    width: 31px !important; }

  /* line 59, ../sass/cookie.scss */
  .f-discover {
    width: 42px !important; } }
@media screen and (min-width: 992px) {
  /* line 65, ../sass/cookie.scss */
  .nav-tabs > li {
    display: block !important; }
    /* line 67, ../sass/cookie.scss */
    .nav-tabs > li span {
      display: none; } }
@media screen and (max-width: 991px) {
  /* line 74, ../sass/cookie.scss */
  .nav-tabs > li a img {
    display: inline-block; }

  /* line 77, ../sass/cookie.scss */
  .nav-tabs > li b {
    display: block;
    width: 118px;
    text-align: center;
    margin-right: 33px; }
    /* line 82, ../sass/cookie.scss */
    .nav-tabs > li b img {
      margin-right: 0; }

  /* line 86, ../sass/cookie.scss */
  .nav-tabs > li:first-child {
    margin-left: 0 !important; }

  /* line 89, ../sass/cookie.scss */
  .f-visa, .f-master, .f-amex {
    width: 50px; }

  /* line 92, ../sass/cookie.scss */
  .f-bleue {
    width: 69px; }

  /* line 95, ../sass/cookie.scss */
  .f-local {
    min-width: 50px;
    max-width: 100px;
    height: 34px;
    object-fit: contain; }

  /* line 101, ../sass/cookie.scss */
  .f-jcb {
    width: 41px; }

  /* line 104, ../sass/cookie.scss */
  .f-discover {
    width: 50px; }

  /* line 107, ../sass/cookie.scss */
  .f-bitcoin {
    width: 65px; }

  /* line 110, ../sass/cookie.scss */
  .f-diner {
    width: 50px; }

  /*
  footer .container .up {
  	bottom: 5px !important;
  	right: 15px !important;
  }
  */
  /* line 120, ../sass/cookie.scss */
  .cook-box p {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    line-height: 16px; }
  /* line 126, ../sass/cookie.scss */
  .cook-box a {
    padding-right: 0; }

  /* line 130, ../sass/cookie.scss */
  .nav-tabs > li {
    width: 100%;
    text-align: left;
    margin-bottom: -1px !important; }
    /* line 134, ../sass/cookie.scss */
    .nav-tabs > li:hover {
      background: #EFF7F8; }

  /* line 138, ../sass/cookie.scss */
  .nav-tabs > li a span {
    display: block;
    margin-left: 15px;
    color: #000; }

  /* line 143, ../sass/cookie.scss */
  .nav-tabs > li a {
    display: flex;
    align-items: center;
    justify-content: space-between; }

  /* line 148, ../sass/cookie.scss */
  .nav-tabs > li.active > a {
    border: none !important;
    position: relative; }
    /* line 151, ../sass/cookie.scss */
    .nav-tabs > li.active > a:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -3px;
      right: 15px;
      width: 10px;
      height: 6px;
      background: url("../img/arrow-pay.svg") no-repeat;
      background-size: cover; }

  /* line 164, ../sass/cookie.scss */
  .nav-tabs > li {
    display: none;
    border: 1px solid #e0e0e0 !important;
    border-bottom: none;
    transition: visibility .4s;
    margin-bottom: 0; }

  /* line 171, ../sass/cookie.scss */
  .nav-tabs > li > a:hover {
    border-bottom: none !important; }

  /* line 174, ../sass/cookie.scss */
  .nav-tabs > li > a {
    border: none !important;
    margin-bottom: 0 !important; }

  /* line 179, ../sass/cookie.scss */
  .nav-tabs {
    position: relative;
    padding-top: 55px;
    border-radius: 3px;
    border-bottom: none !important; }

  /* line 185, ../sass/cookie.scss */
  .nav-tabs > li.active {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important; } }
/* line 1, ../sass/dash.scss */
.dash-close {
  display: none;
  color: #FF3332;
  text-decoration: underline;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer; }

/* line 12, ../sass/dash.scss */
.dash-table .dash-info.active + tr td.dash-info-more {
  display: table-cell; }
/* line 17, ../sass/dash.scss */
.dash-table td.dash-info-more {
  display: none;
  width: 100% !important;
  padding: 0 !important; }
  /* line 20, ../sass/dash.scss */
  .dash-table td.dash-info-more table {
    width: 100%; }
    /* line 22, ../sass/dash.scss */
    .dash-table td.dash-info-more table tr td {
      border-top: none !important; }
      /* line 24, ../sass/dash.scss */
      .dash-table td.dash-info-more table tr td:first-child {
        font-weight: 400;
        color: #828282; }
      /* line 28, ../sass/dash.scss */
      .dash-table td.dash-info-more table tr td:last-child {
        color: #111316; }

/* line 37, ../sass/dash.scss */
.dash-info.active td {
  background: #fff !important; }
/* line 38, ../sass/dash.scss */
.dash-info.active .dash-close {
  display: block; }
/* line 41, ../sass/dash.scss */
.dash-info.active a.d-i-link {
  display: none; }

/* line 45, ../sass/dash.scss */
.dash-order {
  margin-bottom: 45px; }
  /* line 47, ../sass/dash.scss */
  .dash-order .red {
    color: #FF0040; }
  /* line 50, ../sass/dash.scss */
  .dash-order .table {
    margin-bottom: 20px; }
    /* line 53, ../sass/dash.scss */
    .dash-order .table .t-center {
      text-align: center; }
  /* line 58, ../sass/dash.scss */
  .dash-order .dash-table.table thead {
    background: #F8F8F8; }
    /* line 60, ../sass/dash.scss */
    .dash-order .dash-table.table thead th {
      color: #A7AFBA; }
  /* line 65, ../sass/dash.scss */
  .dash-order .dash-table.table thead th:last-child {
    text-align: right; }
    /* line 67, ../sass/dash.scss */
    .dash-order .dash-table.table thead th:last-child a {
      color: #00BBF0;
      font-size: 16px;
      font-weight: 400;
      text-decoration: underline;
      text-transform: none; }
  /* line 77, ../sass/dash.scss */
  .dash-order .dash-table.table td {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
    /* line 80, ../sass/dash.scss */
    .dash-order .dash-table.table td:first-child {
      width: 30%; }
    /* line 83, ../sass/dash.scss */
    .dash-order .dash-table.table td table td:first-child {
      width: 30%; }
  /* line 89, ../sass/dash.scss */
  .dash-order .total {
    margin: -10px 0 30px; }
  /* line 92, ../sass/dash.scss */
  .dash-order td:first-child {
    color: #4f4f4f; }
  /* line 95, ../sass/dash.scss */
  .dash-order td:last-child {
    font-weight: 700; }
    /* line 97, ../sass/dash.scss */
    .dash-order td:last-child a {
      font-weight: 400; }
    /* line 100, ../sass/dash.scss */
    .dash-order td:last-child.link {
      color: #63BD1A; }
      /* line 102, ../sass/dash.scss */
      .dash-order td:last-child.link a {
        font-weight: 700; }
  /* line 108, ../sass/dash.scss */
  .dash-order td a {
    text-decoration: underline; }

/* line 113, ../sass/dash.scss */
.dash-name {
  margin-bottom: 60px; }

/* line 116, ../sass/dash.scss */
.welcome {
  color: #828282;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px; }
  /* line 121, ../sass/dash.scss */
  .welcome b {
    color: #333333; }

/* line 126, ../sass/dash.scss */
.logout {
  display: flex;
  align-items: center; }

/* line 132, ../sass/dash.scss */
.logout a {
  padding-left: 10px; }

/* line 135, ../sass/dash.scss */
.logo-dashboard {
  width: 250px; }

/* line 139, ../sass/dash.scss */
.dash-hide {
  padding: 30px 20px;
  margin-bottom: 15px; }
  /* line 143, ../sass/dash.scss */
  .dash-hide .flex {
    justify-content: flex-start; }
  /* line 146, ../sass/dash.scss */
  .dash-hide table {
    min-width: 290px; }
    /* line 149, ../sass/dash.scss */
    .dash-hide table td {
      padding-bottom: 17px; }
    /* line 152, ../sass/dash.scss */
    .dash-hide table th {
      padding-bottom: 25px;
      font-family: "fsalbert-b", sans-serif;
      font-size: 16px; }
    /* line 157, ../sass/dash.scss */
    .dash-hide table + table {
      margin-left: 30px; }

/* line 163, ../sass/dash.scss */
.cart-table.cart-order thead {
  background: #F9F9F9;
  color: #A7AFBA;
  font-size: 14px;
  text-transform: uppercase; }
/* line 169, ../sass/dash.scss */
.cart-table.cart-order td:first-child {
  color: #4F4F4F; }
/* line 173, ../sass/dash.scss */
.cart-table.cart-order td small {
  display: block;
  text-decoration: none !important; }

/* line 179, ../sass/dash.scss */
.dash-order .table .t-price .old {
  text-decoration: none; }
  /* line 181, ../sass/dash.scss */
  .dash-order .table .t-price .old i {
    text-decoration: line-through;
    font-style: normal; }

/* line 186, ../sass/dash.scss */
.notification-w {
  position: fixed;
  z-index: 9999999;
  top: 15px;
  left: 115px;
  background: #fff;
  box-shadow: 0 4px 19px rgba(7, 49, 77, 0.3);
  width: 521px;
  font-size: 14px; }
  /* line 195, ../sass/dash.scss */
  .notification-w figure {
    width: 180px;
    height: 148px; }
    /* line 198, ../sass/dash.scss */
    .notification-w figure img {
      width: 100%; }
  /* line 202, ../sass/dash.scss */
  .notification-w .notif-w {
    padding: 40px 40px 30px 20px;
    width: calc(100% - 180px); }
    /* line 205, ../sass/dash.scss */
    .notification-w .notif-w .flex {
      justify-content: flex-end; }
  /* line 209, ../sass/dash.scss */
  .notification-w p {
    color: #000;
    line-height: 18px; }
  /* line 213, ../sass/dash.scss */
  .notification-w i {
    color: #00BBF0;
    display: block;
    line-height: 18px;
    margin-top: 4px;
    font-weight: 500;
    margin-bottom: 20px; }
  /* line 221, ../sass/dash.scss */
  .notification-w a {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 10px;
    border-radius: 3px;
    min-width: 100px;
    text-align: center;
    box-sizing: border-box;
    font-weight: 500; }
    /* line 231, ../sass/dash.scss */
    .notification-w a.notif-no {
      background: none;
      color: #C4C4C4; }
      /* line 234, ../sass/dash.scss */
      .notification-w a.notif-no:hover {
        color: #b0b0b0; }
    /* line 238, ../sass/dash.scss */
    .notification-w a.notif-yes {
      background: #00BBF0;
      color: #fff;
      margin-left: 15px;
      border-radius: 18px; }
      /* line 243, ../sass/dash.scss */
      .notification-w a.notif-yes:hover {
        background: #009bc7; }

@media screen and (min-width: 1441px) {
  /* line 252, ../sass/dash.scss */
  .notification-w {
    left: 230px; } }
@media screen and (max-width: 1200px) {
  /* line 258, ../sass/dash.scss */
  .logout {
    display: block; }
    /* line 260, ../sass/dash.scss */
    .logout a {
      padding-left: 0;
      padding-top: 5px; }

  /* line 265, ../sass/dash.scss */
  .dash-link {
    width: calc(50% - 15px); }

  /* line 268, ../sass/dash.scss */
  .dash-order .total {
    padding-right: 20px; } }
@media screen and (max-width: 992px) {
  /* line 274, ../sass/dash.scss */
  .dash-hide table {
    width: 100%;
    margin-bottom: 30px; }
    /* line 277, ../sass/dash.scss */
    .dash-hide table + table {
      margin-left: 0;
      margin-bottom: 0; }

  /* line 283, ../sass/dash.scss */
  .notification-w {
    left: 30px; } }
@media screen and (max-width: 880px) {
  /* line 288, ../sass/dash.scss */
  .table .dash-info {
    justify-content: space-between; }
    /* line 290, ../sass/dash.scss */
    .table .dash-info td:nth-child(3), .table .dash-info td:nth-child(5) {
      text-align: right; }
    /* line 293, ../sass/dash.scss */
    .table .dash-info td:nth-child(2) {
      text-align: center; }
    /* line 296, ../sass/dash.scss */
    .table .dash-info td {
      width: 33.333333%; }
    /* line 299, ../sass/dash.scss */
    .table .dash-info td:nth-child(5), .table .dash-info td:nth-child(4) {
      width: 50%;
      padding-top: 0 !important; }
    /* line 303, ../sass/dash.scss */
    .table .dash-info td:nth-child(4) {
      text-align: left; }

  /* line 307, ../sass/dash.scss */
  .dash-info {
    border-bottom: 1px solid #F3F3F3; }
    /* line 309, ../sass/dash.scss */
    .dash-info + tr table {
      border-bottom: 1px solid #f3f3f3; }

  /* line 315, ../sass/dash.scss */
  .dash-info-more table tr {
    border: none; }

  /* line 318, ../sass/dash.scss */
  .table.dash-table td:first-child, .table.dash-table td:first-child + .t-hide + td, .table.dash-table td:first-child + td {
    padding-bottom: 0 !important; }

  /* line 321, ../sass/dash.scss */
  .dash-close {
    margin-left: auto;
    margin-right: 0; }

  /* line 326, ../sass/dash.scss */
  .table.dash-table th {
    width: 100%; }
    /* line 328, ../sass/dash.scss */
    .table.dash-table th.t-hide {
      display: none !important; }

  /* line 333, ../sass/dash.scss */
  .dash-info {
    justify-content: space-between; }
    /* line 335, ../sass/dash.scss */
    .dash-info td:nth-child(even) {
      text-align: right; }

  /* line 342, ../sass/dash.scss */
  .dash-table .dash-info.active-mobile + tr td.dash-info-more, .dash-table.table .dash-info.active + tr td.dash-info-more {
    display: table-cell;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    /* line 347, ../sass/dash.scss */
    .dash-table .dash-info.active-mobile + tr td.dash-info-more table tr, .dash-table.table .dash-info.active + tr td.dash-info-more table tr {
      border: none; }
      /* line 349, ../sass/dash.scss */
      .dash-table .dash-info.active-mobile + tr td.dash-info-more table tr:last-child, .dash-table.table .dash-info.active + tr td.dash-info-more table tr:last-child {
        padding-bottom: 15px; }
    /* line 353, ../sass/dash.scss */
    .dash-table .dash-info.active-mobile + tr td.dash-info-more td, .dash-table.table .dash-info.active + tr td.dash-info-more td {
      padding-bottom: 8px !important;
      border: none;
      width: 100% !important; }
      /* line 357, ../sass/dash.scss */
      .dash-table .dash-info.active-mobile + tr td.dash-info-more td:last-child, .dash-table.table .dash-info.active + tr td.dash-info-more td:last-child {
        text-align: left !important;
        padding-top: 8px !important; }
      /* line 361, ../sass/dash.scss */
      .dash-table .dash-info.active-mobile + tr td.dash-info-more td:first-child, .dash-table.table .dash-info.active + tr td.dash-info-more td:first-child {
        padding-bottom: 0 !important; }

  /* line 369, ../sass/dash.scss */
  .dash-close-active .dash-close {
    display: block; }
  /* line 372, ../sass/dash.scss */
  .dash-close-active a {
    display: none; }

  /* line 376, ../sass/dash.scss */
  .dash-order .cart-order {
    border-top: 1px solid #F3F3F3; }
    /* line 378, ../sass/dash.scss */
    .dash-order .cart-order tr {
      border-bottom: 1px solid #F3F3F3; }

  /* line 382, ../sass/dash.scss */
  .dash-hide table td:first-child {
    padding-left: 0 !important; }

  /* line 385, ../sass/dash.scss */
  .cart-table.dash-table thead {
    display: block; }

  /* line 388, ../sass/dash.scss */
  .dash-order .t-price.t-small-left.t-left {
    width: 100%; }

  /* line 391, ../sass/dash.scss */
  .dash-order .cart-table td:last-child a {
    float: none; }

  /* line 394, ../sass/dash.scss */
  .dash-order .t-price.t-small-left.t-left {
    text-align: left !important;
    padding-top: 0; }

  /* line 399, ../sass/dash.scss */
  .dash-order .t-price.t-small-left.t-left span.old {
    float: left;
    margin-right: 10px; } }
@media screen and (max-width: 767px) {
  /* line 406, ../sass/dash.scss */
  .table-responsive {
    border: none !important; } }
@media screen and (max-width: 650px) {
  /* line 411, ../sass/dash.scss */
  .dash-order .btn {
    width: 100%; }

  /* line 414, ../sass/dash.scss */
  .dash-order .t-small-left small {
    top: -4px; }

  /* line 417, ../sass/dash.scss */
  .dash-order .total {
    text-align: left;
    border-color: #f2f2f2;
    padding-left: 15px; }

  /* line 422, ../sass/dash.scss */
  .dash-order .table-info {
    margin-bottom: 20px; }

  /* line 425, ../sass/dash.scss */
  .dash-order .dash-name-table {
    margin-bottom: 0; }

  /* line 428, ../sass/dash.scss */
  .dash-order .table {
    margin-bottom: 0; }

  /* line 431, ../sass/dash.scss */
  .dash-order .cart-table td:last-child a {
    float: none; }

  /* line 434, ../sass/dash.scss */
  .notification-w {
    width: calc(100% - 40px);
    left: 20px; }
    /* line 437, ../sass/dash.scss */
    .notification-w > .flex {
      display: block; }
    /* line 440, ../sass/dash.scss */
    .notification-w figure {
      margin: 0 auto; }
    /* line 443, ../sass/dash.scss */
    .notification-w .notif-w {
      width: 100%;
      padding-top: 10px;
      padding-right: 20px;
      text-align: center; }
      /* line 448, ../sass/dash.scss */
      .notification-w .notif-w .flex {
        justify-content: center; }

  /* line 453, ../sass/dash.scss */
  .dash-link {
    width: 100%; }

  /* line 457, ../sass/dash.scss */
  .dash-hide table {
    min-width: 100%; }
  /* line 460, ../sass/dash.scss */
  .dash-hide td:last-child {
    text-align: right; }

  /* line 465, ../sass/dash.scss */
  .dash-order .total {
    margin-top: 0; }
  /* line 468, ../sass/dash.scss */
  .dash-order .table.cart-table.dash-table td:last-child {
    width: 60%;
    margin-top: 0;
    text-align: right; }
  /* line 473, ../sass/dash.scss */
  .dash-order .table.cart-table.dash-table td:first-child {
    width: 40%; }
  /* line 476, ../sass/dash.scss */
  .dash-order .cart-table thead {
    display: block; }
  /* line 480, ../sass/dash.scss */
  .dash-order .cart-table.cart-order thead {
    display: none; }
  /* line 483, ../sass/dash.scss */
  .dash-order .cart-table.cart-order td:last-child {
    width: 100%;
    margin-top: 0; }

  /* line 489, ../sass/dash.scss */
  .dash-table td:nth-child(2) {
    font-size: 14px; } }
@media screen and (max-width: 374px) {
  /* line 495, ../sass/dash.scss */
  .dash-table td:nth-child(2) {
    font-size: 12px; } }
/* line 1, ../sass/promo.scss */
.bonus {
  position: relative;
  padding-left: 42px; }

/* line 7, ../sass/promo.scss */
.bonus:before {
  position: absolute;
  content: "";
  display: block;
  width: 32px;
  min-width: 32px;
  height: 37px;
  background: url("../img/bonus.png") no-repeat center center;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  left: 0;
  top: -8px; }

/* line 22, ../sass/promo.scss */
.table td.package-td select {
  padding: 6px 8px;
  border-color: #E0E0E0;
  width: 160px;
  outline: none;
  font-size: 12px; }

/* line 30, ../sass/promo.scss */
.t-center {
  text-align: center; }

/* line 34, ../sass/promo.scss */
.total-p {
  text-align: right; }
  /* line 35, ../sass/promo.scss */
  .total-p p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none; }
    /* line 41, ../sass/promo.scss */
    .total-p p + p {
      margin-bottom: 15px; }

/* line 49, ../sass/promo.scss */
.selectize .checkbox {
  margin-top: 0;
  margin-bottom: 0; }
  /* line 52, ../sass/promo.scss */
  .selectize .checkbox label {
    min-height: auto;
    width: 25px; }
  /* line 56, ../sass/promo.scss */
  .selectize .checkbox span b {
    padding-left: 10px; }

/* line 63, ../sass/promo.scss */
.border-box + .selectize {
  margin-top: 20px; }

/* line 68, ../sass/promo.scss */
.table .t-price.t-red {
  color: #FF0040; }

/* line 72, ../sass/promo.scss */
.promo {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

/* line 78, ../sass/promo.scss */
.promo-n {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
  font-family: "fsalbert-b", sans-serif; }

/* line 85, ../sass/promo.scss */
.promo-i {
  width: 100%;
  max-width: 475px; }
  /* line 88, ../sass/promo.scss */
  .promo-i .input-group {
    position: relative;
    margin-bottom: 0; }
    /* line 91, ../sass/promo.scss */
    .promo-i .input-group .input-group-addon {
      background: #fff; }

/* line 97, ../sass/promo.scss */
.promo .form-group {
  margin-bottom: 0; }
/* line 100, ../sass/promo.scss */
.promo button.btn {
  min-width: 100px;
  margin-top: 0;
  margin-left: 20px;
  margin-bottom: 0;
  text-transform: none;
  text-transform: uppercase; }
  /* line 107, ../sass/promo.scss */
  .promo button.btn:focus {
    outline: none; }
  /* line 110, ../sass/promo.scss */
  .promo button.btn:active {
    margin-top: 0; }

/* line 116, ../sass/promo.scss */
.promo-error.selectize {
  background: #F8F8F8; }
  /* line 118, ../sass/promo.scss */
  .promo-error.selectize .form-group .form-control {
    border-color: #FF2058 !important; }
  /* line 121, ../sass/promo.scss */
  .promo-error.selectize label {
    color: #ff2058 !important; }

/* line 128, ../sass/promo.scss */
.table .promo-td td .checkbox {
  margin-top: 0;
  margin-bottom: 0; }
  /* line 131, ../sass/promo.scss */
  .table .promo-td td .checkbox p {
    color: #4F4F4F; }
  /* line 134, ../sass/promo.scss */
  .table .promo-td td .checkbox label {
    width: 25px;
    min-height: auto;
    margin-bottom: 0;
    float: left; }

/* line 144, ../sass/promo.scss */
.total-p {
  text-align: right;
  color: #fff; }

/* line 149, ../sass/promo.scss */
.total.round.total-promo-wrap {
  padding: 25px 25px 20px;
  height: auto;
  margin: 0 0 20px; }
  /* line 153, ../sass/promo.scss */
  .total.round.total-promo-wrap span {
    padding: 0; }
  /* line 156, ../sass/promo.scss */
  .total.round.total-promo-wrap p {
    margin-bottom: 15px; }

/* line 162, ../sass/promo.scss */
.promo-error p {
  color: #FF3332;
  font-size: 12px;
  margin-left: 30px; }
/* line 167, ../sass/promo.scss */
.promo-error .input-group .input-group-addon i.num {
  background: url("../img/num-error.svg") no-repeat; }
/* line 170, ../sass/promo.scss */
.promo-error button.btn {
  background: #FF3332;
  padding-left: 10px;
  padding-right: 10px; }
  /* line 174, ../sass/promo.scss */
  .promo-error button.btn:hover {
    background: #ff0a09; }

/* line 183, ../sass/promo.scss */
.t-pad .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px; }
  /* line 187, ../sass/promo.scss */
  .t-pad .checkbox label {
    min-height: auto;
    width: auto;
    display: block;
    padding-left: 0; }
  /* line 193, ../sass/promo.scss */
  .t-pad .checkbox span {
    display: inline-block; }
/* line 198, ../sass/promo.scss */
.t-pad .promo .input-group {
  margin-bottom: 0; }
  /* line 200, ../sass/promo.scss */
  .t-pad .promo .input-group span {
    display: table-cell; }

/* line 206, ../sass/promo.scss */
td.td-promo {
  margin: 0;
  padding: 0;
  width: 100% !important; }
  /* line 210, ../sass/promo.scss */
  td.td-promo span {
    display: table-cell; }

/* line 214, ../sass/promo.scss */
.t-pad.t-promo {
  width: 100% !important; }

/* line 218, ../sass/promo.scss */
.table.promo-table {
  background: none;
  margin: 0; }
  /* line 221, ../sass/promo.scss */
  .table.promo-table td {
    border-radius: none !important;
    padding: 0 !important;
    border-bottom: none !important; }
    /* line 225, ../sass/promo.scss */
    .table.promo-table td:first-child {
      width: 62%; }
    /* line 228, ../sass/promo.scss */
    .table.promo-table td:last-child {
      width: 38%; }
    /* line 231, ../sass/promo.scss */
    .table.promo-table td b {
      color: #ff2058;
      font-weight: 700; }
  /* line 236, ../sass/promo.scss */
  .table.promo-table tbody tr:hover {
    background: none; }

/* line 242, ../sass/promo.scss */
.table-info + .promo-block {
  margin-top: -10px; }

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 250, ../sass/promo.scss */
  .bonus:before {
    background: url("../img/bonus@2x.png") no-repeat center center;
    background-size: cover; } }
@media screen and (max-width: 991px) {
  /* line 257, ../sass/promo.scss */
  .table.promo-table tr:last-child {
    border-bottom: none !important; }

  /* line 260, ../sass/promo.scss */
  .table.promo-table td:first-child, .table.promo-table td:first-child + .t-hide + td, .table.promo-table td:first-child + td {
    padding-bottom: 0 !important; }

  /* line 264, ../sass/promo.scss */
  .t-price.t-small-left.t-left .old {
    padding-right: 0; }
  /* line 267, ../sass/promo.scss */
  .t-price.t-small-left.t-left span {
    display: block; } }
@media screen and (max-width: 880px) {
  /* line 276, ../sass/promo.scss */
  td.package-td + td {
    padding-top: 0 !important; }

  /* line 279, ../sass/promo.scss */
  .t-center {
    text-align: left; }

  /* line 282, ../sass/promo.scss */
  .promo-i {
    max-width: 100%;
    float: none; }

  /* line 286, ../sass/promo.scss */
  .promo {
    display: block; }
    /* line 288, ../sass/promo.scss */
    .promo .promo-i {
      margin-bottom: 15px; }
    /* line 291, ../sass/promo.scss */
    .promo button.btn {
      margin-left: 0; }
    /* line 294, ../sass/promo.scss */
    .promo p {
      margin-left: 0;
      margin-top: 15px; }

  /* line 299, ../sass/promo.scss */
  .table tr.promo-td td.t-price.t-left {
    text-align: right !important;
    width: 100%; }

  /* line 303, ../sass/promo.scss */
  .table tr.promo-td td:last-child {
    display: none; }

  /* line 307, ../sass/promo.scss */
  .table.promo-table td {
    text-align: right;
    padding-bottom: 15px !important; }
    /* line 309, ../sass/promo.scss */
    .table.promo-table td:first-child {
      text-align: left; }

  /* line 315, ../sass/promo.scss */
  .table .promo-td .t-price {
    text-align: right !important; }

  /* line 319, ../sass/promo.scss */
  .table.check-table tr.insurance-td {
    justify-content: space-between; }
    /* line 322, ../sass/promo.scss */
    .table.check-table tr.insurance-td td:last-child {
      display: none; }
    /* line 325, ../sass/promo.scss */
    .table.check-table tr.insurance-td td.t-padd {
      width: 40% !important;
      min-width: auto; }
    /* line 329, ../sass/promo.scss */
    .table.check-table tr.insurance-td td:first-child {
      width: 60% !important; }
      /* line 331, ../sass/promo.scss */
      .table.check-table tr.insurance-td td:first-child.insurance-input {
        display: block !important;
        max-width: 100%;
        width: 100% !important; }
    /* line 337, ../sass/promo.scss */
    .table.check-table tr.insurance-td td.t-padd.t-price.t-left {
      padding-top: 20px !important;
      text-align: right !important; } }
@media screen and (max-width: 767px) {
  /* line 346, ../sass/promo.scss */
  .table.check-table tr:last-child td.t-price:nth-child(2) {
    padding-top: 15px !important; }

  /* line 349, ../sass/promo.scss */
  .table.check-table .promo-td .t-price {
    padding-top: 0 !important; }

  /* line 353, ../sass/promo.scss */
  .table.check-table .promo-td td:first-child {
    padding-bottom: 15px !important; }

  /* line 358, ../sass/promo.scss */
  .table.check-table.promo-table td:first-child {
    padding-bottom: 15px !important; }

  /* line 362, ../sass/promo.scss */
  .table.check-table td.promo-input-td {
    width: 100%; }

  /* line 365, ../sass/promo.scss */
  .table.check-table tr:last-child td.t-price.t-insurance:nth-child(2) {
    padding-top: 20px !important; } }
@media screen and (max-width: 650px) {
  /* line 371, ../sass/promo.scss */
  .promo-w, .grey.promo-w {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 375, ../sass/promo.scss */
  .promo-td-input {
    width: 100% !important; }
    /* line 377, ../sass/promo.scss */
    .promo-td-input button {
      margin-bottom: 15px; }

  /* line 382, ../sass/promo.scss */
  .box-border {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 388, ../sass/promo.scss */
  .promo button.btn {
    width: 100%; }
  /* line 391, ../sass/promo.scss */
  .promo .input-group, .promo .promo-input {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0; }

  /* line 399, ../sass/promo.scss */
  .check-table td.promo-td {
    padding-top: 0; }

  /* line 403, ../sass/promo.scss */
  .selectize .checkbox span {
    line-height: 18px; } }
@media screen and (max-width: 480px) {
  /* line 409, ../sass/promo.scss */
  .table tr.promo-td.promo-select td:first-child {
    width: 100%; }
  /* line 412, ../sass/promo.scss */
  .table tr.promo-td.promo-select td.package-td {
    width: 100%;
    padding-top: 20px !important; }
    /* line 415, ../sass/promo.scss */
    .table tr.promo-td.promo-select td.package-td select {
      width: 100%; } }
@media screen and (max-width: 374px) {
  /* line 423, ../sass/promo.scss */
  .selectize .checkbox span b {
    padding-left: 27px; }

  /* line 426, ../sass/promo.scss */
  .selectize.promo-error label {
    font-size: 10px; } }
/* line 99, ../sass/screen.scss */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  background: #fff; }

/* line 105, ../sass/screen.scss */
h1 {
  font-size: 40px;
  line-height: 42px;
  padding-bottom: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00BBF0; }

/* line 114, ../sass/screen.scss */
h2 {
  font-size: 20px;
  line-height: 24px;
  padding: 0 0 20px;
  color: #111316; }

/* line 121, ../sass/screen.scss */
h3 {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 15px;
  color: #111316; }

/* line 128, ../sass/screen.scss */
h1, h2, h3 {
  font-family: "fsalbert-b", sans-serif;
  text-transform: uppercase; }

/* line 129, ../sass/screen.scss */
h4 {
  font-family: "fsalbert-b", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #000; }

/* line 136, ../sass/screen.scss */
p {
  color: #8D98A6;
  line-height: 18px; }

/* line 137, ../sass/screen.scss */
a {
  color: #00BBF0;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  /* line 141, ../sass/screen.scss */
  a:hover {
    text-decoration: none;
    color: #00a7d7; }

@media screen and (min-width: 1200px) {
  /* line 145, ../sass/screen.scss */
  .container {
    width: 1140px; } }
/* line 149, ../sass/screen.scss */
.float-left, .float-right {
  margin-bottom: 1em;
  max-width: 50%;
  padding: 0 !important; }

/* line 155, ../sass/screen.scss */
.float-left {
  float: left;
  margin-right: 1em; }

/* line 160, ../sass/screen.scss */
.float-right {
  float: right;
  margin-left: 1em; }

/* line 165, ../sass/screen.scss */
.align-center {
  text-align: center; }

/* line 169, ../sass/screen.scss */
.float-left img, .float-right img {
  padding: 0 !important; }

/* line 173, ../sass/screen.scss */
.btn {
  text-align: center;
  font-size: 14px;
  color: #fff;
  min-width: 180px;
  background: #00BBF0;
  text-transform: uppercase;
  padding: 9px 30px 9px;
  font-weight: 500;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  /* line 188, ../sass/screen.scss */
  .btn:hover, .btn:focus, .btn:active {
    background: #0093bd;
    color: #fff; }
  /* line 192, ../sass/screen.scss */
  .btn.btn-mini {
    min-width: 105px;
    font-weight: 400;
    padding: 5px 0;
    margin: 0; }

/* line 199, ../sass/screen.scss */
footer .footer_bottom ul li a {
  font-size: 12px; }

/* line 202, ../sass/screen.scss */
footer .footer_bottom ul li {
  margin-right: 23px !important; }

/* line 206, ../sass/screen.scss */
.bg {
  position: relative; }
  /* line 208, ../sass/screen.scss */
  .bg:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 431px;
    background: #010207 url("../img/bg.png") no-repeat top center;
    -webkit-background-size: inherit;
    -o-background-size: inherit;
    background-size: inherit;
    top: 0;
    left: 0;
    z-index: -1; }

@media screen and (min-width: 1441px) {
  /* line 224, ../sass/screen.scss */
  .bg:after {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; } }
/* line 228, ../sass/screen.scss */
.bg h1 {
  padding: 65px 0 0; }

/* line 231, ../sass/screen.scss */
.bg.inner h1 {
  padding-bottom: 60px; }

/* line 233, ../sass/screen.scss */
.white {
  background: #FFF;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 35px 30px;
  position: relative;
  min-height: 650px; }
  /* line 240, ../sass/screen.scss */
  .white:before, .white:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 704px;
    top: 0; }
  /* line 248, ../sass/screen.scss */
  .white:before {
    left: -20px;
    background: url("../img/shadow_l.png") no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  /* line 253, ../sass/screen.scss */
  .white:after {
    right: -20px;
    background: url("../img/shadow_r.png") no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

/* line 260, ../sass/screen.scss */
form h1 {
  color: #111316; }

/* line 261, ../sass/screen.scss */
.text {
  font-size: 16px;
  margin-bottom: 30px; }
  /* line 262, ../sass/screen.scss */
  .text h4, .text h5, .text h6 {
    padding-bottom: 20px; }
  /* line 267, ../sass/screen.scss */
  .text ul {
    margin-left: 30px; }
  /* line 268, ../sass/screen.scss */
  .text p b {
    color: #8D98A6; }
  /* line 269, ../sass/screen.scss */
  .text p, .text ul {
    line-height: 20px;
    margin-bottom: 20px;
    color: #8D98A6; }
  /* line 270, ../sass/screen.scss */
  .text h2 {
    text-transform: uppercase;
    color: #111316; }
  /* line 271, ../sass/screen.scss */
  .text table, .text strong, .text figure, .text img, .text pre, .text small, .text sup, .text sub, .text dt, .text dd, .text dl {
    padding-bottom: 20px; }
  /* line 274, ../sass/screen.scss */
  .text p + h2, .text p + h3, .text ul + h2, .text ul + h3, .text ol + h3, .text ol + h2 {
    margin-top: 20px; }
  /* line 275, ../sass/screen.scss */
  .text li {
    padding-bottom: 13px;
    padding-left: 24px;
    position: relative; }
    /* line 276, ../sass/screen.scss */
    .text li:last-child {
      padding-bottom: 0; }
    /* line 277, ../sass/screen.scss */
    .text li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 6px;
      width: 5px;
      height: 5px;
      background: #00BBF0;
      -webkit-border-radius: 50%;
      border-radius: 50%; }

/* line 292, ../sass/screen.scss */
.flex-img {
  display: flex;
  align-items: start; }
  /* line 295, ../sass/screen.scss */
  .flex-img .img {
    width: 320px; }
  /* line 298, ../sass/screen.scss */
  .flex-img .img-l {
    margin-right: 15px; }
  /* line 301, ../sass/screen.scss */
  .flex-img .img-r {
    margin-left: 15px; }

/* line 306, ../sass/screen.scss */
.sale {
  background: url("../img/sale.svg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF;
  font-family: 'Roboto Condensed', sans-serif; }

/* line 313, ../sass/screen.scss */
.t-hide i {
  display: block;
  width: 21px;
  height: 14px;
  background: url("../img/v.svg") no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 320, ../sass/screen.scss */
.grey {
  background: #F9F9F9;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #A7AFBA; }
  /* line 325, ../sass/screen.scss */
  .grey h2 {
    padding: 20px 20px; }

/* line 329, ../sass/screen.scss */
.grey-top {
  margin-bottom: 20px; }

/* line 332, ../sass/screen.scss */
.table .grey h2 {
  padding: 0; }

/* line 333, ../sass/screen.scss */
.table-info {
  margin-bottom: 10px; }

/* line 334, ../sass/screen.scss */
.table {
  border-spacing: separate;
  width: 100%;
  margin-bottom: 30px;
  color: #111316;
  /*tr:hover {
  	background: #E5F9FF 
  	}*/ }
  /* line 338, ../sass/screen.scss */
  .table thead {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px; }
  /* line 339, ../sass/screen.scss */
  .table tr:first-child td {
    border-top: none; }
  /* line 340, ../sass/screen.scss */
  .table th {
    border-bottom: none !important; }
  /* line 343, ../sass/screen.scss */
  .table th, .table td {
    padding: 20px 20px 17px !important;
    vertical-align: middle !important;
    vertical-align: top !important; }
    /* line 347, ../sass/screen.scss */
    .table th:first-child, .table th.t-rad.l, .table td:first-child, .table td.t-rad.l {
      -webkit-border-radius: 10px 0 0 10px;
      border-radius: 10px 0 0 10px; }
    /* line 351, ../sass/screen.scss */
    .table th:last-child, .table th.t-rad-r, .table td:last-child, .table td.t-rad-r {
      -webkit-border-radius: 0 10px 10px 0;
      border-radius: 0 10px 10px 0; }
  /* line 356, ../sass/screen.scss */
  .table td {
    font-weight: 400; }
  /* line 360, ../sass/screen.scss */
  .table thead tr:hover {
    background: none; }
  /* line 363, ../sass/screen.scss */
  .table .t-show {
    display: none; }

/* line 365, ../sass/screen.scss */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-bottom: 1px solid #f2f2f2;
  border-top: none; }

/* line 369, ../sass/screen.scss */
.table {
  font-size: 16px; }
  /* line 371, ../sass/screen.scss */
  .table small {
    font-size: 10px;
    color: #FF0040;
    position: relative;
    top: -3px; }
  /* line 377, ../sass/screen.scss */
  .table span {
    display: none; }
  /* line 378, ../sass/screen.scss */
  .table .t-price {
    color: #FF0040;
    font-weight: 700; }
    /* line 379, ../sass/screen.scss */
    .table .t-price span {
      display: inherit; }
    /* line 384, ../sass/screen.scss */
    .table .t-price small {
      color: #111316;
      text-decoration: none; }
    /* line 388, ../sass/screen.scss */
    .table .t-price .old {
      color: #111316;
      font-weight: 400;
      text-decoration: line-through;
      padding-right: 25px; }

/* line 398, ../sass/screen.scss */
.table-confirm .table tr:hover {
  background: none; }

/* line 400, ../sass/screen.scss */
.panel-group {
  margin-top: 10px; }

/* line 401, ../sass/screen.scss */
.panel-group .panel + .panel {
  margin-top: 20px; }

/* line 402, ../sass/screen.scss */
.panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0; }
  /* line 409, ../sass/screen.scss */
  .panel .panel-heading {
    padding: 0;
    background: #fff; }
    /* line 413, ../sass/screen.scss */
    .panel .panel-heading .panel-title {
      color: #00BBF0;
      padding: 15px 20px;
      background: #fff;
      line-height: 20px;
      font-weight: 600;
      font-size: 16px;
      display: block;
      position: relative; }
      /* line 422, ../sass/screen.scss */
      .panel .panel-heading .panel-title:after {
        content: "";
        display: inline-block;
        width: 13px;
        height: 8px;
        background: url("../img/arrow-down-w.svg") no-repeat center center;
        position: absolute;
        top: 50%;
        right: 21px;
        margin-top: -4px;
        -webkit-background-size: 13px 8px;
        -o-background-size: 13px 8px;
        background-size: 13px 8px; }
      /* line 436, ../sass/screen.scss */
      .panel .panel-heading .panel-title.collapsed {
        background: #fff;
        color: #111316;
        border-bottom: 1px solid #f9f9f9; }
        /* line 440, ../sass/screen.scss */
        .panel .panel-heading .panel-title.collapsed:after {
          background: url("../img/arrow-down.svg") no-repeat center center;
          -webkit-box-sizing: cover;
          -moz-box-sizing: cover;
          box-sizing: cover; }
  /* line 449, ../sass/screen.scss */
  .panel .panel-body {
    padding: 22px 20px 0;
    border-top: 0 !important;
    background: #f9f9f9;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
    /* line 455, ../sass/screen.scss */
    .panel .panel-body p {
      font-size: 16px; }

/* line 462, ../sass/screen.scss */
.step {
  text-align: center;
  width: 100%;
  margin: 30px 0; }
  /* line 466, ../sass/screen.scss */
  .step li {
    display: block;
    float: left;
    width: 33.33333%;
    position: relative;
    color: #A7AFBA;
    border: 1px solid #f3f3f3;
    background: #fff;
    padding: 13px 0 0 0;
    text-transform: uppercase;
    text-align: center;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 481, ../sass/screen.scss */
    .step li span {
      display: inline-block; }
    /* line 482, ../sass/screen.scss */
    .step li span:before {
      content: "";
      display: block;
      float: left;
      margin-right: 11px;
      position: relative;
      top: -3px; }
    /* line 490, ../sass/screen.scss */
    .step li span span:before {
      display: none; }
    /* line 491, ../sass/screen.scss */
    .step li.active-step {
      background: #00BBF0;
      border-color: #00BBF0;
      color: #fff; }
    /* line 496, ../sass/screen.scss */
    .step li.step-1 {
      -webkit-border-top-left-radius: 20px;
      border-top-left-radius: 20px;
      -webkit-border-bottom-left-radius: 20px;
      border-bottom-left-radius: 20px; }
      /* line 501, ../sass/screen.scss */
      .step li.step-1 span:before {
        width: 22px;
        height: 20px;
        background: url("../img/step1.svg") no-repeat;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
      /* line 507, ../sass/screen.scss */
      .step li.step-1.active-step span:before {
        background: url("../img/step1_a.svg") no-repeat;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
    /* line 513, ../sass/screen.scss */
    .step li.step-2 span:before {
      top: -4px;
      width: 21px;
      height: 21px;
      background: url("../img/step2.svg") no-repeat;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    /* line 520, ../sass/screen.scss */
    .step li.step-2.active-step span:before {
      background: url("../img/step2_a.svg") no-repeat;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    /* line 525, ../sass/screen.scss */
    .step li.step-3 {
      -webkit-border-top-right-radius: 20px;
      border-top-right-radius: 20px;
      -webkit-border-bottom-right-radius: 20px;
      border-bottom-right-radius: 20px; }
      /* line 530, ../sass/screen.scss */
      .step li.step-3 span:before {
        width: 20px;
        height: 15px;
        background: url("../img/step3.svg") no-repeat;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
      /* line 536, ../sass/screen.scss */
      .step li.step-3.active-step span:before {
        background: url("../img/step3_a.svg") no-repeat;
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
      /* line 540, ../sass/screen.scss */
      .step li.step-3.error-step {
        background: #FF0040;
        color: #FFF;
        border-color: #FF0040; }
        /* line 544, ../sass/screen.scss */
        .step li.step-3.error-step span:before {
          width: 21px;
          height: 21px;
          background: url("../img/error.svg") no-repeat;
          -webkit-background-size: cover;
          -o-background-size: cover;
          background-size: cover; }

/* line 554, ../sass/screen.scss */
.form-group {
  margin-bottom: 20px;
  position: relative; }

/* line 557, ../sass/screen.scss */
form .form-group label {
  color: #A7AFBA;
  text-align: left !important;
  line-height: 14px;
  position: absolute;
  font-size: 14px;
  text-transform: uppercase;
  top: 14px;
  left: 15px;
  z-index: 998;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
/* line 569, ../sass/screen.scss */
form .active_label label {
  font-size: 10px;
  top: 5px;
  pointer-events: none; }
/* line 575, ../sass/screen.scss */
form .req:after {
  content: "*";
  position: absolute;
  font-size: 12px;
  color: #FF0040;
  right: -15px;
  top: 16px;
  z-index: 999; }
/* line 585, ../sass/screen.scss */
form label + .form-control {
  padding: 10px 15px 0 25px; }
/* line 588, ../sass/screen.scss */
form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  padding-left: 25px;
  font-weight: 700;
  color: #111316;
  border: 1px solid #F0EEF7; }
  /* line 596, ../sass/screen.scss */
  form .form-control:focus {
    border: 1px solid #00BBF0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 601, ../sass/screen.scss */
  form .form-control.textarea {
    height: auto;
    padding-top: 20px; }
/* line 606, ../sass/screen.scss */
form .radio label, form .checkbox label {
  font-size: 14px; }
/* line 607, ../sass/screen.scss */
form .radio label:after, form .checkbox label:after {
  content: none; }
/* line 608, ../sass/screen.scss */
form .has-success input {
  border: 1px solid #00BBF0 !important; }
/* line 609, ../sass/screen.scss */
form .has-error input {
  border: 1px solid #FFC2C2 !important;
  color: #FF0040 !important; }
/* line 610, ../sass/screen.scss */
form .hes-error {
  color: #FF0040 !important;
  text-transform: uppercase; }

/* line 615, ../sass/screen.scss */
.step + .clearfix {
  margin-bottom: 35px; }

/* line 616, ../sass/screen.scss */
.selectize {
  padding: 20px 25px 20px 25px;
  margin-top: -10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #E5F9FF; }
  /* line 626, ../sass/screen.scss */
  .selectize b {
    color: #111316; }
  /* line 627, ../sass/screen.scss */
  .selectize p {
    color: #4F4F4F;
    font-size: 16px; }

/* line 629, ../sass/screen.scss */
.border-box {
  font-size: 16px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 5px;
  margin-top: 20px; }

/* line 636, ../sass/screen.scss */
input[type=checkbox], input[type=radio] {
  margin: 1px 0 0 0;
  display: none; }

/* line 637, ../sass/screen.scss */
.checkbox label, .radio label {
  min-height: 25px; }

/* line 638, ../sass/screen.scss */
.radio {
  margin-left: 15px; }
  /* line 638, ../sass/screen.scss */
  .radio b {
    color: #111316; }

/* line 639, ../sass/screen.scss */
input[type=radio] + label {
  width: 100%;
  padding-left: 0; }
  /* line 642, ../sass/screen.scss */
  input[type=radio] + label:before {
    content: "";
    display: inline-block;
    float: LEFT;
    margin-right: 12px;
    height: 11px;
    position: relative;
    top: 3px;
    width: 10px;
    background: url("../img/check-1.svg") no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

/* line 657, ../sass/screen.scss */
input[type=radio]:checked + label:before {
  background: url("../img/check-2.svg") no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 663, ../sass/screen.scss */
input[type=checkbox] + label {
  padding-left: 25px;
  color: #333; }
  /* line 666, ../sass/screen.scss */
  input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    float: left;
    margin-left: -25px;
    width: 14px;
    height: 14px;
    border: 1px solid #BDBDBD;
    position: relative;
    top: 2px; }

/* line 679, ../sass/screen.scss */
input[type=checkbox]:checked + label:before {
  background: url("../img/ch.svg") no-repeat center center;
  -webkit-background-size: 11px 8px;
  -o-background-size: 11px 8px;
  background-size: 11px 8px; }

/* line 686, ../sass/screen.scss */
.total {
  margin: 20px 0 40px;
  padding: 25px 35px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  background: #00BBF0;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  /* line 696, ../sass/screen.scss */
  .total .price {
    font-size: 24px;
    margin-left: 13px;
    font-weight: 700; }

/* line 703, ../sass/screen.scss */
.two-btn {
  padding-bottom: 40px; }
  /* line 705, ../sass/screen.scss */
  .two-btn .btn-dark {
    float: left;
    background: #eff0f2;
    color: #8D98A6; }
    /* line 709, ../sass/screen.scss */
    .two-btn .btn-dark:hover {
      background: #e1e3e7; }
  /* line 714, ../sass/screen.scss */
  .two-btn button {
    float: right; }

/* line 717, ../sass/screen.scss */
.one-btn {
  margin: 20px 0 0; }

/* line 722, ../sass/screen.scss */
.who-radio span {
  color: #828282; }
/* line 723, ../sass/screen.scss */
.who-radio .radio {
  display: inline-block;
  margin-left: 13px; }
  /* line 726, ../sass/screen.scss */
  .who-radio .radio label {
    color: #333;
    font-size: 14px; }

/* line 729, ../sass/screen.scss */
.select {
  position: relative; }

/* line 732, ../sass/screen.scss */
.select:after {
  content: "";
  width: 10px;
  height: 6px;
  background: url("../img/select.svg") no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 742, ../sass/screen.scss */
select {
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important; }
  /* line 748, ../sass/screen.scss */
  select::-ms-expand {
    display: none; }

/* line 750, ../sass/screen.scss */
#numb-cart {
  width: 100%; }

/* line 752, ../sass/screen.scss */
.details {
  margin-top: 30px; }
  /* line 754, ../sass/screen.scss */
  .details .details-form {
    padding-left: 5px;
    padding-right: 5px; }
  /* line 758, ../sass/screen.scss */
  .details .check-add {
    margin: 12px 0 67px; }
    /* line 760, ../sass/screen.scss */
    .details .check-add label {
      color: #8D98A6; }

/* line 767, ../sass/screen.scss */
.pay-radio b {
  font-weight: 400; }
/* line 769, ../sass/screen.scss */
.pay-radio span:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 24px;
  margin-right: 11px;
  vertical-align: middle; }

/* line 778, ../sass/screen.scss */
.pay1:before, .pay2:before {
  top: 5px !important; }

/* line 779, ../sass/screen.scss */
.pay1 span:before {
  background: url("../img/Visa.png") no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 782, ../sass/screen.scss */
.pay2 span:before {
  background: url("../img/mastercard.png") no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* line 786, ../sass/screen.scss */
.form-visual label {
  width: 189px; }
/* line 787, ../sass/screen.scss */
.form-visual input {
  width: 189px !important;
  display: inline-block; }
/* line 788, ../sass/screen.scss */
.form-visual span {
  width: 21px;
  height: 21px;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 15px;
  background: url("../img/tooltip.svg") no-repeat;
  -webkit-box-sizing: cover;
  -moz-box-sizing: cover;
  box-sizing: cover; }

/* line 802, ../sass/screen.scss */
.confirm {
  margin: 0 0 40px;
  padding-top: 20px; }
  /* line 805, ../sass/screen.scss */
  .confirm h4 {
    margin-bottom: 20px; }

/* line 808, ../sass/screen.scss */
.table-confirm td:nth-child(2n+1) {
  color: #828282; }

/* line 812, ../sass/screen.scss */
.del {
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/grey-x.svg") no-repeat;
  margin-top: 4px; }

/* line 821, ../sass/screen.scss */
.prod h1 {
  padding-left: 15px; }

/* line 822, ../sass/screen.scss */
form .captcha .form-group {
  margin: 30px 0 10px; }
  /* line 824, ../sass/screen.scss */
  form .captcha .form-group label {
    font-size: 12px;
    line-height: 16px;
    float: left;
    text-transform: none;
    width: 149px;
    padding-top: 3px;
    position: relative;
    top: 0;
    margin-right: 15px;
    margin-left: -15px; }
  /* line 836, ../sass/screen.scss */
  form .captcha .form-group .captcha-inp {
    float: left;
    width: 190px;
    margin-right: 15px; }
  /* line 841, ../sass/screen.scss */
  form .captcha .form-group .captcha-img {
    position: relative;
    top: -8px; }
  /* line 845, ../sass/screen.scss */
  form .captcha .form-group .btn, form .captcha .form-group .btn:hover, form .captcha .form-group .btn:active, form .captcha .form-group .btn:focus {
    margin-top: 20px; }

/* line 849, ../sass/screen.scss */
.form-date {
  position: relative; }
  /* line 851, ../sass/screen.scss */
  .form-date .form-month, .form-date .form-year {
    position: relative;
    display: inline-block; }
  /* line 852, ../sass/screen.scss */
  .form-date .form-month {
    margin-right: 5px; }
  /* line 853, ../sass/screen.scss */
  .form-date .form-month select {
    width: 130px; }
  /* line 854, ../sass/screen.scss */
  .form-date .form-year select {
    width: 175px; }

/* line 856, ../sass/screen.scss */
.labels {
  font-size: 16px;
  color: #111316;
  margin-bottom: 7px; }

/* line 861, ../sass/screen.scss */
select {
  -webkit-appearance: none !important;
  background-image: url("../img/select.svg") !important;
  background-repeat: no-repeat;
  -webkit-background-size: 11px 6px !important;
  -o-background-size: 11px 6px !important;
  background-size: 11px 6px !important;
  background-position: right 10px center; }

/* line 870, ../sass/screen.scss */
.check-table {
  color: #4f4f4f; }
  /* line 873, ../sass/screen.scss */
  .check-table .ok {
    width: 21px;
    height: 14px;
    background: url("../img/ok.svg") no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: inline-block;
    float: right;
    position: relative;
    top: 3px;
    margin: 0 30px 0 0; }

/* line 887, ../sass/screen.scss */
.check-form .details h4 {
  padding: 20px 0 25px; }
/* line 890, ../sass/screen.scss */
.check-form .details .radio {
  margin-left: 24px;
  margin-top: 10px !important; }
/* line 894, ../sass/screen.scss */
.check-form .details.confirm {
  padding: 0 15px 15px 0; }
  /* line 896, ../sass/screen.scss */
  .check-form .details.confirm h2 {
    margin-bottom: 0; }
  /* line 897, ../sass/screen.scss */
  .check-form .details.confirm .checkbox {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 10px; }
    /* line 901, ../sass/screen.scss */
    .check-form .details.confirm .checkbox label {
      line-height: 20px;
      font-size: 16px;
      color: #8D98A6; }

/* line 908, ../sass/screen.scss */
.table-info.table-confirm.t-confirm td:last-child {
  font-weight: 700;
  padding-bottom: 15px !important; }
/* line 909, ../sass/screen.scss */
.table-info.table-confirm.t-confirm thead th {
  width: 100%; }

/* line 912, ../sass/screen.scss */
.table-info .price {
  color: #FF0040; }

/* line 913, ../sass/screen.scss */
.table-info.table-confirm.t-confirm .grey th {
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important; }
  /* line 916, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm .grey th h2 {
    margin-bottom: 0; }

/* line 919, ../sass/screen.scss */
.facture-forms {
  display: none; }

/* line 920, ../sass/screen.scss */
.nav-tabs {
  border-bottom: 1px solid #F0EEF7; }

/* line 921, ../sass/screen.scss */
.nav-tabs > li > a:hover {
  background: none;
  border: 1px solid #fff; }

/* line 922, ../sass/screen.scss */
.nav-tabs > li:first-child {
  margin-left: 15px; }

/* line 923, ../sass/screen.scss */
.zip {
  width: 175px !important; }

/*::-webkit-input-placeholder { 
	color: #828282
}
:-moz-placeholder { 
	color: #828282
}
input[type=text] {
	color: #828282; 
	}*/
/* line 934, ../sass/screen.scss */
.error {
  padding-left: 20px; }

/* line 936, ../sass/screen.scss */
form label.no-req:after {
  content: none; }

/* line 938, ../sass/screen.scss */
.tab-group .tab-title {
  padding: 20px 20px 0;
  color: #111316;
  font-size: 16px; }
/* line 943, ../sass/screen.scss */
.tab-group .tab-content {
  padding-bottom: 30px;
  border-bottom: 1px solid #F3F3F3; }

/* line 949, ../sass/screen.scss */
.f-tooltip {
  width: 21px;
  height: 21px;
  display: inline-block;
  position: absolute;
  right: -43px;
  top: 14px;
  background: url(../img/tooltip.svg) no-repeat;
  -webkit-box-sizing: cover;
  -moz-box-sizing: cover;
  box-sizing: cover; }

/* line 961, ../sass/screen.scss */
.tooltip {
  width: 200px; }
  /* line 963, ../sass/screen.scss */
  .tooltip .tooltip-arrow {
    border-right-color: #00BBF0 !important; }
  /* line 966, ../sass/screen.scss */
  .tooltip .tooltip-inner {
    background: #00BBF0;
    color: #FFF; }

/* line 971, ../sass/screen.scss */
.tab-pane .input-tab {
  position: relative; }
  /* line 973, ../sass/screen.scss */
  .tab-pane .input-tab.input-num {
    width: 150px; }

/* line 975, ../sass/screen.scss */
.tab-pane p {
  padding-left: 15px;
  font-size: 16px; }

/* line 976, ../sass/screen.scss */
.label-num {
  width: 150px; }

/* line 977, ../sass/screen.scss */
.tab-content .input-group.req:after {
  top: 13px; }

/* line 978, ../sass/screen.scss */
.pays-tab {
  margin-top: 20px; }

/* line 981, ../sass/screen.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: 1px solid #F0EEF7;
  border-bottom: 2px solid #fff;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px; }

/* line 989, ../sass/screen.scss */
.nav-tabs > li {
  margin-bottom: -4px; }
  /* line 991, ../sass/screen.scss */
  .nav-tabs > li a {
    height: 54px;
    margin-bottom: 3px; }
    /* line 994, ../sass/screen.scss */
    .nav-tabs > li a:hover {
      border-bottom: 1px solid #F0EEF7; }

/* line 999, ../sass/screen.scss */
.tab-pane {
  padding: 30px 5px 0;
  line-height: 18px; }

/* line 1004, ../sass/screen.scss */
.table .t-pad {
  max-width: 360px; }

/*.t-pills {display: none;}*/
/* line 1008, ../sass/screen.scss */
.table .t-price span {
  min-width: 80px; }

/* line 1009, ../sass/screen.scss */
.t-big-hide.t-price {
  opacity: 0; }

/* line 1013, ../sass/screen.scss */
.number {
  min-width: 95px;
  margin-top: -10px; }
  /* line 1016, ../sass/screen.scss */
  .number input {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield;
    width: 35px;
    text-align: center;
    background: none;
    border: none;
    font-weight: 600;
    position: relative;
    top: 0; }
    /* line 1027, ../sass/screen.scss */
    .number input:focus {
      outline: none; }
  /* line 1031, ../sass/screen.scss */
  .number span {
    position: relative;
    top: 8px;
    display: inline-block !important;
    color: #6A6B6D;
    font-size: 18px;
    width: 25px;
    height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer; }
    /* line 1044, ../sass/screen.scss */
    .number span.minus {
      background: url("../img/minus_input.svg") no-repeat;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
    /* line 1050, ../sass/screen.scss */
    .number span.plus {
      background: url("../img/plus_input.svg") no-repeat;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
  /* line 1057, ../sass/screen.scss */
  .number input::-webkit-outer-spin-button,
  .number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }

/* line 1066, ../sass/screen.scss */
.rating {
  margin-bottom: 20px; }
  /* line 1068, ../sass/screen.scss */
  .rating ul {
    margin-left: 0 !important; }
  /* line 1069, ../sass/screen.scss */
  .rating ul, .rating span {
    margin-bottom: 0;
    display: inline-block; }
  /* line 1070, ../sass/screen.scss */
  .rating li {
    width: 16px;
    height: 15px;
    background: url("../img/star.svg") no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: inline-block;
    padding: 0; }
    /* line 1079, ../sass/screen.scss */
    .rating li:before {
      content: none; }
    /* line 1080, ../sass/screen.scss */
    .rating li.r-full {
      background-position: 0 0; }
    /* line 1083, ../sass/screen.scss */
    .rating li.r-half {
      background-position: -18px 0; }
    /* line 1086, ../sass/screen.scss */
    .rating li.r-empty {
      background-position: -36px 0; }
    /* line 1089, ../sass/screen.scss */
    .rating li.r-half2 {
      background-position: -55px 0; }
  /* line 1093, ../sass/screen.scss */
  .rating span {
    font-size: 11px;
    margin-left: 15px;
    position: relative;
    top: -3px;
    color: #111316; }

/* line 1098, ../sass/screen.scss */
.table-info.table-confirm.t-confirm thead th {
  font-family: "fsalbert-b", sans-serif;
  font-size: 20px;
  color: #111316; }
/* line 1103, ../sass/screen.scss */
.table-info.table-confirm.t-confirm td:first-child {
  width: 40%; }
/* line 1106, ../sass/screen.scss */
.table-info.table-confirm.t-confirm td:last-child {
  width: 60%; }

/* line 1110, ../sass/screen.scss */
.methods-info img {
  margin-right: 11px;
  filter: grayscale(100%);
  -webkit-transition: all .4s;
  -moz-transition: all  .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  /* line 1118, ../sass/screen.scss */
  .methods-info img:hover {
    filter: grayscale(0%); }

/* line 1123, ../sass/screen.scss */
.f-visa, .f-master, .f-amex {
  width: 50px; }

/* line 1126, ../sass/screen.scss */
.f-bleue {
  width: 69px; }

/* line 1129, ../sass/screen.scss */
.f-local {
  min-width: 50px;
  max-width: 100px;
  height: 34px;
  object-fit: contain; }

/* line 1135, ../sass/screen.scss */
.f-jcb {
  width: 41px; }

/* line 1138, ../sass/screen.scss */
.f-discover {
  width: 50px; }

/* line 1141, ../sass/screen.scss */
.f-bitcoin {
  width: 65px; }

/* line 1144, ../sass/screen.scss */
.f-diner {
  width: 50px; }

/* line 1149, ../sass/screen.scss */
footer .f-visa, footer .f-master, footer .f-amex {
  width: 38px; }
/* line 1152, ../sass/screen.scss */
footer .f-bleue {
  width: 44px; }
/* line 1155, ../sass/screen.scss */
footer .f-local {
  min-width: 38px;
  max-width: 80px;
  height: 24px;
  object-fit: contain; }
/* line 1161, ../sass/screen.scss */
footer .f-jcb {
  width: 31px; }
/* line 1164, ../sass/screen.scss */
footer .f-discover {
  width: 42px; }

/*response*/
@media screen and (max-width: 1200px) {
  /* line 1172, ../sass/screen.scss */
  .category .category-wrap {
    position: relative;
    top: 10px; }

  /* line 1177, ../sass/screen.scss */
  .logo {
    margin-right: 0; }

  /* line 1178, ../sass/screen.scss */
  nav li a {
    padding-left: 12px;
    padding-right: 12px; }

  /* line 1179, ../sass/screen.scss */
  .table .t-price {
    min-width: 106px; }

  /* line 1182, ../sass/screen.scss */
  .form-date .form-month {
    width: calc(33% - 5px); }
    /* line 1184, ../sass/screen.scss */
    .form-date .form-month:last-child {
      margin-right: 0; }
    /* line 1185, ../sass/screen.scss */
    .form-date .form-month select {
      width: 100%; }

  /* line 1190, ../sass/screen.scss */
  .slide {
    height: 655px; }

  /* line 1193, ../sass/screen.scss */
  .nav-toogle {
    display: block;
    width: 27px;
    height: 17px;
    background: url("../img/menu_icon.svg") no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    float: right;
    position: relative;
    margin-top: 10px; }
    /* line 1202, ../sass/screen.scss */
    .nav-toogle.active {
      margin-top: 9px;
      width: 21px;
      height: 21px;
      background: url("../img/close_icon.svg") no-repeat;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      z-index: 999999; }

  /* line 1211, ../sass/screen.scss */
  .logo:before {
    width: 53px;
    height: 53px; }

  /* line 1215, ../sass/screen.scss */
  #menu {
    display: none;
    background: #FFF;
    position: absolute;
    right: 0;
    width: 340px;
    max-width: 340px;
    top: -20px;
    -webkit-box-shadow: -4px 0 20px rgba(0, 0, 0, 0.25);
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.25);
    z-index: 99997; }
    /* line 1225, ../sass/screen.scss */
    #menu nav {
      display: block;
      text-align: center;
      margin-top: 80px;
      padding-bottom: 100px; }
    /* line 1231, ../sass/screen.scss */
    #menu nav li {
      display: block;
      margin: 0 0 15px; }
      /* line 1234, ../sass/screen.scss */
      #menu nav li a {
        padding-left: 20px;
        padding-right: 20px; }
      /* line 1238, ../sass/screen.scss */
      #menu nav li .category-wrap {
        text-align: cetner;
        padding-left: 0;
        padding-right: 0; }
        /* line 1238, ../sass/screen.scss */
        #menu nav li .category-wrap li {
          margin: 0 15px; }
          /* line 1238, ../sass/screen.scss */
          #menu nav li .category-wrap li a {
            padding-left: 0;
            padding-right: 0; }
    /* line 1241, ../sass/screen.scss */
    #menu .category .category-wrap {
      left: 50%;
      margin-left: -85px;
      width: 170px; }
      /* line 1245, ../sass/screen.scss */
      #menu .category .category-wrap .flex {
        flex-direction: column; }
        /* line 1247, ../sass/screen.scss */
        #menu .category .category-wrap .flex ul {
          width: 100%;
          padding-bottom: 6px;
          border-bottom: 1px solid #6AD8F7;
          margin-bottom: 8px; }
          /* line 1252, ../sass/screen.scss */
          #menu .category .category-wrap .flex ul:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none; }
    /* line 1260, ../sass/screen.scss */
    #menu .service {
      display: none; }
    /* line 1261, ../sass/screen.scss */
    #menu .login {
      top: 10px;
      left: 15px;
      position: absolute; }
    /* line 1266, ../sass/screen.scss */
    #menu .cart {
      position: absolute;
      top: 10px;
      left: 60px; }
      /* line 1270, ../sass/screen.scss */
      #menu .cart .cart-name {
        width: auto;
        font-size: 14px;
        padding: 12px 20px 11px 49px; }
        /* line 1274, ../sass/screen.scss */
        #menu .cart .cart-name b {
          display: inline-block; }
        /* line 1275, ../sass/screen.scss */
        #menu .cart .cart-name:after {
          right: 7px;
          bottom: 16px; }
      /* line 1277, ../sass/screen.scss */
      #menu .cart .cart-wrap {
        left: -54px; }

  /* line 1280, ../sass/screen.scss */
  header .container {
    position: relative; }

  /* line 1281, ../sass/screen.scss */
  footer .footer_bottom .footer_logo {
    position: relative;
    left: 0; }

  /* line 1285, ../sass/screen.scss */
  footer .footer_bottom .methods-info {
    position: relative;
    right: 0;
    padding-bottom: 30px; }

  /* line 1290, ../sass/screen.scss */
  footer .footer_bottom ul {
    padding: 30px 0 45px; } }
@media screen and (max-width: 1024px) {
  /* line 1295, ../sass/screen.scss */
  .table > thead > tr > th {
    vertical-align: middle; }

  /* line 1296, ../sass/screen.scss */
  .captcha .captcha-inp {
    width: 130px;
    float: left; }

  /* line 1297, ../sass/screen.scss */
  .captcha .captcha-img {
    width: 130px; }

  /* line 1298, ../sass/screen.scss */
  .catalog .product {
    overflow: hidden; }

  /* line 1300, ../sass/screen.scss */
  .product .product-info ul {
    margin-left: -15px;
    margin-right: -15px; } }
@media screen and (max-width: 991px) {
  /* line 1306, ../sass/screen.scss */
  .slide .title span {
    display: none; }

  /* line 1307, ../sass/screen.scss */
  .slide {
    height: auto; }

  /* line 1312, ../sass/screen.scss */
  .slide .pills {
    width: 375px;
    height: 281px;
    right: 0; }

  /* line 1318, ../sass/screen.scss */
  .form-group.who-radio input[type=radio] + label:before {
    margin-right: 6px; }

  /* line 1319, ../sass/screen.scss */
  .details .check-add {
    margin: 12px 0 65px; }

  /* line 1322, ../sass/screen.scss */
  .check-form .details .radio {
    margin-left: 10px; }

  /* line 1323, ../sass/screen.scss */
  footer .footer_bottom ul li a {
    font-size: 12px; }

  /* line 1324, ../sass/screen.scss */
  .bg-product-1 .pills {
    top: -30px; }

  /* line 1327, ../sass/screen.scss */
  .bg-product-4 .pills {
    right: 0; }

  /* line 1330, ../sass/screen.scss */
  .product-page .pills {
    margin: auto;
    float: none;
    width: 375px !important;
    height: 359px !important; }
    /* line 1335, ../sass/screen.scss */
    .product-page .pills .sale {
      top: 40px;
      right: 14px; }

  /* line 1340, ../sass/screen.scss */
  .product-page:after {
    height: 974px;
    background-position: center bottom; } }
@media screen and (max-width: 880px) {
  /* line 1348, ../sass/screen.scss */
  .table.check-table td:nth-child(2) {
    text-align: right; }
  /* line 1351, ../sass/screen.scss */
  .table.check-table .t-right.t-small-right {
    padding-top: 7px !important;
    text-align: left; }
  /* line 1355, ../sass/screen.scss */
  .table.check-table .ok {
    display: none; }
  /* line 1358, ../sass/screen.scss */
  .table.check-table .t-small-right small {
    position: relative;
    top: -9px;
    right: 0; }

  /* line 1364, ../sass/screen.scss */
  .t-price.t-small-left.t-left {
    text-align: right !important; }
    /* line 1366, ../sass/screen.scss */
    .t-price.t-small-left.t-left span {
      display: inline-block;
      vertical-align: top; }
      /* line 1369, ../sass/screen.scss */
      .t-price.t-small-left.t-left span.old {
        float: none; }
    /* line 1373, ../sass/screen.scss */
    .t-price.t-small-left.t-left + td {
      width: 100%;
      text-align: right;
      margin-top: -10px;
      position: relative;
      z-index: 999; }

  /* line 1381, ../sass/screen.scss */
  .table .t-price .old {
    float: left; }

  /* line 1382, ../sass/screen.scss */
  .table thead tr {
    border-bottom: none !important; }

  /* line 1383, ../sass/screen.scss */
  .t-confirm thead th:first-child, tbody tr td {
    text-align: left;
    padding-left: 15px !important; }

  /* line 1385, ../sass/screen.scss */
  .check-table .t-right {
    text-align: right; }
  /* line 1386, ../sass/screen.scss */
  .check-table .ok {
    margin-right: 15px; }
  /* line 1387, ../sass/screen.scss */
  .check-table .t-big-hide.t-price {
    opacity: 1;
    color: #111316; }

  /* line 1393, ../sass/screen.scss */
  .cart-table thead {
    display: none; }
  /* line 1394, ../sass/screen.scss */
  .cart-table td:nth-child(2n) {
    text-align: right; }
  /* line 1395, ../sass/screen.scss */
  .cart-table td:last-child a {
    float: right; }

  /* line 1398, ../sass/screen.scss */
  .details-table thead {
    display: none; }

  /* line 1401, ../sass/screen.scss */
  .table tr {
    display: flex;
    flex-flow: row wrap; }
  /* line 1402, ../sass/screen.scss */
  .table tr:last-child {
    border-bottom: 1px solid #f2f2f2; }
  /* line 1403, ../sass/screen.scss */
  .table td, .table th {
    display: block;
    width: 50%;
    white-space: normal !important;
    border: none !important; }
  /* line 1404, ../sass/screen.scss */
  .table th:last-child {
    display: block;
    text-align: right; }
  /* line 1405, ../sass/screen.scss */
  .table .t-hide {
    display: none; }
  /* line 1406, ../sass/screen.scss */
  .table .t-show {
    display: block; }
  /* line 1407, ../sass/screen.scss */
  .table .add {
    float: right; }
  /* line 1408, ../sass/screen.scss */
  .table .t-hide + td {
    text-align: right; }
  /* line 1409, ../sass/screen.scss */
  .table td:first-child, .table td:nth-child(3) {
    border-bottom: none; }
  /* line 1410, ../sass/screen.scss */
  .table td {
    padding-left: 17px !important;
    padding-right: 17px !important; }
  /* line 1411, ../sass/screen.scss */
  .table .t-price, .table .t-price + td {
    padding-top: 7px !important;
    text-align: left !important; }
  /* line 1412, ../sass/screen.scss */
  .table td:first-child, .table td:first-child + .t-hide + td, .table td:first-child + td {
    padding-bottom: 12px !important; }
  /* line 1413, ../sass/screen.scss */
  .table tr:first-child td {
    border-top: none; }

  /* line 1415, ../sass/screen.scss */
  .slide-1, .slide-2, .slide-3, .slide-4 {
    background-position: center bottom; } }
@media screen and (min-width: 767px) {
  /* line 1420, ../sass/screen.scss */
  .slide .slide-more {
    display: block !important; } }
@media screen and (max-width: 767px) {
  /* line 1423, ../sass/screen.scss */
  .slide-4 .pills {
    top: 15px; }

  /* line 1424, ../sass/screen.scss */
  .slide-3 .pills .sale {
    top: -10px; }

  /* line 1427, ../sass/screen.scss */
  .slide-4 .pills .sale {
    top: -30px; }

  /* line 1430, ../sass/screen.scss */
  footer .footer_title span {
    padding-left: 30px;
    padding-right: 30px; }

  /* line 1434, ../sass/screen.scss */
  .white:after, .white:before {
    display: none; }

  /* line 1435, ../sass/screen.scss */
  .form-group {
    width: calc(100% - 10px); }

  /* line 1438, ../sass/screen.scss */
  .white {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 1443, ../sass/screen.scss */
  .slider .more {
    display: inline-block;
    outline: none;
    color: #FFF;
    text-decoration: underline;
    margin-bottom: 20px; }
  /* line 1452, ../sass/screen.scss */
  .slider .slide .pills {
    position: relative;
    margin: auto; }
  /* line 1456, ../sass/screen.scss */
  .slider #slide1, .slider #slide2, .slider #slide3, .slider #slide4 {
    display: none; }

  /* line 1458, ../sass/screen.scss */
  .info-box img {
    margin-top: 15px; }

  /* line 1459, ../sass/screen.scss */
  .catalog .col-sm-6 {
    width: 50%;
    float: left; }

  /* line 1460, ../sass/screen.scss */
  .details input[type=radio] + label:before {
    margin-bottom: 12px; }

  /* line 1461, ../sass/screen.scss */
  .selectize {
    margin: 20px 0 0; }

  /* line 1464, ../sass/screen.scss */
  .panel .panel-heading .panel-title {
    padding-right: 36px; }

  /* line 1465, ../sass/screen.scss */
  footer .footer_title span .sale {
    top: -44px; }

  /* line 1466, ../sass/screen.scss */
  .pills .sale {
    top: 0;
    right: 30px; }

  /* line 1470, ../sass/screen.scss */
  footer .footer_title span .sale {
    right: 0; }

  /* line 1473, ../sass/screen.scss */
  .details .check-add {
    margin: 0 0 15px; } }
    /*
@media screen and (max-width: 673px) {

  footer .footer_title span .sale {
    right: -178px; } } */
@media screen and (max-width: 650px) {
  /* line 1481, ../sass/screen.scss */
  .blog section {
    padding-right: 0; }

  /* line 1484, ../sass/screen.scss */
  .flex-img {
    flex-direction: column; }
    /* line 1486, ../sass/screen.scss */
    .flex-img .img {
      order: 1;
      width: 100%; }
      /* line 1489, ../sass/screen.scss */
      .flex-img .img.img-l, .flex-img .img.img-r {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px; }
    /* line 1495, ../sass/screen.scss */
    .flex-img div {
      order: 2; }

  /* line 1499, ../sass/screen.scss */
  footer .footer_bottom ul li {
    display: block;
    margin-right: 0 !important;
    margin-bottom: 8px; }
    /* line 1503, ../sass/screen.scss */
    footer .footer_bottom ul li:last-child {
      margin-bottom: 0; }

  /* line 1508, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm td {
    width: 100% !important; }
  /* line 1511, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm thead th {
    font-size: 16px;
    line-height: 18px; }

  /* line 1516, ../sass/screen.scss */
  .grey h2 {
    font-size: 16px;
    line-height: 18px; }

  /* line 1520, ../sass/screen.scss */
  footer .footer_title span {
    padding: 0; }

  /* line 1523, ../sass/screen.scss */
  .tab-group .tab-title {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 1527, ../sass/screen.scss */
  .product-page .tab-pane .tab-title {
    display: block;
    margin-bottom: 30px; }

  /* line 1534, ../sass/screen.scss */
  .details .details-form {
    padding-left: 0;
    padding-right: 0; }

  /* line 1539, ../sass/screen.scss */
  .step li span span {
    display: none; }
  /* line 1540, ../sass/screen.scss */
  .step li:last-child span:before {
    display: block;
    margin: auto; }

  /* line 1545, ../sass/screen.scss */
  .bg:after {
    height: 974px;
    background-position: center bottom; }

  /* line 1549, ../sass/screen.scss */
  .catalog .col-sm-6 {
    float: none;
    width: 100%; }

  /* line 1553, ../sass/screen.scss */
  .t-small-left {
    position: relative; }
    /* line 1555, ../sass/screen.scss */
    .t-small-left small {
      top: -12px; }

  /* line 1559, ../sass/screen.scss */
  .t-pills span {
    display: inline-block; }

  /* line 1560, ../sass/screen.scss */
  .t-small-right {
    position: relative; }

  /* line 1563, ../sass/screen.scss */
  .product-page .t-small-right {
    right: 27px; }
    /* line 1565, ../sass/screen.scss */
    .product-page .t-small-right small {
      position: absolute;
      top: 40px;
      right: 15px; }

  /* line 1571, ../sass/screen.scss */
  .table thead {
    display: block; }
    /* line 1571, ../sass/screen.scss */
    .table thead tr:last-child {
      border-bottom: none; }

  /* line 1572, ../sass/screen.scss */
  .table tr {
    border-bottom: 1px solid #f3f3f3; }

  /* line 1573, ../sass/screen.scss */
  .table .t-price .old {
    float: left; }

  /* line 1574, ../sass/screen.scss */
  .table th h2 {
    padding-left: 0; }

  /* line 1575, ../sass/screen.scss */
  .table th, .table td {
    padding-left: 15px !important; }

  /* line 1578, ../sass/screen.scss */
  .panel-group {
    margin-left: -15px;
    margin-right: -15px; }

  /* line 1582, ../sass/screen.scss */
  .panel .panel-body {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 1583, ../sass/screen.scss */
  .details.confirm.grey {
    margin-bottom: 40px; }

  /* line 1584, ../sass/screen.scss */
  .selectize p, .border-box .radio p {
    line-height: 18px; }

  /* line 1585, ../sass/screen.scss */
  .selectize {
    padding-left: 15px; }

  /* line 1586, ../sass/screen.scss */
  .border-box .radio {
    margin-left: 0; }
    /* line 1586, ../sass/screen.scss */
    .border-box .radio p {
      margin-left: 22px; }

  /* line 1587, ../sass/screen.scss */
  .check-form .details h2 {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 1591, ../sass/screen.scss */
  .nav-tabs > li:first-child {
    margin-left: 0; }

  /* line 1592, ../sass/screen.scss */
  .captcha {
    margin-top: 24px; }

  /* line 1593, ../sass/screen.scss */
  .panel .panel-heading .panel-title {
    padding: 13px 50px 13px 15px; }

  /* line 1597, ../sass/screen.scss */
  .radio + .radio {
    margin-top: 15px; }

  /* line 1599, ../sass/screen.scss */
  .two-btn .btn, .two-btn .btn:hover, .two-btn .btn:focus, .two-btn .btn:active {
    padding: 11px 8px 11px;
    min-width: 140px; }

  /* line 1603, ../sass/screen.scss */
  .table-confirm .table tr:last-child {
    padding-bottom: 20px; }
  /* line 1604, ../sass/screen.scss */
  .table-confirm .table td {
    width: 100%; }
    /* line 1606, ../sass/screen.scss */
    .table-confirm .table td:first-child {
      padding: 20px 17px 4px 17px !important; }
      /* line 1608, ../sass/screen.scss */
      .table-confirm .table td:first-child + td {
        padding: 4px 17px 0 17px !important; }

  /* line 1613, ../sass/screen.scss */
  .details-table td:nth-child(even) {
    text-align: right;
    width: 45%; }

  /* line 1614, ../sass/screen.scss */
  .confirm {
    margin-bottom: 0; }

  /* line 1615, ../sass/screen.scss */
  .details-table td:first-child {
    width: 55%; }

  /* line 1616, ../sass/screen.scss */
  .selectize a {
    right: 15px; }

  /* line 1617, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm thead tr:last-child {
    padding-bottom: 0; }

  /* line 1618, ../sass/screen.scss */
  footer .footer_pills {
    width: 340px;
    height: 80px; }

  /* line 1622, ../sass/screen.scss */
  footer p {
    margin-top: 20px; }

  /* line 1625, ../sass/screen.scss */
  form .captcha .form-group label {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px; }

  /* line 1633, ../sass/screen.scss */
  form .captcha .form-group .captcha-inp {
    width: 160px;
    margin-right: 0;
    padding-right: 0; }

  /* line 1638, ../sass/screen.scss */
  .selectize {
    padding-right: 15px; }

  /* line 1639, ../sass/screen.scss */
  .tab-group .tab-content {
    margin-left: -15px;
    margin-right: -15px; } }
@media screen and (max-width: 546px) {
  /* line 1646, ../sass/screen.scss */
  .slide {
    min-height: 1000px; } }
@media screen and (max-width: 510px) {
  /* line 1651, ../sass/screen.scss */
  .two-btn .btn {
    display: block;
    width: 100%;
    margin-bottom: 0; }

  /* line 1656, ../sass/screen.scss */
  .two-btn .btn {
    float: none;
    margin-bottom: 15px;
    margin-right: 15px; } }
@media screen and (max-width: 480px) {
  /* line 1664, ../sass/screen.scss */
  .logo:before {
    width: 38px;
    height: 38px;
    margin-right: 10px; }

  /* line 1669, ../sass/screen.scss */
  .logo {
    width: 263px;
    font-size: 18px; }
    /* line 1672, ../sass/screen.scss */
    .logo small {
      font-size: 12px; }

  /* line 1676, ../sass/screen.scss */
  .slide-4 .pills {
    left: -30px;
    top: 30px; }

  /* line 1681, ../sass/screen.scss */
  .t-price.t-small-left.t-left span {
    display: block;
    padding-right: 0 !important; }

  /* line 1686, ../sass/screen.scss */
  .bg-product-1:after,
  .bg-product-2:after,
  .bg-product-3:after,
  .bg-product-4:after,
  .bg-product-5:after,
  .bg-product-6:after,
  .bg-product-8:after,
  .bg-product-7:after,
  .bg-product-9:after {
    -webkit-background-size: inherit;
    -o-background-size: inherit;
    background-size: inherit; }

  /* line 1699, ../sass/screen.scss */
  .text ul {
    margin-left: 15px; }

  /* line 1701, ../sass/screen.scss */
  .product-page .cart-table .t-left {
    width: 60%; }
  /* line 1704, ../sass/screen.scss */
  .product-page .cart-table .t-right {
    width: 40%; }

  /* line 1709, ../sass/screen.scss */
  .form-date .form-month {
    width: calc(40% - 3px); }
  /* line 1712, ../sass/screen.scss */
  .form-date .form-year {
    width: calc(60% - 6px); }
    /* line 1714, ../sass/screen.scss */
    .form-date .form-year select {
      width: 100%; }
  /* line 1717, ../sass/screen.scss */
  .form-date.birth-date .form-month {
    width: calc(30% - 5px); }
    /* line 1719, ../sass/screen.scss */
    .form-date.birth-date .form-month:last-child {
      width: calc(39% - 5px); }

  /* line 1723, ../sass/screen.scss */
  footer .footer_title span .sale {
    right: 0; }

  /*.table {
  	td.t-right, td.t-right {padding-left: 0 !important;}
  	td.t-left, td.t-left {padding-right: 0 !important;}
  	}*/
  /* line 1730, ../sass/screen.scss */
  .error {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 1734, ../sass/screen.scss */
  .panel-group {
    margin-left: 0;
    margin-right: 0; }

  /* line 1738, ../sass/screen.scss */
  .pay-radio .radio + .radio {
    margin-left: 140px;
    margin-top: 0; }

  /* line 1739, ../sass/screen.scss */
  input[type=radio] + label:before {
    top: 1px; }

  /* line 1740, ../sass/screen.scss */
  .table .t-price .old {
    padding-right: 12px; }

  /* line 1741, ../sass/screen.scss */
  .product-page .pills {
    left: -15px; }

  /* line 1744, ../sass/screen.scss */
  .bg-product-2 .pills {
    top: -15px; } }
@media screen and (max-width: 374px) {
  /* line 1750, ../sass/screen.scss */
  .total {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 1754, ../sass/screen.scss */
  .step li span:before {
    margin-right: 6px; }

  /* line 1757, ../sass/screen.scss */
  .product-page .pills {
    width: 320px !important;
    height: 306px !important; }

  /* line 1762, ../sass/screen.scss */
  .product-page .t-small-right small {
    right: 5px; }

  /* line 1766, ../sass/screen.scss */
  .product-page .cart-table .t-right {
    padding-right: 7px !important; }

  /* line 1769, ../sass/screen.scss */
  .table .t-price span {
    min-width: 50px; }

  /* line 1770, ../sass/screen.scss */
  .step li span {
    font-size: 13px; }

  /* line 1771, ../sass/screen.scss */
  .table td {
    font-size: 14px; }

  /* line 1775, ../sass/screen.scss */
  .table .t-price .old {
    padding-right: 10px; }

  /* line 1776, ../sass/screen.scss */
  #menu {
    width: 305px; }

  /* line 1777, ../sass/screen.scss */
  form .captcha .form-group .captcha-inp {
    width: 150px; }

  /* line 1780, ../sass/screen.scss */
  form .captcha .form-group .captcha-img {
    display: block;
    float: left;
    top: 4px; }
    /* line 1784, ../sass/screen.scss */
    form .captcha .form-group .captcha-img img {
      width: 100%; }

  /* line 1786, ../sass/screen.scss */
  footer .footer_bottom ul li {
    margin-right: 30px; }

  /* line 1787, ../sass/screen.scss */
  footer .footer_pills {
    width: 300px !important;
    height: 75px; }

  /* line 1791, ../sass/screen.scss */
  footer .footer_title span {
    font-size: 34px; }

  /* line 1792, ../sass/screen.scss */
  .slide .pills {
    width: 290px;
    height: 217px; }

  /* line 1796, ../sass/screen.scss */
  .details .check-add br {
    display: none; }

  /* line 1797, ../sass/screen.scss */
  .total .price {
    margin-right: 0; }

  /* line 1799, ../sass/screen.scss */
  .input-group.form-day-2 {
    width: 90px !important; }
    /* line 1801, ../sass/screen.scss */
    .input-group.form-day-2 .form-control {
      padding-left: 6px; }

  /* line 1803, ../sass/screen.scss */
  .table td, .table th {
    padding-left: 15px !important; }

  /* line 1804, ../sass/screen.scss */
  .check-form .details .radio {
    margin-left: 15px; }

  /* line 1805, ../sass/screen.scss */
  body {
    min-width: 320px; }

  /* line 1806, ../sass/screen.scss */
  .who-radio .radio {
    margin-left: 5px; }
    /* line 1808, ../sass/screen.scss */
    .who-radio .radio input[type=radio] + label:before {
      margin-right: 5px; }

  /* line 1812, ../sass/screen.scss */
  .pay-radio b {
    display: block; }

  /* line 1813, ../sass/screen.scss */
  .pay-radio .radio + .radio {
    margin-left: 0; }

  /* line 1814, ../sass/screen.scss */
  .two-btn .btn:first-child {
    float: none; }

  /* line 1815, ../sass/screen.scss */
  .slide-4 .pills .sale {
    right: -15px; }

  /* line 1818, ../sass/screen.scss */
  .slide-3 .pills .sale, .slide-1 .pills .sale, .slide-2 .pills .sale {
    top: -30px;
    right: 0; }

  /* line 1822, ../sass/screen.scss */
  .slider .title {
    font-size: 34px; } }
@media screen and (min-width: 1201px) {
  /* line 1825, ../sass/screen.scss */
  #menu {
    display: block !important; } }
