@font-face {
  font-family: "ElektraRegular";
  src: url("../font/ElektraTextPro.otf"); }
@font-face {
  font-family: "Elektra";
  src: url("../font/ElektraTextProBold.otf"); }
/* line 10, ../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 31, ../sass/screen.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

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

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

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

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

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

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

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

/* line 2, ../sass/header.scss */
.tel {
  font-size: 12px;
  color: #9AA4B0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 67px;
  cursor: pointer;  }
  /* line 8, ../sass/header.scss */
  .tel img {
    display: block;
    max-width: 102px;
    height: 12px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
    margin-left: 12px; }
  /* line 16, ../sass/header.scss */
  .tel + .tel {
    margin-left: 20px; }

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

/* line 23, ../sass/header.scss */
.logo:before {
  content: "";
  display: block;
  background: url("../img/logo.svg") no-repeat;
  background-size: cover;
  width: 41px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 0; }

/* line 34, ../sass/header.scss */
.logo {
  font-family: 'Elektra', sans-serif;
  font-size: 24px;
  color: #111C2D;
  position: relative;
  padding-left: 60px; }
  /* line 40, ../sass/header.scss */
  .logo span {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    color: #9AA4B0;
    display: block;
    padding-left: 60px; }

/* line 50, ../sass/header.scss */
body {
  background: url("../img/forms_bg.svg") no-repeat right 46px;
  background-size: contain; }

/* line 55, ../sass/header.scss */
.header-top {
  position: absolute;
  height: 46px;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 0; }

/* line 65, ../sass/header.scss */
.header {
  position: relative; }
  /* line 67, ../sass/header.scss */
  .header .container {
    padding-top: 15px; }
    /* line 69, ../sass/header.scss */
    .header .container > .flex {
      padding-bottom: 25px; }

/* line 75, ../sass/header.scss */
.cart {
  cursor: pointer;
  position: relative; }
  /* line 78, ../sass/header.scss */
  .cart i {
    font-size: 12px;
    color: #9AA4B0;
    margin-right: 12px; }
  /* line 83, ../sass/header.scss */
  .cart b {
    color: #111C2D;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-right: 12px; }
  /* line 89, ../sass/header.scss */
  .cart span {
    border-radius: 50%;
    background: #2DBBC4;
    color: #fff;
    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;
    width: 18px;
    height: 18px;
    font-size: 10px; }
  /* line 101, ../sass/header.scss */
  .cart:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url("../img/v.svg") no-repeat;
    margin-left: 10px; }
  /* line 109, ../sass/header.scss */
  .cart.flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  /* line 113, ../sass/header.scss */
  .cart:hover .cart_wrap {
    visibility: visible;
    opacity: 1;
    top: 25px; }
    /* line 117, ../sass/header.scss */
    .cart:hover .cart_wrap ul {
      margin-top: 0; }

/* line 123, ../sass/header.scss */
.cart_wrap {
  position: absolute;
  background: #fff;
  border: 1px solid #f2f2f2;
  width: 210px;
  padding: 20px;
  left: 0;
  top: 35px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 666; }
  /* line 135, ../sass/header.scss */
  .cart_wrap:before {
    content: "";
    display: block;
    background: url("../img/triangle.svg") no-repeat;
    width: 14px;
    height: 6px;
    top: -6px;
    right: 20px;
    position: absolute; }
  /* line 146, ../sass/header.scss */
  .cart_wrap ul {
    display: block !important; }
  /* line 151, ../sass/header.scss */
  .cart_wrap li {
    border-bottom: 1px solid #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 10px;
    margin-right: 0 !important; }
  /* line 158, ../sass/header.scss */
  .cart_wrap figure {
    width: 60px;
    height: 60px;
    margin-right: 20px; }
    /* line 162, ../sass/header.scss */
    .cart_wrap figure img {
      width: 100%; }
  /* line 166, ../sass/header.scss */
  .cart_wrap b {
    display: block;
    margin-top: 5px; }
  /* line 170, ../sass/header.scss */
  .cart_wrap a.btns.btns-mini {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 20px;
    text-transform: none;
    font-weight: 700;
    min-width: 120px; }

/* line 183, ../sass/header.scss */
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 67px; }
  /* line 186, ../sass/header.scss */
  .nav ul li {
    margin-right: 30px; }
    /* line 188, ../sass/header.scss */
    .nav ul li:last-child {
      margin-right: 0; }
  /* line 192, ../sass/header.scss */
  .nav ul a {
    font-size: 12px;
    color: #111C2D;
    text-transform: uppercase;
    font-weight: 600; }
    /* line 197, ../sass/header.scss */
    .nav ul a:hover {
      color: #2DBBC4;
      text-decoration: underline; }

/* line 204, ../sass/header.scss */
.nav-wrap .flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

/* line 208, ../sass/header.scss */
.title {
  font-size: 34px;
  color: #111C2D;
  text-transform: uppercase;
  max-width: 700px; }
  /* line 213, ../sass/header.scss */
  .title span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: none;
    margin: 5px 0 0; }

/* line 225, ../sass/header.scss */
.brands li {
  margin-right: 43px; }
/* line 228, ../sass/header.scss */
.brands li:last-child {
  margin-right: 0; }

/* line 233, ../sass/header.scss */
.off {
  margin-top: 25px;
  color: #111C2D;
  font-size: 14px;
  max-width: 349px;
  display: inline-block;
  border-radius: 30px;
  padding: 10px 35px;
  text-transform: uppercase;
  background: #FFD540; }
  /* line 243, ../sass/header.scss */
  .off b {
    font-weight: 900; }

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

/* 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% + 45px);
  -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: 1200px) {
  /* line 48, ../sass/ch.scss */
  .f-tooltip-info {
    top: 72px;
    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/footer.scss */
.footer {
  padding-top: 50px;
  text-align: center; }
  /* line 2, ../sass/footer.scss */
  .footer .container {
    position: relative; }
  /* line 5, ../sass/footer.scss */
  .footer .up {
    width: 32px;
    height: 31px;
    background: url("../img/up.svg") no-repeat;
    background-size: cover;
    right: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
    z-index: 999; }
  /* line 18, ../sass/footer.scss */
  .footer .logo {
    padding-left: 0;
    margin: auto;
    display: block;
    text-align: center; }
    /* line 23, ../sass/footer.scss */
    .footer .logo:before {
      position: relative;
      left: auto;
      top: 0;
      margin: 0 auto 20px; }
  /* line 32, ../sass/footer.scss */
  .footer .footer-nav {
    margin: 30px 0 10px; }
    /* line 34, ../sass/footer.scss */
    .footer .footer-nav ul {
      text-align: center; }
    /* line 37, ../sass/footer.scss */
    .footer .footer-nav li {
      display: inline-block;
      margin-right: 30px;
      margin-bottom: 20px; }
      /* line 41, ../sass/footer.scss */
      .footer .footer-nav li:last-child {
        margin-right: 0; }
  /* line 46, ../sass/footer.scss */
  .footer p {
    font-size: 12px;
    padding-bottom: 10px; }

/* line 53, ../sass/footer.scss */
.language a {
  text-decoration: underline; }

/* line 1, ../sass/catalog.scss */
.catalog-list {
  margin-bottom: 30px; }

/* line 5, ../sass/catalog.scss */
.product {
  margin-bottom: 30px;
  border: 1px solid #F2F2F2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 8px;
  padding-top: 16px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  /* line 13, ../sass/catalog.scss */
  .product:hover {
    -webkit-box-shadow: 0 4px 20px rgba(205, 217, 232, 0.5);
            box-shadow: 0 4px 20px rgba(205, 217, 232, 0.5); }
  /* line 16, ../sass/catalog.scss */
  .product figure {
    width: 128px;
    height: 128px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
    /* line 22, ../sass/catalog.scss */
    .product figure img {
      width: 100%; }
  /* line 26, ../sass/catalog.scss */
  .product b {
    font-size: 18px;
    color: #111C2D;
    padding-left: 20px;
    padding-right: 20px;
    display: block; }
  /* line 33, ../sass/catalog.scss */
  .product p {
    font-size: 14px;
    margin-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
	height: 40px; }
  /* line 39, ../sass/catalog.scss */
  .product .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 20px 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    /* line 46, ../sass/catalog.scss */
    .product .price.sale-price span {
      font-weight: 700;
      color: #FF0040; }
    /* line 50, ../sass/catalog.scss */
    .product .price.sale-price i {
      color: #111C2D; }
    /* line 54, ../sass/catalog.scss */
    .product .price span {
      display: block;
      font-size: 16px;
      color: #111C2D;
      padding-left: 20px;
      position: relative;
      margin-right: 10px; }
      /* line 62, ../sass/catalog.scss */
      .product .price span:before {
        content: "";
        display: block;
        border-radius: 50%;
        background: #FFD540;
        position: absolute;
        left: 0;
        top: 2px;
        width: 10px;
        height: 10px; }
    /* line 74, ../sass/catalog.scss */
    .product .price i {
      color: #9AA4B0;
      font-size: 12px; }
  /* line 79, ../sass/catalog.scss */
  .product .sale {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 6px 20px;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #FF0040;
    font-size: 12px;
    font-weight: 600; }
  /* line 92, ../sass/catalog.scss */
  .product .new {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 6px 20px;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #662DC4;
    font-size: 12px;
    font-weight: 600; }
  /* line 105, ../sass/catalog.scss */
  .product .catalog-btns {
    text-align: center;
    margin-bottom: 30px; }
  /* line 109, ../sass/catalog.scss */
  .product a.btns {
    margin-left: 20px;
    margin-right: 20px;
    min-width: calc(100% - 40px); }

/* line 116, ../sass/catalog.scss */
.catalog-menu {
  margin-top: 40px;
  margin-bottom: 50px; }
  /* line 120, ../sass/catalog.scss */
  .catalog-menu .catalog-title .catalog-toogle {
    display: none; }
  /* line 123, ../sass/catalog.scss */
  .catalog-menu .catalog-title b {
    color: #111C2D;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    overflow: hidden; }
  /* line 131, ../sass/catalog.scss */
  .catalog-menu #catalog {
    padding-top: 15px;
    padding-bottom: 15px; }
    /* line 134, ../sass/catalog.scss */
    .catalog-menu #catalog li {
      padding: 10px 0; }
      /* line 136, ../sass/catalog.scss */
      .catalog-menu #catalog li i {
        font-weight: 700;
        color: #000;
        margin-top: 15px;
        display: block; }
      /* line 142, ../sass/catalog.scss */
      .catalog-menu #catalog li a {
        color: #111C2D;
        display: block;
        font-size: 14px;
        font-weight: 600;
        position: relative;
        padding-left: 0; }
        /* line 149, ../sass/catalog.scss */
        .catalog-menu #catalog li a:before {
          display: none;
          content: "";
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background: #2DBBC4;
          position: absolute;
          left: 0;
          top: 2px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        /* line 162, ../sass/catalog.scss */
        .catalog-menu #catalog li a:hover {
          color: #2DBBC4;
          font-weight: 700;
          padding-left: 20px; }
          /* line 166, ../sass/catalog.scss */
          .catalog-menu #catalog li a:hover:before {
            display: block; }

@media screen and (min-width: 651px) {
  /* line 177, ../sass/catalog.scss */
  #catalog {
    display: block !important; } }
/* line 2, ../sass/product.scss */
.product_info img {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

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

/* line 13, ../sass/product.scss */
.table i.t-price {
  font-weight: 400; }

/* line 18, ../sass/product.scss */
.tab-content .tab-pane {
  margin-left: 0;
  margin-right: 0; }

/* line 24, ../sass/product.scss */
.nav.nav-pills.flex {
  width: 100%; }

/* line 28, ../sass/product.scss */
.select-dose {
  font-size: 18px;
  color: #111316;
  font-weight: 900;
  margin-bottom: 15px; }

/* line 35, ../sass/product.scss */
.nav-dose a {
  color: #fff;
  background: #2DBBC4;
  border-radius: 20px;
  text-align: center;
  width: 70px;
  display: block;
  font-size: 14px;
  padding: 8px 0; }
/* line 45, ../sass/product.scss */
.nav-dose.active a {
  color: #fff;
  background: #2DBBC4; }

@media screen and (max-width: 1200px) {
  /* line 53, ../sass/product.scss */
  .nav-dose a {
    width: 60px; } }
@media screen and (max-width: 992px) {
  /* line 58, ../sass/product.scss */
  .nav.nav-pills.flex {
    display: flow-root;
    position: relative;
    min-height: 40px;
	text-align: center;
	position: sticky;
    top: 5px;	}
    /* line 62, ../sass/product.scss */
    .nav.nav-pills.flex:after {
      position: absolute;
      content: '';
      width: 13px;
      height: 8px;
      /*background: url("../img/arrow_down.svg") no-repeat;*/
      background-size: cover;
      right: 15px;
      top: 17px;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      z-index: 3;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    /* line 75, ../sass/product.scss */
    .nav.nav-pills.flex.active-pills {
      -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-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 10px;
      border: 1px solid #f3f3f3;
      padding-top: 40px; }

  /* line 88, ../sass/product.scss */
  .nav-dose.active {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%; }

  /* line 96, ../sass/product.scss */
  .nav-dose {
    display: inline-block;
	background: #2DBBC4;
    width: 70px;
    border-radius: 20px;
	margin-right: 15px;
    height: 30px;
	margin-bottom: 10px;}
    /* line 98, ../sass/product.scss */
    .nav-dose a {
      width: 100%;
      padding: 7px 0;
	  color: #fff; }

  /* line 103, ../sass/product.scss */
  .active-nav-mob {
    display: block !important; } }
/* line 108, ../sass/product.scss */
.th-title {
  border-radius: 20px;
  width: 100%;
  background: rgba(201, 245, 248, 0.5);
  color: #2DBBC4;
  font-weight: 600;
  padding: 13px 15px; }

@media screen and (min-width: 992px) {
  /* line 118, ../sass/product.scss */
  .th-title {
    display: none; } }
/*blog*/
/* line 2, ../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 7, ../sass/blog.scss */
.date + .blog {
  margin-top: 25px; }

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

/* line 16, ../sass/blog.scss */
.blog-nav {
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 30px;
  margin-top: 20px; }
  /* line 22, ../sass/blog.scss */
  .blog-nav .col {
    width: 50%; }
  /* line 25, ../sass/blog.scss */
  .blog-nav a {
    display: block;
    text-decoration: underline;
    margin-bottom: 15px;
    font-size: 14px; }

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

/* line 35, ../sass/blog.scss */
.date {
  font-size: 12px;
  color: #CDD9E8; }

/* line 40, ../sass/blog.scss */
.blog h1 {
  margin-bottom: 15px; }

/* line 43, ../sass/blog.scss */
.blog section {
  border-top: 1px solid #f2f2f2;
  padding: 35px 0 15px; }
  /* line 46, ../sass/blog.scss */
  .blog section .flex {
    margin-bottom: 10px; }
    /* line 48, ../sass/blog.scss */
    .blog section .flex h3, .blog section .flex .date {
      margin-bottom: 5px; }
  /* line 52, ../sass/blog.scss */
  .blog section p {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 16px; }
  /* line 57, ../sass/blog.scss */
  .blog section a {
    text-decoration: underline;
    padding-bottom: 20px;
    display: block; }
  /* line 62, ../sass/blog.scss */
  .blog section span {
    font-weight: 700;
    color: #111C2D; }

/* line 68, ../sass/blog.scss */
.blog article h2 {
  font-size: 24px;
  text-transform: none;
  font-weight: 900; }
/* line 73, ../sass/blog.scss */
.blog article img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 25px; }

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

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

/* line 90, ../sass/blog.scss */
.rev-wrap.flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

/* line 95, ../sass/blog.scss */
.review h2 {
  border-bottom: 1px solid #f2f2f2;
  font-size: 24px;
  padding-bottom: 30px;
  margin: 45px 0 0; }
/* line 101, ../sass/blog.scss */
.review section {
  padding: 35px 0 15px;
  border-bottom: 1px solid #f2f2f2;
  margin-top: -1px; }
/* line 108, ../sass/blog.scss */
.review .review-edit h2 {
  border-bottom: 0;
  padding-bottom: 20px; }

/* line 115, ../sass/blog.scss */
.review-succes {
  display: none; }

/* line 119, ../sass/blog.scss */
.rev-rating.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 280px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 90px; }
  /* line 125, ../sass/blog.scss */
  .rev-rating.flex .rating {
    top: 10px; }

/* line 130, ../sass/blog.scss */
.rev-form {
  margin-top: 20px;
  margin-bottom: 50px; }
  /* line 133, ../sass/blog.scss */
  .rev-form .one-btn {
    margin-bottom: 30px; }

/* line 139, ../sass/blog.scss */
.rev-wrap, .review-succes {
  background: #FCFCFC;
  padding: 20px;
  color: #9AA4B0; }

/* line 145, ../sass/blog.scss */
.paginator {
  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;
  padding-top: 30px;
  border-top: 1px solid #f2f2f2;
  margin-bottom: 40px; }
  /* line 152, ../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: #111C2D; }
    /* line 159, ../sass/blog.scss */
    .paginator a.prev {
      text-transform: uppercase;
      font-size: 12px; }
    /* line 164, ../sass/blog.scss */
    .paginator a.next {
      text-transform: uppercase;
      font-size: 12px; }
  /* line 169, ../sass/blog.scss */
  .paginator ul {
    margin: 0 20px; }
    /* line 171, ../sass/blog.scss */
    .paginator ul li {
      width: 30px;
      text-align: center;
      display: inline-block; }
      /* line 175, ../sass/blog.scss */
      .paginator ul li a {
        width: 30px;
        color: #9AA4B0;
        -webkit-border-radius: 50%;
        text-decoration: underline;
        border-radius: 50%;
        padding: 8px; }
      /* line 183, ../sass/blog.scss */
      .paginator ul li.active a, .paginator ul li:hover a {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        background: #FFD540; }

/* line 192, ../sass/blog.scss */
.rev-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  /* line 196, ../sass/blog.scss */
  .rev-date .date {
    margin-right: 20px; }
  /* line 199, ../sass/blog.scss */
  .rev-date .rating {
    margin-bottom: 5px;
    top: 0; }

/* line 205, ../sass/blog.scss */
.captcha .has-error .error {
  position: relative;
  top: 10px;
  left: -15px; }

/* line 210, ../sass/blog.scss */
.captcha .has-error span {
  top: 30px; }

/*product*/
/* line 215, ../sass/blog.scss */
.product-nav {
  padding: 14px 30px 12px;
  border: 1px solid #f2f2f2;
  margin-bottom: 30px;
  border-radius: 20px; }

/* line 221, ../sass/blog.scss */
.product-nav-link {
  text-decoration: underline;
  position: relative;
  display: block;
  width: 100%; }
  /* line 226, ../sass/blog.scss */
  .product-nav-link:after {
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    background: url(../img/v.svg) no-repeat;
    position: absolute;
    right: 0;
    top: 4px;
    background-size: cover; }

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

/* line 246, ../sass/blog.scss */
.product-nav-link.active-nav-link:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

@media screen and (max-width: 768px) {
  /* line 252, ../sass/blog.scss */
  .blog-nav .col {
    width: 100%;
    margin-right: 0; } }
@media screen and (max-width: 650px) {
  /* line 259, ../sass/blog.scss */
  .rev-rating.flex {
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px; }

  /* line 266, ../sass/blog.scss */
  .paginator {
    width: 100%;
    position: relative;
    display: block;
    height: 110px; }
    /* line 271, ../sass/blog.scss */
    .paginator a.prev {
      position: absolute;
      left: 0;
      bottom: 20px; }
    /* line 276, ../sass/blog.scss */
    .paginator a.next {
      position: absolute;
      right: 0;
      bottom: 20px; }
    /* line 281, ../sass/blog.scss */
    .paginator ul {
      margin: -20px 0 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
@media screen and (max-width: 480px) {
  /* line 290, ../sass/blog.scss */
  .rev-date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    /* line 292, ../sass/blog.scss */
    .rev-date .date {
      margin-right: 0;
      margin-bottom: 5px; } }
/* line 1, ../sass/login.scss */
.lg-info {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 5px;
  top: 39px;
  right: -18px;
  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: #C5C5C5;
    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: #7D8CFB !important;
    padding: 0 0 15px  !important;
    text-decoration: underline !important;
    display: block !important; }
    /* line 55, ../sass/login.scss */
    .lg-info a:hover {
      color: #7D8CFB !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: 9px;
    height: 5px;
    margin-left: 12px;
    background: url("../img/v.svg") no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 15px; }
  /* line 78, ../sass/login.scss */
  .login-out:hover .lg-info {
    opacity: 1;
    visibility: visible; }

/* line 84, ../sass/login.scss */
.login-title {
  margin-bottom: 20px; }

/* line 88, ../sass/login.scss */
.catalog-index.catalog-main {
  margin-top: 0; }

/* line 91, ../sass/login.scss */
.login {
  cursor: pointer;
  margin-left: 25px;
  position: relative;
  color: #2DBBC4;
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
  margin-top: 3px;
  min-width: 50px; }
  /* line 101, ../sass/login.scss */
  .login:after {
    width: 12px;
    height: 13px;
    background: url("../img/login.svg") no-repeat;
    background-size: cover;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -18px; }
  /* line 112, ../sass/login.scss */
  .login span {
    color: #fff; }

/* line 118, ../sass/login.scss */
.register.check-form label {
  font-size: 12px;
  color: #828282; }

/* line 123, ../sass/login.scss */
.has-error {
  position: relative; }
  /* line 125, ../sass/login.scss */
  .has-error input {
    border-color: #ff0040 !important;
    outline: none; }
  /* line 126, ../sass/login.scss */
  .has-error span.input-group-addon {
    border-color: #F0EEF7 !important; }
  /* line 129, ../sass/login.scss */
  .has-error .f-name {
    color: #ff0040;
    font-weight: 700; }
  /* line 133, ../sass/login.scss */
  .has-error.input-group p {
    font-size: 12px;
    color: #EB5757;
    position: absolute;
    right: calc(-100% - 30px);
    top: 13px;
    display: block;
    width: 100%; }

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

/* line 155, ../sass/login.scss */
.login-wrap {
  top: calc(50vh - 220px);
  display: none;
  position: fixed;
  width: 540px;
  left: 50%;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #f2f2f2;
  margin-left: -245px;
  z-index: 9999999999; }
  /* line 166, ../sass/login.scss */
  .login-wrap .close {
    position: absolute;
    display: block;
    right: 15px;
    top: 14px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
    opacity: 1; }
    /* line 176, ../sass/login.scss */
    .login-wrap .close:before {
      content: '';
      display: block;
      width: 30px;
      height: 2px;
      background: #f2f2f2;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute;
      top: 10px; }
    /* line 186, ../sass/login.scss */
    .login-wrap .close:after {
      content: '';
      display: block;
      width: 30px;
      height: 2px;
      background: #f2f2f2;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 10px; }
  /* line 198, ../sass/login.scss */
  .login-wrap .login-form form {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 30px; }
    /* line 203, ../sass/login.scss */
    .login-wrap .login-form form p {
      padding-right: 22px; }
    /* line 208, ../sass/login.scss */
    .login-wrap .login-form form .form-group .btns {
      width: 100%;
      display: block; }
    /* line 212, ../sass/login.scss */
    .login-wrap .login-form form .form-group a {
      display: block;
      margin: 10px auto 30px;
      text-align: center; }

/* line 225, ../sass/login.scss */
.login-form {
  position: relative; }
  /* line 227, ../sass/login.scss */
  .login-form a {
    text-decoration: underline; }
    /* line 229, ../sass/login.scss */
    .login-form a:hover {
      text-decoration: none; }

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

/* line 246, ../sass/login.scss */
::-webkit-input-placeholder {
  color: #111C2D !important;
  font-weight: 400; }

/* line 250, ../sass/login.scss */
::-moz-placeholder {
  color: #111C2D;
  font-weight: 400; }

/* line 254, ../sass/login.scss */
:-ms-input-placeholder {
  color: #111C2D;
  font-weight: 400; }

/* line 258, ../sass/login.scss */
:-moz-placeholder {
  color: #111C2D;
  font-weight: 400; }

/* line 263, ../sass/login.scss */
.subscribe {
  margin-top: 50px;
  position: relative;
  padding: 50px 0;
  border-radius: 10px;
  background: #F5FAFB; }
  /* line 269, ../sass/login.scss */
  .subscribe ::-webkit-input-placeholder {
    color: #A7AFBA;
    font-weight: 400; }
  /* line 273, ../sass/login.scss */
  .subscribe ::-moz-placeholder {
    color: #A7AFBA;
    font-weight: 400; }
  /* line 277, ../sass/login.scss */
  .subscribe :-ms-input-placeholder {
    color: #A7AFBA;
    font-weight: 400; }
  /* line 281, ../sass/login.scss */
  .subscribe :-moz-placeholder {
    color: #A7AFBA;
    font-weight: 400; }
  /* line 285, ../sass/login.scss */
  .subscribe.w_sub {
    background: #fff; }
  /* line 288, ../sass/login.scss */
  .subscribe form {
    max-width: 745px;
    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 294, ../sass/login.scss */
    .subscribe form input {
      padding: 10px 20px;
      border-radius: 20px 0 0 20px;
      border: 1px solid #EFEFEF;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: calc(100% - 180px); }
      /* line 300, ../sass/login.scss */
      .subscribe form input:focus {
        outline: none; }
    /* line 304, ../sass/login.scss */
    .subscribe form button.btns {
      background: #25C0C3;
      position: relative;
      left: -20px; }
      /* line 308, ../sass/login.scss */
      .subscribe form button.btns:focus {
        outline: none; }

/* line 314, ../sass/login.scss */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 400; }

/* line 317, ../sass/login.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 400; }

/* line 320, ../sass/login.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 400; }

/* line 323, ../sass/login.scss */
:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 400; }

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

/* line 334, ../sass/login.scss */
h1 + .v_name {
  margin-top: 30px; }

/* line 339, ../sass/login.scss */
.register .details {
  padding-bottom: 15px; }
  /* line 341, ../sass/login.scss */
  .register .details .one-btn {
    margin-bottom: 15px; }
/* line 345, ../sass/login.scss */
.register + .login-reg {
  margin-bottom: 60px; }

/* line 350, ../sass/login.scss */
.breadcrumbs {
  margin-bottom: 20px;
  margin-top: -20px; }
  /* line 353, ../sass/login.scss */
  .breadcrumbs li {
    display: inline-block;
    margin-right: 8px; }
    /* line 356, ../sass/login.scss */
    .breadcrumbs li a {
      font-size: 12px;
      color: #9AA4B0; }
      /* line 359, ../sass/login.scss */
      .breadcrumbs li a:after {
        content: '';
        display: inline-block;
        margin-left: 9px;
        width: 5px;
        height: 7px;
        /*background: url(../img/v-grey.svg) no-repeat center center;*/
        background-size: contain;
        position: relative;
        top: 0; }
    /* line 372, ../sass/login.scss */
    .breadcrumbs li:last-child a:after {
      display: none; }
	.breadcrumbs span {
    font-size: 12px;
	}
/* line 379, ../sass/login.scss */
.blog-nav .text p {
  margin-bottom: 20px; }
  /* line 381, ../sass/login.scss */
  .blog-nav .text p:last-child {
    margin-bottom: 0; }

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

/* line 391, ../sass/login.scss */
.form-group .error {
  display: none; }

/* line 396, ../sass/login.scss */
.has-error .error {
  position: absolute;
  top: -15px;
  color: #EB5757;
  top: 35px;
  left: -5px;
  z-index: 0;
  display: block; }

/*catalog*/
/* line 408, ../sass/login.scss */
.catalog-nav ul li.catalog-name a {
  padding: 0;
  border: none; }
  /* line 411, ../sass/login.scss */
  .catalog-nav ul li.catalog-name a:hover {
    padding: 0; }
  /* line 414, ../sass/login.scss */
  .catalog-nav ul li.catalog-name a:before, .catalog-nav ul li.catalog-name a:after {
    display: none; }

/* line 419, ../sass/login.scss */
.login.login-mobile {
  display: none; }

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

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

/* line 447, ../sass/login.scss */
.check-form.register .details-info {
  padding-bottom: 5px;
  padding-top: 20px; }

/* line 452, ../sass/login.scss */
.register .captcha-inp:after {
  content: "*";
  color: #FF3332;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 15px; }

/* line 462, ../sass/login.scss */
.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 0 30px;
  border-bottom: 1px solid; }
  /* line 466, ../sass/login.scss */
  .language li {
    margin-left: 6px;
    margin-right: 6px;
    font-size: 12px; }
    /* line 470, ../sass/login.scss */
    .language li:first-child {
      margin-left: 0; }
    /* line 473, ../sass/login.scss */
    .language li:last-child {
      margin-right: 0; }

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

@media screen and (max-width: 1200px) {
  /* line 483, ../sass/login.scss */
  .catalog-nav + .left-box {
    display: block; } }
@media screen and (max-width: 767px) {
  /* line 488, ../sass/login.scss */
  .l-desktop {
    display: none; }

  /* line 491, ../sass/login.scss */
  .login.l-mob {
    display: block;
    float: none;
    padding: 26px 10px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid rgba(206, 214, 222, 0.5); }
    /* line 499, ../sass/login.scss */
    .login.l-mob span {
      color: #111C2D;
      font-size: 16px; }
    /* line 504, ../sass/login.scss */
    .login.l-mob:before {
      background: url("../img/user_icon_mob.svg") no-repeat;
      background-size: cover; } }
@media screen and (max-width: 1200px) {
  /* line 513, ../sass/login.scss */
  .subscribe form {
    width: calc(100% - 40px); } }
@media screen and (max-width: 767px) {
  /* line 519, ../sass/login.scss */
  .rev-captcha .captcha-inp {
    padding-left: 0; }

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

  /* line 527, ../sass/login.scss */
  .has-error.input-group p {
    top: 40px;
    left: 43px; }

  /* line 531, ../sass/login.scss */
  .lg-info {
    top: 60px;
    right: 0;
    width: 100%; } }
@media screen and (max-width: 650px) {
  /* line 539, ../sass/login.scss */
  .subscribe form {
    width: 100%; }

  /* line 542, ../sass/login.scss */
  .subscribe form button.btns {
    width: 100%;
    left: 0; }

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

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

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

  /* line 559, ../sass/login.scss */
  .subscribe {
    padding-left: 20px;
    padding-right: 20px; }
    /* line 562, ../sass/login.scss */
    .subscribe form {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      /* line 564, ../sass/login.scss */
      .subscribe form input {
        width: 100%;
        margin-bottom: 15px;
        border-radius: 20px; }
      /* line 569, ../sass/login.scss */
      .subscribe form button {
        margin-left: 0; }

  /* line 575, ../sass/login.scss */
  .catalog-nav + .left-box {
    display: none; }

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

  /* line 581, ../sass/login.scss */
  .login-reg {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 585, ../sass/login.scss */
  .close {
    margin-right: 15px; }

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

  /* line 589, ../sass/login.scss */
  .login-wrap {
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 30px; }
    /* line 594, ../sass/login.scss */
    .login-wrap .login-form {
      margin: 0 auto;
      padding-left: 15px;
      padding-right: 15px; }
      /* line 598, ../sass/login.scss */
      .login-wrap .login-form form {
        padding-left: 15px;
        padding-right: 15px; }
    /* line 603, ../sass/login.scss */
    .login-wrap a {
      float: none;
      display: block; }

  /* line 608, ../sass/login.scss */
  .blog-nav {
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (max-width: 480px) {
  /* line 616, ../sass/login.scss */
  .footer .methods-info img {
    margin-bottom: 10px; }

  /* line 620, ../sass/login.scss */
  .forgot-wrap + .two-btn .btn {
    display: block;
    width: 100% !important;
    margin-bottom: 15px; }

  /* line 626, ../sass/login.scss */
  .one-btn .btn, .two-btn .btn, .forgot .btn {
    width: 100% !important;
    float: none; } }
/* 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%;
  padding: 6px 20px 6px 0;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #C1F3EE;
  margin-bottom: 40px; }
  /* line 11, ../sass/trial.scss */
  .trial img {
    max-width: 540px;
    margin-left: 6px;
    height: 100%; }
  /* line 17, ../sass/trial.scss */
  .trial figure {
    height: 151px; }
  /* line 20, ../sass/trial.scss */
  .trial a.btns.btns-green {
    min-width: 180px;
    display: block;
    border: none;
    margin-top: 15px; }
  /* line 26, ../sass/trial.scss */
  .trial b {
    color: #333;
    font-size: 22px;
    font-weight: 800;
    display: block; }
  /* line 32, ../sass/trial.scss */
  .trial span {
    color: #828282;
    font-size: 12px;
    margin-top: 8px;
    display: block; }

/* line 39, ../sass/trial.scss */
.trial .trial_info figure {
  display: none; }

@media screen and (max-width: 1200px) {
  /* line 43, ../sass/trial.scss */
  .trial img {
    max-width: 223px;
    width: 100%; }

  /* line 47, ../sass/trial.scss */
  .trial figure {
    height: 119px; }

  /* line 50, ../sass/trial.scss */
  .trial b br {
    display: block; } }
@media screen and (max-width: 992px) {
  /* line 56, ../sass/trial.scss */
  .trial {
    padding: 20px;
    text-align: center;
    display: block; }
    /* line 60, ../sass/trial.scss */
    .trial img {
      margin: 0 auto; }
    /* line 63, ../sass/trial.scss */
    .trial b {
      margin-bottom: 10px; }
    /* line 66, ../sass/trial.scss */
    .trial a.button {
      margin: auto; }
    /* line 69, ../sass/trial.scss */
    .trial figure {
      display: none; }

  /* line 73, ../sass/trial.scss */
  .trial .trial_info img {
    max-width: 283px;
    -o-object-fit: contain;
       object-fit: contain; }

  /* line 78, ../sass/trial.scss */
  .trial .trial_info figure {
    display: block;
    width: 100%;
    height: 151px; }

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

  /* line 86, ../sass/trial.scss */
  .trial-info {
    text-align: center;
    width: 100%; } }
@media screen and (max-width: 767px) {
  /* line 93, ../sass/trial.scss */
  .trial span {
    margin-bottom: 5px; }

  /* line 96, ../sass/trial.scss */
  .trial {
    margin-bottom: 20px; } }
/* line 1, ../sass/cookie.scss */
.cookies {
  position: fixed;
  z-index: 99998;
  bottom: 0;
  width: 100%;
  padding: 25px 15px;
  background: #fff;
  border-top: 1px solid #2DBBC4; }
  /* line 9, ../sass/cookie.scss */
  .cookies p {
    color: #111C2D;
    font-size: 12px;
	text-align: center;
	}
  /* line 13, ../sass/cookie.scss */
  .cookies .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 19, ../sass/cookie.scss */
  .cookies a {
    color: #2DBBC4;
    text-decoration: underline;
    padding-right: 20px;
    padding-left: 10px; }
  /* line 25, ../sass/cookie.scss */
  .cookies .cookies-btn {
    padding: 8px 30px;
    min-width: 100px;
    border-radius: 20px;
    background: #FFD540;
    color: #111C2D;
    text-align: center;
    text-decoration: none; }

/*
footer .container .up {
	top: auto  !important;
	right: 60px !important;
	bottom: 30px  !important;
	position: fixed !important;
}
*/
/* line 43, ../sass/cookie.scss */
.delivery-m .methods-info img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%); }

/* line 47, ../sass/cookie.scss */
.methods-info img {
  margin-right: 11px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all .4s;
  transition: all .4s; }
  /* line 55, ../sass/cookie.scss */
  .methods-info img:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }

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

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

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

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

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

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

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

/* line 86, ../sass/cookie.scss */
.footer .f-visa, .footer .f-master, .footer .f-amex {
  width: 50px; }
/* line 89, ../sass/cookie.scss */
.footer .f-bleue {
  width: 44px; }
/* line 92, ../sass/cookie.scss */
.footer .f-local {
  min-width: 38px;
  max-width: 80px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain; }
/* line 98, ../sass/cookie.scss */
.footer .f-jcb {
  width: 45px; }
/* line 101, ../sass/cookie.scss */
.footer .f-discover {
  width: 50px; }

/* line 105, ../sass/cookie.scss */
.nav-tabs > li a {
  padding-left: 8px;
  padding-right: 8px; }

/* line 109, ../sass/cookie.scss */
.nav-tabs > li:first-child {
  margin-left: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 213, ../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 218, ../sass/cookie.scss */
  .nav-tabs > li.active > a {
    border: none !important;
    position: relative; }
    /* line 221, ../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/v.svg") no-repeat;
      background-size: cover; }

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

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

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

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

  /* line 256, ../sass/cookie.scss */
  .nav-tabs > li.active {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important; } }
@media screen and (max-width: 767px) {
  /* line 266, ../sass/cookie.scss */
  .cookies p a {
    display: block;
    padding-left: 0;
    margin-top: 5px; } }
/* line 1, ../sass/dash.scss */
.table-responsive.table-info.dash-responsive {
  overflow-x: hidden; }

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

/* line 15, ../sass/dash.scss */
.table.dash-table > tbody > tr > td:first-child, .table.dash-table > tfoot > tr > td:first-child, .table.dash-table > tfoot > tr > th:first-child {
  border-left: none; }
/* line 18, ../sass/dash.scss */
.table.dash-table th {
  font-size: 14px;
  text-align: left; }
  /* line 21, ../sass/dash.scss */
  .table.dash-table th:first-child {
    width: 30%; }
/* line 25, ../sass/dash.scss */
.table.dash-table td {
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  /* line 28, ../sass/dash.scss */
  .table.dash-table td:first-child {
    width: 30%; }
  /* line 31, ../sass/dash.scss */
  .table.dash-table td a {
    text-decoration: underline; }
/* line 35, ../sass/dash.scss */
.table.dash-table .dash-info.active + tr {
  border-bottom: 1px solid #f2f2f2; }
  /* line 37, ../sass/dash.scss */
  .table.dash-table .dash-info.active + tr td.dash-info-more {
    display: table-cell; }
/* line 42, ../sass/dash.scss */
.table.dash-table td.dash-info-more {
  border: none;
  display: none;
  width: 100% !important;
  padding: 0 !important; }
  /* line 47, ../sass/dash.scss */
  .table.dash-table td.dash-info-more table {
    width: 100%; }
    /* line 49, ../sass/dash.scss */
    .table.dash-table td.dash-info-more table tr td {
      text-align: left;
      border: none !important; }
      /* line 52, ../sass/dash.scss */
      .table.dash-table td.dash-info-more table tr td:first-child {
        font-weight: 400;
        font-size: 14px;
        color: #9AA4B0; }
      /* line 57, ../sass/dash.scss */
      .table.dash-table td.dash-info-more table tr td:last-child {
        color: #111316; }

/* line 67, ../sass/dash.scss */
.dash-info.active td {
  background: #fff !important;
  border-bottom: none; }
/* line 69, ../sass/dash.scss */
.dash-info.active .dash-close {
  display: block; }
/* line 72, ../sass/dash.scss */
.dash-info.active a.dash_link {
  display: none; }

/* line 76, ../sass/dash.scss */
.welcome {
  font-size: 14px;
  color: #111C2D;
  margin-bottom: 20px;
  margin-top: 5px; }
  /* line 79, ../sass/dash.scss */
  .welcome b {
    font-weight: 700;
    color: #333; }

/* line 87, ../sass/dash.scss */
.notification-wrap {
  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 96, ../sass/dash.scss */
  .notification-wrap figure {
    width: 180px;
    height: 148px; }
    /* line 99, ../sass/dash.scss */
    .notification-wrap figure img {
      width: 100%; }
  /* line 103, ../sass/dash.scss */
  .notification-wrap .notif-wrap {
    padding: 40px 40px 30px 20px;
    width: calc(100% - 180px); }
    /* line 106, ../sass/dash.scss */
    .notification-wrap .notif-wrap .flex {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  /* line 110, ../sass/dash.scss */
  .notification-wrap p {
    color: #000;
    line-height: 18px; }
  /* line 114, ../sass/dash.scss */
  .notification-wrap i {
    color: #2DBBC4;
    display: block;
    line-height: 18px;
    margin-top: 4px;
    font-weight: 600;
    margin-bottom: 20px; }
  /* line 123, ../sass/dash.scss */
  .notification-wrap a {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 10px;
    border-radius: 20px;
    min-width: 100px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 400; }
    /* line 133, ../sass/dash.scss */
    .notification-wrap a.notif-no {
      background: none;
      color: #9AA4B0; }
      /* line 136, ../sass/dash.scss */
      .notification-wrap a.notif-no:hover {
        color: #c6c6c6; }
    /* line 140, ../sass/dash.scss */
    .notification-wrap a.notif-yes {
      background: #FFD540;
      color: #111C2D;
      margin-left: 15px;
      border-radius: 20px; }
      /* line 145, ../sass/dash.scss */
      .notification-wrap a.notif-yes:hover {
        background: #ffcc17; }

@media screen and (min-width: 1441px) {
  /* line 154, ../sass/dash.scss */
  .notification-wrap {
    left: 230px; } }
@media screen and (max-width: 991px) {
  /* line 160, ../sass/dash.scss */
  .table .dash-info.active {
    border-bottom: none; }

  /* line 163, ../sass/dash.scss */
  .table.dash-table td:first-child {
    width: 50%; }

  /* line 166, ../sass/dash.scss */
  .table .dash-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    /* line 168, ../sass/dash.scss */
    .table .dash-info td:nth-child(2), .table .dash-info td:nth-child(5) {
      text-align: right; }
    /* line 171, ../sass/dash.scss */
    .table .dash-info td {
      width: 50%; }
    /* line 174, ../sass/dash.scss */
    .table .dash-info td:nth-child(5), .table .dash-info td:nth-child(4) {
      width: 50%;
      padding-top: 5px !important;
      padding-bottom: 15px !important; }
    /* line 179, ../sass/dash.scss */
    .table .dash-info td:nth-child(4) {
      text-align: left; }

  /* line 183, ../sass/dash.scss */
  .table.dash-table th:first-child {
    width: 100%; }

  /* line 186, ../sass/dash.scss */
  .notification-wrap {
    left: 30px; }

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

  /* line 193, ../sass/dash.scss */
  .table.dash-table {
    border: none; }
    /* line 195, ../sass/dash.scss */
    .table.dash-table span[data-type="responsive"] {
      display: none; }
    /* line 198, ../sass/dash.scss */
    .table.dash-table tbody {
      border: none !important; }
    /* line 201, ../sass/dash.scss */
    .table.dash-table th {
      width: 100%; }
      /* line 203, ../sass/dash.scss */
      .table.dash-table th.t-hide {
        display: none !important; }
    /* line 208, ../sass/dash.scss */
    .table.dash-table tr.dash-info + tr {
      border-bottom: none; }

  /* line 213, ../sass/dash.scss */
  .dash-info {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    /* line 217, ../sass/dash.scss */
    .dash-info td.t-price {
      width: 100%;
      padding-top: 6px !important;
      padding-bottom: 0 !important; }
    /* line 222, ../sass/dash.scss */
    .dash-info td:nth-child(even) {
      text-align: right; }

  /* line 229, ../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-top: 0 !important;
    padding-bottom: 0 !important; }

  /* line 233, ../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 238, ../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 240, ../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 244, ../sass/dash.scss */
    .dash-table .dash-info.active-mobile + tr td.dash-info-more td, .dash-table.table .dash-info.active + tr td.dash-info-more td {
      padding-bottom: 8px !important;
      border: none;
      width: 100% !important; }
      /* line 248, ../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 252, ../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 260, ../sass/dash.scss */
  .dash-close-active .dash-close {
    display: block; }
  /* line 263, ../sass/dash.scss */
  .dash-close-active a {
    display: none; } }
@media screen and (max-width: 767px) {
  /* line 269, ../sass/dash.scss */
  .table-responsive {
    border: none !important; } }
@media screen and (max-width: 650px) {
  /* line 274, ../sass/dash.scss */
  .notification-wrap {
    width: calc(100% - 40px);
    left: 20px; }
    /* line 277, ../sass/dash.scss */
    .notification-wrap > .flex {
      display: block; }
    /* line 280, ../sass/dash.scss */
    .notification-wrap figure {
      margin: 0 auto; }
    /* line 283, ../sass/dash.scss */
    .notification-wrap .notif-wrap {
      width: 100%;
      padding-top: 10px;
      padding-right: 20px;
      text-align: center; }
      /* line 288, ../sass/dash.scss */
      .notification-wrap .notif-wrap .flex {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
/* line 1, ../sass/promo.scss */
.bonus {
  position: relative;
  padding-left: 42px;
  display: inline-block; }

/* line 8, ../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 24, ../sass/promo.scss */
.table td.package-td select {
  padding: 6px 8px;
  border-color: #E0E0E0;
  background-color: #fff;
  width: 160px;
  outline: none;
  font-size: 12px;
  background-position: right 10px center; }

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

/* line 38, ../sass/promo.scss */
.total-promo {
  text-align: right; }
  /* line 39, ../sass/promo.scss */
  .total-promo p {
    color: #333;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400; }

/* line 48, ../sass/promo.scss */
.p-name {
  border-radius: 20px;
  margin: 30px 0;
  width: 100%;
  background: rgba(201, 245, 248, 0.5);
  color: #2DBBC4;
  font-weight: 600;
  padding: 13px 30px; }

/* line 58, ../sass/promo.scss */
.promo-wrapper {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 30px; }
  /* line 61, ../sass/promo.scss */
  .promo-wrapper .checkbox label {
    min-height: auto; }
  /* line 64, ../sass/promo.scss */
  .promo-wrapper .checkbox {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #f2f2f2;
    margin-bottom: -10px;
    padding-left: 30px;
    color: #111C2D; }
    /* line 71, ../sass/promo.scss */
    .promo-wrapper .checkbox b {
      padding-left: 12px; }
  /* line 75, ../sass/promo.scss */
  .promo-wrapper .promo {
    margin-left: 30px; }

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

/* line 85, ../sass/promo.scss */
.promo {
  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 90, ../sass/promo.scss */
.promo-input {
  width: 100%;
  max-width: 375px; }
  /* line 93, ../sass/promo.scss */
  .promo-input .form-group {
    margin-bottom: 0; }

/* line 98, ../sass/promo.scss */
.promo button.btns {
  min-width: 100px;
  margin-top: 0;
  margin-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px; }
/* line 106, ../sass/promo.scss */
.promo.promo-err ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ff0040 !important;
  font-size: 16px; }
/* line 110, ../sass/promo.scss */
.promo.promo-err ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ff0040 !important;
  font-size: 16px; }
/* line 114, ../sass/promo.scss */
.promo.promo-err :-ms-input-placeholder {
  /* IE 10+ */
  color: #ff0040 !important;
  font-size: 16px; }
/* line 118, ../sass/promo.scss */
.promo.promo-err :-moz-placeholder {
  /* Firefox 18- */
  color: #ff0040 !important;
  font-size: 16px; }
/* line 122, ../sass/promo.scss */
.promo.promo-err .form-group input {
  border-color: #FFC2C2 !important;
  padding-left: 15px; }
/* line 127, ../sass/promo.scss */
.promo.promo-err span {
  color: #ff0040;
  font-size: 12px; }
/* line 131, ../sass/promo.scss */
.promo.promo-err .btns {
  margin-right: 20px; }

/* line 137, ../sass/promo.scss */
td .checkbox {
  margin: 0; }
  /* line 139, ../sass/promo.scss */
  td .checkbox label {
    min-height: auto; }

/* line 145, ../sass/promo.scss */
.table .promo-td .t-price {
  color: #FF0040; }
/* line 149, ../sass/promo.scss */
.table .promo-td td .checkbox {
  margin-top: 0;
  margin-bottom: 0; }
  /* line 152, ../sass/promo.scss */
  .table .promo-td td .checkbox p {
    color: #4F4F4F; }
  /* line 155, ../sass/promo.scss */
  .table .promo-td td .checkbox label {
    width: 25px;
    min-height: auto;
    margin-bottom: 0;
    float: left; }

/* line 165, ../sass/promo.scss */
.total-promo {
  text-align: right; }

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

/* line 181, ../sass/promo.scss */
.grey .radio + .radio {
  margin-top: -10px; }

/* line 186, ../sass/promo.scss */
.promo-error p {
  color: #FF3332;
  font-size: 12px;
  margin-left: 30px; }
/* line 191, ../sass/promo.scss */
.promo-error .input-group .input-group-addon i.num {
  background: url("../img/num-error.svg") no-repeat; }
/* line 197, ../sass/promo.scss */
.promo-error button.btn {
  background: #5E5CA0; }
  /* line 199, ../sass/promo.scss */
  .promo-error button.btn:hover {
    background: #4f4d86; }
/* line 204, ../sass/promo.scss */
.promo-error .promo-name {
  color: #FF3332; }
/* line 207, ../sass/promo.scss */
.promo-error ::-webkit-input-placeholder {
  color: #FF3332;
  opacity: 1; }
.promo-error :-ms-input-placeholder {
  color: #FF3332;
  opacity: 1; }
.promo-error ::-ms-input-placeholder {
  color: #FF3332;
  opacity: 1; }
.promo-error ::placeholder {
  color: #FF3332;
  opacity: 1; }
/* line 212, ../sass/promo.scss */
.promo-error :-ms-input-placeholder {
  color: #FF3332; }
/* line 216, ../sass/promo.scss */
.promo-error ::-ms-input-placeholder {
  color: #FF3332; }

/* line 223, ../sass/promo.scss */
.t-pad .checkbox {
  margin-top: 0;
  margin-bottom: 0; }
  /* line 226, ../sass/promo.scss */
  .t-pad .checkbox label {
    min-height: auto; }
/* line 231, ../sass/promo.scss */
.t-pad .promo .input-group {
  margin-bottom: 0; }
  /* line 233, ../sass/promo.scss */
  .t-pad .promo .input-group span {
    display: table-cell; }

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

/* line 243, ../sass/promo.scss */
.table.promo-table {
  background: none;
  margin: 0; }
  /* line 246, ../sass/promo.scss */
  .table.promo-table td {
    border-radius: none !important;
    padding: 0 !important; }
    /* line 249, ../sass/promo.scss */
    .table.promo-table td b {
      color: #111316;
      font-weight: 700; }
  /* line 254, ../sass/promo.scss */
  .table.promo-table tbody tr:hover {
    background: none; }

/* line 259, ../sass/promo.scss */
.promo-td span.input-group-addon {
  display: table-cell; }

/* line 264, ../sass/promo.scss */
.check-free b {
  width: 23%;
  float: right; }

@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 274, ../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 281, ../sass/promo.scss */
  .table.cart-table tr {
    position: relative; }

  /* line 284, ../sass/promo.scss */
  .t-del {
    position: absolute;
    right: 15px;
    bottom: 20px;
    height: 10px;
    width: 10px !important; }

  /* line 291, ../sass/promo.scss */
  .bonus {
    padding-left: 0;
    padding-right: 57px; }
    /* line 294, ../sass/promo.scss */
    .bonus:before {
      right: 0;
      left: auto; }

  /* line 299, ../sass/promo.scss */
  .promo.promo-err .btns {
    margin-right: 0; }

  /* line 302, ../sass/promo.scss */
  .promo.promo-err span {
    display: block;
    text-align: center;
    margin-top: 8px; }

  /* line 307, ../sass/promo.scss */
  .p-name {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 311, ../sass/promo.scss */
  .promo button.btns {
    margin-left: 0;
    width: 100%; }

  /* line 315, ../sass/promo.scss */
  .promo-wrapper .promo {
    margin-left: 20px;
    margin-right: 20px; }

  /* line 319, ../sass/promo.scss */
  .promo-wrapper .checkbox {
    padding-left: 20px; }

  /* line 322, ../sass/promo.scss */
  .promo-w .checkbox b {
    float: none;
    margin-left: 5px; }

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

  /* line 330, ../sass/promo.scss */
  .promo {
    display: block; }
    /* line 332, ../sass/promo.scss */
    .promo .promo-input {
      margin-bottom: 15px; }
    /* line 335, ../sass/promo.scss */
    .promo button.btn {
      margin-left: 0; }
    /* line 338, ../sass/promo.scss */
    .promo p {
      margin-left: 0;
      margin-top: 15px; } }
@media screen and (max-width: 767px) {
  /* line 356, ../sass/promo.scss */
  .table.check-table tr:last-child td.t-price:nth-child(2) {
    padding-top: 15px !important; }

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

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

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

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

  /* line 379, ../sass/promo.scss */
  .table.check-table .promo-td .t-price, .table.check-table .promo-td.t-price + td {
    padding-top: 15px !important; }

  /* line 382, ../sass/promo.scss */
  .table.check-table td.promo-input-td {
    width: 100%; } }
@media screen and (max-width: 650px) {
  /* line 388, ../sass/promo.scss */
  .promo-w, .grey.promo-w {
    padding-left: 15px;
    padding-right: 15px; }

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

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

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

  /* line 416, ../sass/promo.scss */
  .check-table td.promo-td {
    padding-top: 0; } }
@media screen and (max-width: 480px) {
  /* line 423, ../sass/promo.scss */
  .table tr.promo-td.promo-select td:first-child {
    width: 100%; }
  /* line 426, ../sass/promo.scss */
  .table tr.promo-td.promo-select td.package-td {
    width: 100%;
    padding-top: 20px !important; }
    /* line 429, ../sass/promo.scss */
    .table tr.promo-td.promo-select td.package-td select {
      width: 100%;
      margin-top: 8px; } }
/* line 97, ../sass/screen.scss */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #9AA4B0; }

/* line 103, ../sass/screen.scss */
h1, h4, h5, h6, .title, .h-title {
  font-family: 'Elektra', sans-serif; }

/* line 107, ../sass/screen.scss */
h1, .h-title, .login-title {
  font-size: 30px;
  padding-bottom: 15px;
  font-weight: 700; }

/* line 112, ../sass/screen.scss */
.h-title {
  color: #1E0E4E; }

/* line 115, ../sass/screen.scss */
h1, .login-title {
  color: #2DBBC4; }
  /* line 117, ../sass/screen.scss */
  h1 + h2, .login-title + h2 {
    font-size: 24px;
    line-height: 28px; }

/* line 123, ../sass/screen.scss */
h2 {
  font-size: 20px;
  color: #111C2D;
  font-weight: 900;
  margin-bottom: 10px; }

/* line 130, ../sass/screen.scss */
h3 {
  font-size: 14px;
  font-weight: 700;
  color: #111C2D; }

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

/* line 138, ../sass/screen.scss */
a {
  color: #2DBBC4;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

/* line 144, ../sass/screen.scss */
textarea, input[type="text"], input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

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

/* line 159, ../sass/screen.scss */
.flex-jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

/* line 162, ../sass/screen.scss */
.flex-jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/* line 165, ../sass/screen.scss */
.flex-aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

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

/* line 172, ../sass/screen.scss */
.btns {
  text-align: center;
  font-size: 14px;
  min-width: 180px;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 15px 12px;
  font-weight: 600;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
   border-width: 0px;  }
  /* line 186, ../sass/screen.scss */
  .btns:hover, .btns:focus, .btns:active {
    outline: none; }
  /* line 189, ../sass/screen.scss */
  .btns.btns-mini {
    min-width: 110px; }
  /* line 192, ../sass/screen.scss */
  .btns.btns-big {
    width: 220px; }

/* line 197, ../sass/screen.scss */
.btns-mini {
  min-width: auto;
  margin: 0; }

/* line 201, ../sass/screen.scss */
.btns-green {
  background: #2DBBC4;
  color: #fff; }
  /* line 204, ../sass/screen.scss */
  .btns-green:hover, .btns-green:focus, .btns-green:active {
    background: #2BB4BD; }

/* line 208, ../sass/screen.scss */
.btns-grey {
  background: #F5FAFB;
  color: #9AA4B0; }
  /* line 211, ../sass/screen.scss */
  .btns-grey:hover, .btns-grey:focus, .btns-grey:active {
    background: #E3EBED; }

/* line 215, ../sass/screen.scss */
.btns-yellow {
  background: #FFD540;
  color: #111C2D;
  cursor: pointer; }
  /* line 218, ../sass/screen.scss */
  .btns-yellow:hover, .btns-yellow:focus, .btns-yellow:active {
    background: #FBC404; }

/* line 222, ../sass/screen.scss */
.one-btns {
  margin-bottom: 30px; }
  /* line 224, ../sass/screen.scss */
  .one-btns.flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    /* line 227, ../sass/screen.scss */
    .one-btns.flex div {
      margin-left: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      /* line 230, ../sass/screen.scss */
      .one-btns.flex div a {
        text-decoration: underline;
        line-height: 20px;
        padding-left: 15px; }

/* line 238, ../sass/screen.scss */
.white {
  background: #fff;
  border-radius: 10px;
  padding: 60px 30px 30px !important; }

@media screen and (min-width: 768px) {
  /* line 244, ../sass/screen.scss */
  .overlay {
    display: none !important; } }
@media screen and (min-width: 768px) {
  /* line 249, ../sass/screen.scss */
  .category-nav:hover .category {
    display: block; } }
@media screen and (min-width: 671px) {
  /* line 254, ../sass/screen.scss */
  .min-h {
    min-height: 565px; } }
/* line 259, ../sass/screen.scss */
.product_info {
    padding-top: 30px;
    margin-bottom: 35px;
}
.text {
  font-size: 14px;
  padding-top: 30px;
  /*margin-bottom: 35px;*/ }
  /* line 260, ../sass/screen.scss */
  .text a {
    text-decoration: underline; }
    /* line 262, ../sass/screen.scss */
    .text a:hover {
      text-decoration: none; }
  /* line 268, ../sass/screen.scss */
  .text h2 {
    padding-bottom: 15px;
    line-height: 24px; }
  /* line 272, ../sass/screen.scss */
  .text h4 {
    font-weight: 700; }
  /* line 275, ../sass/screen.scss */
  .text h3 {
    margin-bottom: 15px; }
  /* line 278, ../sass/screen.scss */
  .text p b {
    color: #111C2D;
    font-weight: 700; }
  /* line 279, ../sass/screen.scss */
  .text p, .text ul {
    line-height: 20px;
    margin-bottom: 15px;
    color: #9AA4B0; }
  /* line 280, ../sass/screen.scss */
  .text ul {
    margin-left: 25px; }
  /* line 283, ../sass/screen.scss */
  .text h2 {
    color: #111C2D; }
  /* line 284, ../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 287, ../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 288, ../sass/screen.scss */
  .text li {
    padding-bottom: 20px;
    padding-left: 22px;
    position: relative; }
    /* line 289, ../sass/screen.scss */
    .text li:last-child {
      padding-bottom: 0; }
    /* line 290, ../sass/screen.scss */
    .text li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 4px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #2DBBC4; }
	
	.tags-text li {
    display: inline-block;
    background: #f7f7f7;
    padding: 5px 8px;
    margin: 0 2px 4px 0; }
	
	.tags-text a {
    color: #9AA4B0; }
	
	aside.pill-info.product-fast-facts {
    padding-top: 30px;
    margin-bottom: 35px;
    padding-left: 22px;
}

	.pill-info ul {
    margin-left: 15px;
    padding-top: 22px;
    line-height: 20px;
    color: #9AA4B0;
}

	.pill-info li {
    padding-bottom: 20px;
}
	
.product-section {
	padding-bottom: 15px;
}
/* line 304, ../sass/screen.scss */
.table.product-table {
  margin-bottom: 50px; }

/* line 308, ../sass/screen.scss */
.b_name {
  font-size: 16px;
  background: #D1ECFF;
  color: #4D4D4D;
  font-weight: 700;
  padding: 20px;
  margin-top: 30px; }

/* line 317, ../sass/screen.scss */
.table {
  border-spacing: separate;
  width: 100%;
  color: #111C2D; }
  /* line 323, ../sass/screen.scss */
  .table thead th {
    background: rgba(201, 245, 248, 0.5);
    color: #2DBBC4;
    font-weight: 600;
    border-bottom: none;
    padding: 10px 30px !important; }
    /* line 329, ../sass/screen.scss */
    .table thead th:first-child {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px; }
    /* line 333, ../sass/screen.scss */
    .table thead th:last-child {
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px; }
  /* line 340, ../sass/screen.scss */
  .table tr:first-child td {
    border-top: none; }
  /* line 342, ../sass/screen.scss */
  .table th {
    border-bottom: none !important;
    position: relative; }
  /* line 346, ../sass/screen.scss */
  .table td {
    font-size: 16px;
    padding: 18px 30px 18px !important; }
  /* line 352, ../sass/screen.scss */
  .table.product-table td {
    padding: 15px 5px !important; }
    /* line 354, ../sass/screen.scss */
    .table.product-table td:first-child {
      padding-left: 30px !important; }
    /* line 357, ../sass/screen.scss */
    .table.product-table td:last-child {
      padding-right: 30px !important; }
  /* line 362, ../sass/screen.scss */
  .table th, .table td {
    vertical-align: middle !important;
    text-align: center; }
    /* line 365, ../sass/screen.scss */
    .table th:first-child, .table td:first-child {
      text-align: left; }
  /* line 370, ../sass/screen.scss */
  .table td {
    border-bottom: 1px solid #f2f2f2; }
  /* line 374, ../sass/screen.scss */
  .table td {
    font-weight: 400; }
  /* line 375, ../sass/screen.scss */
  .table thead tr:hover {
    background: none; }
  /* line 378, ../sass/screen.scss */
  .table .t-show {
    display: none; }

/* line 380, ../sass/screen.scss */
.table > tbody > tr > td, .table > tfoot > tr > td, .table > tfoot > tr > th {
  border-top: none; }

/* line 384, ../sass/screen.scss */
.table {
  font-size: 14px;
  color: #333; }
  /* line 387, ../sass/screen.scss */
  .table small {
    font-size: 14px;
    color: #EB5757; }
    /* line 390, ../sass/screen.scss */
    .table small i {
      font-style: normal; }
  /* line 394, ../sass/screen.scss */
  .table span {
    display: none; }
  /* line 395, ../sass/screen.scss */
  .table .t-price {
    color: #111C2D;
    font-weight: 700; }
    /* line 396, ../sass/screen.scss */
    .table .t-price span {
      display: inherit; }
    /* line 401, ../sass/screen.scss */
    .table .t-price small {
      color: #111C2D;
      text-decoration: none; }
  /* line 406, ../sass/screen.scss */
  .table .t-red {
    color: #FF0040; }

/* line 412, ../sass/screen.scss */
.btns.add-btns {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 12px;
  line-height: 10px;
  text-transform: none; }
  /* line 418, ../sass/screen.scss */
  .btns.add-btns:before {
    /*content: "+";*/
    display: inline-block;
    font-size: 24px;
    position: relative;
    top: 3px;
    padding-right: 5px; }
.btns-center {
	display: flex;
    align-items: center;
    justify-content: center;
	gap: 5px;
}
/* line 428, ../sass/screen.scss */
.contact-form {
  margin-top: 30px; }

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

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

/* line 436, ../sass/screen.scss */
.questions .panel-group {
  margin-bottom: 0; }

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

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

/* 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: #2DBBC4;
      border: 1px solid #2DBBC4;
      padding: 20px 50px 20px 30px;
      line-height: 20px;
      font-weight: 700;
      font-size: 16px;
      display: block;
      position: relative;
      text-decoration: none;
      border-radius: 8px; }
      /* line 465, ../sass/screen.scss */
      .panel .panel-heading .panel-title:after {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        right: 27px;
        top: 28px;
        height: 2px;
        background: #fff; }
      /* line 477, ../sass/screen.scss */
      .panel .panel-heading .panel-title.collapsed {
        background: #fff;
        color: #111C2D;
        border-color: #F0EEF7; }
        /* line 482, ../sass/screen.scss */
        .panel .panel-heading .panel-title.collapsed:after {
          height: 16px;
          background: url("../img/plus.svg") no-repeat;
          top: 22px; }
  /* line 491, ../sass/screen.scss */
  .panel .panel-body {
    padding: 20px 30px 0;
    border: 0 !important; }
    /* line 494, ../sass/screen.scss */
    .panel .panel-body p {
      font-size: 14px; }

/* line 500, ../sass/screen.scss */
.table-confirm {
  margin-bottom: 30px; }
  /* line 502, ../sass/screen.scss */
  .table-confirm td {
    text-align: left; }
    /* line 504, ../sass/screen.scss */
    .table-confirm td:first-child {
      color: #9AA4B0;
      width: 40%; }
    /* line 508, ../sass/screen.scss */
    .table-confirm td:last-child {
      font-size: 14px;
      color: #111C2D; }
    /* line 512, ../sass/screen.scss */
    .table-confirm td.t-g-price {
      color: #2DBBC4; }
  /* line 516, ../sass/screen.scss */
  .table-confirm span {
    display: none !important; }

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

/* line 525, ../sass/screen.scss */
form .form-group.first-form {
  margin-bottom: 10px; }
/* line 527, ../sass/screen.scss */
form .form-group.active-label label, form .form-group.has-error label {
  line-height: 14px;
  font-size: 12px;
  text-transform: normal;
  top: -7px;
  left: 15px;
  z-index: 998;
  background: #fff;
  padding-left: 5px;
  color: #A7AFBA;
  padding-right: 5px; }
/* line 540, ../sass/screen.scss */
form .form-group label {
  text-align: left !important;
  font-size: 16px;
  position: absolute;
  left: 20px;
  top: 19px;
  color: #111C2D;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
/* line 549, ../sass/screen.scss */
form .active-label label {
  pointer-events: none; }
/* line 553, ../sass/screen.scss */
form .req span {
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  right: 25px;
  margin-top: -4px;
  top: 50%;
  background: url("../img/req.svg") no-repeat;
  background-size: cover; }
/* line 565, ../sass/screen.scss */
form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 56px;
  padding-left: 25px;
  font-weight: 700;
  color: #111C2D;
  border: 1px solid #F2F2F2; }
  /* line 573, ../sass/screen.scss */
  form .form-control:focus {
    border: 1px solid #2DBBC4;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 578, ../sass/screen.scss */
  form .form-control.textarea {
    padding-top: 20px; }
/* line 582, ../sass/screen.scss */
form .radio label, form .checkbox label {
  font-size: 14px; }
/* line 583, ../sass/screen.scss */
form .radio label:after, form .checkbox label:after {
  content: none; }
/* line 585, ../sass/screen.scss */
form .has-success input {
  border: 1px solid #e0e0e0 !important; }
/* line 588, ../sass/screen.scss */
form .has-success span {
  width: 14px;
  height: 11px;
  background: url("../img/success.svg") no-repeat;
  background-size: cover; }
/* line 595, ../sass/screen.scss */
form .has-error .form-control, form .has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-color: #EB5757; }
/* line 602, ../sass/screen.scss */
form .has-error span, form .error span {
  width: 10px;
  height: 10px;
  background: url("../img/error.svg") no-repeat;
  background-size: cover; }
/* line 608, ../sass/screen.scss */
form .has-error ::-webkit-input-placeholder, form .error ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #EB5757 !important; }
/* line 611, ../sass/screen.scss */
form .has-error ::-moz-placeholder, form .error ::-moz-placeholder {
  /* Firefox 19+ */
  color: #EB5757 !important; }
/* line 614, ../sass/screen.scss */
form .has-error :-ms-input-placeholder, form .error :-ms-input-placeholder {
  /* IE 10+ */
  color: #EB5757 !important; }
/* line 617, ../sass/screen.scss */
form .has-error :-moz-placeholder, form .error :-moz-placeholder {
  /* Firefox 18- */
  color: #EB5757 !important; }

/* line 623, ../sass/screen.scss */
.selectize {
  padding: 9px 39px 11px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #D1ECFF;
  border-radius: 3px;
  margin-bottom: 20px; }
  /* line 633, ../sass/screen.scss */
  .selectize b {
    color: #111C2D; }
  /* line 634, ../sass/screen.scss */
  .selectize p {
    color: #4f4f4f;
    font-size: 14px;
    float: left;
    padding-top: 8px; }
  /* line 635, ../sass/screen.scss */
  .selectize a {
    float: right;
    font-size: 12px;
    padding: 10px 21px;
    background: #FFD540;
    text-align: center;
    font-weight: 600;
    color: #fff;
    border-radius: 3px; }
    /* line 645, ../sass/screen.scss */
    .selectize a:hover {
      background: #ffdb5a; }

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

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

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

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

/* line 661, ../sass/screen.scss */
input[type=radio] + label {
  width: 100%;
  padding-left: 0; }
  /* line 664, ../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 679, ../sass/screen.scss */
input[type=radio]:checked + label:before {
  background: url("../img/check-2.svg") no-repeat;
  background-size: cover; }

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

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

/* line 714, ../sass/screen.scss */
.border-box {
  padding: 0 25px; }
  /* line 716, ../sass/screen.scss */
  .border-box .radio {
    margin: 0; }

/* line 721, ../sass/screen.scss */
.two-btns {
  margin: 50px 0 30px;
  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 726, ../sass/screen.scss */
  .two-btns .btns-grey {
    text-decoration: none;
    margin-bottom: 15px; }
  /* line 730, ../sass/screen.scss */
  .two-btns button {
    margin-bottom: 15px; }

/* line 735, ../sass/screen.scss */
.discont {
  color: #2DBBC4; }

/* line 740, ../sass/screen.scss */
.who-radio span {
  color: #9AA4B0; }
/* line 741, ../sass/screen.scss */
.who-radio .radio {
  display: inline-block;
  margin-left: 13px; }
  /* line 744, ../sass/screen.scss */
  .who-radio .radio label {
    color: #333;
    font-size: 14px; }

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

/* line 751, ../sass/screen.scss */
select {
  width: 50%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none !important; }
  /* line 757, ../sass/screen.scss */
  select::-ms-expand {
    display: none; }
	select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

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

/* line 760, ../sass/screen.scss */
.who-radio {
  margin: 20px 0 15px; }

/* line 763, ../sass/screen.scss */
.details {
  margin-top: 30px; }
  /* line 766, ../sass/screen.scss */
  .details h2 {
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 28px; }
  /* line 771, ../sass/screen.scss */
  .details .check-add {
    height: 60px;
    margin-bottom: 26px; }
    /* line 774, ../sass/screen.scss */
    .details .check-add label {
      color: #9AA4B0; }

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

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

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

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

/* line 800, ../sass/screen.scss */
.form-visual label {
  width: 189px; }
/* line 801, ../sass/screen.scss */
.form-visual input {
  width: 189px !important;
  display: inline-block; }
/* line 802, ../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 816, ../sass/screen.scss */
.confirm {
  margin-bottom: 40px; }
  /* line 818, ../sass/screen.scss */
  .confirm .checkbox {
    margin-bottom: 0; }
    /* line 820, ../sass/screen.scss */
    .confirm .checkbox label {
      color: #333 !important; }

/* line 825, ../sass/screen.scss */
.total {
  margin-top: 30px;
  width: 100%; }
  /* line 828, ../sass/screen.scss */
  .total th {
    border-radius: 20px;
    background: #2DBBC4;
    color: #fff;
    font-weight: 700;
    padding: 13px 30px; }
  /* line 835, ../sass/screen.scss */
  .total thead tr {
    padding-bottom: 10px; }
  /* line 838, ../sass/screen.scss */
  .total tbody tr:first-child td {
    padding-top: 17px; }
  /* line 841, ../sass/screen.scss */
  .total td {
    color: #111C2D;
    padding: 12px 30px;
    border-bottom: 1px solid #f2f2f2; }
    /* line 845, ../sass/screen.scss */
    .total td:first-child {
      text-align: left; }
    /* line 848, ../sass/screen.scss */
    .total td:last-child {
      text-align: right; }
  /* line 853, ../sass/screen.scss */
  .total tfoot td {
    padding-top: 20px;
    padding-bottom: 20px; }
  /* line 857, ../sass/screen.scss */
  .total tfoot td:first-child {
    text-align: left;
    font-size: 16px;
    font-weight: 700; }
  /* line 862, ../sass/screen.scss */
  .total tfoot td:last-child {
    font-size: 30px;
    color: #2DBBC4;
    font-weight: 700;
    text-align: right; }

/* line 870, ../sass/screen.scss */
.del {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../img/x-red.svg") no-repeat;
  background-size: cover;
  margin-left: 50%; }

/* line 879, ../sass/screen.scss */
.steps {
  margin: 15px 0 35px; }
  /* line 881, ../sass/screen.scss */
  .steps .flex {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  /* line 885, ../sass/screen.scss */
  .steps .step {
    width: 33.3333%;
    text-align: center;
    position: relative;
    font-weight: 700; }
    /* line 890, ../sass/screen.scss */
    .steps .step div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 60px;
      margin: 0 auto 8px;
      height: 60px;
      border-radius: 50%;
      color: #9AA4B0;
      font-family: 'Roboto', sans-serif;
      border: 1px solid #9AA4B0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 400;
      background: #fff;
      z-index: 2;
      position: relative; }
    /* line 906, ../sass/screen.scss */
    .steps .step.step1:after {
      width: 50%;
      left: 50%; }
    /* line 910, ../sass/screen.scss */
    .steps .step.step2:after {
      width: 100%;
      left: 0; }
    /* line 915, ../sass/screen.scss */
    .steps .step.step3:after {
      width: 50%;
      right: 50%; }
    /* line 919, ../sass/screen.scss */
    .steps .step:after {
      content: '';
      z-index: 1;
      height: 1px;
      position: absolute;
      top: 29px;
      background: #9AA4B0; }
    /* line 928, ../sass/screen.scss */
    .steps .step.active-step div {
      background: #FFD540;
      color: #111C2D;
      border-color: #FFD540; }
    /* line 933, ../sass/screen.scss */
    .steps .step.active-step:after, .steps .step.active-step:before {
      height: 3px;
      top: 28px;
      background: #FFD540;
      z-index: 1; }
    /* line 940, ../sass/screen.scss */
    .steps .step.active-step {
      color: #111C2D; }

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

/* line 948, ../sass/screen.scss */
.captcha {
  max-width: 300px;
  margin-bottom: 30px; }

/* line 954, ../sass/screen.scss */
.form-date {
  position: relative; }
  /* line 956, ../sass/screen.scss */
  .form-date .form-month, .form-date .form-year {
    position: relative;
    display: inline-block; }
  /* line 957, ../sass/screen.scss */
  .form-date .form-month {
    margin-right: 5px; }
    /* line 957, ../sass/screen.scss */
    .form-date .form-month:last-child {
      margin-right: 0; }
  /* line 958, ../sass/screen.scss */
  .form-date .form-month select {
    width: 140px; }
  /* line 959, ../sass/screen.scss */
  .form-date .form-year select {
    width: 214px; }
  /* line 961, ../sass/screen.scss */
  .form-date.birth-date .form-month {
    width: calc(33% - 7px); }
    /* line 963, ../sass/screen.scss */
    .form-date.birth-date .form-month select {
      width: 100%; }
    /* line 966, ../sass/screen.scss */
    .form-date.birth-date .form-month.form-year2 {
      width: 33%;
      margin-right: 0; }

/* line 973, ../sass/screen.scss */
.labels {
  font-size: 16px;
  margin-bottom: 15px;
  color: #111C2D; }

/* line 978, ../sass/screen.scss */
select {
  -webkit-appearance: none !important;
  background-image: url("../img/v.svg") !important;
  background-repeat: no-repeat;
  background-size: 10px 6px !important;
  background-position: right 7px center;
  padding: 0 5px;
  border: 1px solid #cccccc; }

/* line 989, ../sass/screen.scss */
.product-table .th_name span {
  text-transform: uppercase; }

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

/* line 1004, ../sass/screen.scss */
.number {
  min-width: 95px;
  margin-top: -10px; }
  /* line 1007, ../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 1018, ../sass/screen.scss */
    .number input:focus {
      outline: none; }
  /* line 1022, ../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 1035, ../sass/screen.scss */
    .number span.minus {
      background: url("../img/minus_input.svg") no-repeat;
      background-size: cover; }
    /* line 1041, ../sass/screen.scss */
    .number span.plus {
      background: url("../img/plus_input.svg") no-repeat;
      background-size: cover; }
  /* line 1048, ../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 1058, ../sass/screen.scss */
.checkout-table tr {
  position: relative; }
/* line 1061, ../sass/screen.scss */
.checkout-table .t-left {
  text-align: left; }

/* line 1067, ../sass/screen.scss */
.promo-td-pack span {
  display: none !important; }
/* line 1070, ../sass/screen.scss */
.promo-td-pack b {
  display: none;
  font-weight: 400;
  font-size: 14px;
  color: #2DBBC4; }

/* line 1080, ../sass/screen.scss */
.check-form .details .radio {
  margin-left: 24px; }
/* line 1083, ../sass/screen.scss */
.check-form .details.confirm {
  padding: 0 15px 15px 0; }
  /* line 1085, ../sass/screen.scss */
  .check-form .details.confirm h2 {
    margin-bottom: 0; }
  /* line 1086, ../sass/screen.scss */
  .check-form .details.confirm .checkbox {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 10px; }
    /* line 1090, ../sass/screen.scss */
    .check-form .details.confirm .checkbox label {
      line-height: 20px;
      font-size: 16px;
      color: #9AA4B0; }

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

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

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

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

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

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

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

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

/* line 1119, ../sass/screen.scss */
.tooltip {
  width: 200px; }
  /* line 1121, ../sass/screen.scss */
  .tooltip .tooltip-arrow {
    border-right-color: #FFD540 !important; }
  /* line 1124, ../sass/screen.scss */
  .tooltip .tooltip-inner {
    background: #FFD540;
    color: #FFF; }

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

/* line 1134, ../sass/screen.scss */
.tab-pane p {
  padding-left: 15px;
  font-size: 14px;
  padding-top: 10px;
  color: #333; }

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

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

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

/* line 1140, ../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 1148, ../sass/screen.scss */
.nav-tabs > li {
  margin-bottom: -4px; }
  /* line 1150, ../sass/screen.scss */
  .nav-tabs > li a {
    height: 54px;
    margin-bottom: 3px; }
    /* line 1153, ../sass/screen.scss */
    .nav-tabs > li a:hover {
      border-bottom: 1px solid #F0EEF7; }

/* line 1158, ../sass/screen.scss */
.tab-pane {
  padding: 20px 0 20px;
  line-height: 18px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 40px;
  margin-right: -15px;
  margin-left: -15px; }
  /* line 1165, ../sass/screen.scss */
  .tab-pane p {
    color: #9AA4B0; }

/* line 1171, ../sass/screen.scss */
.product-wrapper .tab-pane {
  margin-bottom: 0;
  border-bottom: none; }

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

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

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

/* line 1182, ../sass/screen.scss */
.rating {
  position: relative;
  margin-bottom: 20px; }
  /* line 1185, ../sass/screen.scss */
  .rating ul {
    margin-left: 0 !important; }
  /* line 1186, ../sass/screen.scss */
  .rating ul, .rating span {
    margin-bottom: 0;
    display: inline-block; }
  /* line 1187, ../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 1196, ../sass/screen.scss */
    .rating li:before {
      content: none; }
    /* line 1197, ../sass/screen.scss */
    .rating li.r-full {
      background-position: 0 0; }
    /* line 1200, ../sass/screen.scss */
    .rating li.r-half {
      background-position: -18px 0; }
    /* line 1203, ../sass/screen.scss */
    .rating li.r-empty {
      background-position: -36px 0; }
    /* line 1206, ../sass/screen.scss */
    .rating li.r-half2 {
      background-position: -55px 0; }
  /* line 1210, ../sass/screen.scss */
  .rating span {
    font-size: 11px;
    margin-left: 15px;
    position: relative;
    top: -3px;
    color: #9AA4B0; }

/* line 1215, ../sass/screen.scss */
.form-month select, .form-year select {
  background-position: right 12px center; }

@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 1226, ../sass/screen.scss */
  .pay1 span:before {
    background: url("../img/Visa@2x.png") no-repeat top center;
    background-size: 38px 24px; }

  /* line 1228, ../sass/screen.scss */
  .pay2 span:before {
    background: url("../img/mastercard@2x.png") no-repeat top center;
    background-size: 38px 24px; } }
/* line 1234, ../sass/screen.scss */
.methods-info img {
  border-radius: 3px; }

/* line 1238, ../sass/screen.scss */
.details .nav-tabs > li > a {
  margin-right: 0 !important; }
/* line 1241, ../sass/screen.scss */
.details .tab-content .tab-pane {
  margin-left: -15px;
  margin-right: -15px; }

/*response*/
@media screen and (max-width: 1200px) {
  /* line 1252, ../sass/screen.scss */
  .steps .step.step1 div:after {
    width: 122px; }
  /* line 1255, ../sass/screen.scss */
  .steps .step.step2 div:before {
    width: 122px; }
  /* line 1258, ../sass/screen.scss */
  .steps .step.step2 div:after {
    width: 122px; }
  /* line 1261, ../sass/screen.scss */
  .steps .step.step3 div:after {
    width: 122px; }

  /* line 1265, ../sass/screen.scss */
  .h_main {
    background-size: cover; } }
@media only screen and (max-width: 1200px) and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1200px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 1200px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 1200px) and (min-device-pixel-ratio: 1.5) {
  /* line 1272, ../sass/screen.scss */
  .h_main {
    background-size: cover; } }
@media screen and (max-width: 1200px) {
  /* line 1276, ../sass/screen.scss */
  .phone {
    margin-left: 60px; }

  /* line 1279, ../sass/screen.scss */
  .h_title {
    margin-left: 0;
    left: 0; }

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

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

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

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

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

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

  /* line 1324, ../sass/screen.scss */
  .product .product-info ul {
    margin-left: -15px;
    margin-right: -15px; }

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

  /* line 1331, ../sass/screen.scss */
  .footer-bottom .privacy a {
    margin-right: 30px; }
    /* line 1333, ../sass/screen.scss */
    .footer-bottom .privacy a:last-child {
      margin-right: 0; } }
@media screen and (max-width: 991px) {
  /* line 1340, ../sass/screen.scss */
  .table.product-table td, .table.product-table td:last-child, .table.product-table td:first-child {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  /* line 1344, ../sass/screen.scss */
  .table.product-table td {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
    /* line 1347, ../sass/screen.scss */
    .table.product-table td .btns {
      margin-bottom: 10px; }

  /* line 1353, ../sass/screen.scss */
  .table-confirm td:first-child {
    width: 100%;
    padding-bottom: 0 !important; }
  /* line 1357, ../sass/screen.scss */
  .table-confirm td:last-child {
    padding-bottom: 20px !important; }

  /* line 1363, ../sass/screen.scss */
  .table td {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  /* line 1368, ../sass/screen.scss */
  .pays-tab {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2 !important; }

  /* line 1372, ../sass/screen.scss */
  .t-ok {
    position: absolute;
    bottom: 5px; }

  /* line 1377, ../sass/screen.scss */
  .promo-td-pack .btns {
    margin-bottom: 20px; }
  /* line 1380, ../sass/screen.scss */
  .promo-td-pack b {
    display: inline-block;
    width: 50%; }
  /* line 1384, ../sass/screen.scss */
  .promo-td-pack td:first-child {
    padding-bottom: 0 !important; }
  /* line 1387, ../sass/screen.scss */
  .promo-td-pack .t-ok {
    top: auto;
    bottom: 3px; }

  /* line 1392, ../sass/screen.scss */
  .total th {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1396, ../sass/screen.scss */
  .border-box {
    padding: 0 15px; }

  /* line 1399, ../sass/screen.scss */
  .table td.t-hide {
    display: none; }

  /* line 1402, ../sass/screen.scss */
  tbody tr {
    padding-top: 10px !important; }

  /* line 1405, ../sass/screen.scss */
  .number {
    display: inline-block; }

  /* line 1408, ../sass/screen.scss */
  table.table td {
    border-left: none;
    border-right: none; }

  /* line 1412, ../sass/screen.scss */
  table.table span[data-type="responsive"] {
    color: #2DBBC4;
    font-weight: 600; }

  /* line 1416, ../sass/screen.scss */
  .table th, .table td {
    text-align: left; }

  /* line 1419, ../sass/screen.scss */
  .catalog-main {
    background: #fff; }

  /* line 1423, ../sass/screen.scss */
  .product_info img {
    max-width: 259px;
    display: block; }

  /* line 1427, ../sass/screen.scss */
  .form-date.birth-date .form-month {
    width: calc(32% - 7px); }
    /* line 1429, ../sass/screen.scss */
    .form-date.birth-date .form-month select {
      padding-left: 15px; }

  /* line 1434, ../sass/screen.scss */
  .table tr {
    border-bottom: 1px solid #f2f2f2; }
  /* line 1437, ../sass/screen.scss */
  .table td:last-child {
    width: 100%; }
    /* line 1439, ../sass/screen.scss */
    .table td:last-child .btns {
      width: 100%;
      display: inline-block; }
    /* line 1443, ../sass/screen.scss */
    .table td:last-child span {
      display: none; }

  /* line 1448, ../sass/screen.scss */
  .h_main {
    height: 520px; }
    /* line 1450, ../sass/screen.scss */
    .h_main .h_title {
      margin-top: 40px;
      width: 520px; }
      /* line 1453, ../sass/screen.scss */
      .h_main .h_title .bp {
        float: none; }
      /* line 1457, ../sass/screen.scss */
      .h_main .h_title span {
        text-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }

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

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

  /* line 1467, ../sass/screen.scss */
  .form-date.birth-date .form-month select {
    width: 100%; }

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

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

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

  /* line 1481, ../sass/screen.scss */
  .product-page .col-md-4 {
    clear: both; }
    /* line 1483, ../sass/screen.scss */
    .product-page .col-md-4 img {
      display: none; }

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

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

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

  /* line 1503, ../sass/screen.scss */
  .table td.icon_pills {
    text-align: left; }

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

  /* line 1509, ../sass/screen.scss */
  .total td {
    padding-left: 20px;
    padding: 20px; }

  /* line 1513, ../sass/screen.scss */
  .methods {
    display: none; }

  /* line 1514, ../sass/screen.scss */
  .catalog_nav #catalog li a {
    padding-left: 20px; }

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

  /* line 1522, ../sass/screen.scss */
  .checkout-table .t-right {
    text-align: right; }
  /* line 1523, ../sass/screen.scss */
  .checkout-table .ok {
    margin-right: 15px; }

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

  /* line 1528, ../sass/screen.scss */
  .th_name {
    text-align: left; }
    /* line 1530, ../sass/screen.scss */
    .th_name span {
      display: none !important; }

  /* line 1534, ../sass/screen.scss */
  .cart-table td:last-child {
    width: 100%; }

  /* line 1538, ../sass/screen.scss */
  .nav-mobil {
    display: block;
    width: 24px;
    height: 17px;
    /*background: url("../img/menu_icon.svg") no-repeat;*/
    background-size: cover;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 99997; }
    /* line 1548, ../sass/screen.scss */
    .nav-mobil.nav-active {
      width: 19px;
      height: 19px;
      background: url("../img/nav-x.svg") no-repeat;
      background-size: cover; }

  /* line 1555, ../sass/screen.scss */
  .header .nav {
    left: 15px;
    top: 15px;
    z-index: 99996;
    width: 100%;
    background: #fff; }

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

  /* line 1565, ../sass/screen.scss */
  .header .container > .flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    /* line 1567, ../sass/screen.scss */
    .header .container > .flex .col {
      width: 100%; }

  /* line 1571, ../sass/screen.scss */
  .nav-wrap {
    display: none;
    position: absolute;
    z-index: 99995;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    height: 500px;
    text-align: center;
    background: #fff; }
    /* line 1582, ../sass/screen.scss */
    .nav-wrap > .flex {
      display: block; }

  /* line 1587, ../sass/screen.scss */
  .login {
    display: inline-block;
    margin-left: 0;
    margin: 40px 0 10px; }

  /* line 1593, ../sass/screen.scss */
  .nav ul.menu {
    display: block;
    text-align: center;
    margin: 0; }
    /* line 1597, ../sass/screen.scss */
    .nav ul.menu li {
      margin: 32px 0; }

  /* line 1601, ../sass/screen.scss */
  .cart.flex {
    position: absolute;
    top: 380px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    /* line 1606, ../sass/screen.scss */
    .cart.flex .cart_wrap {
      margin-left: -105px;
      left: 50%; }

  /* line 1611, ../sass/screen.scss */
  .flex.tel-wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

  /* line 1614, ../sass/screen.scss */
  .brands.flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 30px; } }
@media screen and (max-width: 880px) {
  /* line 1621, ../sass/screen.scss */
  .footer-nav {
    margin-bottom: 0; }
    /* line 1623, ../sass/screen.scss */
    .footer-nav li {
      margin-bottom: 30px; }

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

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

  /* line 1644, ../sass/screen.scss */
  .cart-shop span, .cart-shop .cart-shop-price {
    display: none; }
  /* line 1647, ../sass/screen.scss */
  .cart-shop:after {
    right: 0;
    top: 11px; }

  /* line 1652, ../sass/screen.scss */
  .cart-shop .c-s-wrap {
    right: -15px; }

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

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

  /* line 1661, ../sass/screen.scss */
  .btn-table {
    max-width: 80px; } }
@media screen and (min-width: 768px) {
  /* line 1668, ../sass/screen.scss */
  #nav {
    display: block !important; } }
@media screen and (max-width: 767px) {
  /* line 1672, ../sass/screen.scss */
  .promo-wrapper .promo {
    margin: 0; }

  /* line 1675, ../sass/screen.scss */
  .btns.btns-big {
    width: 100%; }

  /* line 1678, ../sass/screen.scss */
  .white {
    border-radius: 0; }

  /* line 1681, ../sass/screen.scss */
  body {
    background: none; }
    /* line 1683, ../sass/screen.scss */
    body .header {
      background: #E4FAFB; }

  /* line 1687, ../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 1697, ../sass/screen.scss */
  .nav-tgl {
    display: block;
    width: 4px;
    height: 24px;
    background: url("../img/menu_icon.svg") no-repeat;
    background-size: cover;
    position: absolute;
    top: 31px;
    right: 15px; }
    /* line 1706, ../sass/screen.scss */
    .nav-tgl.active {
      margin-top: 9px;
      width: 58px;
      height: 77px;
      left: 0;
      top: -9px;
      background: #FFD540 url("../img/close_icon.svg") no-repeat center center;
      background-size: 26px 26px;
      z-index: 999999; }

  /* line 1719, ../sass/screen.scss */
  nav {
    display: none;
    background: #fff;
    position: absolute;
    right: 0;
    width: calc(100% - 58px);
    top: 0;
    z-index: 99997;
    min-height: 100vh; }
    /* line 1728, ../sass/screen.scss */
    nav ul {
      display: block;
      text-align: center;
      clear: both;
      width: 100%;
      border-top: 1px solid rgba(206, 214, 222, 0.5);
      margin-top: 18px; }
    /* line 1736, ../sass/screen.scss */
    nav ul li {
      display: block;
      float: none;
      width: 100%;
      margin: 0;
      position: relative;
      border-bottom: 1px solid rgba(206, 214, 222, 0.5);
      padding-left: 0;
      padding-right: 0; }
      /* line 1745, ../sass/screen.scss */
      nav ul li a {
        padding-left: 20px;
        padding-right: 20px;
        display: block;
        width: 100%;
        font-weight: 400; }
        /* line 1752, ../sass/screen.scss */
        nav ul li a.active, nav ul li a:hover {
          color: #3F4999;
          font-weight: 600; }

  /* line 1760, ../sass/screen.scss */
  .cart-shop {
    float: none;
    width: 135px;
    padding: 30px 0 18px;
    text-align: center;
    margin: 0 auto; }
    /* line 1766, ../sass/screen.scss */
    .cart-shop:before {
      float: left;
      margin-right: 11px;
      position: relative;
      top: 4px;
      left: 0; }
    /* line 1773, ../sass/screen.scss */
    .cart-shop span {
      float: left; }
    /* line 1776, ../sass/screen.scss */
    .cart-shop:after {
      float: right;
      position: relative;
      top: 12px;
      right: 0; }
    /* line 1782, ../sass/screen.scss */
    .cart-shop .c-s-wrap {
      left: 50%;
      margin-left: -145px;
      top: 79px; }
      /* line 1786, ../sass/screen.scss */
      .cart-shop .c-s-wrap:before {
        display: none; }

  /* line 1792, ../sass/screen.scss */
  .cart-shop span, .cart-shop .cart-shop-price {
    display: block; }

  /* line 1796, ../sass/screen.scss */
  .phone {
    display: none; }

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

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

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

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

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

  /* line 1811, ../sass/screen.scss */
  .form-date .form-month {
    width: calc(40% - 3px); }
  /* line 1814, ../sass/screen.scss */
  .form-date .form-year {
    width: calc(60% - 6px); }
    /* line 1816, ../sass/screen.scss */
    .form-date .form-year select {
      width: 100%; }

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

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

  /* line 1825, ../sass/screen.scss */
  .f_nav {
    margin-top: 40px; }

  /* line 1828, ../sass/screen.scss */
  .privacy {
    margin-top: 25px; }

  /* line 1831, ../sass/screen.scss */
  .footer .up {
    display: none; } }
@media screen and (min-width: 651px) {
  /* line 1837, ../sass/screen.scss */
  #catalog {
    display: block !important; } }
@media screen and (max-width: 650px) {
  /* line 1843, ../sass/screen.scss */
  .brands.flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }

  /* line 1847, ../sass/screen.scss */
  .footer .footer-nav li {
    margin-right: 20px; }
    /* line 1849, ../sass/screen.scss */
    .footer .footer-nav li:last-child {
      margin-right: 0; }

  /* line 1853, ../sass/screen.scss */
  .one-btns.flex div {
    margin-left: 0;
    margin-top: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }

  /* line 1859, ../sass/screen.scss */
  .product a.btns {
    width: calc(100% - 40px); }

  /* line 1862, ../sass/screen.scss */
  .btns {
    width: 100%; }
    /* line 1864, ../sass/screen.scss */
    .btns.btns-mini {
      width: auto; }

  /* line 1868, ../sass/screen.scss */
  .catalog-menu {
    margin-top: 30px; }

  /* line 1871, ../sass/screen.scss */
  .logo {
    margin-top: 56px;
    display: block; }
    /* line 1874, ../sass/screen.scss */
    .logo span {
      padding-left: 0; }

  /* line 1878, ../sass/screen.scss */
  .tel-wrap {
    position: relative;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    /* line 1884, ../sass/screen.scss */
    .tel-wrap > .tel:after {
      content: "";
      display: inline-block;
      width: 10px;
      height: 6px;
      /*background: url(../img/v.svg) no-repeat;*/
      margin-left: 10px;
      position: absolute;
      right: 0;
      top: 3px; }
    /* line 1895, ../sass/screen.scss */
    .tel-wrap > .tel:hover + .tel {
      padding-top: 10px;
      opacity: 1;
      visibility: visible; }
    /* line 1901, ../sass/screen.scss */
    .tel-wrap > .tel:hover:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    /* line 1906, ../sass/screen.scss */
    .tel-wrap .tel {
      margin-bottom: 0;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-right: 20px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      /* line 1911, ../sass/screen.scss */
      .tel-wrap .tel + .tel {
        opacity: 0;
        visibility: hidden;
        padding-bottom: 10px;
        position: absolute;
        right: -15px;
        background: #fff;
        top: 20px;
        padding: 30px 35px 20px 20px;
        width: calc(100% + 30px); }
        /* line 1921, ../sass/screen.scss */
        .tel-wrap .tel + .tel:after {
          display: none; }

  /* line 1927, ../sass/screen.scss */
  .white {
    padding-top: 20px;
    padding-left: 15px !important;
    padding: 15px !important; }

  /* line 1932, ../sass/screen.scss */
  .catalog-menu #catalog {
    padding-top: 0;
    padding-left: 20px; }

  /* line 1936, ../sass/screen.scss */
  .catalog-menu .catalog-title {
    background: #E4FAFB;
    border-radius: 8px; }
    /* line 1939, ../sass/screen.scss */
    .catalog-menu .catalog-title b {
      display: none; }
    /* line 1942, ../sass/screen.scss */
    .catalog-menu .catalog-title .catalog-toogle {
		display: inline-flex;
		align-items: center;
		font-size: 20px;
		text-decoration: none;
		font-weight: bold;
		color: #111C2D;
		cursor: pointer;
		padding: 20px;
	  }
      /* line 1949, ../sass/screen.scss */
      .catalog-menu .catalog-title .catalog-toogle:after {
        content: "";
        display: block;
        width: 10px;
        height: 6px;
        /*background: url("../img/v-green.svg") no-repeat;*/
        right: 15px;
        top: 25px;
        position: absolute; }

  /* line 1961, ../sass/screen.scss */
  .off {
    text-align: center;
    width: 100%;
    max-width: 100%; }
    /* line 1965, ../sass/screen.scss */
    .off b {
      display: block;
      margin-bottom: 3px; }

  /* line 1970, ../sass/screen.scss */
  .captcha img, .captcha p {
    margin-bottom: 15px; }

  /* line 1973, ../sass/screen.scss */
  .h_main .h_title {
    font-size: 48px;
    line-height: 54px;
    width: 100%;
    max-width: 345px; }
    /* line 1978, ../sass/screen.scss */
    .h_main .h_title span {
      font-size: 42px;
      position: relative;
      top: 40px; }

  /* line 1984, ../sass/screen.scss */
  .catalog_nav #catalog li a:hover:after {
    display: block; }

  /* line 1985, ../sass/screen.scss */
  .col-xs-9.col-sm-9, .col-xs-3.col-sm-3 {
    width: 100%;
    float: none; }

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

  /* line 1992, ../sass/screen.scss */
  .product {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto; }

  /* line 1998, ../sass/screen.scss */
  .c_name span {
    display: none; }

  /* line 2002, ../sass/screen.scss */
  .catalog_nav {
    margin-bottom: 30px; }

  /* line 2005, ../sass/screen.scss */
  #catalog {
    display: none; }
	
   #catalog {
    display: none; }
	
	#catalog.product-list {
		display: block;
	}
	
  /* line 2008, ../sass/screen.scss */
  .catalog_nav .c_name .catalog-toogle {
    display: block;
    color: #FFF;
    font-weight: 700; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2059, ../sass/screen.scss */
  .panel .panel-heading .panel-title {
    padding-right: 45px; }
    /* line 2061, ../sass/screen.scss */
    .panel .panel-heading .panel-title:after {
      right: 15px; }

  /* line 2067, ../sass/screen.scss */
  .two-btns .btns {
    margin-bottom: 15px; }

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

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

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

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

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

  /* line 2088, ../sass/screen.scss */
  .nav-tabs > li {
    margin-right: 0; } }
@media screen and (max-width: 546px) {
  /* line 2095, ../sass/screen.scss */
  .product-page .col-md-4 img {
    display: block;
    margin-bottom: 30px; }

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

  /* line 2097, ../sass/screen.scss */
  .select-area {
    float: none;
    margin: 20px 0;
    width: 100%; }
    /* line 2101, ../sass/screen.scss */
    .select-area:after {
      top: 0; }
    /* line 2104, ../sass/screen.scss */
    .select-area select {
      position: relative;
      top: 0; } }
@media screen and (max-width: 510px) {
  /* line 2111, ../sass/screen.scss */
  .catalog .col-sm-4.col-md-3 {
    width: 100%;
    float: none; }

  /* line 2115, ../sass/screen.scss */
  .nav-tabs > li > a {
    padding: 9px 5px; }

  /* line 2119, ../sass/screen.scss */
  .selectize span {
    display: block;
    margin-top: 3px; }
  /* line 2123, ../sass/screen.scss */
  .selectize a {
    margin-top: 9px; }

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

  /* line 2126, ../sass/screen.scss */
  .product.p-sale .sale {
    left: 30%; } }
@media screen and (max-width: 480px) {
  /* line 2132, ../sass/screen.scss */
  .promo-wrapper .checkbox b {
    display: block;
    margin-left: 30px;
    padding-left: 0;
    margin-top: 8px;
    float: none;
    width: auto; }

  /* line 2140, ../sass/screen.scss */
  .promo-wrapper .checkbox .check-free b {
    margin-left: 0; }

  /* line 2143, ../sass/screen.scss */
  .logo_s {
    font-size: 22px; }

  /* line 2146, ../sass/screen.scss */
  .footer-bottom .col-md-8.col-sm-8 br {
    display: block; }

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

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

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

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

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

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

  /* line 2166, ../sass/screen.scss */
  .bg-product-2 .pills {
    top: -15px; } }
@media screen and (max-width: 374px) {
  /* line 2172, ../sass/screen.scss */
  .h_main .h_title span {
    top: 20px; }

  /* line 2175, ../sass/screen.scss */
  .h_title .bp {
    width: 62px;
    height: 62px;
    padding: 15px 0; }

  /* line 2180, ../sass/screen.scss */
  .logo_s:before {
    margin-right: 10px;
    width: 40px;
    height: 40px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2218, ../sass/screen.scss */
  .nav-tabs > li > a {
    padding-left: 3px;
    padding-right: 3px; }

  /* line 2223, ../sass/screen.scss */
  .table.total thead.grey th {
    width: 100%; } }
@media screen and (max-width: 321px) {
  /* line 2229, ../sass/screen.scss */
  .product.p-sale .sale {
    left: 35px; } }

.float-left, .float-right {
  margin-bottom: 1em;
  max-width:50%;
  padding: 0 !important;
}

.float-left {
  float: left;
  margin-right:1em;
}

.float-right {
  float: right;
  margin-left:1em;
}

.align-center {
  text-align: center;
}

.float-left img, .float-right img {
  padding: 0 !important;
}

ul.artikler li {    
	border-bottom: 1px solid #F9F8FC;
	padding-bottom: 30px;
	margin-top: 30px;
}

ul.artikler h2 {
	margin-bottom: 15px;
	line-height: 16px;
}

ul.artikler h2 a { 
	font-size: 15px;
}

/* Orderstatus */

.order-status-descr {
    color: #7b7b7b;
    font-size: 15px;
    padding: 20px 0;
    font-weight: 200;
}

.errors {
    color: red;
    font-size: 15px;
    text-align: left;
}

.order-status-tbl {
    border-collapse: collapse;
    width: 100%;
}

.order-status-tbl input[type="text"] {
	width: 100%; 
	box-sizing: border-box; 
	border: 1px solid #c3c3c3; 
	height: 42px;
	padding: 0 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
}
.order-status-tbl textarea {
	width: 100%; 
	box-sizing: border-box; 
	border: 1px solid #c3c3c3; 
	height: 142px;
	padding: 0 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	resize: none;
}
.order-status-tbl input[type="submit"] {
	box-sizing: border-box; 
	border: 1px solid #315381;
	background-color: #fff;
	color: #315381; 
	height: 42px;
	padding: 0 50px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	cursor: pointer;
	border-radius: 5px;
}
.order_status_cont {display: flex; justify-content: space-between; margin: 50px 0; align-items: start;}
.ord-status-descr {width: 80%; padding: 15px 0;} 
.order-info-tbl {width: 100%; border-collapse: collapse;  border-color: #eee;}
.order-info-tbl td {height: 30px; padding: 0 10px; border-color: #eee;}

/* Contact Page */
.contact-note {color: #7b7b7b;}

/* About Us Page */

.med-team {
    padding-top: 20px;
}

.team-foto {
    padding-top: 25px;
}

.answer.team{
    font-size: 14px;
}

.question.team{
    font-size: 14px;
}

.col-sm-6.col-md-4.doktor {
    margin-bottom: 20px;
}

/* FAQ Page */

.faq {margin-bottom: 20px;}
.faq_cont {display: none;}
.ontop {display: none;}
.faq_let {display: none;}
.faq_descr {
	cursor: pointer;
	margin-top: 20px;  
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.07);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.07);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.07);
	background: #f5f8fd url('../img/faq.png') no-repeat right 20px top 12px;
}
.faq_descr.faq-active {background-image: url('../img/faq_a.png');}
.answer {
	display: none;
	color: #575757; 
	font-size: 16px; 
	padding: 0 20px 20px; 
	font-weight: 200;
}
.question {
	font-size:16px; 
	margin-top: 15px; 
	color: #0a2b58; 
	padding: 15px 50px 15px 20px; 
}

.tags-text div.header {
    padding: 5px;
    line-height: 24px;
    color: #111C2D;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
}

.prevnext {
    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;
}

.prev_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    position: relative;
    text-align: left;
    padding-left: 15px;
}

.next_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    position: relative;
    text-align: right;
    padding-right: 15px;
}

.tags-text {
	margin-bottom: 20px;
}

div#categories_list ul.product-list {
    margin-left: 20px;
	padding: 10px 0;
}

.catalog-menu #catalog ul.product-list li {
    padding: 6px 0;
}

.catalog-menu #catalog ul.product-list li a {
    font-weight: 400;
}

.pagination-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.pagination {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.pagination a {
    text-decoration: none;
    color: #2DBBC4;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.pagination a:hover {
    background-color: #f1f1f1;
}

.pagination .current {
    background-color: #2DBBC4;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.pagination span {
    font-size: 14px;
    color: #666;
}

.prev, .next {
    text-decoration: none !important;
    color: #2DBBC4;
    font-size: 14px;
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.prev:hover, .next:hover {
    background-color: #ddd;
}

@media screen and (max-width: 768px) {
    .pagination a {
        font-size: 12px;
        padding: 5px 8px;
    }

    .pagination .current {
        font-size: 12px;
        padding: 5px 8px;
    }

    .pagination-block {
        flex-direction: column;
        align-items: center;
    }

    .prev, .next {
        font-size: 12px;
        padding: 8px;
    }
}

.catalog-title .catalog-toogle {
	display: inline-flex;
    align-items: center;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.catalog-title .menu-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../img/menu-icon.svg') no-repeat center;
    background-size: contain;
    margin-right: 8px;
    vertical-align: middle;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.footer-nav li {
    /*flex: 1 1 auto;*/
}

.footer-nav a {
    display: block;
    text-decoration: none;
    padding: 0.5rem 1rem;
    text-align: center;
}

@media (max-width: 768px) {
    .footer-nav ul {
        flex-direction: column;
        gap: 0.5rem;
    }

    .footer-nav li {
        flex: none;
        width: 100%;
		margin-bottom: 10px !important;
    }
}

.container-price {
	margin: 0 0 50px;
	padding: 20px;
	text-align: center;
}

.container-price .prices {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin: 20px 0 0;
	flex-wrap: wrap;
}
.container-price .price-column {
	flex: 1;
	padding: 0px 15px;
}
.container-price .price-column:not(:last-child) {
}
.container-price .dosage {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid;
    padding-bottom: 10px;
}
.container-price .price-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.container-price .price-list li {
	margin: 15px 0;
}
.container-price .button {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 20px;
	background: white;
	color: #d47a2b;
	border: 2px solid #d47a2b;
	border-radius: 20px;
	font-weight: bold;
	cursor: pointer;
}
.container-price .button:hover {
	background: #d47a2b;
	color: white;
}

@media (max-width: 768px) {
    .container-price .prices {
        flex-direction: column;
        align-items: center;
    }
    
    .container-price .price-column {
        width: 100%;
        max-width: 300px;
    }
}

.minpriceinfo {
	font-size: 18px;
}

.button-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.container-alternatives {
    margin: 50px auto;
    padding: 20px;
    text-align: center;
	background: #f7f7f7;
}

.container-alternatives .product {
    background: white;
}







.container-work {
	margin: 50px auto;
	padding: 20px 0;
	text-align: center;
	background: #f7f7f7;
}

.container-work .works {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin: 30px 0 0;
	flex-wrap: wrap;
}
.container-work .work-column {
	flex: 1;
	padding: 0px 15px;
}
.container-work .work-column:not(:last-child) {
}
.container-work .stage {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid;
    padding-bottom: 10px;
}
.container-work .work-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.container-work .work-list li {
	margin: 20px 0;
	line-height: 20px;
}

.container-work .button:hover {
	background: #d47a2b;
	color: white;
}

@media (max-width: 768px) {
    .container-work .works {
        flex-direction: column;
        align-items: center;
    }
    
    .container-work .work-column {
        width: 100%;
    }
}