/* line 1, ../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 22, ../sass/screen.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

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

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

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

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

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

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

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

/* line 1, ../sass/header.scss */
.header {
  background: #28323B;
  position: relative;
  font-size: 14px; }
  /* line 5, ../sass/header.scss */
  .header span {
    display: block;
    margin-bottom: 3px;
    text-transform: uppercase;
    color: #8D98A6;
    font-size: 10px; }
  /* line 13, ../sass/header.scss */
  .header .nav .main-nav > li > a {
    text-transform: uppercase;
    color: #FFF; }
    /* line 16, ../sass/header.scss */
    .header .nav .main-nav > li > a:hover {
      color: #fff; }
  /* line 20, ../sass/header.scss */
  .header .nav .main-nav > li {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding: 20px 18px;
    display: block;
    float: left; }
    /* line 22, ../sass/header.scss */
    .header .nav .main-nav > li:last-child {
      margin-right: 0; }
    /* line 28, ../sass/header.scss */
    .header .nav .main-nav > li:hover {
      background: #151A1F; }
    /* line 31, ../sass/header.scss */
    .header .nav .main-nav > li ul li:hover {
      background: none; }

/* line 37, ../sass/header.scss */
.logo-shop {
  font-family: 'Source Sans Pro', sans-serif;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  margin-top: 25px;
  float: left;
  display: block; }
  /* line 45, ../sass/header.scss */
  .logo-shop small {
    color: #8D98A6;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 3px; }
  /* line 53, ../sass/header.scss */
  .logo-shop:hover {
    color: #FFF; }
  /* line 56, ../sass/header.scss */
  .logo-shop:before {
    display: block;
    float: left;
    content: "";
    width: 77px;
    height: 62px;
    background: url("../img/logo.svg") no-repeat;
    background-size: cover;
    margin-right: 11px;
    position: relative;
    top: -12px; }

/* line 69, ../sass/header.scss */
.phones {
  margin-left: 106px;
  float: left;
  margin-top: 28px; }
  /* line 73, ../sass/header.scss */
  .phones:before {
    content: "";
    display: block;
    float: left;
    width: 11px;
    height: 18px;
    background: url("../img/phone_ico.svg") no-repeat;
    background-size: cover;
    margin-right: 25px; }
  /* line 83, ../sass/header.scss */
  .phones div {
    display: inline-block;
    margin-right: 22px; }
    /* line 86, ../sass/header.scss */
    .phones div img {
      max-width: 101px;
      height: 11px;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: left;
         object-position: left; }

/* line 97, ../sass/header.scss */
.s-ico:before {
  content: "";
  display: block;
  width: 19px;
  height: 18px;
  background: url("../img/shop.svg") no-repeat;
  background-size: cover; }

/* line 106, ../sass/header.scss */
.cart-shop {
  margin-top: 28px;
  float: right;
  cursor: pointer;
  position: relative;
  padding-left: 35px; }
  /* line 113, ../sass/header.scss */
  .cart-shop:hover .cart-shop-wrap {
    visibility: visible;
    opacity: 1; }
  /* line 118, ../sass/header.scss */
  .cart-shop:before {
    position: absolute;
    left: 0;
    top: 0; }
  /* line 124, ../sass/header.scss */
  .cart-shop:after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 4px;
    right: -12px;
    top: 17px;
    background: url("../img/v.svg") no-repeat;
    background-size: cover; }
  /* line 135, ../sass/header.scss */
  .cart-shop .cart-shop-price {
    color: #56CCF2;
    font-weight: 700; }
  /* line 139, ../sass/header.scss */
  .cart-shop .cart-shop-wrap {
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: auto;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    padding: 20px 30px 20px 20px;
    top: 46px;
    right: -75px;
    width: 290px;
    z-index: 99999; }
    /* line 140, ../sass/header.scss */
    .cart-shop .cart-shop-wrap:before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 7px 7px 7px;
      border-color: transparent transparent #ffffff transparent;
      position: absolute;
      top: -7px;
      right: 60px; }
    /* line 166, ../sass/header.scss */
    .cart-shop .cart-shop-wrap table {
      width: 100%; }
      /* line 169, ../sass/header.scss */
      .cart-shop .cart-shop-wrap table tr td {
        padding-bottom: 8px; }
        /* line 171, ../sass/header.scss */
        .cart-shop .cart-shop-wrap table tr td:first-child {
          color: #9AA4B0; }
        /* line 174, ../sass/header.scss */
        .cart-shop .cart-shop-wrap table tr td:last-child {
          font-weight: 700;
          color: #28323B; }
    /* line 181, ../sass/header.scss */
    .cart-shop .cart-shop-wrap .btn {
      float: right;
      margin-top: 14px;
      min-width: 120px;
      max-width: 100%;
      width: auto;
      padding-left: 10px;
      padding-right: 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      white-space: normal; }

/* line 1, ../sass/footer.scss */
.f-top {
  background: #28323B;
  margin-top: 40px;
  padding-top: 60px;
  position: relative;
  z-index: 2; }
  /* line 7, ../sass/footer.scss */
  .f-top:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #202930;
    z-index: -1; }

/* line 20, ../sass/footer.scss */
.footer-col-1, .footer-col-2 {
  width: 50%; }

/* line 24, ../sass/footer.scss */
.footer-col-1 .col {
  width: 33.33333%;
  float: left; }
  /* line 27, ../sass/footer.scss */
  .footer-col-1 .col b {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
    display: block;
    margin-bottom: 15px; }
  /* line 35, ../sass/footer.scss */
  .footer-col-1 .col a {
    font-size: 14px;
    color: #9AA4B0;
    text-decoration: underline;
    margin-bottom: 12px;
    display: block; }
    /* line 41, ../sass/footer.scss */
    .footer-col-1 .col a:hover {
      text-decoration: none; }

/* line 48, ../sass/footer.scss */
.footer-col-2 b {
  display: block;
  margin-bottom: 5px;
  margin-top: -5px;
  margin-left: 30px;
  color: #FFF;
  font-size: 24px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600; }

/* line 60, ../sass/footer.scss */
.f-bottom {
  background: #2F80ED;
  padding: 30px 0 25px; }
  /* line 64, ../sass/footer.scss */
  .f-bottom .container {
    position: relative; }
  /* line 67, ../sass/footer.scss */
  .f-bottom ul {
    float: right;
    text-align: center;
    list-style: none; }
    /* line 71, ../sass/footer.scss */
    .f-bottom ul li {
      display: inline-block;
      margin-right: 30px; }
      /* line 74, ../sass/footer.scss */
      .f-bottom ul li:last-child {
        margin-right: 0; }
      /* line 77, ../sass/footer.scss */
      .f-bottom ul li a {
        color: #FFF;
        font-size: 14px;
        text-decoration: underline; }
        /* line 81, ../sass/footer.scss */
        .f-bottom ul li a:hover {
          text-decoration: none; }

/* line 90, ../sass/footer.scss */
.f-logo {
  position: absolute;
  left: 15px;
  top: 0;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFF; }
  /* line 99, ../sass/footer.scss */
  .f-logo:hover {
    color: #FFF; }
  /* line 102, ../sass/footer.scss */
  .f-logo:before {
    content: "";
    display: block;
    float: left;
    width: 49px;
    height: 40px;
    background: url("../img/logo_f.svg") no-repeat;
    background-size: cover;
    position: relative;
    top: -10px;
    margin-right: 12px; }

/* line 116, ../sass/footer.scss */
.f_down {
  background: #fff; }

/* line 120, ../sass/footer.scss */
.footer .f_down .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px 0; }
  /* line 126, ../sass/footer.scss */
  .footer .f_down .flex ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    /* line 130, ../sass/footer.scss */
    .footer .f_down .flex ul li {
      margin: 0 6px; }
    /* line 133, ../sass/footer.scss */
    .footer .f_down .flex ul a {
      color: #93A7C2;
      font-size: 12px;
      text-decoration: underline; }

/* line 141, ../sass/footer.scss */
.copyright {
  text-align: center;
  color: #9AA4B0;
  font-size: 12px; }
  /* line 145, ../sass/footer.scss */
  .copyright a {
    color: #9AA4B0; }

/* line 1, ../sass/catalog.scss */
.product {
  text-align: center;
  padding: 20px 0 35px;
  margin-bottom: 30px;
  border: 1px solid #F2F2F2; }
  /* line 6, ../sass/catalog.scss */
  .product img {
    display: block;
    margin: 0 auto;
    width: 180px; }
  /* line 11, ../sass/catalog.scss */
  .product figure {
    height: 180px;
    width: 100%; }
  /* line 15, ../sass/catalog.scss */
  .product .product-wrap {
    padding: 23px 5px 0; }
    /* line 17, ../sass/catalog.scss */
    .product .product-wrap b {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 24px;
      color: #28323B; }
    /* line 22, ../sass/catalog.scss */
    .product .product-wrap ul {
      margin: 20px 0 22px;
      list-style: none;
      color: #000; }
      /* line 26, ../sass/catalog.scss */
      .product .product-wrap ul li {
        padding-bottom: 8px;
        font-size: 14px; }
  /* line 32, ../sass/catalog.scss */
  .product.p-sale {
    border: none;
    background: url("../img/sale_bg.png") no-repeat;
    background-size: cover;
    position: relative;
    height: 410px; }
    /* line 38, ../sass/catalog.scss */
    .product.p-sale img {
      position: absolute;
      top: 91px;
      left: 50%;
      margin-left: -120px;
      width: 240px;
      z-index: 1; }
    /* line 46, ../sass/catalog.scss */
    .product.p-sale .sale {
      display: block;
      position: absolute;
      width: 42px;
      height: 42px;
      background: url("../img/sale.svg") no-repeat;
      background-size: cover;
      left: 45px;
      top: 138px;
      z-index: 2; }
    /* line 57, ../sass/catalog.scss */
    .product.p-sale b {
      margin-top: 268px;
      display: block;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 24px;
      color: #28323B;
      padding-left: 5px;
      padding-right: 5px; }
    /* line 66, ../sass/catalog.scss */
    .product.p-sale .btn {
      margin-top: 21px; }

/* line 1, ../sass/product.scss */
.product-page {
  position: relative; }

/* line 5, ../sass/product.scss */
.options-wrap {
  margin-top: 20px;
  margin-bottom: 40px; }

/* line 10, ../sass/product.scss */
.current-opt {
  display: block !important; }

/* line 14, ../sass/product.scss */
.btn-table {
  font-weight: 400;
  text-align: center;
  max-width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 105px;
  background: #8CD154;
  border-radius: 5px;
  display: block;
  color: #fff;
  margin: auto; }
  /* line 27, ../sass/product.scss */
  .btn-table:hover {
    background: #a7dc7c;
    color: #fff; }

/* line 34, ../sass/product.scss */
.select-options ul {
  margin-top: 20px; }
  /* line 36, ../sass/product.scss */
  .select-options ul li {
    display: inline-block;
    list-style: none;
    padding: 10px 0;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    color: #9AA4B0;
    cursor: pointer;
    font-family: 'Sours Sans Pro', sans-serif;
    width: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 52, ../sass/product.scss */
    .select-options ul li:last-child {
      margin-right: 0; }
    /* line 55, ../sass/product.scss */
    .select-options ul li.active-opt {
      background: #2F80ED;
      color: #fff; }

@media screen and (max-width: 1200px) {
  /* line 64, ../sass/product.scss */
  .select-options ul li {
    width: 80px; } }
@media screen and (max-width: 992px) {
  /* line 69, ../sass/product.scss */
  .select-options ul {
    display: block;
    position: relative;
    min-height: 40px; }
    /* line 73, ../sass/product.scss */
    .select-options ul:after {
      position: absolute;
      content: '';
      width: 11px;
      height: 6px;
      background: url("../img/v-w.svg") no-repeat;
      background-size: cover;
      right: 15px;
      top: 17px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      z-index: 3; }
    /* line 85, ../sass/product.scss */
    .select-options ul li {
      display: none;
      text-align: center;
      width: 100%;
      margin-bottom: 10px; }
      /* line 90, ../sass/product.scss */
      .select-options ul li.active {
        display: block !important;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%; }
      /* line 98, ../sass/product.scss */
      .select-options ul li.active-show {
        display: block !important; }
    /* line 102, ../sass/product.scss */
    .select-options ul.active-select-area {
      border: 1px solid #f3f3f3;
      -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
              box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      padding-top: 40px; } }
/* line 1, ../sass/ch.scss */
.tab-pane p.i-t-info {
  margin-bottom: 35px;
  padding-left: 0;
  color: #A7AFBA;
  font-size: 12px;
  line-height: 14px;
  margin-top: -15px; }

/* 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: 8px;
  position: absolute;
  padding: 23px 20px;
  background: #FFF;
  width: 341px;
  left: calc(100% + 50px);
  -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; }

@media screen and (max-width: 1024px) {
  /* line 48, ../sass/ch.scss */
  .f-tooltip-info {
    top: 75px;
    left: 0;
    width: 290px; }
    /* line 52, ../sass/ch.scss */
    .f-tooltip-info:before {
      left: 15px;
      top: -12px;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    /* line 61, ../sass/ch.scss */
    .f-tooltip-info img {
      width: 100% !important; } }
/* line 1, ../sass/login.scss */
.lg-info {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 5px;
  top: 39px;
  right: -30px;
  width: 182px;
  position: absolute;
  z-index: 999999;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px; }
  /* line 16, ../sass/login.scss */
  .lg-info:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 12px;
    top: -8px; }
  /* line 27, ../sass/login.scss */
  .lg-info b {
    color: #9AA4B0;
    font-weight: 400;
    padding: 15px 0;
    display: block !important;
    margin-bottom: 15px;
    border-bottom: 1px solid #E6EAEE;
    position: relative;
    padding-left: 28px; }
    /* line 36, ../sass/login.scss */
    .lg-info b:before {
      content: "";
      display: block;
      width: 18px;
      height: 21px;
      background: url("../img/user_icon2.svg") no-repeat;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 10px; }
  /* line 48, ../sass/login.scss */
  .lg-info a {
    display: block;
    text-transform: none !important;
    color: #2F80ED !important;
    padding: 0 0 15px  !important;
    text-decoration: underline !important;
    display: block !important; }
    /* line 55, ../sass/login.scss */
    .lg-info a:hover {
      color: #2F80ED !important;
      background: none !important;
      text-decoration: none !important; }

/* line 64, ../sass/login.scss */
.login-out {
  position: relative; }
  /* line 66, ../sass/login.scss */
  .login-out:after {
    content: "";
    display: block;
    width: 7px;
    height: 4px;
    margin-left: 12px;
    background: url("../img/v.svg") no-repeat;
    background-size: cover;
    position: absolute;
    right: -12px;
    top: 10px; }
  /* line 78, ../sass/login.scss */
  .login-out:hover .lg-info {
    opacity: 1;
    visibility: visible; }

/* line 83, ../sass/login.scss */
.log-in {
  cursor: pointer;
  float: right;
  color: #fff;
  font-size: 14px;
  margin-left: 75px;
  margin-top: 35px; }
  /* line 90, ../sass/login.scss */
  .log-in b {
    font-weight: 400; }
  /* line 93, ../sass/login.scss */
  .log-in:before {
    display: inline-block;
    position: relative;
    top: 5px;
    content: '';
    width: 22px;
    height: 17px;
    background: url("../img/login.svg") no-repeat;
    background-size: cover;
    margin-right: 5px; }

/* line 106, ../sass/login.scss */
.log-in.l-mobil {
  display: none; }

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

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

/* line 128, ../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 135, ../sass/login.scss */
.login-ov {
  width: 100%;
  height: 100%;
  background: rgba(1, 2, 7, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999998;
  display: none; }

/* line 145, ../sass/login.scss */
.login-w {
  top: calc(50vh - 151px);
  display: none;
  position: fixed;
  width: 540px;
  left: 50%;
  margin-left: -245px;
  z-index: 9999999999; }
  /* line 153, ../sass/login.scss */
  .login-w .btn {
    margin-bottom: 18px;
    display: block;
    margin: 30px auto 30px;
    width: 100%;
    background: #2F80ED; }
  /* line 160, ../sass/login.scss */
  .login-w .close {
    position: absolute;
    display: block;
    right: 15px;
    top: 14px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
    opacity: 1; }
    /* line 170, ../sass/login.scss */
    .login-w .close:before {
      content: '';
      display: block;
      width: 30px;
      height: 2px;
      background: #FF0040;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute;
      top: 10px; }
    /* line 180, ../sass/login.scss */
    .login-w .close:after {
      content: '';
      display: block;
      width: 30px;
      height: 2px;
      background: #FF0040;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 10px; }
  /* line 191, ../sass/login.scss */
  .login-w .login-form {
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    text-align: center; }
    /* line 196, ../sass/login.scss */
    .login-w .login-form p {
      font-size: 14px;
      color: #8D98A6;
      text-transform: none; }
      /* line 200, ../sass/login.scss */
      .login-w .login-form p a {
        padding-left: 8px; }
    /* line 204, ../sass/login.scss */
    .login-w .login-form .title {
      font-family: "Source Sans Pro", sans-serif;
      color: #28323B;
      text-align: left;
      font-size: 30px;
      font-weight: 600;
      padding: 5px 0 20px;
      position: relative;
      margin-top: -7px;
      z-index: 1; }

/* line 218, ../sass/login.scss */
.login-form {
  position: relative; }
  /* line 220, ../sass/login.scss */
  .login-form .text {
    margin-top: 30px;
    clear: both; }
  /* line 224, ../sass/login.scss */
  .login-form a {
    padding-top: 24px;
    text-decoration: underline;
    color: #2F80ED; }
    /* line 229, ../sass/login.scss */
    .login-form a:hover {
      text-decoration: none; }
  /* line 233, ../sass/login.scss */
  .login-form .title {
    padding-bottom: 25px; }

/* line 238, ../sass/login.scss */
.subscribe {
  position: relative;
  margin-top: 60px;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  background: url("../img/subscribe.png") no-repeat left center;
  background-size: cover;
  padding: 20px 0; }
  /* line 248, ../sass/login.scss */
  .subscribe ::-webkit-input-placeholder {
    color: #A7AFBA;
    font-weight: 400; }
  /* line 252, ../sass/login.scss */
  .subscribe ::-moz-placeholder {
    color: #A7AFBA;
    font-weight: 400; }
  /* line 256, ../sass/login.scss */
  .subscribe :-ms-input-placeholder {
    color: #A7AFBA;
    font-weight: 400; }
  /* line 260, ../sass/login.scss */
  .subscribe :-moz-placeholder {
    color: #A7AFBA;
    font-weight: 400; }
  /* line 264, ../sass/login.scss */
  .subscribe form {
    max-width: 682px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    /* line 270, ../sass/login.scss */
    .subscribe form input {
      padding: 10px 20px;
      border-radius: 5px;
      border: none;
      width: 475px; }
    /* line 276, ../sass/login.scss */
    .subscribe form button {
      width: 180px;
      text-align: center; }
      /* line 279, ../sass/login.scss */
      .subscribe form button:hover {
        background: #2c7ae2; }

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

/* line 293, ../sass/login.scss */
.breadcrumbs {
  margin-bottom: 30px;
  margin-top: -20px; }
  /* line 296, ../sass/login.scss */
  .breadcrumbs li {
    display: inline-block;
    margin-right: 8px; }
    /* line 299, ../sass/login.scss */
    .breadcrumbs li a {
      font-size: 10px;
      color: #9AA4B0;
      text-transform: uppercase; }
      /* line 303, ../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 316, ../sass/login.scss */
    .breadcrumbs li:last-child a:after {
      display: none; }

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

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

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

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

/* line 359, ../sass/login.scss */
.sub-close {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 30px;
  top: 35px;
  background: url("../img/sub_close.svg") no-repeat;
  background-size: cover;
  cursor: pointer; }

/* line 370, ../sass/login.scss */
.up {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/arrow_top.svg") no-repeat;
  background-size: cover;
  position: absolute;
  right: -70px;
  top: -120px;
  cursor: pointer; }

/* line 382, ../sass/login.scss */
.f-top .container {
  position: relative; }

/* line 385, ../sass/login.scss */
.login-link-wrap {
  margin-top: 30px; }
  /* line 387, ../sass/login.scss */
  .login-link-wrap a {
    text-decoration: underline;
    padding-left: 8px; }

/* line 393, ../sass/login.scss */
.forgot .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 30px; }
  /* line 400, ../sass/login.scss */
  .forgot .flex a {
    text-decoration: underline; }

/* line 405, ../sass/login.scss */
.forgot-btn {
  max-width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  /* line 409, ../sass/login.scss */
  .forgot-btn a {
    width: calc(50% - 10px); }

@media screen and (max-width: 991px) {
  /* line 420, ../sass/login.scss */
  .log-in b {
    display: none; }

  /* line 422, ../sass/login.scss */
  .subscribe form {
    width: 80%; }
    /* line 424, ../sass/login.scss */
    .subscribe form input {
      width: calc(100% - 200px); } }
@media screen and (max-width: 992px) {
  /* line 433, ../sass/login.scss */
  .log-in.login-out {
    margin-top: 25px; }
    /* line 435, ../sass/login.scss */
    .log-in.login-out:after {
      top: 12px; }

  /* line 439, ../sass/login.scss */
  .lg-info {
    top: 33px; } }
@media screen and (max-width: 767px) {
  /* line 445, ../sass/login.scss */
  .sub-close {
    top: 15px;
    right: 15px; }

  /* line 449, ../sass/login.scss */
  .rev-captcha .captcha-inp {
    padding-left: 0; }

  /* line 452, ../sass/login.scss */
  .rev-captcha .captcha-img {
    margin-top: 15px;
    display: block;
    margin-left: -15px; }

  /* line 457, ../sass/login.scss */
  .l-desc {
    display: none; }

  /* line 460, ../sass/login.scss */
  .l-mobil.log-in {
    display: block;
    margin-left: 0;
    margin-right: 30px; } }
@media screen and (max-width: 650px) {
  /* line 469, ../sass/login.scss */
  .subscribe form {
    width: calc(100% - 30px); }

  /* line 472, ../sass/login.scss */
  .subscribe {
    padding-top: 40px; }

  /* line 475, ../sass/login.scss */
  .forgot-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    /* line 477, ../sass/login.scss */
    .forgot-btn a {
      width: 100%;
      margin-bottom: 15px; }

  /* line 482, ../sass/login.scss */
  .footer .f_down .flex ul {
    margin-left: 0; }

  /* line 486, ../sass/login.scss */
  .subscribe form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    /* line 488, ../sass/login.scss */
    .subscribe form input {
      width: 100%;
      margin-bottom: 15px; }

  /* line 494, ../sass/login.scss */
  .login.login-desc {
    display: none; }

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

  /* line 500, ../sass/login.scss */
  .login-w {
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 30px; }
    /* line 505, ../sass/login.scss */
    .login-w .login-form {
      margin: 0 auto;
      width: 80%; }
    /* line 509, ../sass/login.scss */
    .login-w a {
      float: none;
      display: block; }

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

  /* line 518, ../sass/login.scss */
  .copyright .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    /* line 520, ../sass/login.scss */
    .copyright .flex ul {
      margin-top: 10px; } }
/* line 527, ../sass/login.scss */
.forgot {
  margin-top: 15px; }
  /* line 530, ../sass/login.scss */
  .forgot form .btn {
    margin-top: 10px; }
  /* line 533, ../sass/login.scss */
  .forgot form a {
    margin-top: 22px;
    text-decoration: underline;
    display: block; }
  /* line 539, ../sass/login.scss */
  .forgot + .two-btn {
    margin-top: 20px; }

@media screen and (max-width: 480px) {
  /* line 546, ../sass/login.scss */
  .forgot-wrap + .two-btn .btn {
    display: block;
    width: 100% !important;
    margin-bottom: 15px; } }
/*blog*/
/* line 2, ../sass/blog.scss */
.blog textarea {
  height: auto !important; }

/* line 5, ../sass/blog.scss */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      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: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 20px 0 5px;
  margin-bottom: 30px; }
  /* line 24, ../sass/blog.scss */
  .blog-nav ul {
    margin-left: 20px !important; }
  /* line 27, ../sass/blog.scss */
  .blog-nav a {
    display: block;
    text-decoration: underline;
    margin-bottom: 15px; }

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

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

/* line 41, ../sass/blog.scss */
.blog section {
  border-bottom: 1px solid #F3F3F3;
  padding-bottom: 20px;
  padding-top: 30px; }
  /* line 45, ../sass/blog.scss */
  .blog section:first-child {
    padding-top: 0; }
  /* line 48, ../sass/blog.scss */
  .blog section h2 {
    font-size: 16px;
    text-transform: none;
    line-height: 16px;
    font-family: 'Roboto', sans-serif; }
  /* line 54, ../sass/blog.scss */
  .blog section p {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 20px; }
  /* line 59, ../sass/blog.scss */
  .blog section a {
    text-decoration: underline;
    font-size: 16px;
    color: #2F80ED; }
    /* line 63, ../sass/blog.scss */
    .blog section a:hover {
      text-decoration: none; }

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

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

/* line 87, ../sass/blog.scss */
.title {
  font-size: 30px;
  color: #28323B;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px; }

/* line 95, ../sass/blog.scss */
.b_prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9AA4B0;
  background: #fff;
  position: relative;
  font-size: 14px;
  text-align: left;
  padding: 15px 15px 15px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 5px; }
  /* line 107, ../sass/blog.scss */
  .b_prev:hover {
    color: #2F80ED;
    border-color: #2F80ED; }
  /* line 111, ../sass/blog.scss */
  .b_prev span {
    display: block;
    position: relative; }
  /* line 115, ../sass/blog.scss */
  .b_prev span:before {
    display: block;
    content: "";
    width: 6px;
    height: 10px;
    background: url("../img/pr.svg") no-repeat;
    background-size: cover;
    margin-right: 8px;
    position: relative;
    top: 2px;
    float: left; }

/* line 131, ../sass/blog.scss */
.b_next {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #9AA4B0;
  background: #fff;
  position: relative;
  text-align: right;
  padding: 15px 20px 15px 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0; }
  /* line 143, ../sass/blog.scss */
  .b_next:hover {
    color: #2F80ED;
    border-color: #2F80ED; }
  /* line 147, ../sass/blog.scss */
  .b_next span {
    display: block;
    position: relative; }
  /* line 151, ../sass/blog.scss */
  .b_next span:before {
    display: block;
    content: "";
    width: 6px;
    height: 10px;
    background: url("../img/pr.svg") no-repeat;
    background-size: cover;
    margin-left: 8px;
    position: relative;
    top: 2px;
    float: right;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

/* line 168, ../sass/blog.scss */
.paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0 0; }
  /* line 173, ../sass/blog.scss */
  .paginator a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #9AA4B0;
    height: 40px; }
  /* line 182, ../sass/blog.scss */
  .paginator ul {
    margin: 0 20px; }
    /* line 184, ../sass/blog.scss */
    .paginator ul li {
      width: 30px;
      text-align: center;
      display: inline-block;
      margin-left: 5px;
      margin-right: 5px; }
      /* line 190, ../sass/blog.scss */
      .paginator ul li:first-child {
        margin-left: 0; }
      /* line 193, ../sass/blog.scss */
      .paginator ul li:last-child {
        margin-right: 0; }
      /* line 196, ../sass/blog.scss */
      .paginator ul li a {
        width: 30px;
        font-size: 14px;
        width: 30px;
        border-radius: 5px;
        border: 1px solid #e0e0e0; }
      /* line 203, ../sass/blog.scss */
      .paginator ul li.active a, .paginator ul li:hover a {
        background: #2F80ED;
        border-color: #2F80ED;
        color: #fff; }

/* line 213, ../sass/blog.scss */
.review h2 {
  margin-bottom: 25px; }
/* line 216, ../sass/blog.scss */
.review section {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px; }
  /* line 221, ../sass/blog.scss */
  .review section p {
    padding-bottom: 20px; }

/* line 226, ../sass/blog.scss */
.rev-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  /* line 229, ../sass/blog.scss */
  .rev-date .date {
    margin-right: 30px; }

/* line 234, ../sass/blog.scss */
.review-edit {
  margin-top: 50px; }

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

/* line 246, ../sass/blog.scss */
.review-succes {
  background: rgba(201, 226, 186, 0.2);
  display: none; }
  /* line 249, ../sass/blog.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 262, ../sass/blog.scss */
.review-error {
  display: none;
  background: rgba(255, 15, 58, 0.1); }
  /* line 265, ../sass/blog.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 279, ../sass/blog.scss */
.rev-wrap.flex {
  background: #F9F9F9;
  padding: 20px 20px 0;
  color: #A2ABB7;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px; }
  /* line 286, ../sass/blog.scss */
  .rev-wrap.flex .rev-col:first-child {
    margin-right: 90px; }
  /* line 289, ../sass/blog.scss */
  .rev-wrap.flex .rev-col .rating {
    margin-left: 40px; }

/* line 295, ../sass/blog.scss */
.review .form-group textarea {
  height: auto; }

/* line 299, ../sass/blog.scss */
.review .btn {
  margin-top: 20px; }

/* line 303, ../sass/blog.scss */
.review .captcha {
  margin-bottom: 0; }

/* line 307, ../sass/blog.scss */
.breadcrumbs-inner.breadcrumbs {
  margin-top: 30px; }

@media screen and (max-width: 991px) {
  /* line 313, ../sass/blog.scss */
  .rev-wrap.flex .rev-col:first-child {
    margin-right: 0; }

  /* line 316, ../sass/blog.scss */
  .rev-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; } }
@media screen and (max-width: 650px) {
  /* line 326, ../sass/blog.scss */
  .review section span {
    width: 100%;
    display: block;
    margin-bottom: 15px; }

  /* line 333, ../sass/blog.scss */
  .blog section h2 {
    width: 100%; }

  /* line 336, ../sass/blog.scss */
  .blog .date {
    margin-top: 15px; }

  /* line 339, ../sass/blog.scss */
  article + .paginator {
    height: 40px;
    margin-top: 50px; }

  /* line 343, ../sass/blog.scss */
  .paginator {
    width: 100%;
    position: relative;
    display: block;
    height: 120px;
    margin-bottom: 0; }
    /* line 349, ../sass/blog.scss */
    .paginator a.b_prev {
      position: absolute;
      left: 0;
      bottom: 20px; }
    /* line 354, ../sass/blog.scss */
    .paginator a.b_next {
      position: absolute;
      right: 0;
      bottom: 20px; }
    /* line 359, ../sass/blog.scss */
    .paginator ul {
      margin: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }

  /* line 366, ../sass/blog.scss */
  .blog-nav {
    padding-right: 15px; } }
/* line 371, ../sass/blog.scss */
.product-nav {
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-bottom: 60px; }
  /* line 376, ../sass/blog.scss */
  .product-nav a {
    color: #2F80ED;
    text-decoration: underline; }
  /* line 380, ../sass/blog.scss */
  .product-nav .product-nav-link {
    display: inline-block; }
    /* line 382, ../sass/blog.scss */
    .product-nav .product-nav-link:after {
      float: right;
      display: block;
      content: "";
      background: url("../img/arrow-blue.svg") no-repeat;
      background-size: cover;
      width: 11px;
      height: 6px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      margin-left: 10px;
      position: relative;
      top: 6px; }
    /* line 395, ../sass/blog.scss */
    .product-nav .product-nav-link.active-nl:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

/* line 400, ../sass/blog.scss */
.product-nav-wrap {
  display: none;
  margin-top: 30px; }
  /* line 403, ../sass/blog.scss */
  .product-nav-wrap a {
    display: block;
    margin-bottom: 15px; }

@media screen and (max-width: 480px) {
  /* line 410, ../sass/blog.scss */
  .rev-wrap.flex .rev-col .rating {
    margin-left: 0;
    margin-top: 10px;
    width: 100%; }

  /* line 415, ../sass/blog.scss */
  .review .btn {
    width: 100%; } }
/* line 1, ../sass/trial.scss */
.trial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border: 1px solid #56CCF2;
  padding: 40px 30px 40px 20px;
  margin-bottom: 30px;
  position: relative; }
  /* line 10, ../sass/trial.scss */
  .trial span {
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #FF0040;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    left: 40px;
    top: 30px;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 15px; }
  /* line 26, ../sass/trial.scss */
  .trial b {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 34px;
    line-height: 38px;
    font-weight: 600; }
  /* line 32, ../sass/trial.scss */
  .trial img {
    max-width: 283px;
    margin-right: 15px;
    width: 100%; }
  /* line 37, ../sass/trial.scss */
  .trial a.btn {
    width: 200px;
    background: #56CCF2;
    margin: 35px 0 0; }

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

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

  /* line 52, ../sass/trial.scss */
  .trial > img {
    display: none; }

  /* line 55, ../sass/trial.scss */
  .trial-info {
    text-align: center;
    width: 100%; } }
@media screen and (max-width: 880px) {
  /* line 62, ../sass/trial.scss */
  .trial span {
    top: 20px;
    left: 15px; } }
/* line 1, ../sass/cookie.scss */
.cookie_wr {
  position: fixed;
  z-index: 99998;
  bottom: 0;
  width: 100%;
  padding: 25px 15px;
  background: rgba(40, 50, 59, 0.9); }
  /* line 8, ../sass/cookie.scss */
  .cookie_wr p {
    color: #fff;
    font-size: 12px; }
  /* line 12, ../sass/cookie.scss */
  .cookie_wr .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  /* line 18, ../sass/cookie.scss */
  .cookie_wr a {
    color: #56CCF2;
    text-decoration: underline;
    padding-right: 20px; }
  /* line 23, ../sass/cookie.scss */
  .cookie_wr .cookie_but {
    padding: 9px 30px;
    min-width: 100px;
    border-radius: 3px;
    background: #2F80ED;
    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;
}
*/
/* line 43, ../sass/cookie.scss */
.methods-info img {
  margin-right: 11px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all .4s;
  transition: all .4s; }
  /* line 51, ../sass/cookie.scss */
  .methods-info img:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }

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

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

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

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

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

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

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

/* line 82, ../sass/cookie.scss */
.footer .methods-info {
  margin-top: 10px; }
/* line 85, ../sass/cookie.scss */
.footer .f-visa, .footer .f-master, .footer .f-amex {
  width: 38px; }
/* line 88, ../sass/cookie.scss */
.footer .f-bleue {
  width: 44px; }
/* line 91, ../sass/cookie.scss */
.footer .f-local {
  min-width: 38px;
  max-width: 80px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain; }
/* line 97, ../sass/cookie.scss */
.footer .f-jcb {
  width: 31px; }
/* line 100, ../sass/cookie.scss */
.footer .f-discover {
  width: 42px; }

@media screen and (max-width: 1200px) and (min-width: 992px) {
  /* line 106, ../sass/cookie.scss */
  .f-visa, .f-master, .f-amex, .f-diners {
    width: 38px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 205, ../sass/cookie.scss */
  .nav-tabs > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  /* line 210, ../sass/cookie.scss */
  .nav-tabs > li.active > a {
    border: none !important;
    position: relative; }
    /* line 213, ../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 226, ../sass/cookie.scss */
  .nav-tabs > li {
    display: none;
    border: 1px solid #e0e0e0 !important;
    border-bottom: none;
    -webkit-transition: visibility .4s;
    transition: visibility .4s;
    margin-bottom: 0; }

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

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

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

  /* line 247, ../sass/cookie.scss */
  .nav-tabs > li.active {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important; } }
/* line 1, ../sass/dash.scss */
.welcome {
  color: #9AA4B0;
  margin-bottom: 20px; }
  /* line 4, ../sass/dash.scss */
  .welcome b {
    font-weight: 700;
    color: #28323B; }

/* line 9, ../sass/dash.scss */
.dash-close {
  display: none;
  color: #FF3332;
  text-decoration: underline;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer; }

/* line 18, ../sass/dash.scss */
.table.dash-table {
  margin-bottom: 0; }
  /* line 20, ../sass/dash.scss */
  .table.dash-table a {
    text-decoration: underline; }
  /* line 23, ../sass/dash.scss */
  .table.dash-table tr:last-child {
    border-bottom: 1px solid #fff !important; }
  /* line 26, ../sass/dash.scss */
  .table.dash-table th {
    text-transform: none; }
    /* line 28, ../sass/dash.scss */
    .table.dash-table th:first-child {
      width: 50%; }
  /* line 33, ../sass/dash.scss */
  .table.dash-table td:first-child {
    width: 50%;
    color: #9AA4B0;
    font-weight: 400; }
  /* line 39, ../sass/dash.scss */
  .table.dash-table .dash-info.active + tr {
    border-bottom: 1px solid #e0e0e0; }
    /* line 41, ../sass/dash.scss */
    .table.dash-table .dash-info.active + tr:hover {
      background: #fff; }
    /* line 44, ../sass/dash.scss */
    .table.dash-table .dash-info.active + tr td.dash-info-more {
      display: table-cell; }
  /* line 49, ../sass/dash.scss */
  .table.dash-table td.dash-info-more {
    display: none;
    width: 100% !important;
    padding: 0 !important; }
    /* line 52, ../sass/dash.scss */
    .table.dash-table td.dash-info-more table {
      width: 100%;
      margin-top: 10px; }
      /* line 55, ../sass/dash.scss */
      .table.dash-table td.dash-info-more table tr td {
        border-top: none !important;
        text-align: left; }
        /* line 58, ../sass/dash.scss */
        .table.dash-table td.dash-info-more table tr td:first-child {
          font-weight: 400; }
        /* line 61, ../sass/dash.scss */
        .table.dash-table td.dash-info-more table tr td:last-child {
          color: #111316;
          padding-left: 38px !important; }

/* line 70, ../sass/dash.scss */
.dash-info.active {
  border-bottom: 1px solid #e0e0e0; }
  /* line 72, ../sass/dash.scss */
  .dash-info.active td {
    background: #fff !important; }
  /* line 75, ../sass/dash.scss */
  .dash-info.active .dash-close {
    display: block; }
  /* line 78, ../sass/dash.scss */
  .dash-info.active a.d-info-link {
    display: none; }

/* line 82, ../sass/dash.scss */
.dashboard-name {
  margin-top: 30px; }

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

/* line 89, ../sass/dash.scss */
.dash-wrap {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 40px; }
  /* line 92, ../sass/dash.scss */
  .dash-wrap + .one-btn {
    margin-bottom: 20px; }
    /* line 94, ../sass/dash.scss */
    .dash-wrap + .one-btn .btn {
      min-width: 180px;
      font-weight: 400; }

/* line 101, ../sass/dash.scss */
.logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

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

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

/* line 114, ../sass/dash.scss */
.box-notification {
  position: fixed;
  z-index: 9999999;
  top: 15px;
  left: 115px;
  background: #fff;
  -webkit-box-shadow: 0 4px 19px rgba(7, 49, 77, 0.3);
          box-shadow: 0 4px 19px rgba(7, 49, 77, 0.3);
  width: 521px;
  font-size: 14px; }
  /* line 123, ../sass/dash.scss */
  .box-notification figure {
    width: 180px;
    height: 148px; }
    /* line 126, ../sass/dash.scss */
    .box-notification figure img {
      width: 100%; }
  /* line 130, ../sass/dash.scss */
  .box-notification .box-notif {
    padding: 40px 40px 30px 20px;
    width: calc(100% - 180px); }
    /* line 133, ../sass/dash.scss */
    .box-notification .box-notif .flex {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  /* line 137, ../sass/dash.scss */
  .box-notification p {
    color: #000;
    line-height: 18px; }
  /* line 141, ../sass/dash.scss */
  .box-notification i {
    color: #24C0C4;
    display: block;
    line-height: 18px;
    margin-top: 4px;
    font-weight: 500;
    margin-bottom: 20px; }
  /* line 149, ../sass/dash.scss */
  .box-notification a {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 10px;
    border-radius: 3px;
    min-width: 100px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 500; }
    /* line 159, ../sass/dash.scss */
    .box-notification a.notif-no {
      background: none;
      color: #828282; }
      /* line 162, ../sass/dash.scss */
      .box-notification a.notif-no:hover {
        color: #6e6e6e; }
    /* line 166, ../sass/dash.scss */
    .box-notification a.notif-yes {
      background: #FF3332;
      color: #fff;
      margin-left: 15px;
      border-radius: 0; }
      /* line 171, ../sass/dash.scss */
      .box-notification a.notif-yes:hover {
        background: #009bc7; }

@media screen and (min-width: 1441px) {
  /* line 180, ../sass/dash.scss */
  .box-notification {
    left: 230px; } }
@media screen and (max-width: 1200px) {
  /* line 186, ../sass/dash.scss */
  .table.dash-table td.dash-info-more table tr td:last-child {
    padding-left: 20px !important; }

  /* line 189, ../sass/dash.scss */
  .logout {
    display: block; }
    /* line 191, ../sass/dash.scss */
    .logout a {
      padding-left: 0;
      padding-top: 5px; }

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

  /* line 199, ../sass/dash.scss */
  .dash-order-wrap .total {
    padding-right: 20px; } }
@media screen and (max-width: 992px) {
  /* line 204, ../sass/dash.scss */
  .box-notification {
    left: 30px; }

  /* line 207, ../sass/dash.scss */
  .table.dash-table td:first-child, .table.dash-table th:first-child {
    width: 35%; } }
@media screen and (max-width: 880px) {
  /* line 212, ../sass/dash.scss */
  .cart-table.dash-table thead {
    display: block; }

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

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

  /* line 221, ../sass/dash.scss */
  .dash-order-wrap .t-price.t-small-left.t-left {
    text-align: left !important;
    padding-top: 0; } }
@media screen and (max-width: 767px) {
  /* line 227, ../sass/dash.scss */
  .table-responsive {
    border: none !important; } }
@media screen and (max-width: 670px) {
  /* line 232, ../sass/dash.scss */
  .table.dash-table tr:hover {
    background: #fff; }

  /* line 235, ../sass/dash.scss */
  .table .dash-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    /* line 237, ../sass/dash.scss */
    .table .dash-info td:nth-child(5) {
      text-align: right; }
    /* line 240, ../sass/dash.scss */
    .table .dash-info td {
      width: 50%; }
    /* line 243, ../sass/dash.scss */
    .table .dash-info td:nth-child(5), .table .dash-info td:nth-child(4) {
      width: 33.33333%;
      padding-top: 10px !important;
      padding-bottom: 15px !important; }
    /* line 248, ../sass/dash.scss */
    .table .dash-info td:nth-child(3) {
      padding-bottom: 0 !important;
      padding-top: 10px !important;
      width: 100%; }
    /* line 253, ../sass/dash.scss */
    .table .dash-info td:nth-child(4) {
      text-align: left;
      padding-right: 0 !important; }

  /* line 258, ../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 261, ../sass/dash.scss */
  .dash-close {
    margin-left: auto;
    margin-right: 0; }

  /* line 265, ../sass/dash.scss */
  .table.dash-table {
    border-bottom: none; }
    /* line 267, ../sass/dash.scss */
    .table.dash-table th {
      width: 100%; }
      /* line 269, ../sass/dash.scss */
      .table.dash-table th.t-hide {
        display: none !important; }
    /* line 273, ../sass/dash.scss */
    .table.dash-table tbody tr {
      padding-top: 8px; }
    /* line 276, ../sass/dash.scss */
    .table.dash-table td {
      padding-top: 5px !important; }

  /* line 281, ../sass/dash.scss */
  .dash-wrap {
    border: 1px solid #e0e0e0 !important; }

  /* line 284, ../sass/dash.scss */
  .dash-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    /* line 286, ../sass/dash.scss */
    .dash-info td:nth-child(even) {
      text-align: right; }

  /* line 290, ../sass/dash.scss */
  .dash-info.active-mobile {
    border-bottom: 1px solid #e0e0e0; }
    /* line 292, ../sass/dash.scss */
    .dash-info.active-mobile + tr {
      border-bottom: 1px solid #e0e0e0; }

  /* line 296, ../sass/dash.scss */
  .table-info .price {
    text-align: left; }

  /* line 299, ../sass/dash.scss */
  .table.dash-table td.dash-info-more table tr td:last-child {
    padding-left: 15px !important; }

  /* line 302, ../sass/dash.scss */
  .table.dash-table td.dash-info-more table {
    margin-top: 5px; }
    /* line 304, ../sass/dash.scss */
    .table.dash-table td.dash-info-more table tr {
      padding-top: 0; }

  /* line 309, ../sass/dash.scss */
  .dash-table .dash-info.active-mobile:hover {
    background: #fff; }
  /* line 312, ../sass/dash.scss */
  .dash-table .dash-info.active-mobile + tr:hover {
    background: #fff; }

  /* line 316, ../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 321, ../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 323, ../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 327, ../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;
      width: 100% !important; }
      /* line 330, ../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 334, ../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 342, ../sass/dash.scss */
  .dash-close-active .dash-close {
    display: block; }
  /* line 345, ../sass/dash.scss */
  .dash-close-active a {
    display: none; }

  /* line 351, ../sass/dash.scss */
  .dash-order-wrap table.table.dash-table {
    width: 100%; }
    /* line 352, ../sass/dash.scss */
    .dash-order-wrap table.table.dash-table tr {
      border-left: 1px solid #e0e0e0; }
    /* line 355, ../sass/dash.scss */
    .dash-order-wrap table.table.dash-table thead tr {
      border-left: none; }
    /* line 359, ../sass/dash.scss */
    .dash-order-wrap table.table.dash-table td:last-child {
      border-right: 1px solid #e0e0e0 !important;
      padding-right: 15px;
      text-align: right; }
    /* line 364, ../sass/dash.scss */
    .dash-order-wrap table.table.dash-table td:first-child {
      padding-left: 15px !important; }
  /* line 370, ../sass/dash.scss */
  .dash-order-wrap .total thead td:last-child {
    padding-left: 15px; }
  /* line 374, ../sass/dash.scss */
  .dash-order-wrap .border-box {
    padding-left: 15px;
    padding-right: 15px; }
  /* line 378, ../sass/dash.scss */
  .dash-order-wrap .table-info .cart-table td:last-child {
    text-align: right; }
  /* line 381, ../sass/dash.scss */
  .dash-order-wrap .cart-table tbody tr:last-child td {
    padding-bottom: 12px !important; }
  /* line 384, ../sass/dash.scss */
  .dash-order-wrap .cart-table tbody tr {
    border-bottom: 1px solid #e0e0e0; }
    /* line 386, ../sass/dash.scss */
    .dash-order-wrap .cart-table tbody tr:last-child {
      border-bottom: none; } }
@media screen and (max-width: 650px) {
  /* line 393, ../sass/dash.scss */
  .dash-order-wrap .t-small-left small {
    top: -4px; }

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

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

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

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

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

  /* line 413, ../sass/dash.scss */
  .box-notification {
    width: calc(100% - 40px);
    left: 20px; }
    /* line 416, ../sass/dash.scss */
    .box-notification > .flex {
      display: block; }
    /* line 419, ../sass/dash.scss */
    .box-notification figure {
      margin: 0 auto; }
    /* line 422, ../sass/dash.scss */
    .box-notification .box-notif {
      width: 100%;
      padding-top: 10px;
      padding-right: 20px;
      text-align: center; }
      /* line 427, ../sass/dash.scss */
      .box-notification .box-notif .flex {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }

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

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

  /* line 444, ../sass/dash.scss */
  .dash-order-wrap .total {
    margin-top: 20px; }
  /* line 447, ../sass/dash.scss */
  .dash-order-wrap .table.cart-table.dash-table td:last-child {
    width: 60%;
    margin-top: 0;
    text-align: right; }
  /* line 452, ../sass/dash.scss */
  .dash-order-wrap .table.cart-table.dash-table td:first-child {
    width: 40%; }
  /* line 455, ../sass/dash.scss */
  .dash-order-wrap .cart-table thead {
    display: block; }
  /* line 459, ../sass/dash.scss */
  .dash-order-wrap .cart-table.cart-order thead {
    display: none; }
  /* line 462, ../sass/dash.scss */
  .dash-order-wrap .cart-table.cart-order td:last-child {
    width: 100%;
    margin-top: 0; } }
/* 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 35, ../sass/promo.scss */
.table.cart-table.cart-promo-table td, .table.cart-table.cart-promo-table th {
  padding-left: 15px !important;
  padding-right: 15px !important; }
/* line 39, ../sass/promo.scss */
.table.cart-table.cart-promo-table .promo-td td {
  padding-bottom: 20px !important; }

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

/* line 59, ../sass/promo.scss */
.border-box .checkbox {
  margin-top: 0;
  margin-bottom: 0; }
  /* line 62, ../sass/promo.scss */
  .border-box .checkbox label {
    min-height: auto;
    width: 25px; }
  /* line 66, ../sass/promo.scss */
  .border-box .checkbox span b {
    padding-left: 10px; }
/* line 71, ../sass/promo.scss */
.border-box .radio + .radio {
  margin-bottom: -5px; }
/* line 75, ../sass/promo.scss */
.border-box .flex p {
  color: #4F4F4F; }
  /* line 77, ../sass/promo.scss */
  .border-box .flex p.t-price {
    color: #FF0040;
    font-weight: 700;
    text-transform: uppercase; }
/* line 83, ../sass/promo.scss */
.border-box .flex br {
  display: none; }

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

/* line 94, ../sass/promo.scss */
.table.cart-table.check-table td {
  padding-bottom: 20px !important; }

/* line 98, ../sass/promo.scss */
.table .t-price.t-black {
  color: #111316; }

/* line 102, ../sass/promo.scss */
.promo-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

/* line 108, ../sass/promo.scss */
.promo-title {
  font-weight: 700;
  font-size: 16px;
  color: #28323B;
  margin-bottom: 15px; }

/* line 114, ../sass/promo.scss */
.promo-form .form-group {
  width: 100%;
  max-width: 475px; }

/* line 119, ../sass/promo.scss */
.promo-form .form-group {
  margin-bottom: 0; }
/* line 122, ../sass/promo.scss */
.promo-form button.btn {
  min-width: 100px;
  margin-top: 0;
  margin-left: 20px;
  margin-bottom: 0;
  text-transform: none;
  text-transform: uppercase;
  font-weight: 500; }
  /* line 130, ../sass/promo.scss */
  .promo-form button.btn:focus {
    outline: none;
    color: #fff; }
  /* line 134, ../sass/promo.scss */
  .promo-form button.btn:active {
    margin-top: 0; }
  /* line 137, ../sass/promo.scss */
  .promo-form button.btn:visited {
    color: #fff; }

/* line 144, ../sass/promo.scss */
.promo-error .form-group .form-control {
  border-color: #FF0040 !important; }
/* line 147, ../sass/promo.scss */
.promo-error ::-webkit-input-placeholder {
  color: #FF0040;
  font-weight: 400; }
/* line 151, ../sass/promo.scss */
.promo-error ::-moz-placeholder {
  color: #FF0040;
  font-weight: 400; }
/* line 155, ../sass/promo.scss */
.promo-error :-ms-input-placeholder {
  color: #FF0040;
  font-weight: 400; }
/* line 159, ../sass/promo.scss */
.promo-error :-moz-placeholder {
  color: #FF0040;
  font-weight: 400; }

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

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

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

/* line 201, ../sass/promo.scss */
.promo-error p {
  color: #FF0040;
  font-size: 12px;
  margin-left: 30px; }
/* line 206, ../sass/promo.scss */
.promo-error button.btn {
  background: #FF0040;
  padding-left: 10px;
  padding-right: 10px; }
  /* line 210, ../sass/promo.scss */
  .promo-error button.btn:hover {
    background: #d60036; }
/* line 214, ../sass/promo.scss */
.promo-error .form-group span {
  position: absolute;
  width: 10px;
  height: 10px;
  background: url("../img/x.svg") no-repeat;
  background-size: cover;
  right: 15px;
  top: 50%;
  margin-top: -5px; }

/* line 229, ../sass/promo.scss */
.t-pad .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px; }
  /* line 233, ../sass/promo.scss */
  .t-pad .checkbox label {
    min-height: auto;
    width: auto;
    display: block;
    padding-left: 0; }
  /* line 239, ../sass/promo.scss */
  .t-pad .checkbox span {
    display: inline-block; }
/* line 244, ../sass/promo.scss */
.t-pad .promo-form .input-group {
  margin-bottom: 0; }
  /* line 246, ../sass/promo.scss */
  .t-pad .promo-form .input-group span {
    display: table-cell; }

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

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

/* line 264, ../sass/promo.scss */
.table.promo-table {
  background: none;
  margin: 0; }
  /* line 267, ../sass/promo.scss */
  .table.promo-table td {
    border-radius: none !important;
    padding: 0 !important;
    border-bottom: none !important; }
    /* line 271, ../sass/promo.scss */
    .table.promo-table td:first-child {
      width: 62%; }
    /* line 274, ../sass/promo.scss */
    .table.promo-table td:last-child {
      width: 38%; }
    /* line 277, ../sass/promo.scss */
    .table.promo-table td b {
      color: #ff2058;
      font-weight: 700; }
  /* line 282, ../sass/promo.scss */
  .table.promo-table tbody tr:hover {
    background: none; }

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

/* line 293, ../sass/promo.scss */
table.table .insurance-td td {
  vertical-align: middle; }
  /* line 295, ../sass/promo.scss */
  table.table .insurance-td td:first-child {
    width: 61%;
    border-right: none; }
  /* line 299, ../sass/promo.scss */
  table.table .insurance-td td:nth-child(2) {
    width: 29%;
    border-right: none; }
  /* line 303, ../sass/promo.scss */
  table.table .insurance-td td:last-child {
    max-width: 10%; }
/* line 307, ../sass/promo.scss */
table.table .insurance-td .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
/* line 310, ../sass/promo.scss */
table.table .insurance-td span {
  display: block; }

/* line 315, ../sass/promo.scss */
.border-box .radio + .radio {
  margin-top: 8px; }

@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 321, ../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 328, ../sass/promo.scss */
  .table.promo-table tr:last-child {
    border-bottom: none !important; }

  /* line 331, ../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; } }
@media screen and (max-width: 880px) {
  /* line 339, ../sass/promo.scss */
  .promo-i {
    max-width: 100%;
    float: none; }

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

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

  /* line 358, ../sass/promo.scss */
  .table.check-table tr.insurance-td {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
@media screen and (max-width: 767px) {
  /* line 364, ../sass/promo.scss */
  .table.cart-table.check-table td.bonus-q:nth-child(2) {
    display: table-cell; }

  /* line 367, ../sass/promo.scss */
  .table.check-table tr:last-child td.t-price:nth-child(2) {
    padding-top: 15px !important; }

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

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

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

  /* line 384, ../sass/promo.scss */
  .table.check-table tr:last-child td.t-price.t-insurance:nth-child(2) {
    padding-top: 20px !important; } }
@media screen and (min-width: 671px) {
  /* line 389, ../sass/promo.scss */
  .table.cart-table.check-table b + i {
    display: none; } }
@media screen and (max-width: 670px) {
  /* line 397, ../sass/promo.scss */
  .promo-td.no-select td:first-child {
    width: 100%; }

  /* line 401, ../sass/promo.scss */
  .t-price.t-small-left.t-left {
    text-align: right; }

  /* line 405, ../sass/promo.scss */
  .table.cart-table.check-table .promo-td {
    padding: 10px 0 0; }
  /* line 411, ../sass/promo.scss */
  .table.cart-table.check-table td.t-price {
    text-align: left; }
  /* line 414, ../sass/promo.scss */
  .table.cart-table.check-table td:nth-child(2) {
    display: none; }
  /* line 417, ../sass/promo.scss */
  .table.cart-table.check-table td.package-td.t-center {
    display: block !important;
    text-align: right;
    width: 50%;
    padding-bottom: 5px !important; }
  /* line 423, ../sass/promo.scss */
  .table.cart-table.check-table td:first-child {
    padding-bottom: 0 !important; }

  /* line 429, ../sass/promo.scss */
  table.table .insurance-td td {
    padding-bottom: 0 !important; }
    /* line 431, ../sass/promo.scss */
    table.table .insurance-td td:first-child {
      width: 100%;
      text-align: left;
      padding-bottom: 0 !important; }
    /* line 436, ../sass/promo.scss */
    table.table .insurance-td td:nth-child(2) {
      width: 50%;
      text-align: left; }
    /* line 440, ../sass/promo.scss */
    table.table .insurance-td td:last-child {
      width: 50%;
      max-width: 50%; }
      /* line 443, ../sass/promo.scss */
      table.table .insurance-td td:last-child i.ok {
        margin-right: 15px; }

  /* line 450, ../sass/promo.scss */
  .table.cart-table.cart-promo-table .promo-td td {
    padding-bottom: 10px !important; }

  /* line 454, ../sass/promo.scss */
  .cart-promo-table .promo-td td:nth-child(3) {
    text-align: left; }
  /* line 457, ../sass/promo.scss */
  .cart-promo-table .promo-td td:last-child {
    display: none; }
  /* line 460, ../sass/promo.scss */
  .cart-promo-table .promo-td td.t-price {
    text-align: right; }

  /* line 464, ../sass/promo.scss */
  .border-box.promo-b {
    padding-left: 15px;
    padding-right: 15px; }
    /* line 468, ../sass/promo.scss */
    .border-box.promo-b .checkbox span {
      line-height: 18px; } }
@media screen and (max-width: 650px) {
  /* line 476, ../sass/promo.scss */
  .del {
    margin-right: 15px; }

  /* line 479, ../sass/promo.scss */
  .promo-form {
    display: block; }
    /* line 481, ../sass/promo.scss */
    .promo-form .promo-i {
      margin-bottom: 15px; }
    /* line 484, ../sass/promo.scss */
    .promo-form button.btn {
      margin-left: 0;
      margin-top: 15px; }
    /* line 488, ../sass/promo.scss */
    .promo-form p {
      margin-left: 0;
      margin-top: 15px; }

  /* line 493, ../sass/promo.scss */
  .promo-form .form-group {
    max-width: 100%; }

  /* line 496, ../sass/promo.scss */
  .promo-w, .grey.promo-w {
    padding-left: 15px;
    padding-right: 15px; }

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

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

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

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

  /* line 528, ../sass/promo.scss */
  .selectize .checkbox span {
    line-height: 18px; } }
@media screen and (max-width: 480px) {
  /* line 534, ../sass/promo.scss */
  .table tr.promo-td.no-select td:nth-child(2) {
    display: none; }
  /* line 537, ../sass/promo.scss */
  .table tr.promo-td.no-select td:nth-child(3) {
    padding-bottom: 0 !important; }
  /* line 540, ../sass/promo.scss */
  .table tr.promo-td.no-select td:nth-child(4) {
    text-align: right;
    width: 100%;
    padding-top: 0 !important;
    margin-top: -20px; }

  /* line 547, ../sass/promo.scss */
  .del {
    margin-top: -10px !important; }

  /* line 551, ../sass/promo.scss */
  .table tr.promo-td.promo-select td:first-child {
    width: 100%; }
  /* line 554, ../sass/promo.scss */
  .table tr.promo-td.promo-select td.package-td {
    width: 100%;
    padding-top: 20px !important; }
    /* line 557, ../sass/promo.scss */
    .table tr.promo-td.promo-select td.package-td select {
      width: 100%; } }
@media screen and (max-width: 374px) {
  /* line 564, ../sass/promo.scss */
  .border-box .flex br {
    display: block; }

  /* line 567, ../sass/promo.scss */
  .border-box .checkbox span b {
    padding-left: 27px; }

  /* line 570, ../sass/promo.scss */
  .selectize.promo-error label {
    font-size: 10px; } }
/* line 1, ../sass/nav.scss */
.category-nav {
  padding-right: 30px !important; }

/* line 5, ../sass/nav.scss */
.nav {
  position: relative; }
  /* line 7, ../sass/nav.scss */
  .nav h2 {
    padding-top: 10px;
    padding-bottom: 20px; }

/* line 13, ../sass/nav.scss */
.category-nav-sub {
  padding-top: 20px;
  display: none;
  background: #fff;
  position: absolute;
  left: -40px;
  top: 55px;
  z-index: 99998;
  width: calc(100% + 80px);
  padding-bottom: 40px; }
  /* line 23, ../sass/nav.scss */
  .category-nav-sub li a {
    text-transform: none !important; }
  /* line 26, ../sass/nav.scss */
  .category-nav-sub .category-info {
    padding-left: 15px; }
    /* line 28, ../sass/nav.scss */
    .category-nav-sub .category-info b {
      font-family: 'Source Sans Pro', sans-serif;
      color: #FFF;
      font-weight: 700;
      font-size: 16px;
      padding-bottom: 25px;
      display: block; }

/* line 39, ../sass/nav.scss */
.catalog-h {
  padding-left: 20px;
  border-right: 1px solid #F0F0F0;
  width: 285px; }

/* line 47, ../sass/nav.scss */
.sub-category div {
  display: none;
  position: absolute;
  left: 340px;
  top: 0;
  width: calc(100% - 340px); }
  /* line 53, ../sass/nav.scss */
  .sub-category div ul {
    float: left;
    width: 260px; }
    /* line 56, ../sass/nav.scss */
    .sub-category div ul a {
      color: #28323B;
      padding-bottom: 20px;
      display: block;
      -webkit-transition: all 0s;
      transition: all 0s; }
      /* line 65, ../sass/nav.scss */
      .sub-category div ul a:hover {
        color: #2F80ED;
        font-weight: 700; }
/* line 72, ../sass/nav.scss */
.sub-category > a {
  display: block;
  border-right: 1px solid #F0F0F0;
  width: 285px;
  position: relative;
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  color: #4F4F4F;
  font-weight: 400; }
  /* line 85, ../sass/nav.scss */
  .sub-category > a .sub-tgl {
    display: block;
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 8L10.4117 7.36222L6.36628 3L5 4.27556L8.45219 8L5 11.7244L6.36628 13L10.4117 8.63777L11 8Z' fill='%238D98A6'/%3E%3C/svg%3E%0A") no-repeat left center; }
  /* line 96, ../sass/nav.scss */
  .sub-category > a:hover {
    color: #00BBF0;
    text-decoration: none; }
    /* line 99, ../sass/nav.scss */
    .sub-category > a:hover .sub-tgl {
      background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 8L10.4117 7.36222L6.36628 3L5 4.27556L8.45219 8L5 11.7244L6.36628 13L10.4117 8.63777L11 8Z' fill='%2328323B'/%3E%3C/svg%3E%0A") no-repeat left center; }
/* line 104, ../sass/nav.scss */
.sub-category.sub-category-active > a {
  z-index: 1;
  padding-right: 50px;
  color: #28323B !important;
  font-weight: 700;
  background: #E0F3FF; }
  /* line 110, ../sass/nav.scss */
  .sub-category.sub-category-active > a .sub-tgl {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 8L10.4117 7.36222L6.36628 3L5 4.27556L8.45219 8L5 11.7244L6.36628 13L10.4117 8.63777L11 8Z' fill='%2328323B'/%3E%3C/svg%3E%0A") no-repeat left center; }
  /* line 113, ../sass/nav.scss */
  .sub-category.sub-category-active > a:before {
    content: '';
    display: block;
    width: 52px;
    height: 30px;
    background: url("../img/pills-nav.png") no-repeat;
    background-size: cover;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -15px;
    z-index: -1; }
  /* line 126, ../sass/nav.scss */
  .sub-category.sub-category-active > a:hover {
    background: #E0F3FF; }
    /* line 128, ../sass/nav.scss */
    .sub-category.sub-category-active > a:hover .sub-tgl {
      background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 8L10.4117 7.36222L6.36628 3L5 4.27556L8.45219 8L5 11.7244L6.36628 13L10.4117 8.63777L11 8Z' fill='%2328323B'/%3E%3C/svg%3E%0A") no-repeat left center; }
/* line 134, ../sass/nav.scss */
.sub-category.sub-category-active.active > a {
  background: #E0F3FF; }
  /* line 136, ../sass/nav.scss */
  .sub-category.sub-category-active.active > a .sub-tgl {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 8L10.4117 7.36222L6.36628 3L5 4.27556L8.45219 8L5 11.7244L6.36628 13L10.4117 8.63777L11 8Z' fill='%2328323B'/%3E%3C/svg%3E%0A") no-repeat left center; }
/* line 141, ../sass/nav.scss */
.sub-category.active div {
  display: block; }
/* line 144, ../sass/nav.scss */
.sub-category.active > a {
  color: #00BBF0; }
  /* line 146, ../sass/nav.scss */
  .sub-category.active > a .sub-tgl {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 8L10.4117 7.36222L6.36628 3L5 4.27556L8.45219 8L5 11.7244L6.36628 13L10.4117 8.63777L11 8Z' fill='%2328323B'/%3E%3C/svg%3E%0A") no-repeat left center; }

/* line 156, ../sass/nav.scss */
.category-nav:hover .category-nav-sub {
  display: block; }
/* line 160, ../sass/nav.scss */
.category-nav > a {
  position: relative; }
  /* line 162, ../sass/nav.scss */
  .category-nav > a:after {
    content: "";
    display: block;
    position: absolute;
    right: -13px;
    top: 8px;
    width: 7px;
    height: 4px;
    background: url("../img/v.svg") no-repeat;
    background-size: cover; }
/* line 176, ../sass/nav.scss */
.category-nav:hover > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

/* line 181, ../sass/nav.scss */
.category-nav-sub {
  min-height: 652px; }

/* line 185, ../sass/nav.scss */
.nav-sub-close {
  position: absolute;
  top: 0;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url("../img/nav-sub-close.svg") no-repeat;
  cursor: pointer;
  display: block; }

/* line 196, ../sass/nav.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #93A7C2 !important; }

/* line 199, ../sass/nav.scss */
.mCSB_1_scrollbar {
  margin-top: 30px;
  margin-right: 40px; }

@media screen and (max-width: 1200px) {
  /* line 205, ../sass/nav.scss */
  .catalog-h {
    width: 305px; } }
@media screen and (min-width: 768px) {
  /* line 212, ../sass/nav.scss */
  .sub-category.sub-category-active.active-desk > a {
    background: #E0F3FF; }
    /* line 214, ../sass/nav.scss */
    .sub-category.sub-category-active.active-desk > a .sub-tgl {
      background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 8L10.4117 7.36222L6.36628 3L5 4.27556L8.45219 8L5 11.7244L6.36628 13L10.4117 8.63777L11 8Z' fill='%2328323B'/%3E%3C/svg%3E%0A") no-repeat left center; }
  /* line 218, ../sass/nav.scss */
  .sub-category.sub-category-active.active-desk div {
    display: block; } }
@media screen and (max-width: 767px) {
  /* line 225, ../sass/nav.scss */
  .category-nav {
    padding-right: 0 !important; }

  /* line 228, ../sass/nav.scss */
  .category-nav-sub {
    min-height: auto;
    position: relative;
    width: 100%;
    left: 0;
    top: 20px;
    text-align: left; }

  /* line 236, ../sass/nav.scss */
  .mCSB_1_scrollbar {
    display: none !important; }

  /* line 239, ../sass/nav.scss */
  .sub-category div {
    position: relative;
    left: 0;
    width: 100%; }

  /* line 245, ../sass/nav.scss */
  .nav h2 {
    display: none; }

  /* line 249, ../sass/nav.scss */
  .catalog-h {
    display: none !important; }

  /* line 252, ../sass/nav.scss */
  .nav-sub-close {
    display: none !important; }

  /* line 255, ../sass/nav.scss */
  .sub-category > a {
    width: 100%;
    border-right: none; }

  /* line 259, ../sass/nav.scss */
  .sub-category, .sub-category li {
    text-align: left; }

  /* line 262, ../sass/nav.scss */
  .sub-category div ul {
    float: none;
    width: 100%;
    margin-top: 0 !important; }

  /* line 267, ../sass/nav.scss */
  .header #nav ul#catalog {
    margin-top: 0; }

  /* line 270, ../sass/nav.scss */
  .header #nav ul li.sub-category {
    border-bottom: none; }
    /* line 272, ../sass/nav.scss */
    .header #nav ul li.sub-category li {
      border-bottom: none; }

  /* line 277, ../sass/nav.scss */
  .category-nav-sub .container {
    padding-left: 0;
    padding-right: 0; }
    /* line 280, ../sass/nav.scss */
    .category-nav-sub .container a {
      padding-left: 30px !important;
      padding-right: 30px !important; }

  /* line 286, ../sass/nav.scss */
  .sub-category div {
    padding-top: 15px; }

  /* line 289, ../sass/nav.scss */
  .category-nav-sub .container .sub-category li a {
    padding-bottom: 15px;
    padding-left: 40px !important; }

  /* line 293, ../sass/nav.scss */
  .sub-category.active > a, .sub-category.active > a:hover {
    background: #E0F3FF; }
    /* line 295, ../sass/nav.scss */
    .sub-category.active > a .sub-tgl, .sub-category.active > a:hover .sub-tgl {
      background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11L8.63778 10.4117L13 6.36628L11.7244 5L8 8.45219L4.27556 5L3 6.36628L7.36223 10.4117L8 11Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat left center; } }
/* line 82, ../sass/screen.scss */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  background: #EBF1F5; }

/* line 88, ../sass/screen.scss */
h1, h2, h3, h4, h5, h6, .title {
  font-family: 'Source Sans Pro', sans-serif; }

/* line 92, ../sass/screen.scss */
h1 {
  font-size: 40px;
  padding-bottom: 20px;
  font-weight: 600; }

/* line 99, ../sass/screen.scss */
h2 {
  font-size: 24px;
  color: #28323B;
  font-weight: 600; }

/* line 105, ../sass/screen.scss */
p {
  color: #9AA4B0;
  line-height: 18px; }

/* line 106, ../sass/screen.scss */
a {
  color: #2D9CDB;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  /* line 110, ../sass/screen.scss */
  a:hover {
    text-decoration: none;
    color: #238fcc; }

/* line 113, ../sass/screen.scss */
.float-left, .float-right {
  margin-bottom: 1em;
  max-width: 50%;
  padding: 0 !important; }

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

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

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

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

/* line 137, ../sass/screen.scss */
.white {
  background: #FFF;
  margin-left: -40px;
  margin-right: -40px;
  padding: 40px 40px; }
  /* line 142, ../sass/screen.scss */
  .white.w-top {
    margin-top: -80px; }
  /* line 145, ../sass/screen.scss */
  .white + .white {
    margin-top: 40px; }

@media screen and (min-width: 1200px) {
  /* line 151, ../sass/screen.scss */
  .container {
    width: 1140px; } }
/* line 157, ../sass/screen.scss */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 160, ../sass/screen.scss */
button, input[type="submit"] {
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

/* line 163, ../sass/screen.scss */
.btn {
  background: #2F80ED;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  padding-top: 9px;
  padding-bottom: 9px; }
  /* line 171, ../sass/screen.scss */
  .btn:hover {
    background: #61A4FF;
    color: #fff; }
  /* line 175, ../sass/screen.scss */
  .btn.btn-big {
    min-width: 180px; }
  /* line 178, ../sass/screen.scss */
  .btn.btn-mini {
    width: 120px;
    padding-top: 4px;
    padding-bottom: 4px; }
  /* line 183, ../sass/screen.scss */
  .btn.btn-product {
    width: 166px;
    max-width: 100%; }
  /* line 187, ../sass/screen.scss */
  .btn.btn-sale {
    background: #56CCF2;
    width: 212px;
    max-width: 100%; }
    /* line 191, ../sass/screen.scss */
    .btn.btn-sale:hover {
      background: #9fe3f9; }
  /* line 195, ../sass/screen.scss */
  .btn.btn-dark {
    color: #8D98A6;
    background: #EBF1F5; }
    /* line 198, ../sass/screen.scss */
    .btn.btn-dark:hover {
      background: #dde7ee; }

/* line 204, ../sass/screen.scss */
.wrapper {
  max-width: 1920px;
  margin: auto;
  color: #28323B;
  padding: 57px 0 179px; }
  /* line 209, ../sass/screen.scss */
  .wrapper .title {
    font-size: 50px;
    line-height: 52px;
    font-weight: 700; }
  /* line 214, ../sass/screen.scss */
  .wrapper small {
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px;
    display: block; }

/* line 221, ../sass/screen.scss */
.w-main {
  background: url("../img/main_bg.png") no-repeat top center;
  background-size: cover; }

/* line 225, ../sass/screen.scss */
.w-faq {
  background: url("../img/faq_bg.png") no-repeat top right;
  background-size: contain; }

/* line 232, ../sass/screen.scss */
.contact {
  position: relative; }
  /* line 234, ../sass/screen.scss */
  .contact h1 {
    margin-top: 40px; }
  /* line 237, ../sass/screen.scss */
  .contact .white {
    position: relative; }
    /* line 239, ../sass/screen.scss */
    .contact .white:after {
      content: "";
      display: block;
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background: url("../img/contact_bg.png") no-repeat center center;
      background-size: cover; }

@media screen and (min-width: 768px) {
  /* line 253, ../sass/screen.scss */
  .overlay {
    display: none !important; }

  /* line 256, ../sass/screen.scss */
  .category-nav:hover .category {
    display: block; } }
/* line 261, ../sass/screen.scss */
.text {
  font-size: 16px;
  margin-bottom: 40px; }
  /* line 264, ../sass/screen.scss */
  .text h3, .text h4, .text h5, .text h6 {
    padding-bottom: 20px; }
  /* line 267, ../sass/screen.scss */
  .text h2.title_h1 {
    font-size: 40px;
    padding-bottom: 20px;
    font-weight: 500;
    padding-top: 20px;
    color: #28323B; }
  /* line 274, ../sass/screen.scss */
  .text h2 {
    padding-bottom: 20px; }
  /* line 277, ../sass/screen.scss */
  .text ul {
    margin-left: 30px; }
  /* line 278, ../sass/screen.scss */
  .text p b {
    color: #9AA4B0; }
  /* line 279, ../sass/screen.scss */
  .text p, .text ul {
    line-height: 20px;
    margin-bottom: 20px;
    color: #9AA4B0; }
  /* line 280, ../sass/screen.scss */
  .text h2 {
    color: #28323B; }
  /* line 281, ../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 284, ../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 285, ../sass/screen.scss */
  .text li {
    padding-bottom: 20px;
    padding-left: 40px;
    position: relative; }
    /* line 286, ../sass/screen.scss */
    .text li:last-child {
      padding-bottom: 0; }
    /* line 287, ../sass/screen.scss */
    .text li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 3px;
      width: 20px;
      height: 20px;
      background: url("../img/list.svg") no-repeat;
      background-size: cover; }

/* line 301, ../sass/screen.scss */
.flex-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }
  /* line 304, ../sass/screen.scss */
  .flex-img .img {
    width: 320px; }
  /* line 307, ../sass/screen.scss */
  .flex-img .img-l {
    margin-right: 15px; }
  /* line 310, ../sass/screen.scss */
  .flex-img .img-r {
    margin-left: 15px; }

/* line 315, ../sass/screen.scss */
.features {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  margin: 40px 0; }
  /* line 320, ../sass/screen.scss */
  .features .col {
    max-width: 216px;
    text-align: center;
    color: #28323B; }
    /* line 324, ../sass/screen.scss */
    .features .col br {
      display: none; }
    /* line 325, ../sass/screen.scss */
    .features .col p {
      color: #28323B; }
    /* line 328, ../sass/screen.scss */
    .features .col:before {
      content: "";
      display: block;
      height: 51px;
      margin: 0 auto 20px;
      background: url("../img/features.svg") no-repeat;
      background-size: cover; }
    /* line 336, ../sass/screen.scss */
    .features .col.ico-1:before {
      width: 52px;
      background-position: 0 0; }
    /* line 340, ../sass/screen.scss */
    .features .col.ico-2:before {
      width: 34px;
      background-position: -66px 0; }
    /* line 344, ../sass/screen.scss */
    .features .col.ico-3:before {
      width: 48px;
      background-position: -116px 0; }
    /* line 348, ../sass/screen.scss */
    .features .col.ico-4:before {
      width: 44px;
      background-position: -185px 0; }

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

/* line 362, ../sass/screen.scss */
.table {
  border-spacing: separate;
  width: 100%;
  color: #28323B;
  border-bottom: 1px solid #e0e0e0; }
  /* line 367, ../sass/screen.scss */
  .table thead {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background: #84ACE3; }
    /* line 367, ../sass/screen.scss */
    .table thead th:last-child {
      border-right: 1px solid #84ACE3; }
  /* line 368, ../sass/screen.scss */
  .table tr:first-child td {
    border-top: none; }
  /* line 369, ../sass/screen.scss */
  .table th {
    border-bottom: none !important; }
  /* line 372, ../sass/screen.scss */
  .table th, .table td {
    padding: 13px 20px 10px !important;
    vertical-align: middle !important;
    vertical-align: top !important;
    text-align: center; }
    /* line 377, ../sass/screen.scss */
    .table th:first-child, .table td:first-child {
      text-align: left; }
    /* line 380, ../sass/screen.scss */
    .table th:first-child, .table th.t-rad.l, .table td:first-child, .table td.t-rad.l {
      border-radius: 0; }
    /* line 384, ../sass/screen.scss */
    .table th:last-child, .table th.t-rad-r, .table td:last-child, .table td.t-rad-r {
      border-radius: 0; }
  /* line 389, ../sass/screen.scss */
  .table tr:hover {
    background: #EBF1F5; }
  /* line 392, ../sass/screen.scss */
  .table td {
    font-weight: 400; }
  /* line 393, ../sass/screen.scss */
  .table thead tr:hover {
    background: none; }
  /* line 396, ../sass/screen.scss */
  .table .t-show {
    display: none; }

/* line 398, ../sass/screen.scss */
.table > tbody > tr > td, .table > tfoot > tr > td, .table > tfoot > tr > th {
  border-right: 1px solid #e0e0e0;
  border-top: none; }

/* line 403, ../sass/screen.scss */
.table > tbody > tr > td:first-child, .table > tfoot > tr > td:first-child, .table > tfoot > tr > th:first-child {
  border-left: 1px solid #e0e0e0; }

/* line 407, ../sass/screen.scss */
.table {
  font-size: 16px; }
  /* line 409, ../sass/screen.scss */
  .table small {
    font-size: 16px;
    color: #FF0040; }
    /* line 412, ../sass/screen.scss */
    .table small i {
      font-style: normal; }
  /* line 416, ../sass/screen.scss */
  .table span {
    display: none; }
  /* line 417, ../sass/screen.scss */
  .table .t-price {
    color: #FF0040;
    font-weight: 700; }
    /* line 418, ../sass/screen.scss */
    .table .t-price span {
      display: inherit; }
    /* line 423, ../sass/screen.scss */
    .table .t-price small {
      color: #28323B;
      text-decoration: none; }
    /* line 427, ../sass/screen.scss */
    .table .t-price .old {
      color: #28323B;
      font-weight: 400;
      text-decoration: line-through; }

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

/* line 437, ../sass/screen.scss */
.text.questions {
  margin-bottom: 0; }

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

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

/* line 442, ../sass/screen.scss */
.panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0; }
  /* line 449, ../sass/screen.scss */
  .panel .panel-heading {
    padding: 0;
    background: #fff; }
    /* line 453, ../sass/screen.scss */
    .panel .panel-heading .panel-title {
      color: #fff;
      background: #84ACE3;
      border: 1px solid #84ACE3;
      padding: 21px 20px 22px;
      line-height: 20px;
      font-weight: 600;
      font-size: 16px;
      display: block;
      position: relative;
      border-radius: 5px; }
      /* line 465, ../sass/screen.scss */
      .panel .panel-heading .panel-title:after {
        content: "";
        display: inline-block;
        width: 49px;
        height: calc(100% + 2px);
        background: #7AA1D6 url("../img/arrow_right_white.svg") no-repeat center center;
        position: absolute;
        top: -1px;
        right: -1px;
        background-size: 8px 13px;
        border-radius: 0 5px 5px 0; }
      /* line 480, ../sass/screen.scss */
      .panel .panel-heading .panel-title.collapsed {
        background: #fff;
        color: #28323B;
        border-color: #e0e0e0;
        border-radius: 5px; }
        /* line 486, ../sass/screen.scss */
        .panel .panel-heading .panel-title.collapsed:after {
          background: #2F80ED url("../img/arrow_right_white.svg") no-repeat center center;
          background-size: 8px 13px; }
  /* line 496, ../sass/screen.scss */
  .panel .panel-body {
    padding: 22px 20px 0;
    border-top: 0 !important;
    background: #f9f9f9;
    border-radius: 0 0 10px 10px; }
    /* line 502, ../sass/screen.scss */
    .panel .panel-body p {
      font-size: 16px; }

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

/* line 514, ../sass/screen.scss */
form .form-group.first-form {
  margin-bottom: 10px; }
/* line 515, ../sass/screen.scss */
form .form-group label {
  color: #A7AFBA;
  text-align: left !important;
  line-height: 14px;
  position: absolute;
  font-size: 12px;
  text-transform: normal;
  top: 10px;
  left: 15px;
  z-index: 998;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
/* line 528, ../sass/screen.scss */
form .active_label label {
  pointer-events: none; }
/* line 532, ../sass/screen.scss */
form .req span {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 22px;
  margin-top: -4px;
  top: 50%;
  background: url("../img/req.svg") no-repeat;
  background-size: cover; }
/* line 544, ../sass/screen.scss */
form label + .form-control {
  padding: 10px 15px 0 25px; }
/* line 547, ../sass/screen.scss */
form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 65px;
  padding-left: 25px;
  font-weight: 700;
  color: #28323B;
  border: 1px solid #e0e0e0; }
  /* line 555, ../sass/screen.scss */
  form .form-control:focus {
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 560, ../sass/screen.scss */
  form .form-control.textarea {
    height: auto;
    padding-top: 20px; }
/* line 565, ../sass/screen.scss */
form .radio label, form .checkbox label {
  font-size: 14px; }
/* line 566, ../sass/screen.scss */
form .radio label:after, form .checkbox label:after {
  content: none; }
/* line 568, ../sass/screen.scss */
form .has-success input {
  border: 1px solid #e0e0e0 !important; }
/* line 571, ../sass/screen.scss */
form .has-success span {
  width: 14px;
  height: 11px;
  background: url("../img/success.svg") no-repeat;
  background-size: cover; }
/* line 578, ../sass/screen.scss */
form .has-error .form-control, form .has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }
/* line 584, ../sass/screen.scss */
form .has-error input {
  border: 1px solid #FFC2C2 !important;
  color: #FF0040 !important; }
/* line 588, ../sass/screen.scss */
form .has-error span {
  width: 10px;
  height: 10px;
  background: url("../img/error.svg") no-repeat;
  background-size: cover; }

/* line 596, ../sass/screen.scss */
.selectize {
  padding: 20px 57px 20px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px; }
  /* line 606, ../sass/screen.scss */
  .selectize b {
    color: #28323B; }
  /* line 607, ../sass/screen.scss */
  .selectize p {
    color: #A7AFBA;
    font-size: 16px; }
  /* line 608, ../sass/screen.scss */
  .selectize a {
    position: absolute;
    width: 49px;
    height: 100%;
    min-height: 61px;
    display: block;
    background: #2F80ED url("../img/plus_w.svg") no-repeat center center;
    right: -1px;
    top: -1px;
    background-size: 14px 14px;
    border-radius: 0 5px 5px 0; }

/* line 625, ../sass/screen.scss */
.has-success .form-control, .has-success .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }

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

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

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

/* line 635, ../sass/screen.scss */
input[type=radio] + label {
  width: 100%;
  padding-left: 0; }
  /* line 638, ../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;
    background-size: cover; }

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

/* line 659, ../sass/screen.scss */
input[type=checkbox] + label {
  padding-left: 25px;
  color: #333; }
  /* line 662, ../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 675, ../sass/screen.scss */
input[type=text], input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

/* line 688, ../sass/screen.scss */
.border-box {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 20px 25px; }
  /* line 693, ../sass/screen.scss */
  .border-box .radio {
    margin: 0; }

/* line 698, ../sass/screen.scss */
.total {
  width: 100%;
  background: #EBF1F5;
  margin-bottom: 40px; }
  /* line 702, ../sass/screen.scss */
  .total thead td {
    padding: 15px 30px;
    background: #28323B;
    color: #fff;
    font-weight: 700;
    font-size: 14px; }
  /* line 711, ../sass/screen.scss */
  .total tbody tr td:first-child {
    padding-left: 30px; }
  /* line 714, ../sass/screen.scss */
  .total tbody tr td:last-child {
    padding-right: 30px;
    text-align: right; }
  /* line 718, ../sass/screen.scss */
  .total tbody tr td {
    padding-bottom: 15px; }
  /* line 722, ../sass/screen.scss */
  .total tbody tr:first-child td {
    padding-top: 30px; }
  /* line 728, ../sass/screen.scss */
  .total tfoot tr td {
    padding-top: 15px;
    font-weight: 700;
    padding-bottom: 30px; }
    /* line 732, ../sass/screen.scss */
    .total tfoot tr td:first-child {
      padding-left: 30px; }
    /* line 735, ../sass/screen.scss */
    .total tfoot tr td:last-child {
      padding-right: 30px;
      text-align: right;
      font-size: 24px; }

/* line 746, ../sass/screen.scss */
.two-btn .btn-dark {
  float: left; }
/* line 749, ../sass/screen.scss */
.two-btn button {
  float: right; }

/* line 755, ../sass/screen.scss */
.two-btn-v .btn {
  width: 100%; }
/* line 758, ../sass/screen.scss */
.two-btn-v button {
  margin-bottom: 15px; }

/* line 763, ../sass/screen.scss */
.discont {
  color: #8CD154; }

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

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

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

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

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

/* line 799, ../sass/screen.scss */
.details h2 {
  padding-bottom: 25px; }
/* line 802, ../sass/screen.scss */
.details h4 {
  padding-bottom: 20px; }
/* line 805, ../sass/screen.scss */
.details .check-add {
  margin: 12px 0 83px; }
  /* line 807, ../sass/screen.scss */
  .details .check-add label {
    color: #9AA4B0; }

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

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

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

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

/* line 833, ../sass/screen.scss */
.form-visual label {
  width: 189px; }
/* line 834, ../sass/screen.scss */
.form-visual input {
  width: 189px !important;
  display: inline-block; }
/* line 835, ../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;
  box-sizing: cover; }

/* line 850, ../sass/screen.scss */
.confirm h4 {
  margin-bottom: 20px; }
/* line 851, ../sass/screen.scss */
.confirm .checkbox {
  margin-bottom: 0; }
  /* line 853, ../sass/screen.scss */
  .confirm .checkbox label {
    color: #9AA4B0 !important; }

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

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

/* line 872, ../sass/screen.scss */
.steps {
  background: #2F80ED;
  padding: 35px;
  margin-bottom: 50px; }
  /* line 876, ../sass/screen.scss */
  .steps ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 2;
    background: url("../img/line.svg") repeat-x center center; }
    /* line 884, ../sass/screen.scss */
    .steps ul li {
      background: #2F80ED;
      position: relative; }
      /* line 887, ../sass/screen.scss */
      .steps ul li span {
        opacity: 0.3;
        color: #fff; }
      /* line 891, ../sass/screen.scss */
      .steps ul li.st-1 {
        padding-right: 22px; }
        /* line 893, ../sass/screen.scss */
        .steps ul li.st-1:before {
          content: "";
          display: block;
          width: 19px;
          height: 18px;
          background: url(../img/shop.svg) no-repeat;
          float: left;
          margin-right: 15px; }
      /* line 903, ../sass/screen.scss */
      .steps ul li.st-2 {
        padding-left: 22px;
        padding-right: 22px; }
        /* line 906, ../sass/screen.scss */
        .steps ul li.st-2:before {
          content: "";
          display: block;
          width: 21px;
          height: 21px;
          background: url(../img/step2.svg) no-repeat;
          float: left;
          margin-right: 15px;
          margin-top: -3px; }
      /* line 917, ../sass/screen.scss */
      .steps ul li.st-3 {
        padding-left: 22px; }
        /* line 919, ../sass/screen.scss */
        .steps ul li.st-3:before {
          content: "";
          display: block;
          width: 20px;
          height: 15px;
          background: url(../img/step3.svg) no-repeat;
          float: left;
          margin-right: 15px; }
      /* line 930, ../sass/screen.scss */
      .steps ul li.active-st span, .steps ul li.active-st:before {
        opacity: 1 !important; }
      /* line 933, ../sass/screen.scss */
      .steps ul li.active-st:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7px 7px 7px;
        border-color: transparent transparent #ebf1f5 transparent;
        position: absolute;
        bottom: -35px;
        left: 50%;
        margin-left: -7px; }
      /* line 948, ../sass/screen.scss */
      .steps ul li.passed-st span, .steps ul li.passed-st:before {
        opacity: 1; }

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

/* line 958, ../sass/screen.scss */
.captcha {
  margin-bottom: 40px; }

/* line 963, ../sass/screen.scss */
.form-date {
  position: relative; }
  /* line 965, ../sass/screen.scss */
  .form-date .form-month, .form-date .form-year {
    position: relative;
    display: inline-block; }
  /* line 966, ../sass/screen.scss */
  .form-date .form-month {
    margin-right: 5px; }
    /* line 966, ../sass/screen.scss */
    .form-date .form-month:last-child {
      margin-right: 0; }
  /* line 967, ../sass/screen.scss */
  .form-date .form-month select {
    width: 174px; }
  /* line 968, ../sass/screen.scss */
  .form-date .form-year select {
    width: 357px; }

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

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

/* line 985, ../sass/screen.scss */
.select:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  position: absolute;
  top: 0;
  right: 39px; }

/* line 996, ../sass/screen.scss */
.ok {
  width: 21px;
  height: 14px;
  background: url("../img/ok.svg") no-repeat;
  background-size: cover;
  display: inline-block;
  float: right;
  position: relative;
  top: 3px; }

/* line 1007, ../sass/screen.scss */
.number {
  min-width: 95px;
  margin-top: -10px; }
  /* line 1010, ../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 1021, ../sass/screen.scss */
    .number input:focus {
      outline: none; }
  /* line 1025, ../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 1038, ../sass/screen.scss */
    .number span.minus {
      background: url("../img/minus_input.svg") no-repeat;
      background-size: cover; }
    /* line 1044, ../sass/screen.scss */
    .number span.plus {
      background: url("../img/plus_input.svg") no-repeat;
      background-size: cover; }
  /* line 1051, ../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 1060, ../sass/screen.scss */
.check-table {
  color: #4f4f4f; }

/* line 1066, ../sass/screen.scss */
.check-form .details h4 {
  padding: 20px 0 25px; }
/* line 1069, ../sass/screen.scss */
.check-form .details .radio {
  margin-left: 24px; }
/* line 1072, ../sass/screen.scss */
.check-form .details.confirm {
  padding: 0 15px 15px 0; }
  /* line 1074, ../sass/screen.scss */
  .check-form .details.confirm h2 {
    margin-bottom: 0; }
  /* line 1075, ../sass/screen.scss */
  .check-form .details.confirm .checkbox {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 10px; }
    /* line 1079, ../sass/screen.scss */
    .check-form .details.confirm .checkbox label {
      line-height: 20px;
      font-size: 16px;
      color: #9AA4B0; }

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

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

/* line 1091, ../sass/screen.scss */
.table-info.table-confirm.t-confirm {
  margin-bottom: 40px; }
  /* line 1092, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm a {
    font-weight: normal;
    text-decoration: underline; }
  /* line 1097, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm h2 {
    margin-bottom: 30px; }
  /* line 1100, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm tr:first-child td {
    border-top: 1px solid #e0e0e0; }
  /* line 1104, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm tr td {
    padding-left: 35px !important; }
    /* line 1106, ../sass/screen.scss */
    .table-info.table-confirm.t-confirm tr td.price {
      color: #FF0040 !important; }
  /* line 1110, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm tr td:first-child {
    color: #9AA4B0; }
  /* line 1113, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm tr td:last-child {
    text-align: left;
    font-weight: 700;
    color: #28323B; }

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

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

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

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

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

/* line 1127, ../sass/screen.scss */
.error {
  padding-left: 20px; }

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

/* line 1131, ../sass/screen.scss */
.tab-group .tab-title {
  padding: 0;
  font-weight: 600;
  color: #28323B;
  font-size: 16px; }
/* line 1137, ../sass/screen.scss */
.tab-group .tab-content {
  padding-bottom: 30px; }

/* line 1142, ../sass/screen.scss */
.f-tooltip {
  width: 21px !important;
  height: 21px !important;
  display: inline-block;
  position: absolute;
  right: -30px  !important;
  top: 25px  !important;
  background: url(../img/tooltip.svg) no-repeat !important;
  background-size: cover  !important; }

/* line 1154, ../sass/screen.scss */
.tooltip {
  width: 200px; }
  /* line 1156, ../sass/screen.scss */
  .tooltip .tooltip-arrow {
    border-right-color: #2F80ED !important; }
  /* line 1159, ../sass/screen.scss */
  .tooltip .tooltip-inner {
    background: #2F80ED;
    color: #FFF; }

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

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

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

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

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

/* line 1174, ../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;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

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

/* line 1192, ../sass/screen.scss */
.tab-pane {
  padding: 30px 0 0;
  line-height: 18px;
  margin-right: -15px;
  margin-left: -15px; }

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

/* line 1202, ../sass/screen.scss */
.t-pills {
  display: none; }

/* line 1203, ../sass/screen.scss */
.table .t-price span {
  min-width: 80px;
  display: inline-block; }

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

/* line 1208, ../sass/screen.scss */
.rating {
  margin-bottom: 20px; }
  /* line 1210, ../sass/screen.scss */
  .rating ul {
    margin-left: 0 !important; }
  /* line 1211, ../sass/screen.scss */
  .rating ul, .rating span {
    margin-bottom: 0;
    display: inline-block; }
  /* line 1212, ../sass/screen.scss */
  .rating li {
    width: 16px;
    height: 15px;
    background: url("../img/star.svg") no-repeat;
    background-size: cover;
    display: inline-block;
    padding: 0; }
    /* line 1221, ../sass/screen.scss */
    .rating li:before {
      content: none; }
    /* line 1222, ../sass/screen.scss */
    .rating li.r-full {
      background-position: 0 0; }
    /* line 1225, ../sass/screen.scss */
    .rating li.r-half {
      background-position: -18px 0; }
    /* line 1228, ../sass/screen.scss */
    .rating li.r-empty {
      background-position: -36px 0; }
    /* line 1231, ../sass/screen.scss */
    .rating li.r-half2 {
      background-position: -55px 0; }
  /* line 1235, ../sass/screen.scss */
  .rating span {
    font-size: 11px;
    margin-left: 15px;
    position: relative;
    top: -3px;
    color: #9AA4B0; }

@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 1244, ../sass/screen.scss */
  .subscribe {
    background: url("../img/subscribe@2x.png") no-repeat left center;
    background-size: cover; }

  /* line 1248, ../sass/screen.scss */
  .product.p-sale {
    background: url("../img/sale_bg@2x.png") no-repeat;
    background-size: cover; }

  /* line 1252, ../sass/screen.scss */
  .contact .white:after {
    background: url("../img/contact_bg@2x.png") no-repeat center center;
    background-size: cover; } }
/* line 1261, ../sass/screen.scss */
.table-info.table-confirm.t-confirm td:first-child {
  width: 40%; }
/* line 1264, ../sass/screen.scss */
.table-info.table-confirm.t-confirm td:last-child {
  width: 60%; }

/* line 1269, ../sass/screen.scss */
.methods-info img {
  border-radius: 3px;
  margin-right: 20px; }
  /* line 1272, ../sass/screen.scss */
  .methods-info img:last-child {
    margin-right: 0; }

/* line 1277, ../sass/screen.scss */
form h1 + h2 {
  margin-bottom: 30px; }

/* line 1281, ../sass/screen.scss */
.error-label {
  display: none;
  position: absolute;
  color: #FF0040;
  top: 35px;
  left: 15px; }

/* line 1288, ../sass/screen.scss */
.has-error .error-label {
  display: block; }

/*response*/
@media screen and (max-width: 1300px) {
  /* line 1294, ../sass/screen.scss */
  .up {
    right: 15px;
    top: -40px; } }
@media screen and (max-width: 1200px) {
  /* line 1302, ../sass/screen.scss */
  .header .nav li {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1306, ../sass/screen.scss */
  .footer .methods-info {
    margin-top: 30px;
    width: 100%;
    text-align: center; }
    /* line 1310, ../sass/screen.scss */
    .footer .methods-info img {
      margin-bottom: 10px; }

  /* line 1314, ../sass/screen.scss */
  .phones {
    margin-left: 66px; }

  /* line 1317, ../sass/screen.scss */
  .log-in {
    margin-left: 50px; }

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

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

  /* line 1331, ../sass/screen.scss */
  .product.p-sale img {
    margin-left: -105px; }

  /* line 1334, ../sass/screen.scss */
  .btn.btn-sale {
    width: 180px; }

  /* line 1337, ../sass/screen.scss */
  .form-date .form-year select {
    width: 300px; } }
@media screen and (max-width: 1035px) and (min-width: 992px) {
  /* line 1344, ../sass/screen.scss */
  .white {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; } }
@media screen and (max-width: 1024px) {
  /* line 1352, ../sass/screen.scss */
  .steps {
    padding-left: 0;
    padding-right: 0; }
    /* line 1355, ../sass/screen.scss */
    .steps ul {
      margin-left: 15px;
      margin-right: 15px; }

  /* line 1360, ../sass/screen.scss */
  .table > thead > tr > th {
    vertical-align: middle; }

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

  /* line 1362, ../sass/screen.scss */
  .product .product-info ul {
    margin-left: -15px;
    margin-right: -15px; } }
@media screen and (max-width: 991px) {
  /* line 1368, ../sass/screen.scss */
  .f-bottom ul {
    float: none; }

  /* line 1371, ../sass/screen.scss */
  .cart-shop .cart-shop-wrap {
    top: 30px;
    right: -68px; }

  /* line 1375, ../sass/screen.scss */
  .cart-shop {
    padding-left: 0; }
    /* line 1377, ../sass/screen.scss */
    .cart-shop span, .cart-shop .cart-shop-price {
      display: none; }
    /* line 1380, ../sass/screen.scss */
    .cart-shop:after {
      right: -30px;
      top: 9px; }

  /* line 1385, ../sass/screen.scss */
  .cart-shop .cart-shop-wrap:before {
    right: 33px; }

  /* line 1388, ../sass/screen.scss */
  .header .nav li {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1392, ../sass/screen.scss */
  .form-date .form-year select {
    width: 227px; }

  /* line 1393, ../sass/screen.scss */
  .phones {
    margin-left: 20px; }

  /* line 1396, ../sass/screen.scss */
  .logo-shop {
    font-size: 22px; }

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

  /* line 1400, ../sass/screen.scss */
  .w-main {
    -ms-background-position-x: 75%;
    background-position-x: 75%; }

  /* line 1404, ../sass/screen.scss */
  .footer-col-1 .col {
    padding-right: 15px;
    line-height: 18px;
    margin-bottom: 30px; }

  /* line 1410, ../sass/screen.scss */
  .header .flex {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }

  /* line 1415, ../sass/screen.scss */
  .category ul, .category .category-info, .c-other.category ul, .c-other.category .category-info {
    width: 100%;
    padding-left: 0; }

  /* line 1421, ../sass/screen.scss */
  .product-page .col-md-4 {
    clear: both; }
    /* line 1423, ../sass/screen.scss */
    .product-page .col-md-4 img {
      max-width: 360px;
      margin: 0 auto;
      display: block;
      width: 100%; }

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

  /* line 1435, ../sass/screen.scss */
  .table .t-price .old {
    padding-right: 0; }

  /* line 1439, ../sass/screen.scss */
  .contact .white:after {
    display: none; }
  /* line 1442, ../sass/screen.scss */
  .contact .white .col-md-6.col-sm-6 {
    width: 100%; }

  /* line 1446, ../sass/screen.scss */
  table.total {
    margin-top: 40px;
    margin-bottom: 20px; }

  /* line 1450, ../sass/screen.scss */
  .f-bottom {
    text-align: center; }
    /* line 1452, ../sass/screen.scss */
    .f-bottom .methods-info {
      position: relative;
      margin-top: 40px;
      right: 0; }

  /* line 1458, ../sass/screen.scss */
  .footer-col-1 .col {
    margin-bottom: 15px; }

  /* line 1461, ../sass/screen.scss */
  .f-logo {
    position: relative;
    margin: 0 auto 10px;
    display: inline-block;
    left: 0; } }
@media screen and (max-width: 880px) {
  /* line 1470, ../sass/screen.scss */
  .subscribe {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

  /* line 1476, ../sass/screen.scss */
  .product.p-sale img {
    margin-left: -120px; }

  /* line 1479, ../sass/screen.scss */
  .product.p-sale .sale {
    left: 65px; }

  /* line 1480, ../sass/screen.scss */
  .form-date .form-year select {
    width: 199px; }

  /* line 1481, ../sass/screen.scss */
  .white {
    margin-right: 0;
    margin-left: 0; }

  /* line 1485, ../sass/screen.scss */
  .w-main .title, .w-main small {
    width: 270px; }

  /* line 1488, ../sass/screen.scss */
  .wrapper {
    padding: 50px 0; }

  /* line 1491, ../sass/screen.scss */
  .white.w-top {
    margin-top: 0; }

  /* line 1493, ../sass/screen.scss */
  .catalog .col-sm-4.col-md-3 {
    width: 50%;
    float: left; }

  /* line 1497, ../sass/screen.scss */
  .features {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0; }
    /* line 1502, ../sass/screen.scss */
    .features .col {
      width: 50%;
      max-width: 100%;
      margin-bottom: 40px; }
      /* line 1506, ../sass/screen.scss */
      .features .col br {
        display: block; }

  /* line 1510, ../sass/screen.scss */
  .product-page .cart-table i {
    display: none; }

  /* line 1513, ../sass/screen.scss */
  .btn-table {
    max-width: 90px; } }
@media screen and (min-width: 768px) {
  /* line 1520, ../sass/screen.scss */
  #nav {
    display: block !important; } }
@media screen and (max-width: 767px) {
  /* line 1524, ../sass/screen.scss */
  .nav ul {
    clear: both; }

  /* line 1527, ../sass/screen.scss */
  .cart-shop {
    margin-right: 30px; }

  /* line 1530, ../sass/screen.scss */
  .cart-shop .cart-shop-wrap {
    right: -44px; }

  /* line 1533, ../sass/screen.scss */
  .cart-shop .cart-shop-wrap:before {
    right: 11px; }

  /* line 1536, ../sass/screen.scss */
  .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99996;
    display: none; }

  /* line 1546, ../sass/screen.scss */
  .header {
    padding-bottom: 15px; }
    /* line 1548, ../sass/screen.scss */
    .header .nav-tgl {
      display: block;
      width: 27px;
      height: 17px;
      background: url("../img/menu_icon.svg") no-repeat;
      background-size: cover;
      position: absolute;
      top: 31px;
      z-index: 99998; }
      /* line 1557, ../sass/screen.scss */
      .header .nav-tgl.active {
        margin-top: 9px;
        width: 21px;
        height: 21px;
        background: url("../img/close_icon.svg") no-repeat;
        background-size: cover;
        z-index: 999999; }
    /* line 1566, ../sass/screen.scss */
    .header .logo-shop {
      margin-left: 52px; }
    /* line 1567, ../sass/screen.scss */
    .header .logo-shop:before {
      display: none; }
    /* line 1570, ../sass/screen.scss */
    .header .category-active a {
      color: #56CCF2 !important; }
    /* line 1573, ../sass/screen.scss */
    .header li.category-active {
      background: #151A1F; }
    /* line 1576, ../sass/screen.scss */
    .header #nav {
      display: none;
      background: #28323B;
      position: absolute;
      left: 0;
      width: 100%;
      top: 0;
      z-index: 99997;
      min-height: 100vh; }
      /* line 1585, ../sass/screen.scss */
      .header #nav ul {
        display: block;
        text-align: center;
        margin-top: 50px; }
      /* line 1590, ../sass/screen.scss */
      .header #nav ul li {
        display: block;
        float: none;
        margin: 0;
        position: relative;
        border-bottom: 1px solid rgba(141, 152, 166, 0.3);
        padding-left: 0;
        padding-right: 0; }
        /* line 1598, ../sass/screen.scss */
        .header #nav ul li.category-nav a:after {
          content: "";
          display: block;
          display: inline-block;
          margin-left: 8px;
          width: 7px;
          height: 4px;
          position: relative;
          top: -2px;
          background: url(../img/v.svg) no-repeat;
          background-size: cover; }
        /* line 1612, ../sass/screen.scss */
        .header #nav ul li.category-nav.category-active a:after {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
        /* line 1619, ../sass/screen.scss */
        .header #nav ul li .c-active.category {
          display: block; }
        /* line 1622, ../sass/screen.scss */
        .header #nav ul li .category {
          top: 0;
          position: relative;
          border-top: 1px solid rgba(141, 152, 166, 0.3);
          margin-top: 20px; }
          /* line 1627, ../sass/screen.scss */
          .header #nav ul li .category .flex {
            display: block; }
            /* line 1629, ../sass/screen.scss */
            .header #nav ul li .category .flex li {
              width: 100%;
              float: none;
              text-align: center;
              display: block;
              padding-bottom: 20px !important; }
              /* line 1635, ../sass/screen.scss */
              .header #nav ul li .category .flex li img {
                display: block;
                margin: auto; }
              /* line 1639, ../sass/screen.scss */
              .header #nav ul li .category .flex li a {
                color: #FFF !important; }
                /* line 1641, ../sass/screen.scss */
                .header #nav ul li .category .flex li a:after {
                  display: none; }
            /* line 1644, ../sass/screen.scss */
            .header #nav ul li .category .flex .category-info {
              text-align: left; }
        /* line 1647, ../sass/screen.scss */
        .header #nav ul li a {
          padding-left: 0;
          padding-right: 0; }

  /* line 1655, ../sass/screen.scss */
  .footer-col-2 b {
    margin-left: 0; }

  /* line 1660, ../sass/screen.scss */
  .footer .f-top:before {
    display: none; }
  /* line 1663, ../sass/screen.scss */
  .footer .f-top .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    /* line 1669, ../sass/screen.scss */
    .footer .f-top .flex .footer-col-1 {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 1677, ../sass/screen.scss */
      .footer .f-top .flex .footer-col-1 .col {
        width: auto;
        float: none; }
    /* line 1682, ../sass/screen.scss */
    .footer .f-top .flex .footer-col-2 {
      width: 100%;
      text-align: center;
      margin-top: 40px;
      padding-bottom: 40px;
      padding-top: 40px;
      position: relative;
      z-index: 1; }
      /* line 1690, ../sass/screen.scss */
      .footer .f-top .flex .footer-col-2:before {
        content: "";
        display: block;
        width: calc(100% + 30px);
        background: #202930;
        position: absolute;
        top: 0;
        left: -15px;
        height: 100%;
        z-index: -1; }

  /* line 1706, ../sass/screen.scss */
  .form-group {
    width: 100%; }

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

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

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

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

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

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

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

  /* line 1725, ../sass/screen.scss */
  .details .check-add {
    margin: 0 0 15px; }

  /* line 1727, ../sass/screen.scss */
  .form-date .form-month {
    width: calc(40% - 3px); }
  /* line 1730, ../sass/screen.scss */
  .form-date .form-year {
    width: calc(60% - 6px); }
    /* line 1732, ../sass/screen.scss */
    .form-date .form-year select {
      width: 100%; }
  /* line 1735, ../sass/screen.scss */
  .form-date.birth-date .form-month {
    width: calc(30% - 5px); }
    /* line 1737, ../sass/screen.scss */
    .form-date.birth-date .form-month:last-child {
      width: calc(39% - 5px); }

  /* line 1741, ../sass/screen.scss */
  .zip {
    width: 100% !important; }

  /* line 1744, ../sass/screen.scss */
  .footer .f-top .flex .footer-col-1 {
    margin-right: 50px; }

  /* line 1747, ../sass/screen.scss */
  .header {
    height: 140px; }
    /* line 1749, ../sass/screen.scss */
    .header .phones {
      position: absolute;
      left: 20px;
      margin-left: 0;
      margin-top: 0;
      top: 100px; }
    /* line 1756, ../sass/screen.scss */
    .header .cart {
      position: absolute;
      top: 10px;
      left: 20px; }
      /* line 1760, ../sass/screen.scss */
      .header .cart .cart-name {
        width: auto;
        font-size: 14px;
        padding: 12px 20px 11px 49px; }
        /* line 1764, ../sass/screen.scss */
        .header .cart .cart-name b {
          display: inline-block; }
        /* line 1765, ../sass/screen.scss */
        .header .cart .cart-name:after {
          right: 7px;
          bottom: 16px; }
      /* line 1767, ../sass/screen.scss */
      .header .cart .cart-wrap {
        left: 0; } }
@media screen and (max-width: 675px) {
  /* line 1773, ../sass/screen.scss */
  .phones div {
    margin-right: 20px; } }
@media screen and (max-width: 670px) {
  /* line 1779, ../sass/screen.scss */
  .t-left {
    text-align: left !important; }

  /* line 1783, ../sass/screen.scss */
  .check-table .promo-td.promo-select td:first-child {
    width: 50%;
    max-width: 50%; }
    /* line 1786, ../sass/screen.scss */
    .check-table .promo-td.promo-select td:first-child .bonus {
      margin-bottom: 10px; }

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

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

  /* line 1795, ../sass/screen.scss */
  .check-table .t-right {
    text-align: right; }
  /* line 1797, ../sass/screen.scss */
  .check-table .t-big-hide.t-price {
    opacity: 1;
    color: #28323B; }

  /* line 1802, ../sass/screen.scss */
  .t-small-right.t-right i {
    display: none; }

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

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

  /* line 1817, ../sass/screen.scss */
  .product-page td.t-price a {
    float: right; }
  /* line 1818, ../sass/screen.scss */
  .product-page td.t-price:last-child {
    width: 100%; }

  /* line 1823, ../sass/screen.scss */
  .table .t-price {
    min-width: auto; }

  /* line 1827, ../sass/screen.scss */
  .table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  /* line 1828, ../sass/screen.scss */
  .table td, .table th {
    display: block;
    width: 50%;
    white-space: normal !important;
    border: none !important; }
  /* line 1829, ../sass/screen.scss */
  .table th:last-child {
    display: block;
    text-align: right; }
  /* line 1830, ../sass/screen.scss */
  .table .t-hide {
    display: none; }
  /* line 1831, ../sass/screen.scss */
  .table .t-show {
    display: block; }
  /* line 1832, ../sass/screen.scss */
  .table .add {
    float: right; }
  /* line 1833, ../sass/screen.scss */
  .table .t-hide + td {
    text-align: right; }
  /* line 1834, ../sass/screen.scss */
  .table td:first-child, .table td:nth-child(3) {
    border-bottom: none; }
  /* line 1835, ../sass/screen.scss */
  .table td {
    padding-left: 17px !important;
    padding-right: 17px !important; }
  /* line 1836, ../sass/screen.scss */
  .table td:first-child, .table td:first-child + .t-hide + td, .table td:first-child + td {
    padding-bottom: 12px !important; }
  /* line 1837, ../sass/screen.scss */
  .table tr:first-child td {
    border-top: none; }

  /* line 1839, ../sass/screen.scss */
  .cart-table {
    border-right: 1px solid #84ACE3; }

  /* line 1842, ../sass/screen.scss */
  .cart-table tbody, .product-page tbody {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0; }
    /* line 1845, ../sass/screen.scss */
    .cart-table tbody tr:last-child td, .product-page tbody tr:last-child td {
      padding-bottom: 30px !important; }
    /* line 1848, ../sass/screen.scss */
    .cart-table tbody td, .product-page tbody td {
      border-bottom: none; }

  /* line 1852, ../sass/screen.scss */
  .steps li:before {
    opacity: .3;
    margin-right: 0 !important; }

  /* line 1856, ../sass/screen.scss */
  .steps ul li span {
    display: none; }

  /* line 1861, ../sass/screen.scss */
  .steps .st-1.passed-st:after, .steps .st-1.active-st:after {
    left: 3px;
    margin-left: 0; }
  /* line 1867, ../sass/screen.scss */
  .steps .st-3.passed-st:after, .steps .st-3.active-st:after {
    left: 24px;
    margin-left: 0; }

  /* line 1874, ../sass/screen.scss */
  .table-info .cart-table td:last-child {
    width: 100%; }
    /* line 1876, ../sass/screen.scss */
    .table-info .cart-table td:last-child a {
      float: right; }

  /* line 1880, ../sass/screen.scss */
  .table-info .cart-table.check-table td:last-child {
    width: 50%; }
    /* line 1882, ../sass/screen.scss */
    .table-info .cart-table.check-table td:last-child a {
      float: right; } }
@media screen and (max-width: 650px) {
  /* line 1889, ../sass/screen.scss */
  .flex-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    /* line 1891, ../sass/screen.scss */
    .flex-img .img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%; }
      /* line 1894, ../sass/screen.scss */
      .flex-img .img.img-l, .flex-img .img.img-r {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px; }
    /* line 1900, ../sass/screen.scss */
    .flex-img div {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }

  /* line 1905, ../sass/screen.scss */
  .f-bottom ul li {
    margin-right: 0;
    display: block;
    margin-bottom: 10px; }

  /* line 1911, ../sass/screen.scss */
  .copyright {
    text-align: center;
    width: 100%; }

  /* line 1916, ../sass/screen.scss */
  .footer .flex ul {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  /* line 1923, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm h2 {
    font-size: 20px; }

  /* line 1926, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm td {
    width: 100% !important; }

  /* line 1929, ../sass/screen.scss */
  .total tfoot tr td:first-child {
    padding-left: 15px; }

  /* line 1932, ../sass/screen.scss */
  .total tfoot tr td:last-child {
    padding-right: 15px; }

  /* line 1935, ../sass/screen.scss */
  .features .col {
    width: 100%; }

  /* line 1936, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm tr td {
    padding-left: 15px !important; }

  /* line 1939, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm table {
    border: 1px solid #e0e0e0; }

  /* line 1942, ../sass/screen.scss */
  .wrapper .title {
    padding-top: 110px; }

  /* line 1945, ../sass/screen.scss */
  .w-main {
    background: url("../img/main_bg_m.png") no-repeat top right;
    background-size: contain; }

  /* line 1952, ../sass/screen.scss */
  .selectize a {
    width: 30px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 1997, ../sass/screen.scss */
  .panel .panel-heading .panel-title {
    padding-right: 45px; }
    /* line 1999, ../sass/screen.scss */
    .panel .panel-heading .panel-title:after {
      width: 30px; }

  /* line 2005, ../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 2009, ../sass/screen.scss */
  .table-confirm .table tr:last-child {
    padding-bottom: 20px; }
  /* line 2010, ../sass/screen.scss */
  .table-confirm .table td {
    width: 100%; }
    /* line 2012, ../sass/screen.scss */
    .table-confirm .table td:first-child {
      padding: 20px 17px 4px 17px !important; }
      /* line 2014, ../sass/screen.scss */
      .table-confirm .table td:first-child + td {
        padding: 4px 17px 0 17px !important; }

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

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

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

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

  /* line 2023, ../sass/screen.scss */
  footer .footer_pills {
    width: 377px;
    height: 93px; }

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

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

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

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

  /* line 2044, ../sass/screen.scss */
  .nav-tabs > li {
    margin-right: 0; }

  /* line 2047, ../sass/screen.scss */
  .options-wrap {
    margin-top: 0; }

  /* line 2051, ../sass/screen.scss */
  .select-options h2, .select-options ul {
    float: none; }
  /* line 2052, ../sass/screen.scss */
  .select-options ul {
    margin: 20px 0;
    margin-left: 0; } }
@media screen and (max-width: 546px) {
  /* line 2061, ../sass/screen.scss */
  .product-page .col-md-4 img {
    display: block;
    margin-bottom: 30px; }

  /* line 2062, ../sass/screen.scss */
  .product-page .col-md-8 .text {
    margin-bottom: 10px; }

  /* line 2063, ../sass/screen.scss */
  .select-area {
    float: none;
    margin: 20px 0;
    width: 100%; }
    /* line 2067, ../sass/screen.scss */
    .select-area:after {
      top: 0; }
    /* line 2070, ../sass/screen.scss */
    .select-area select {
      position: relative;
      top: 0; }

  /* line 2075, ../sass/screen.scss */
  .options-wrap {
    margin-top: 0; } }
@media screen and (max-width: 510px) {
  /* line 2080, ../sass/screen.scss */
  .catalog .col-sm-4.col-md-3 {
    width: 100%;
    float: none; }

  /* line 2088, ../sass/screen.scss */
  .two-btn .btn {
    display: block;
    width: 100%;
    margin-bottom: 0; }

  /* line 2093, ../sass/screen.scss */
  .two-btn .btn {
    float: none;
    margin-bottom: 15px;
    margin-right: 15px; }

  /* line 2098, ../sass/screen.scss */
  .selectize {
    padding-right: 45px; }
    /* line 2100, ../sass/screen.scss */
    .selectize span b {
      display: inline-block; }
    /* line 2101, ../sass/screen.scss */
    .selectize b {
      display: block;
      margin-bottom: 5px; }
    /* line 2105, ../sass/screen.scss */
    .selectize span {
      display: block;
      margin-top: 3px; }

  /* line 2111, ../sass/screen.scss */
  .product.p-sale .sale {
    left: 30%; } }
@media screen and (max-width: 480px) {
  /* line 2118, ../sass/screen.scss */
  .check-table .promo-td.promo-select td:first-child {
    width: 100%;
    max-width: 100%; }
    /* line 2121, ../sass/screen.scss */
    .check-table .promo-td.promo-select td:first-child .bonus {
      margin-bottom: 10px; }

  /* line 2126, ../sass/screen.scss */
  .table.cart-table.check-table td.package-td.t-center {
    width: 100%; }

  /* line 2129, ../sass/screen.scss */
  .header .logo-shop {
    margin-left: 40px; }

  /* line 2132, ../sass/screen.scss */
  .logo-shop {
    font-size: 20px; }

  /* line 2135, ../sass/screen.scss */
  .form-date.birth-date .form-month:last-child {
    width: 100%;
    margin-top: 12px; }

  /* line 2139, ../sass/screen.scss */
  .form-date.birth-date .form-month {
    width: calc(50% - 5px); }
    /* line 2141, ../sass/screen.scss */
    .form-date.birth-date .form-month:nth-child(2n) {
      margin-right: 0; }

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

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

  /* line 2156, ../sass/screen.scss */
  .table td.t-right, .table td.t-right {
    padding-left: 0 !important; }
  /* line 2157, ../sass/screen.scss */
  .table td.t-left, .table td.t-left {
    padding-right: 0 !important; }

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

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

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

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

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

  /* line 2172, ../sass/screen.scss */
  .bg-product-2 .pills {
    top: -15px; } }
@media screen and (max-width: 374px) {
  /* line 2180, ../sass/screen.scss */
  .product-page .t-small-right small {
    right: 5px; }

  /* line 2184, ../sass/screen.scss */
  .select-options ul li {
    margin-right: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2220, ../sass/screen.scss */
  .login-w .login-form {
    width: 90%; }

  /* line 2223, ../sass/screen.scss */
  .login-w .login-form {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 2227, ../sass/screen.scss */
  .log-in {
    margin-left: 33px;
    margin-right: -15px; } }
@media screen and (max-width: 321px) {
  /* line 2233, ../sass/screen.scss */
  .product.p-sale .sale {
    left: 35px; } }
@media screen and (min-width: 1025px) {
  /* line 2238, ../sass/screen.scss */
  #menu {
    display: block !important; } }
