/* line 1, ../sass/screen.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

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

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

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

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

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

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

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

/*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 */
.date {
  font-size: 14px;
  color: #D6DBD2;
  margin-bottom: 15px; }

/* line 21, ../sass/blog.scss */
.blog section {
  margin-top: 25px;
  background: #FFF;
  padding: 30px;
  border-radius: 15px; }
  /* line 26, ../sass/blog.scss */
  .blog section .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 31, ../sass/blog.scss */
  .blog section h2 {
    font-size: 14px;
    text-transform: none;
    margin-bottom: 15px;
    line-height: 16px; }
  /* line 37, ../sass/blog.scss */
  .blog section p {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 16px; }
  /* line 42, ../sass/blog.scss */
  .blog section a {
    text-decoration: underline; }

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

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

/* line 66, ../sass/blog.scss */
.blog_back {
  margin-top: 30px;
  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: #333;
  height: 40px;
  background: #fff;
  border-radius: 2px;
  position: relative;
  width: 86px;
  text-align: center; }
  /* line 81, ../sass/blog.scss */
  .blog_back span {
    display: block;
    position: relative; }
  /* line 85, ../sass/blog.scss */
  .blog_back span:before {
    display: block;
    content: "";
    width: 6px;
    height: 10px;
    background: url("../img/pr.svg") no-repeat;
    background-size: cover;
    margin-right: 8px;
    position: relative;
    top: 2px;
    float: left; }

/* line 102, ../sass/blog.scss */
.paginator {
  float: left;
  width: 475px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px 0 50px; }
  /* line 109, ../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: #333;
    height: 40px;
    background: #FFF;
    border-radius: 2px; }
    /* line 120, ../sass/blog.scss */
    .paginator a.prev {
      position: relative;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center; }
      /* line 125, ../sass/blog.scss */
      .paginator a.prev span {
        display: block;
        position: relative; }
      /* line 129, ../sass/blog.scss */
      .paginator a.prev span:before {
        display: block;
        content: "";
        width: 6px;
        height: 10px;
        background: url("../img/pr.svg") no-repeat;
        background-size: cover;
        margin-right: 8px;
        position: relative;
        top: 2px;
        float: left; }
    /* line 144, ../sass/blog.scss */
    .paginator a.next {
      position: relative;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center; }
      /* line 149, ../sass/blog.scss */
      .paginator a.next span {
        display: block;
        position: relative; }
      /* line 153, ../sass/blog.scss */
      .paginator a.next span:before {
        display: block;
        content: "";
        width: 6px;
        height: 10px;
        background: url("../img/pr.svg") no-repeat;
        background-size: cover;
        float: right;
        margin-left: 8px;
        position: relative;
        top: 2px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  /* line 175, ../sass/blog.scss */
  .paginator ul {
    margin: 0 20px; }
    /* line 177, ../sass/blog.scss */
    .paginator ul li {
      width: 30px;
      text-align: center;
      display: inline-block; }
      /* line 181, ../sass/blog.scss */
      .paginator ul li a {
        width: 30px;
        color: #333; }
      /* line 185, ../sass/blog.scss */
      .paginator ul li.active a, .paginator ul li:hover a {
        background: #E5E8E2; }

/* line 193, ../sass/blog.scss */
.blog h1 + section {
  margin-top: 15px; }
/* line 197, ../sass/blog.scss */
.blog article.text strong {
  font-weight: 700; }

/* line 203, ../sass/blog.scss */
.blog-nav {
  padding: 20px 30px 25px;
  background: #EFF8E8;
  margin-bottom: 30px;
  border-radius: 15px; }
  /* line 208, ../sass/blog.scss */
  .blog-nav ul {
    list-style: none;
    margin-bottom: 0 !important; }
    /* line 211, ../sass/blog.scss */
    .blog-nav ul li {
      padding-bottom: 15px;
      padding-left: 0; }
      /* line 214, ../sass/blog.scss */
      .blog-nav ul li:before {
        display: none; }
      /* line 217, ../sass/blog.scss */
      .blog-nav ul li a {
        text-decoration: underline; }
        /* line 219, ../sass/blog.scss */
        .blog-nav ul li a:hover {
          text-decoration: none; }

/* line 226, ../sass/blog.scss */
article + .paginator {
  width: 100%;
  float: none; }

/* line 230, ../sass/blog.scss */
.blog-nav + .two-btn {
  margin-top: 40px; }

@media screen and (max-width: 650px) {
  /* line 234, ../sass/blog.scss */
  .blog.white {
    padding-bottom: 30px; }

  /* line 237, ../sass/blog.scss */
  .blog section {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 241, ../sass/blog.scss */
  .paginator {
    width: 100%;
    position: relative;
    display: block;
    height: 120px;
    margin-bottom: 0; }
    /* line 247, ../sass/blog.scss */
    .paginator a.prev {
      position: absolute;
      left: 0;
      bottom: 20px; }
    /* line 252, ../sass/blog.scss */
    .paginator a.next {
      position: absolute;
      right: 0;
      bottom: 20px; }
    /* line 257, ../sass/blog.scss */
    .paginator ul {
      margin: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
@media screen and (max-width: 480px) {
  /* line 268, ../sass/blog.scss */
  .two-btn .btn, .two-btn .btn:last-child, .one-btn .btn, .one-btn .btn:last-child {
    float: none !important;
    display: block;
    width: 100%;
    margin-bottom: 10px; } }
/* line 1, ../sass/rev.scss */
.review {
  margin-top: 50px; }
  /* line 3, ../sass/rev.scss */
  .review h2 {
    margin-bottom: 20px; }
  /* line 7, ../sass/rev.scss */
  .review .rev-date div {
    display: inline-block; }
  /* line 12, ../sass/rev.scss */
  .review .flex span {
    line-height: 20px;
    color: #828282; }
  /* line 17, ../sass/rev.scss */
  .review section {
    margin-bottom: 10px;
    margin-top: 0;
    padding: 20px 20px 10px 20px;
    border-radius: 15px;
    background: #fff; }
    /* line 23, ../sass/rev.scss */
    .review section p {
      line-height: 18px;
      padding-bottom: 15px; }
  /* line 28, ../sass/rev.scss */
  .review .control-label {
    margin: 0 0 5px; }

/* line 32, ../sass/rev.scss */
.review-edit {
  margin-top: 35px; }
  /* line 34, ../sass/rev.scss */
  .review-edit form {
    margin-bottom: 50px; }
  /* line 37, ../sass/rev.scss */
  .review-edit .rev-wrap {
    padding: 35px 30px 20px;
    background: #EFF8E8;
    border-radius: 15px;
    margin-bottom: 30px; }
    /* line 42, ../sass/rev.scss */
    .review-edit .rev-wrap.flex {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }

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

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

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

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

/* line 97, ../sass/rev.scss */
.captcha-label {
  margin: 20px 0; }

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

  /* line 106, ../sass/rev.scss */
  .rev-col {
    margin-right: 0; } }
@media screen and (max-width: 650px) {
  /* line 112, ../sass/rev.scss */
  .blog article + .paginator {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    /* line 115, ../sass/rev.scss */
    .blog article + .paginator a {
      position: relative;
      bottom: 0;
      top: 0; }

  /* line 121, ../sass/rev.scss */
  .review-edit .rev-wrap {
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (max-width: 374px) {
  /* line 128, ../sass/rev.scss */
  .login-form .btn,
  .review-edit .btn {
    width: 100%; }

  /* line 132, ../sass/rev.scss */
  .rev-col .rev-rating.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    /* line 134, ../sass/rev.scss */
    .rev-col .rev-rating.flex .rating {
      margin-top: 10px;
      margin-left: 0; } }
/* line 1, ../sass/login.scss */
.login {
  color: #333;
  cursor: pointer;
  margin-top: 2px;
  position: relative; }
  /* line 6, ../sass/login.scss */
  .login span {
    padding-top: 12px;
    display: inline-block; }
  /* line 11, ../sass/login.scss */
  .login:before {
    content: '';
    display: block;
    float: left;
    margin-right: 15px;
    width: 38px;
    height: 38px;
    background: url("../img/login.svg") no-repeat center center;
    border-radius: 50%; }

/* line 25, ../sass/login.scss */
.login-out span {
  width: 110px; }
/* line 26, ../sass/login.scss */
.login-out span:after {
  content: "";
  display: block;
  float: right;
  width: 10px;
  height: 6px;
  margin-left: 12px;
  background: url("../img/arrow-white.svg") no-repeat;
  background-size: cover;
  position: relative;
  top: 5px; }
/* line 38, ../sass/login.scss */
.login-out:hover .lg-info {
  opacity: 1;
  visibility: visible;
  top: 45px; }

/* line 45, ../sass/login.scss */
.lg-info {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 3px;
  top: 55px;
  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);
  margin-bottom: 30px; }
  /* line 56, ../sass/login.scss */
  .lg-info:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    right: 15px;
    top: -8px; }
  /* line 67, ../sass/login.scss */
  .lg-info b {
    color: #c5c5c5;
    font-weight: 600;
    padding: 10px 20px;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0; }
  /* line 75, ../sass/login.scss */
  .lg-info a {
    display: block;
    text-transform: none !important;
    color: #64BD1D !important;
    padding: 0 20px 15px  !important;
    text-decoration: underline !important;
    display: block !important; }
    /* line 82, ../sass/login.scss */
    .lg-info a:hover {
      color: #64BD1D !important;
      background: none !important;
      text-decoration: none !important; }

/* line 93, ../sass/login.scss */
.login-sign {
  padding: 25px 0;
  width: 100%;
  border-radius: 15px;
  background: #63BD1A;
  color: #fff;
  text-align: center;
  margin-top: 20px; }
  /* line 101, ../sass/login.scss */
  .login-sign a {
    color: #fff;
    text-decoration: underline; }

/* line 106, ../sass/login.scss */
.has-error .form-control, .has-error .input-group-addon {
  border-color: #EB5757 !important; }

/* line 110, ../sass/login.scss */
.login-overlay {
  width: 100%;
  height: 100%;
  background: rgba(22, 24, 20, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999998;
  display: none; }

/* line 120, ../sass/login.scss */
.forgot {
  margin-top: 15px; }
  /* line 122, ../sass/login.scss */
  .forgot h2 {
    margin-top: 35px; }
  /* line 125, ../sass/login.scss */
  .forgot .input-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }

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

/* line 137, ../sass/login.scss */
.login-wrap {
  top: calc(50vh - 200px);
  display: none;
  position: fixed;
  width: 540px;
  left: 50%;
  margin-left: -245px;
  z-index: 9999999999; }
  /* line 145, ../sass/login.scss */
  .login-wrap .form-group {
    margin-bottom: 0; }
  /* line 148, ../sass/login.scss */
  .login-wrap .close {
    position: absolute;
    display: block;
    right: 15px;
    top: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 1; }
    /* line 157, ../sass/login.scss */
    .login-wrap .close:before {
      content: '';
      display: block;
      width: 30px;
      height: 2px;
      background: #EB5757;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute;
      top: 10px; }
    /* line 167, ../sass/login.scss */
    .login-wrap .close:after {
      content: '';
      display: block;
      width: 30px;
      height: 2px;
      background: #EB5757;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 10px; }
  /* line 178, ../sass/login.scss */
  .login-wrap .login-form {
    padding: 40px 40px 40px 40px;
    background: #fff;
    border-radius: 15px; }

/* line 186, ../sass/login.scss */
.col-xs-9 .login-form {
  width: 100%; }

/* line 189, ../sass/login.scss */
.login-form {
  position: relative; }
  /* line 190, ../sass/login.scss */
  .login-form .title {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase; }
    /* line 195, ../sass/login.scss */
    .login-form .title b {
      color: #26D8AD; }
  /* line 200, ../sass/login.scss */
  .login-form .text {
    margin-top: 30px;
    clear: both; }
  /* line 204, ../sass/login.scss */
  .login-form a {
    float: right;
    color: #26D8AD;
    padding-top: 24px;
    text-decoration: underline; }
    /* line 209, ../sass/login.scss */
    .login-form a:hover {
      text-decoration: none; }
  /* line 213, ../sass/login.scss */
  .login-form .title {
    padding-bottom: 25px; }

/* line 218, ../sass/login.scss */
.subscribe {
  position: relative;
  padding-bottom: 30px;
  margin-top: 5px; }
  /* line 222, ../sass/login.scss */
  .subscribe button {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: url("../img/subscribe.svg") no-repeat;
    background-size: cover;
    position: absolute;
    top: -3px;
    right: 3px; }
  /* line 233, ../sass/login.scss */
  .subscribe .input-group input {
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 34px;
    border-radius: 3px;
    font-family: 'Opens Sans', sans-serif; }
    /* line 239, ../sass/login.scss */
    .subscribe .input-group input:focus {
      outline: none;
      border-color: #26D8AD; }

/* line 246, ../sass/login.scss */
.breadcrumbs {
  margin-bottom: 20px; }
  /* line 248, ../sass/login.scss */
  .breadcrumbs li {
    display: inline-block;
    margin-right: 8px; }
    /* line 251, ../sass/login.scss */
    .breadcrumbs li a {
      font-size: 11px;
      color: #828282; }
      /* line 254, ../sass/login.scss */
      .breadcrumbs li a:after {
        content: '';
        display: inline-block;
        margin-left: 9px;
        width: 5px;
        height: 7px;
        background: url(../img/arrow.svg) no-repeat center center;
        background-size: contain;
        position: relative;
        top: 1px; }
    /* line 267, ../sass/login.scss */
    .breadcrumbs li:last-child a:after {
      display: none; }

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

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

@media screen and (max-width: 1200px) {
  /* line 288, ../sass/login.scss */
  .methods-info .subscribe {
    margin-left: -10px; }

  /* line 292, ../sass/login.scss */
  .subscribe button {
    right: -7px; } }
@media screen and (max-width: 991px) {
  /* line 298, ../sass/login.scss */
  .catalog-nav + .left-box {
    display: block; }
    /* line 300, ../sass/login.scss */
    .catalog-nav + .left-box input {
      width: 100%; } }
@media screen and (max-width: 650px) {
  /* line 306, ../sass/login.scss */
  .catalog-nav + .left-box {
    display: none; }

  /* line 309, ../sass/login.scss */
  .login-wrap .login-form {
    padding-left: 15px;
    padding-right: 15px; }

  /* line 313, ../sass/login.scss */
  .login-form {
    margin: 0 auto;
    width: 80%; }
    /* line 316, ../sass/login.scss */
    .login-form .title b {
      display: block; }

  /* line 320, ../sass/login.scss */
  .login-sign {
    width: 80%;
    margin-left: auto;
    margin-right: auto; }

  /* line 325, ../sass/login.scss */
  .login-wrap {
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 30px; }
    /* line 330, ../sass/login.scss */
    .login-wrap i {
      top: 15px; }
    /* line 333, ../sass/login.scss */
    .login-wrap a {
      float: none;
      display: block; }

  /* line 339, ../sass/login.scss */
  .login:before {
    width: 28px;
    height: 28px; }
  /* line 343, ../sass/login.scss */
  .login span {
    padding-top: 7px; }

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

  /* line 351, ../sass/login.scss */
  .breadcrumbs {
    margin-top: 0; } }
/* line 1, ../sass/prod.scss */
.product-nav {
  padding: 30px;
  background: #EFF8E8;
  margin-bottom: 30px;
  margin-top: 30px; }
  /* line 6, ../sass/prod.scss */
  .product-nav span {
    padding-right: 10px; }
  /* line 9, ../sass/prod.scss */
  .product-nav a {
    text-decoration: underline; }
    /* line 11, ../sass/prod.scss */
    .product-nav a:hover {
      text-decoration: none; }
    /* line 14, ../sass/prod.scss */
    .product-nav a:visited, .product-nav a:focus {
      text-decoration: underline;
      color: #26D8AD; }
  /* line 20, ../sass/prod.scss */
  .product-nav .product-nav-wrap {
    display: none;
    margin-top: 25px; }
    /* line 23, ../sass/prod.scss */
    .product-nav .product-nav-wrap a {
      display: block;
      margin-bottom: 15px;
      line-height: 18px; }
      /* line 27, ../sass/prod.scss */
      .product-nav .product-nav-wrap a:last-child {
        margin-bottom: 0; }

/* line 35, ../sass/prod.scss */
.category.catalog b {
  display: inline-block; }

/* line 2, ../sass/trial.scss */
.catalog .product.trial {
  border: 1px solid #26D8AD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
  text-align: left;
  margin-bottom: 30px;
  position: relative;
  border-radius: 20px;
  height: 200px; }
  /* line 12, ../sass/trial.scss */
  .catalog .product.trial span {
    width: 81px;
    padding: 5px 5px;
    background: #FF961B;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    border-radius: 20px; }
  /* line 27, ../sass/trial.scss */
  .catalog .product.trial figure {
    width: 220px;
    height: 163px;
    margin-top: 15px; }
    /* line 31, ../sass/trial.scss */
    .catalog .product.trial figure img {
      width: 100%; }
    /* line 34, ../sass/trial.scss */
    .catalog .product.trial figure + div {
      width: calc(100% - 240px); }
  /* line 38, ../sass/trial.scss */
  .catalog .product.trial b {
    color: #0C476F;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
    line-height: 22px;
    font-family: 'Roboto Slab', serif;
    color: #333; }
  /* line 48, ../sass/trial.scss */
  .catalog .product.trial a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #FF961B;
    border-radius: 30px;
    padding: 13px 5px;
    max-width: 173px;
    font-weight: 600; }
    /* line 58, ../sass/trial.scss */
    .catalog .product.trial a:hover, .catalog .product.trial a:focus {
      background: #EF8305; }
    /* line 61, ../sass/trial.scss */
    .catalog .product.trial a:disabled {
      background: #DA8A2D; }

@media screen and (min-width: 1200px) {
  /* line 71, ../sass/trial.scss */
  .catalog .product.trial img {
    width: 220px;
    max-height: 100%; } }
@media screen and (max-width: 992px) {
  /* line 80, ../sass/trial.scss */
  .catalog .product.trial figure {
    position: relative;
    margin-left: 0;
    left: 0;
    top: 0; }
    /* line 86, ../sass/trial.scss */
    .catalog .product.trial figure + div {
      width: calc(100% - 220px); } }
@media screen and (max-width: 480px) {
  /* line 93, ../sass/trial.scss */
  .catalog .col-md-6.col-sm-12 {
    padding: 0 4px; }

  /* line 96, ../sass/trial.scss */
  .catalog .product.trial {
    display: block;
    height: auto;
    text-align: center; }
    /* line 100, ../sass/trial.scss */
    .catalog .product.trial figure {
      margin-left: auto;
      margin-right: auto; }
      /* line 103, ../sass/trial.scss */
      .catalog .product.trial figure + div {
        width: 100% !important;
        text-align: center; }
    /* line 109, ../sass/trial.scss */
    .catalog .product.trial b {
      font-size: 16px;
      line-height: 20px; }
    /* line 113, ../sass/trial.scss */
    .catalog .product.trial a {
      margin-left: auto;
      margin-right: auto; } }
@media screen and (max-width: 374px) {
  /* line 121, ../sass/trial.scss */
  .catalog .product.trial a {
    font-size: 12px;
    width: 124px; } }
/* line 1, ../sass/cookie.scss */
.cookies {
  position: fixed;
  z-index: 99998;
  bottom: 0;
  width: 100%;
  padding: 25px 15px;
  background: rgba(22, 24, 20, 0.9); }
  /* line 8, ../sass/cookie.scss */
  .cookies p {
    color: #fff;
    font-size: 12px; }
  /* line 12, ../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 18, ../sass/cookie.scss */
  .cookies a {
    color: #26D8AD;
    text-decoration: underline;
    padding-right: 20px; }
  /* line 23, ../sass/cookie.scss */
  .cookies .cookies-btn {
    padding: 11px 30px;
    min-width: 100px;
    border-radius: 30px;
    background: #26D8AD;
    color: #fff;
    text-align: center;
    text-decoration: none; }

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

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

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

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

  /* line 58, ../sass/cookie.scss */
  .f-discover {
    width: 32px !important; }

  /* line 61, ../sass/cookie.scss */
  .nav > li > a {
    padding-left: 5px !important;
    padding-right: 5px !important; } }
@media screen and (min-width: 992px) {
  /* line 68, ../sass/cookie.scss */
  .nav-tabs > li {
    display: block !important; }
    /* line 70, ../sass/cookie.scss */
    .nav-tabs > li span {
      display: none; } }
@media screen and (max-width: 991px) {
  /* line 77, ../sass/cookie.scss */
  .nav-tabs > li a img {
    display: inline-block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 10, ../sass/dash.scss */
.dash-info.active + tr:hover {
  background: #fff !important; }

/* line 14, ../sass/dash.scss */
.dash-info.active tr {
  border-bottom: none; }
/* line 17, ../sass/dash.scss */
.dash-info.active .dash-close {
  display: block; }
/* line 20, ../sass/dash.scss */
.dash-info.active a.dash_link {
  display: none; }

/* line 24, ../sass/dash.scss */
.order-wrap {
  margin-bottom: 45px; }
  /* line 26, ../sass/dash.scss */
  .order-wrap .table {
    margin-bottom: 20px; }
    /* line 28, ../sass/dash.scss */
    .order-wrap .table .t-center {
      text-align: center; }
    /* line 31, ../sass/dash.scss */
    .order-wrap .table td, .order-wrap .table th {
      padding-top: 15px !important;
      padding-bottom: 15px !important; }
  /* line 37, ../sass/dash.scss */
  .order-wrap .dash-table th {
    color: #333;
    background: rgba(190, 198, 183, 0.3); }
  /* line 42, ../sass/dash.scss */
  .order-wrap td:last-child {
    font-weight: 700; }
    /* line 44, ../sass/dash.scss */
    .order-wrap td:last-child a {
      font-weight: 400; }
    /* line 47, ../sass/dash.scss */
    .order-wrap td:last-child.link {
      color: #63BD1A; }
      /* line 49, ../sass/dash.scss */
      .order-wrap td:last-child.link a {
        font-weight: 700; }
  /* line 55, ../sass/dash.scss */
  .order-wrap td a {
    text-decoration: underline; }
  /* line 58, ../sass/dash.scss */
  .order-wrap td.red {
    color: #FF3332; }

/* line 64, ../sass/dash.scss */
td.price {
  white-space: nowrap; }

/* line 69, ../sass/dash.scss */
.dash-table td {
  color: #333333; }
  /* line 71, ../sass/dash.scss */
  .dash-table td.price {
    color: #EF6D0F; }
/* line 75, ../sass/dash.scss */
.dash-table td:first-child {
  width: 40%;
  font-weight: 700; }
/* line 79, ../sass/dash.scss */
.dash-table a:visited {
  color: #63BD1A; }
/* line 82, ../sass/dash.scss */
.dash-table .dash-info.active td {
  background: #fff;
  border-bottom: none !important; }
/* line 87, ../sass/dash.scss */
.dash-table .dash-info.active + tr td.dash-info-more {
  display: table-cell; }
/* line 91, ../sass/dash.scss */
.dash-table td.dash-info-more {
  display: none;
  width: 100% !important;
  padding: 0 !important; }
  /* line 94, ../sass/dash.scss */
  .dash-table td.dash-info-more table {
    width: 100%; }
    /* line 96, ../sass/dash.scss */
    .dash-table td.dash-info-more table tr td {
      border-top: none !important; }
      /* line 98, ../sass/dash.scss */
      .dash-table td.dash-info-more table tr td:first-child {
        font-weight: 400;
        color: #828282; }
      /* line 102, ../sass/dash.scss */
      .dash-table td.dash-info-more table tr td:last-child {
        color: #333333; }

/* line 112, ../sass/dash.scss */
.dashbord-name {
  margin-top: 15px; }

/* line 116, ../sass/dash.scss */
.welcome {
  font-size: 18px;
  color: #2D9CDB;
  font-weight: 700;
  padding: 10px 0 20px; }

/* line 125, ../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 134, ../sass/dash.scss */
  .notification-wrap figure {
    width: 180px;
    height: 148px; }
    /* line 137, ../sass/dash.scss */
    .notification-wrap figure img {
      width: 100%; }
  /* line 141, ../sass/dash.scss */
  .notification-wrap .notif-wrap {
    padding: 40px 40px 30px 20px;
    width: calc(100% - 180px); }
    /* line 144, ../sass/dash.scss */
    .notification-wrap .notif-wrap .flex {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  /* line 148, ../sass/dash.scss */
  .notification-wrap p {
    color: #000;
    line-height: 18px; }
  /* line 152, ../sass/dash.scss */
  .notification-wrap i {
    color: #26D8AD;
    display: block;
    line-height: 18px;
    margin-top: 4px;
    font-weight: 600;
    margin-bottom: 20px; }
  /* line 160, ../sass/dash.scss */
  .notification-wrap a {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 10px;
    border-radius: 3px;
    min-width: 100px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 600; }
    /* line 170, ../sass/dash.scss */
    .notification-wrap a.notif-no {
      background: none;
      color: #BDC6B7; }
      /* line 173, ../sass/dash.scss */
      .notification-wrap a.notif-no:hover {
        color: #a8b4a0; }
    /* line 177, ../sass/dash.scss */
    .notification-wrap a.notif-yes {
      background: #FF961B;
      color: #fff;
      margin-left: 15px;
      border-radius: 18px; }
      /* line 182, ../sass/dash.scss */
      .notification-wrap a.notif-yes:hover {
        background: #EF8305; }

@media screen and (min-width: 1441px) {
  /* line 191, ../sass/dash.scss */
  .notification-wrap {
    left: 230px; } }
@media screen and (max-width: 1200px) {
  /* line 197, ../sass/dash.scss */
  .dash-table td:first-child {
    width: 30%; }

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

  /* line 215, ../sass/dash.scss */
  .notification-wrap {
    left: 30px; } }
@media screen and (max-width: 991px) {
  /* line 220, ../sass/dash.scss */
  .table .dash-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    /* line 222, ../sass/dash.scss */
    .table .dash-info td:nth-child(3), .table .dash-info td:nth-child(5) {
      text-align: right; }
    /* line 225, ../sass/dash.scss */
    .table .dash-info td:nth-child(2) {
      text-align: center; }
    /* line 228, ../sass/dash.scss */
    .table .dash-info td {
      width: 33.333333%; }
    /* line 231, ../sass/dash.scss */
    .table .dash-info td:nth-child(5), .table .dash-info td:nth-child(4) {
      width: 50%;
      padding-top: 0 !important; }
    /* line 235, ../sass/dash.scss */
    .table .dash-info td:nth-child(4) {
      text-align: left; }

  /* line 239, ../sass/dash.scss */
  .table tr.dash-info + tr {
    border-top: none; }

  /* line 242, ../sass/dash.scss */
  .table-responsive {
    border: none !important; }

  /* line 245, ../sass/dash.scss */
  .dash-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    /* line 247, ../sass/dash.scss */
    .dash-info td:nth-child(even) {
      text-align: right; }
    /* line 250, ../sass/dash.scss */
    .dash-info:hover {
      background: none !important; }

  /* line 254, ../sass/dash.scss */
  .table.dash-table tr.active-mobile + tr {
    border-top: none; }

  /* line 257, ../sass/dash.scss */
  .dash-table th.t-hide {
    display: none !important; }

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

  /* line 259, ../sass/dash.scss */
  .table tbody tr.dash-info.active:hover {
    background: none; }

  /* line 262, ../sass/dash.scss */
  .dash-info.active {
    border-top: none !important; }
    /* line 264, ../sass/dash.scss */
    .dash-info.active + tr {
      border-top: none !important; }

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

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

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

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

  /* line 288, ../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 293, ../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 296, ../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 300, ../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 304, ../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; } }
@media screen and (max-width: 650px) {
  /* line 312, ../sass/dash.scss */
  .order-wrap .total {
    text-align: left;
    border-color: #f2f2f2;
    padding-left: 15px; }

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

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

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

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

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

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

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

  /* line 360, ../sass/dash.scss */
  .order-wrap .table.cart-table.dash-table td:last-child {
    width: 60%;
    margin-top: 0;
    text-align: right; }
  /* line 365, ../sass/dash.scss */
  .order-wrap .table.cart-table.dash-table td:first-child {
    width: 40%; }
  /* line 368, ../sass/dash.scss */
  .order-wrap .cart-table thead {
    display: block; }
  /* line 372, ../sass/dash.scss */
  .order-wrap .cart-table.cart-order thead {
    display: none; }
  /* line 375, ../sass/dash.scss */
  .order-wrap .cart-table.cart-order td:last-child {
    width: auto;
    margin-top: 0; } }
@media screen and (max-width: 374px) {
  /* line 384, ../sass/dash.scss */
  .dash-table td:nth-child(2) {
    font-size: 12px; } }
/* line 1, ../sass/promo.scss */
.bonus {
  position: relative;
  padding-left: 42px; }

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

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

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

/* line 36, ../sass/promo.scss */
.table-info + .promo-wrap {
  margin-top: -20px; }

/* line 39, ../sass/promo.scss */
.promo-wrap {
  padding: 25px 25px 20px;
  border-radius: 15px;
  background: #fff;
  margin-bottom: 10px; }
  /* line 44, ../sass/promo.scss */
  .promo-wrap .radio {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0; }
  /* line 50, ../sass/promo.scss */
  .promo-wrap i {
    font-weight: 700;
    padding-left: 8px;
    color: #161814; }
  /* line 55, ../sass/promo.scss */
  .promo-wrap .checkbox {
    margin-top: 0;
    margin-bottom: 5px; }
    /* line 58, ../sass/promo.scss */
    .promo-wrap .checkbox label {
      min-height: auto; }

/* line 64, ../sass/promo.scss */
.promo-name {
  font-weight: 700;
  color: #333;
  margin-bottom: 10px; }

/* line 69, ../sass/promo.scss */
.promo-input {
  width: 100%;
  max-width: 375px;
  float: left; }

/* line 75, ../sass/promo.scss */
.promo button.btn {
  margin-top: 0;
  margin-left: 10px; }
  /* line 78, ../sass/promo.scss */
  .promo button.btn:active {
    margin-top: 0; }
  /* line 81, ../sass/promo.scss */
  .promo button.btn:focus {
    outline: none; }
/* line 86, ../sass/promo.scss */
.promo.promo-error .input-group .input-group-addon .i-num {
  background: url("../img/num-error.svg") no-repeat; }

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

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

/* line 109, ../sass/promo.scss */
.promo-error .input-group .input-group-addon, .promo-error .input-group.active-group .input-group-addon {
  border-color: #EF6D0F !important;
  border-right: none !important; }
  /* line 112, ../sass/promo.scss */
  .promo-error .input-group .input-group-addon:focus, .promo-error .input-group.active-group .input-group-addon:focus {
    border-color: #EF6D0F;
    border-right: none !important; }
/* line 117, ../sass/promo.scss */
.promo-error input.form-control, .promo-error textarea.form-control, .promo-error select.form-control {
  border-color: #EF6D0F !important;
  border-left: none !important; }
/* line 121, ../sass/promo.scss */
.promo-error button.btn {
  background: #EF6D0F; }
  /* line 123, ../sass/promo.scss */
  .promo-error button.btn:hover {
    background: #c95b0d; }
/* line 127, ../sass/promo.scss */
.promo-error .error-label {
  color: #EF6D0F; }

/* line 136, ../sass/promo.scss */
.t-pad .checkbox {
  margin-top: 0;
  margin-bottom: 0; }
  /* line 139, ../sass/promo.scss */
  .t-pad .checkbox label {
    min-height: auto; }
/* line 144, ../sass/promo.scss */
.t-pad .promo .input-group {
  margin-bottom: 0; }
  /* line 146, ../sass/promo.scss */
  .t-pad .promo .input-group span {
    display: table-cell; }

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

@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 160, ../sass/promo.scss */
  .bonus:before {
    background: url("../img/bonus@2x.png") no-repeat center center;
    background-size: cover; } }
@media screen and (max-width: 992px) {
  /* line 167, ../sass/promo.scss */
  .promo-input {
    max-width: 100%;
    float: none; }

  /* line 172, ../sass/promo.scss */
  .promo button.btn {
    margin-left: 0;
    margin-top: 15px; } }
@media screen and (max-width: 991px) {
  /* line 180, ../sass/promo.scss */
  .table .t-pad + .t-price {
    padding-top: 15px !important; } }
@media screen and (max-width: 650px) {
  /* line 186, ../sass/promo.scss */
  .promo-td-input {
    width: 100% !important; }
    /* line 188, ../sass/promo.scss */
    .promo-td-input button {
      margin-bottom: 15px; }

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

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

  /* line 210, ../sass/promo.scss */
  .check-table td.promo-td {
    padding-top: 0; } }
@media screen and (max-width: 480px) {
  /* line 218, ../sass/promo.scss */
  .table tr.promo-td.promo-select td:first-child {
    width: 100%; }
  /* line 221, ../sass/promo.scss */
  .table tr.promo-td.promo-select td.package-td {
    width: 100%;
    padding-top: 20px !important; }
    /* line 224, ../sass/promo.scss */
    .table tr.promo-td.promo-select td.package-td select {
      width: 100%; } }
/* line 68, ../sass/screen.scss */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; }

/* line 73, ../sass/screen.scss */
h2, h3, h5, h6 {
  color: #333;
  font-weight: 700;
  font-family: 'Roboto Slab', serif; }

/* line 74, ../sass/screen.scss */
h1 {
  line-height: 28px;
  color: #333;
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase; }
  /* line 74, ../sass/screen.scss */
  h1 b {
    color: #26D8AD; }

/* line 75, ../sass/screen.scss */
h2 {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
  line-height: 20px;
  text-transform: uppercase; }

/* line 76, ../sass/screen.scss */
h3 {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  line-height: 18px; }

/* line 77, ../sass/screen.scss */
h4 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  margin-bottom: 25px;
  line-height: 22px;
  font-weight: 700; }

/* line 78, ../sass/screen.scss */
h5 {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
  line-height: 22px; }

/* line 79, ../sass/screen.scss */
p {
  color: #4F4F4F; }

/* line 80, ../sass/screen.scss */
a {
  color: #26D8AD;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s; }
  /* line 88, ../sass/screen.scss */
  a:hover {
    text-decoration: none;
    color: #1ead8a; }

/* line 91, ../sass/screen.scss */
p a {
  text-decoration: underline; }
  /* line 92, ../sass/screen.scss */
  p a:hover {
    color: #2D9CDB; }

/* line 96, ../sass/screen.scss */
.btn {
  background: #26D8AD;
  text-align: center;
  border-radius: 20px;
  font-size: 13px;
  color: #fff;
  width: 211px;
  padding: 7px 0 8px;
  font-weight: 600; }
  /* line 106, ../sass/screen.scss */
  .btn:hover, .btn:focus, .btn:active {
    color: #fff;
    background: #12C399; }
  /* line 107, ../sass/screen.scss */
  .btn:disabled {
    background: #3EAF94; }

/* line 112, ../sass/screen.scss */
.big-screen {
  position: relative;
  z-index: 1;
  height: 231px;
  border-radius: 20px;
  overflow: hidden; }

/* line 120, ../sass/screen.scss */
.table-info.table-confirm.t-confirm tr:last-child td, .table-info.table-confirm.t-confirm tr:last-child {
  border-bottom: none !important; }

/* line 123, ../sass/screen.scss */
.table-info.table-confirm.t-confirm td {
  width: 50%; }

/* line 127, ../sass/screen.scss */
.local-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 231px;
  object-fit: cover;
  -o-object-fit: cover; }

/* line 137, ../sass/screen.scss */
header {
  background: #fff;
  margin-bottom: 30px;
  position: relative; }
  /* line 141, ../sass/screen.scss */
  header .top {
    background: #fff;
    padding: 30px 0; }
    /* line 144, ../sass/screen.scss */
    header .top .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  /* line 150, ../sass/screen.scss */
  header .container {
    position: relative; }
  /* line 151, ../sass/screen.scss */
  header .logo {
    display: inline-block;
    padding-left: 80px;
    position: relative;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    float: left; }
    /* line 160, ../sass/screen.scss */
    header .logo br {
      display: none; }
    /* line 161, ../sass/screen.scss */
    header .logo:before {
      content: "";
      display: inline-block;
      width: 60px;
      height: 60px;
      background: url("../img/logo.svg") no-repeat;
      background-size: cover;
      position: absolute;
      left: 0;
      top: -10px; }
    /* line 172, ../sass/screen.scss */
    header .logo:hover {
      text-decoration: none; }
    /* line 174, ../sass/screen.scss */
    header .logo span {
      color: #BDBDBD; }
    /* line 175, ../sass/screen.scss */
    header .logo small {
      display: block;
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      margin-top: 5px;
      font-weight: 400;
      color: #BDBDBD; }
    /* line 183, ../sass/screen.scss */
    header .logo i {
      display: inline-block;
      width: 17px;
      height: 12px;
      margin-left: 9px; }
  /* line 190, ../sass/screen.scss */
  header .phone {
    position: relative;
    float: left;
    width: 228px;
    margin: 0 30px;
    top: 10px; }
    /* line 196, ../sass/screen.scss */
    header .phone span {
      display: block;
      float: left;
      width: 44px;
      height: 44px;
      position: relative;
      top: -8px;
      background: url("../img/phone.svg") no-repeat;
      background-size: cover; }
    /* line 208, ../sass/screen.scss */
    header .phone a {
      font-size: 12px;
      color: #26D8AD;
      text-decoration: underline;
      padding-left: 11px; }
      /* line 213, ../sass/screen.scss */
      header .phone a.phone-numb {
        font-size: 24px;
        position: relative;
        font-weight: 700;
        text-decoration: none;
        color: #333; }
        /* line 219, ../sass/screen.scss */
        header .phone a.phone-numb img {
          max-width: 159px;
          height: 16px;
          -o-object-fit: contain;
             object-fit: contain;
          -o-object-position: left;
             object-position: left; }
        /* line 225, ../sass/screen.scss */
        header .phone a.phone-numb .flag {
          display: block;
          position: absolute;
          right: -28px;
          top: 6px;
          width: 25px;
          height: 18px; }
  /* line 236, ../sass/screen.scss */
  header .header-list {
    position: relative;
    list-style: none;
    float: left;
    margin-top: 47px;
    margin-left: 65px; }
    /* line 242, ../sass/screen.scss */
    header .header-list li {
      text-transform: uppercase;
      font-family: 'Roboto Slab', sans-serif;
      font-size: 24px;
      color: #333;
      margin-bottom: 25px;
      font-weight: 700; }
      /* line 249, ../sass/screen.scss */
      header .header-list li:nth-child(2) {
        margin-left: 20px; }
      /* line 252, ../sass/screen.scss */
      header .header-list li:last-child {
        margin-bottom: 0; }
      /* line 255, ../sass/screen.scss */
      header .header-list li:before {
        content: "";
        float: left;
        width: 32px;
        height: 32px;
        position: relative;
        top: -5px;
        background: url("../img/check2.svg") no-repeat;
        background-size: cover;
        margin-right: 14px; }
  /* line 268, ../sass/screen.scss */
  header nav {
    float: left; }
  /* line 272, ../sass/screen.scss */
  header .header-dark .container {
    border-top: 1px solid rgba(190, 198, 183, 0.2); }
  /* line 275, ../sass/screen.scss */
  header .header-dark nav
  ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  /* line 277, ../sass/screen.scss */
  header .header-dark li {
    display: inline-block;
    list-style: none;
    padding: 10px 0; }
    /* line 281, ../sass/screen.scss */
    header .header-dark li a {
      padding: 11px 24px;
      display: inline-block;
      color: #333;
      text-transform: uppercase;
      font-size: 14px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      /* line 290, ../sass/screen.scss */
      header .header-dark li a:hover {
        color: #fff;
        background: #26D8AD;
        border-radius: 20px; }
  /* line 300, ../sass/screen.scss */
  header .cart {
    display: block;
    float: right;
    font-size: 16px;
    color: #BDBDBD; }
    /* line 305, ../sass/screen.scss */
    header .cart span {
      display: block;
      margin-bottom: 9px; }
    /* line 306, ../sass/screen.scss */
    header .cart i {
      font-style: normal;
      color: #26D8AD;
      font-weight: 700;
      float: right; }
    /* line 312, ../sass/screen.scss */
    header .cart b {
      font-weight: 400;
      display: inline-block;
      color: #4F4F4F;
      float: right;
      padding-left: 10px; }

/* line 322, ../sass/screen.scss */
.service {
  margin-top: 6px;
  display: none; }
  /* line 323, ../sass/screen.scss */
  .service .service-head {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto Slab', sans-serif;
    background: #26D8AD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 25px; }
    /* line 334, ../sass/screen.scss */
    .service .service-head .flag {
      width: 34px;
      height: 24px;
      float: right;
      position: relative;
      top: -3px; }
    /* line 341, ../sass/screen.scss */
    .service .service-head .service-toogle {
      display: none; }
  /* line 344, ../sass/screen.scss */
  .service .service-main {
    padding: 18px 26px 0;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.8); }
    /* line 349, ../sass/screen.scss */
    .service .service-main span {
      display: block;
      color: #828282;
      padding-bottom: 3px;
      font-size: 12px; }
      /* line 354, ../sass/screen.scss */
      .service .service-main span:last-child {
        font-size: 14px; }
    /* line 356, ../sass/screen.scss */
    .service .service-main b {
      font-weight: 600;
      font-size: 18px;
      font-family: 'Roboto Slab', sans-serif;
      color: #333;
      display: block;
      padding-bottom: 19px; }
      /* line 363, ../sass/screen.scss */
      .service .service-main b a, .service .service-main b a:hover, .service .service-main b a:focus {
        color: #333; }
      /* line 364, ../sass/screen.scss */
      .service .service-main b img {
        max-width: 143px;
        height: 17px;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: left;
           object-position: left; }
      /* line 370, ../sass/screen.scss */
      .service .service-main b img + img {
        width: 27px;
        float: right; }

/* line 378, ../sass/screen.scss */
main {
  background: rgba(190, 198, 183, 0.1);
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px; }

/* line 380, ../sass/screen.scss */
.logos {
  background: #fff;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }

/* line 386, ../sass/screen.scss */
.owl-carousel.owl-drag .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  /* line 391, ../sass/screen.scss */
  .owl-carousel.owl-drag .owl-item img {
    margin: auto; }

/* line 394, ../sass/screen.scss */
.service-toogle, .service-toogle:hover, .service-toogle:focus, .service-toogle:active {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none; }

/* line 400, ../sass/screen.scss */
.catalog-nav {
  background: #fff;
  width: 100%;
  border-radius: 20px;
  padding-bottom: 10px; }
  /* line 405, ../sass/screen.scss */
  .catalog-nav .name {
    display: block;
    padding: 19px 0 17px 23px;
    color: #fff;
    background: #333;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    border-radius: 20px 20px 0 0;
    text-transform: uppercase; }
  /* line 406, ../sass/screen.scss */
  .catalog-nav .catalog-toogle {
    display: none; }
  /* line 407, ../sass/screen.scss */
  .catalog-nav .catalog-name {
    position: relative; }
    /* line 410, ../sass/screen.scss */
    .catalog-nav .catalog-name:hover > a {
      background: rgba(38, 216, 173, 0.3); }
      /* line 412, ../sass/screen.scss */
      .catalog-nav .catalog-name:hover > a .sub-show {
        background: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8 11 .638-.588L13 6.366 11.724 5 8 8.452 4.276 5 3 6.366l4.362 4.046L8 11Z' fill='%23333'/%3E%3C/svg%3E") no-repeat; }
    /* line 417, ../sass/screen.scss */
    .catalog-nav .catalog-name.catalog-hov > a {
      font-weight: 700;
      background: rgba(38, 216, 173, 0.3); }
      /* line 420, ../sass/screen.scss */
      .catalog-nav .catalog-name.catalog-hov > a .sub-show {
        background: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8 5-.638.588L3 9.634 4.276 11 8 7.548 11.724 11 13 9.634 8.638 5.588 8 5Z' fill='%23BDBDBD'/%3E%3C/svg%3E") no-repeat; }
      /* line 423, ../sass/screen.scss */
      .catalog-nav .catalog-name.catalog-hov > a:hover {
        background: rgba(38, 216, 173, 0.3); }
        /* line 425, ../sass/screen.scss */
        .catalog-nav .catalog-name.catalog-hov > a:hover .sub-show {
          background: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8 11 .638-.588L13 6.366 11.724 5 8 8.452 4.276 5 3 6.366l4.362 4.046L8 11Z' fill='%23333'/%3E%3C/svg%3E") no-repeat; }
    /* line 431, ../sass/screen.scss */
    .catalog-nav .catalog-name > a {
      font-size: 14px;
      color: #404040;
      font-weight: 600;
      display: block;
      padding: 13px 30px 13px 20px;
      line-height: 20px;
      position: relative; }
      /* line 439, ../sass/screen.scss */
      .catalog-nav .catalog-name > a .sub-show {
        position: absolute;
        width: 29px;
        height: 16px;
        right: 0;
        top: 50%;
        margin-top: -8px;
        background: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8 5-.638.588L3 9.634 4.276 11 8 7.548 11.724 11 13 9.634 8.638 5.588 8 5Z' fill='%23BDBDBD'/%3E%3C/svg%3E") no-repeat; }
    /* line 449, ../sass/screen.scss */
    .catalog-nav .catalog-name ul {
      display: none; }
      /* line 452, ../sass/screen.scss */
      .catalog-nav .catalog-name ul li a {
        font-size: 14px;
        color: #404040;
        padding-left: 30px;
        display: block;
        padding-right: 20px;
        padding-top: 12px;
        padding-bottom: 12px; }
        /* line 460, ../sass/screen.scss */
        .catalog-nav .catalog-name ul li a:hover {
          font-weight: 700;
          background: #F8F9F8; }
    /* line 468, ../sass/screen.scss */
    .catalog-nav .catalog-name.active ul {
      display: block; }
    /* line 471, ../sass/screen.scss */
    .catalog-nav .catalog-name.active > a {
      text-decoration: none;
      background: rgba(38, 216, 173, 0.3); }
      /* line 474, ../sass/screen.scss */
      .catalog-nav .catalog-name.active > a .sub-show {
        background: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m8 11 .638-.588L13 6.366 11.724 5 8 8.452 4.276 5 3 6.366l4.362 4.046L8 11Z' fill='%23333'/%3E%3C/svg%3E") no-repeat; }

/* line 481, ../sass/screen.scss */
.name, .catalog-toogle, .catalog-toogle:hover, .catalog-toogle:focus, .catalog-toogle:active {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none; }

/* line 490, ../sass/screen.scss */
.delivery-m {
  margin-bottom: 40px; }
  /* line 492, ../sass/screen.scss */
  .delivery-m img {
    margin-right: 0 !important;
    margin-bottom: 20px;
    text-align: center;
    vertical-align: middle; }

/* line 500, ../sass/screen.scss */
.partner {
  border-radius: 20px;
  padding: 30px 32px 60px;
  position: relative;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif !important; }
  /* line 507, ../sass/screen.scss */
  .partner:after {
    position: absolute;
    content: "PARTNER";
    display: block;
    bottom: 0;
    width: 100%;
    padding: 13px 0 11px;
    background: #FF961B;
    left: 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #fff; }

/* line 523, ../sass/screen.scss */
.left-box {
  margin-top: 30px;
  background: #fff;
  font-family: 'Roboto Slab', sans-serif;
  border-radius: 20px;
  overflow: hidden; }
  /* line 529, ../sass/screen.scss */
  .left-box .name {
    text-transform: uppercase; }
  /* line 532, ../sass/screen.scss */
  .left-box span {
    display: block;
    padding: 19px 0 17px 27px;
    background: rgba(190, 198, 183, 0.3);
    color: #333; }
  /* line 539, ../sass/screen.scss */
  .left-box .methods-info {
    padding: 20px 25px 0 25px; }

/* line 546, ../sass/screen.scss */
.methods-info img {
  margin-right: 19px;
  margin-bottom: 20px; }
  /* line 549, ../sass/screen.scss */
  .methods-info img:last-child {
    margin-right: 0; }

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

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

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

/* line 574, ../sass/screen.scss */
.f-local {
  min-width: 39px;
  max-width: 100px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain; }

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

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

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

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

/* line 592, ../sass/screen.scss */
.f-diners {
  height: 28px; }

/* line 597, ../sass/screen.scss */
footer .f-visa, footer .f-master, footer .f-amex {
  width: 38px; }
/* line 600, ../sass/screen.scss */
footer .f-bleue {
  width: 44px; }
/* line 603, ../sass/screen.scss */
footer .f-local {
  min-width: 38px;
  max-width: 80px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain; }
/* line 609, ../sass/screen.scss */
footer .f-jcb {
  width: 31px; }
/* line 612, ../sass/screen.scss */
footer .f-discover {
  width: 42px; }

/* line 618, ../sass/screen.scss */
.catalog {
  margin-bottom: 30px; }
  /* line 619, ../sass/screen.scss */
  .catalog h1 {
    text-transform: uppercase; }
    /* line 620, ../sass/screen.scss */
    .catalog h1 b {
      color: #26D8AD; }
  /* line 622, ../sass/screen.scss */
  .catalog small {
    color: #BEC6B7;
    font-size: 16px;
    text-transform: none;
    padding-top: 8px;
    display: block;
    text-transform: uppercase;
    font-weight: 600; }
  /* line 623, ../sass/screen.scss */
  .catalog .product {
    width: 100%;
    height: 240px;
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 0 15px;
    text-align: center;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 20px; }
    /* line 638, ../sass/screen.scss */
    .catalog .product.prod-sale {
      border: 1px solid #26D8AD; }
      /* line 640, ../sass/screen.scss */
      .catalog .product.prod-sale span {
        width: 81px;
        padding: 5px 0;
        background: #FF961B;
        color: #fff;
        text-align: center;
        font-size: 12px;
        display: block;
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 2;
        border-radius: 20px; }
    /* line 656, ../sass/screen.scss */
    .catalog .product:hover {
      -webkit-box-shadow: 0 0;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); }
    /* line 660, ../sass/screen.scss */
    .catalog .product p {
      color: #000;
      font-weight: 600;
      text-align: center;
      margin: 5px 0; }
    /* line 666, ../sass/screen.scss */
    .catalog .product figure {
      height: 135px;
      width: 182px;
      margin: 0 auto; }
      /* line 670, ../sass/screen.scss */
      .catalog .product figure img {
        width: 100%; }
    /* line 674, ../sass/screen.scss */
    .catalog .product .btn {
      border-radius: 17px;
      width: 190px;
      margin: 10px auto 0;
      text-align: center;
      font-size: 14px;
      padding: 5px 0;
      height: 35px;
      position: relative; }
      /* line 684, ../sass/screen.scss */
      .catalog .product .btn i {
        width: 24px;
        height: 25px;
        background: url("../img/pl.svg") no-repeat;
        display: block;
        position: absolute;
        right: 4px;
        top: 4px;
        vertical-align: middle; }

/* line 700, ../sass/screen.scss */
.text .big-list li {
  padding-bottom: 30px;
  padding-left: 0; }
  /* line 703, ../sass/screen.scss */
  .text .big-list li:before {
    display: inline-block;
    margin-right: 7px;
    position: inherit;
    top: 0; }
/* line 710, ../sass/screen.scss */
.text p, .text ul {
  line-height: 18px;
  margin-bottom: 30px;
  color: #4F4F4F; }
/* line 711, ../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 714, ../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 715, ../sass/screen.scss */
.text h3 {
  font-family: 'Open Sans', sans-serif; }
/* line 716, ../sass/screen.scss */
.text a {
  color: #26D8AD;
  text-decoration: underline; }
  /* line 716, ../sass/screen.scss */
  .text a:hover, .text a:active, .text a:focus {
    color: #1ead8a; }
/* line 717, ../sass/screen.scss */
.text li {
  padding-bottom: 20px;
  padding-left: 23px;
  position: relative; }
  /* line 718, ../sass/screen.scss */
  .text li:last-child {
    padding-bottom: 0; }
  /* line 719, ../sass/screen.scss */
  .text li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    background: #26D8AD;
    border-radius: 50%; }

/* line 733, ../sass/screen.scss */
footer {
  background: #333;
  padding: 30px 0 0; }
  /* line 736, ../sass/screen.scss */
  footer h3 {
    margin-bottom: 35px;
    text-transform: uppercase; }
  /* line 737, ../sass/screen.scss */
  footer .container {
    position: relative; }
    /* line 738, ../sass/screen.scss */
    footer .container .up {
      display: block;
      width: 55px;
      height: 55px;
      top: -140px;
      position: absolute;
      right: -60px;
      z-index: 9997; }
      /* line 746, ../sass/screen.scss */
      footer .container .up:before {
        content: "";
        width: 55px;
        display: block;
        height: 55px;
        border-radius: 50%;
        background: #26D8AD url("../img/up.svg") no-repeat center center;
        background-size: 22px 21px; }
      /* line 758, ../sass/screen.scss */
      footer .container .up:hover:before {
        background: #1b9779 url("../img/up.svg") no-repeat center center;
        background-size: 22px 21px; }
  /* line 764, ../sass/screen.scss */
  footer p {
    color: #fff;
    line-height: 16px;
    padding-left: 97px;
    font-size: 12px; }
  /* line 769, ../sass/screen.scss */
  footer a, footer a:focus {
    color: #26D8AD;
    text-decoration: none; }
    /* line 772, ../sass/screen.scss */
    footer a:hover, footer a:focus:hover {
      color: #1ead8a; }
  /* line 775, ../sass/screen.scss */
  footer h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff; }
  /* line 781, ../sass/screen.scss */
  footer ul a {
    display: block;
    margin-bottom: 13px; }
  /* line 785, ../sass/screen.scss */
  footer .ftr-bottom {
    padding: 15px 0;
    background: #000;
    color: #fff;
    margin-top: 27px;
    font-size: 12px; }
    /* line 791, ../sass/screen.scss */
    footer .ftr-bottom ul {
      float: right; }
      /* line 793, ../sass/screen.scss */
      footer .ftr-bottom ul li {
        margin-right: 12px;
        display: inline-block; }
        /* line 796, ../sass/screen.scss */
        footer .ftr-bottom ul li:last-child {
          margin-right: 0; }
        /* line 797, ../sass/screen.scss */
        footer .ftr-bottom ul li a {
          color: #BEC6B7;
          text-decoration: underline;
          font-size: 12px;
          margin-bottom: 0; }
          /* line 802, ../sass/screen.scss */
          footer .ftr-bottom ul li a:hover {
            text-decoration: none; }

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

/* line 813, ../sass/screen.scss */
.table {
  width: 100%;
  margin-bottom: 30px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  background: #fff; }
  /* line 821, ../sass/screen.scss */
  .table thead {
    background: rgba(190, 198, 183, 0.3);
    color: #333;
    font-weight: 700; }
  /* line 822, ../sass/screen.scss */
  .table th, .table td {
    padding: 15px 24px !important; }
  /* line 823, ../sass/screen.scss */
  .table .t-show {
    display: none; }

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

/* line 831, ../sass/screen.scss */
.table span {
  display: none; }
/* line 832, ../sass/screen.scss */
.table .t-price, .cart-adds .t-price {
  color: #FF961B !important;
  font-weight: 700;
  min-width: 110px; }
/* line 833, ../sass/screen.scss */
.table tbody tr:hover {
  background: #EFF8E8; }
/* line 835, ../sass/screen.scss */
.table.cart-table thead {
  background: #BDBDBD;
  color: #fff; }
/* line 839, ../sass/screen.scss */
.table.cart-table td:first-child {
  max-width: 460px; }
/* line 840, ../sass/screen.scss */
.table.cart-table tbody tr:hover {
  background: #fff; }

/* line 845, ../sass/screen.scss */
.add {
  width: 35px;
  height: 23px;
  display: block;
  background: url("../img/cart.svg") no-repeat;
  background-size: cover;
  margin: auto; }

/* line 856, ../sass/screen.scss */
.questions {
  margin-top: 30px; }

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

/* line 858, ../sass/screen.scss */
.panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 15px;
  background: none; }
  /* line 866, ../sass/screen.scss */
  .panel .panel-heading {
    border-radius: 15px;
    overflow: hidden;
    padding: 0;
    background-color: none; }
    /* line 873, ../sass/screen.scss */
    .panel .panel-heading .panel-title {
      padding: 23px 20px;
      background: #EFF8E8;
      color: #161814;
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      display: block;
      position: relative;
      text-decoration: none; }
      /* line 883, ../sass/screen.scss */
      .panel .panel-heading .panel-title:after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("../img/minus.svg") no-repeat center center;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -10px;
        background-size: 20px 3px; }
      /* line 897, ../sass/screen.scss */
      .panel .panel-heading .panel-title.collapsed {
        background: #26D8AD;
        color: #fff; }
        /* line 900, ../sass/screen.scss */
        .panel .panel-heading .panel-title.collapsed:after {
          background: url("../img/plus.svg") no-repeat center center;
          -webkit-box-sizing: cover;
          box-sizing: cover; }
  /* line 909, ../sass/screen.scss */
  .panel .panel-body {
    padding: 22px 20px 0;
    border-top: 0 !important; }

/* line 916, ../sass/screen.scss */
.methods-info img {
  border-radius: 3px; }

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

/* line 926, ../sass/screen.scss */
form label {
  color: #828282;
  text-align: left !important;
  margin-bottom: 4px;
  line-height: 18px; }
/* line 929, ../sass/screen.scss */
form input.form-control, form textarea.form-control, form select.form-control {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none; }
  /* line 935, ../sass/screen.scss */
  form input.form-control:focus, form textarea.form-control:focus, form select.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
/* line 940, ../sass/screen.scss */
form button.btn, form button.btn:active, form .btn {
  cursor: pointer;
  border: none;
  margin-top: 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: auto;
  padding: 11px 42px 11px;
  -webkit-transition: all .4s;
  transition: all .4s; }
  /* line 953, ../sass/screen.scss */
  form button.btn:active, form button.btn:focus, form button.btn:active, form button.btn:active:active, form button.btn:active:focus, form button.btn:active:active, form .btn:active, form .btn:focus, form .btn:active {
    background: #1b9779 !important;
    color: #fff !important; }

/* line 958, ../sass/screen.scss */
.step {
  text-align: center;
  width: 100%; }
  /* line 959, ../sass/screen.scss */
  .step li {
    display: block;
    float: left;
    width: 33.33333%;
    position: relative;
    padding: 11px 0 9px;
    color: #BDBDBD;
    background: #fff;
    font-weight: 600; }
    /* line 968, ../sass/screen.scss */
    .step li b {
      font-weight: 600; }
    /* line 969, ../sass/screen.scss */
    .step li:first-child {
      border-top-left-radius: 15px;
      border-bottom-left-radius: 15px; }
    /* line 975, ../sass/screen.scss */
    .step li:nth-child(2) {
      border-right: 1px solid #f2f2f2; }
    /* line 976, ../sass/screen.scss */
    .step li:last-child {
      border-top-right-radius: 15px;
      border-bottom-right-radius: 15px; }
    /* line 982, ../sass/screen.scss */
    .step li.active-step {
      background: #26D8AD;
      color: #fff;
      border-right: none; }
    /* line 983, ../sass/screen.scss */
    .step li.visited-step {
      background: #BDBDBD;
      border-right: none;
      color: #fff; }
    /* line 984, ../sass/screen.scss */
    .step li.error-step {
      background: #FF961B;
      color: #fff; }

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

/* line 989, ../sass/screen.scss */
.round {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  background: #fff;
  height: 70px; }

/* line 998, ../sass/screen.scss */
.selectize {
  padding: 18px 57px 18px 25px;
  margin: 30px 0;
  position: relative; }
  /* line 1003, ../sass/screen.scss */
  .selectize p b {
    color: #333;
    line-height: 18px; }
  /* line 1004, ../sass/screen.scss */
  .selectize a {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #FF961B;
    background-size: cover;
    position: absolute;
    right: 13px;
    top: 17px; }
    /* line 1017, ../sass/screen.scss */
    .selectize a:hover {
      background-color: #e77d00; }
    /* line 1018, ../sass/screen.scss */
    .selectize a:before {
      content: "";
      position: absolute;
      width: 14px;
      height: 14px;
      background: url("../img/x.svg") no-repeat center center;
      top: 50%;
      margin-top: -7px;
      left: 50%;
      margin-left: -7px;
      background-size: cover; }

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

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

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

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

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

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

/* line 1084, ../sass/screen.scss */
.price {
  color: #FF961B; }

/* line 1085, ../sass/screen.scss */
.total {
  margin: 17px 0 30px;
  padding: 24px 0 0;
  font-size: 16px;
  color: #000;
  text-align: right; }
  /* line 1091, ../sass/screen.scss */
  .total .price {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    padding: 0 22px 0 15px; }

/* line 1094, ../sass/screen.scss */
.two-btn .btn {
  padding: 11px 27px 11px !important; }

/* line 1098, ../sass/screen.scss */
.btn-dark {
  background: #161814; }
  /* line 1100, ../sass/screen.scss */
  .btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark:visited {
    background: black !important; }

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

/* line 1104, ../sass/screen.scss */
.who-radio .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
/* line 1109, ../sass/screen.scss */
.who-radio span {
  color: #828282; }
/* line 1110, ../sass/screen.scss */
.who-radio .radio {
  display: inline-block;
  margin-left: 13px; }
  /* line 1113, ../sass/screen.scss */
  .who-radio .radio label {
    color: #333; }

/* line 1116, ../sass/screen.scss */
select {
  -ms-appearance: none;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important; }
  /* line 1119, ../sass/screen.scss */
  select::-ms-expand {
    display: none; }

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

/* line 1122, ../sass/screen.scss */
.details {
  margin-top: 20px; }
  /* line 1124, ../sass/screen.scss */
  .details .check-add {
    margin: 26px 0 62px; }

/* line 1126, ../sass/screen.scss */
.details + .details {
  margin-top: 30px; }

/* line 1127, ../sass/screen.scss */
.details-info {
  background: #fff;
  padding: 30px 50px; }
  /* line 1130, ../sass/screen.scss */
  .details-info p {
    margin-bottom: 15px;
    color: #000; }

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

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

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

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

/* line 1153, ../sass/screen.scss */
.cart-numb input {
  width: 290px !important;
  margin-left: 7px; }

/* line 1154, ../sass/screen.scss */
.form-date {
  float: left;
  margin-right: 31px; }
  /* line 1154, ../sass/screen.scss */
  .form-date label {
    display: block; }

/* line 1155, ../sass/screen.scss */
.form-month {
  width: 100px;
  display: inline-block;
  margin-right: 3px; }

/* line 1156, ../sass/screen.scss */
.form-year {
  width: 145px;
  display: inline-block; }

/* line 1158, ../sass/screen.scss */
.form-visual input {
  width: 94px !important;
  display: inline-block; }
/* line 1159, ../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 1171, ../sass/screen.scss */
.one-btn {
  margin-top: 30px;
  margin-bottom: 50px; }
  /* line 1174, ../sass/screen.scss */
  .one-btn .btn, .one-btn .btn:active {
    margin: 0;
    width: 180px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

/* line 1176, ../sass/screen.scss */
.details-info + .one-btn {
  margin-bottom: 0; }

/* line 1180, ../sass/screen.scss */
.confirm {
  margin: 0 0 40px;
  padding-top: 35px; }
  /* line 1183, ../sass/screen.scss */
  .confirm h4 {
    margin-bottom: 20px; }
  /* line 1184, ../sass/screen.scss */
  .confirm .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    /* line 1186, ../sass/screen.scss */
    .confirm .checkbox span {
      line-height: 18px;
      margin-left: 8px; }

/* line 1194, ../sass/screen.scss */
.table-confirm td:nth-child(2n+1) {
  color: #828282; }
/* line 1197, ../sass/screen.scss */
.table-confirm b {
  font-weight: 700; }
/* line 1198, ../sass/screen.scss */
.table-confirm i {
  font-style: normal;
  margin-left: 15px; }
/* line 1199, ../sass/screen.scss */
.table-confirm pre {
  margin-left: 135px;
  background: none; }

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

/* line 1208, ../sass/screen.scss */
.btn.btn-2 {
  width: auto;
  padding: 11px 35px 11px;
  -webkit-transition: all .4s;
  transition: all .4s;
  margin-top: 30px; }
  /* line 1217, ../sass/screen.scss */
  .btn.btn-2:hover, .btn.btn-2:focus, .btn.btn-2:active {
    background: #1b9779 !important;
    color: #fff !important; }

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

/* line 1221, ../sass/screen.scss */
.nav-toogle {
  display: none;
  color: #26D8AD;
  text-transform: uppercase;
  padding-top: 18px; }
  /* line 1226, ../sass/screen.scss */
  .nav-toogle:hover, .nav-toogle:active, .nav-toogle:focus {
    color: #26D8AD; }
  /* line 1227, ../sass/screen.scss */
  .nav-toogle:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='14' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg fill='%2326D8AD'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3Cuse xlink:href='%23c'/%3E%3C/g%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h24v2H0V0Z'/%3E%3Cpath id='b' d='M0 6h24v2H0V6Z'/%3E%3Cpath id='c' d='M0 12h24v2H0v-2Z'/%3E%3C/defs%3E%3C/svg%3E");
    margin-right: 8px;
    background-size: cover; }

/* line 1239, ../sass/screen.scss */
.main-box {
  position: relative; }

/* line 1240, ../sass/screen.scss */
.prod-img {
  float: right;
  width: 33.3333333%;
  padding: 0 15px;
  text-align: center; }
  /* line 1245, ../sass/screen.scss */
  .prod-img img {
    max-width: 100%; }

/* line 1247, ../sass/screen.scss */
.prod-text {
  float: left;
  width: 66.6666666%;
  padding: 0 15px; }

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

/* line 1253, ../sass/screen.scss */
.captcha {
  margin: 30px 0 29px; }

/* line 1257, ../sass/screen.scss */
.merci-btn {
  width: 180px !important; }

/* line 1258, ../sass/screen.scss */
.merci-btn-dark {
  width: 150px !important; }

/* line 1259, ../sass/screen.scss */
.merci {
  margin: 15px 0 29px;
  display: block; }

/* line 1260, ../sass/screen.scss */
.header-list br {
  display: none; }

/* line 1262, ../sass/screen.scss */
.t-confirm .table thead {
  background: #rgba 190, 198, 183, 0.3; }

/* line 1265, ../sass/screen.scss */
input {
  -webkit-appearance: none; }

/* line 1266, ../sass/screen.scss */
.f-label {
  margin-bottom: 5px !important;
  color: #828282 !important; }

/* line 1267, ../sass/screen.scss */
.who-radio.form-group {
  margin-bottom: 7px; }

/* line 1268, ../sass/screen.scss */
.form-date {
  position: relative; }

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

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

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

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

/* line 1285, ../sass/screen.scss */
.input-group {
  width: 100%;
  margin-bottom: 15px; }
  /* line 1288, ../sass/screen.scss */
  .input-group .form-control, .input-group select.form-control {
    border-left: 1px solid #F8F9F8 !important; }
    /* line 1290, ../sass/screen.scss */
    .input-group .form-control.form-year, .input-group select.form-control.form-year {
      border-left: 1px solid #e0e0e0 !important; }
    /* line 1291, ../sass/screen.scss */
    .input-group .form-control:focus, .input-group select.form-control:focus {
      border-color: #E0E0E0; }
  /* line 1296, ../sass/screen.scss */
  .input-group.active-group .form-control {
    border: 1px solid #63BD1A;
    border-left: 1px solid #F8F9F8 !important; }
  /* line 1300, ../sass/screen.scss */
  .input-group.active-group .input-group-addon {
    border-top: 1px solid #63BD1A !important;
    border-bottom: 1px solid #63BD1A !important;
    border-left: 1px solid #63BD1A !important; }
  /* line 1306, ../sass/screen.scss */
  .input-group select {
    width: 100% !important;
    height: 42px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }
  /* line 1315, ../sass/screen.scss */
  .input-group select.form-month {
    width: 35% !important;
    float: left;
    margin-right: 0;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important; }
  /* line 1324, ../sass/screen.scss */
  .input-group select.form-year {
    width: 60% !important;
    float: left;
    margin-left: 5%;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important; }
  /* line 1333, ../sass/screen.scss */
  .input-group.form-day-2 {
    width: 98px !important;
    float: left;
    margin-right: 15px;
    border-radius: 5px; }
  /* line 1339, ../sass/screen.scss */
  .input-group.form-month-2 {
    width: 98px !important;
    float: left;
    border-radius: 5px;
    margin-right: 15px; }
  /* line 1345, ../sass/screen.scss */
  .input-group.form-year-2 {
    width: 132px !important;
    float: left;
    margin-right: 0;
    border-radius: 5px; }
    /* line 1350, ../sass/screen.scss */
    .input-group.form-year-2 select {
      border-top-right-radius: 5px !important;
      border-bottom-right-radius: 5 !important; }
  /* line 1357, ../sass/screen.scss */
  .input-group input {
    padding: 0 15px;
    height: 42px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 1364, ../sass/screen.scss */
  .input-group .input-group-addon {
    background: #fff;
    padding-left: 0px;
    padding-right: 0px;
    width: 34px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 1375, ../sass/screen.scss */
    .input-group .input-group-addon i {
      margin: auto; }
    /* line 1378, ../sass/screen.scss */
    .input-group .input-group-addon .i-mail {
      width: 16px;
      height: 12px;
      background: url("../img/mail.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1387, ../sass/screen.scss */
    .input-group .input-group-addon .i-user {
      width: 16px;
      height: 17px;
      background: url("../img/user.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1396, ../sass/screen.scss */
    .input-group .input-group-addon .i-home {
      width: 18px;
      height: 17px;
      background: url("../img/home.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1405, ../sass/screen.scss */
    .input-group .input-group-addon .i-zip {
      width: 16px;
      height: 16px;
      background: url("../img/stamp.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1414, ../sass/screen.scss */
    .input-group .input-group-addon .i-location {
      width: 13px;
      height: 19px;
      background: url("../img/location.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1423, ../sass/screen.scss */
    .input-group .input-group-addon .i-pays {
      width: 16px;
      height: 16px;
      background: url("../img/world.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1432, ../sass/screen.scss */
    .input-group .input-group-addon .i-phone {
      width: 11px;
      height: 19px;
      background: url("../img/mob.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1441, ../sass/screen.scss */
    .input-group .input-group-addon .i-numb {
      width: 17px;
      height: 12px;
      background: url("../img/card.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1450, ../sass/screen.scss */
    .input-group .input-group-addon .i-bank {
      width: 19px;
      height: 19px;
      background: url("../img/i-bank.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1459, ../sass/screen.scss */
    .input-group .input-group-addon .i-date {
      width: 15px;
      height: 17px;
      background: url("../img/date.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1468, ../sass/screen.scss */
    .input-group .input-group-addon .i-num {
      width: 11px;
      height: 11px;
      background: url("../img/num.svg") no-repeat;
      background-size: cover;
      display: block; }

/* line 1479, ../sass/screen.scss */
.f-tooltip {
  width: 21px;
  height: 21px;
  display: inline-block;
  position: absolute;
  top: 4px;
  right: -28px;
  top: 10px;
  background: url(../img/tooltip.svg) no-repeat;
  -webkit-box-sizing: cover;
  box-sizing: cover;
  cursor: pointer; }
  /* line 1492, ../sass/screen.scss */
  .f-tooltip:hover + .f-tooltip-info {
    display: block; }

/* line 1497, ../sass/screen.scss */
.f-tooltip-info {
  position: absolute;
  padding: 23px 20px;
  background: #FFF;
  width: 341px;
  left: calc(100% + 41px);
  -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 1507, ../sass/screen.scss */
  .f-tooltip-info b {
    display: block;
    margin-bottom: 15px; }
  /* line 1511, ../sass/screen.scss */
  .f-tooltip-info:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: -12px;
    z-index: 99999;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 12px 8px 0;
    border-color: transparent #ffffff transparent transparent; }

/* line 1525, ../sass/screen.scss */
.tab-pane .input-tab {
  width: 100%;
  position: relative; }
  /* line 1528, ../sass/screen.scss */
  .tab-pane .input-tab.input-num {
    width: 127px; }

/* line 1532, ../sass/screen.scss */
.tab-pane .i-t-info {
  font-size: 12px;
  margin-bottom: 25px;
  color: #8A8A8A;
  line-height: 14px; }

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

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

/* line 1550, ../sass/screen.scss */
.nav-tabs > li {
  margin-bottom: -4px; }
  /* line 1552, ../sass/screen.scss */
  .nav-tabs > li a {
    height: 54px;
    margin-bottom: 3px; }
    /* line 1555, ../sass/screen.scss */
    .nav-tabs > li a:hover {
      border-bottom: none; }

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

/* line 1565, ../sass/screen.scss */
footer .col-md-5 h3 {
  margin-bottom: 24px; }

/* line 1569, ../sass/screen.scss */
.table-info + .details {
  margin-top: 45px; }

/* line 1573, ../sass/screen.scss */
tfoot {
  text-align: right;
  font-size: 16px;
  color: #000; }
  /* line 1577, ../sass/screen.scss */
  tfoot b {
    font-size: 24px;
    margin-right: 30px;
    margin-left: 15px; }

/* line 1583, ../sass/screen.scss */
.input-num.input-group input.form-control {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important; }

/* line 1590, ../sass/screen.scss */
.number {
  min-width: 95px;
  margin-top: -10px; }
  /* line 1593, ../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 1604, ../sass/screen.scss */
    .number input:focus {
      outline: none; }
  /* line 1608, ../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 1621, ../sass/screen.scss */
    .number span.minus {
      background: url("../img/minus_input.svg") no-repeat;
      background-size: cover; }
    /* line 1627, ../sass/screen.scss */
    .number span.plus {
      background: url("../img/plus_input.svg") no-repeat;
      background-size: cover; }
  /* line 1634, ../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 1643, ../sass/screen.scss */
.rating {
  margin-bottom: 15px;
  margin-left: 15px; }
  /* line 1646, ../sass/screen.scss */
  .rating ul, .rating span {
    margin-bottom: 0;
    display: inline-block; }
  /* line 1647, ../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 1656, ../sass/screen.scss */
    .rating li:before {
      content: none; }
    /* line 1657, ../sass/screen.scss */
    .rating li.r-full {
      background-position: 0 0; }
    /* line 1660, ../sass/screen.scss */
    .rating li.r-half {
      background-position: -18px 0; }
    /* line 1663, ../sass/screen.scss */
    .rating li.r-empty {
      background-position: -36px 0; }
    /* line 1666, ../sass/screen.scss */
    .rating li.r-half2 {
      background-position: -55px 0; }
  /* line 1670, ../sass/screen.scss */
  .rating span {
    font-size: 11px;
    margin-left: 15px;
    position: relative;
    top: -3px; }

/* line 1674, ../sass/screen.scss */
.flex-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }
  /* line 1677, ../sass/screen.scss */
  .flex-img .img {
    width: 290px; }
  /* line 1680, ../sass/screen.scss */
  .flex-img .img-l {
    margin-right: 15px; }
  /* line 1683, ../sass/screen.scss */
  .flex-img .img-r {
    margin-left: 15px; }

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

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

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

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

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

@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 1717, ../sass/screen.scss */
  header .big-screen {
    background: url("../img/header@2x.png") no-repeat bottom left;
    background-size: 909px 231px; }

  /* line 1722, ../sass/screen.scss */
  .pay1 span:before {
    background: url("../img/Visa@2x.png") no-repeat top center;
    background-size: 38px 24px; }

  /* line 1724, ../sass/screen.scss */
  .pay2 span:before {
    background: url("../img/mastercard@2x.png") no-repeat top center;
    background-size: 38px 24px; } }
@media screen and (min-width: 1201px) {
  /* line 1730, ../sass/screen.scss */
  #phone {
    display: block !important; } }
/*response*/
@media screen and (max-width: 1310px) {
  /* line 1737, ../sass/screen.scss */
  footer .container .up {
    right: 15px;
    top: 0; } }
@media screen and (max-width: 1200px) {
  /* line 1743, ../sass/screen.scss */
  .catalog .product.trial figure + div {
    width: calc(100% - 220px); }

  /* line 1746, ../sass/screen.scss */
  .f-tooltip-info {
    top: 60px;
    left: 0;
    width: 290px; }
    /* line 1750, ../sass/screen.scss */
    .f-tooltip-info:before {
      left: 15px;
      top: -12px;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    /* line 1759, ../sass/screen.scss */
    .f-tooltip-info img {
      width: 100% !important; }

  /* line 1763, ../sass/screen.scss */
  .details .check-add {
    margin-bottom: 95px; }

  /* line 1766, ../sass/screen.scss */
  .header-dark ul {
    position: absolute;
    background: #333;
    left: 15px;
    padding-left: 44px;
    top: 24px;
    z-index: 999;
    width: calc(50% - 15px);
    border-radius: 20px; }
    /* line 1775, ../sass/screen.scss */
    .header-dark ul span {
      color: #fff; }
    /* line 1778, ../sass/screen.scss */
    .header-dark ul a {
      color: #fff !important; }
    /* line 1781, ../sass/screen.scss */
    .header-dark ul a:hover {
      color: #26D8AD !important; }

  /* line 1784, ../sass/screen.scss */
  .nav-toogle {
    display: block;
    padding: 12px 0 12px 15px; }

  /* line 1785, ../sass/screen.scss */
  .r-menu {
    display: none; }

  /* line 1786, ../sass/screen.scss */
  .delivery-m {
    text-align: left; }

  /* line 1787, ../sass/screen.scss */
  #menu {
    display: none;
    margin-top: 15px;
    padding-bottom: 30px;
    padding-left: 15px; }
    /* line 1792, ../sass/screen.scss */
    #menu li {
      display: block; }
      /* line 1794, ../sass/screen.scss */
      #menu li a {
        border: none;
        padding-left: 0; }
        /* line 1797, ../sass/screen.scss */
        #menu li a:hover {
          border: none;
          background: none; }

  /* line 1801, ../sass/screen.scss */
  .service {
    width: 262px; }

  /* line 1804, ../sass/screen.scss */
  footer p {
    padding-left: 0; }

  /* line 1808, ../sass/screen.scss */
  .catalog .product .btn {
    width: 180px; }

  /* line 1812, ../sass/screen.scss */
  .owl-next, .owl-prev {
    font-size: 0;
    position: absolute;
    top: 23px;
    width: 9px;
    height: 16px; }

  /* line 1820, ../sass/screen.scss */
  .owl-prev {
    background: url("../img/left.svg") no-repeat;
    background-size: cover;
    left: -15px; }

  /* line 1827, ../sass/screen.scss */
  .owl-next {
    background: url("../img/right.svg") no-repeat;
    background-size: cover;
    right: -15px; }

  /* line 1834, ../sass/screen.scss */
  .service {
    width: 100%;
    position: absolute;
    top: -46px;
    right: 0;
    z-index: 999999; }
    /* line 1840, ../sass/screen.scss */
    .service .service-head {
      padding: 11px 25px; }
      /* line 1842, ../sass/screen.scss */
      .service .service-head span {
        display: none; }
      /* line 1843, ../sass/screen.scss */
      .service .service-head .service-toogle {
        display: block;
        text-align: center; }
      /* line 1847, ../sass/screen.scss */
      .service .service-head .service-main a {
        position: relative;
        display: block; }
        /* line 1848, ../sass/screen.scss */
        .service .service-head .service-main a:after {
          content: "";
          display: block;
          position: absolute;
          width: 34px;
          height: 24px;
          background: url("../img/france_flag.png") no-repeat;
          background-size: cover;
          right: 0px;
          top: -13px; }
    /* line 1863, ../sass/screen.scss */
    .service #service {
      display: none; }

  /* line 1867, ../sass/screen.scss */
  .table > thead > tr > th {
    vertical-align: middle; } }
@media screen and (max-width: 991px) {
  /* line 1874, ../sass/screen.scss */
  header .phone {
    width: auto;
    position: relative; }
    /* line 1877, ../sass/screen.scss */
    header .phone .phone-toogle {
      position: absolute;
      width: 100%;
      height: 100%; }
    /* line 1878, ../sass/screen.scss */
    header .phone span {
      top: 0; }
    /* line 1879, ../sass/screen.scss */
    header .phone #phone {
      display: none;
      position: absolute;
      left: 0;
      top: 45px;
      width: 240px;
      padding: 12px;
      background: #fff;
      z-index: 9999999; }

  /* line 1890, ../sass/screen.scss */
  .details .check-add {
    margin: 25px 0 111px; }

  /* line 1894, ../sass/screen.scss */
  footer .ftr-bottom ul {
    margin-top: 15px;
    float: none; }

  /* line 1899, ../sass/screen.scss */
  header .top {
    margin-top: 40px;
    border-top: 1px solid #F2F2F2; }
    /* line 1903, ../sass/screen.scss */
    header .top .cart {
      position: absolute;
      top: -58px;
      float: none;
      width: auto; }
      /* line 1908, ../sass/screen.scss */
      header .top .cart span {
        display: inline-block; }
        /* line 1910, ../sass/screen.scss */
        header .top .cart span b {
          float: none;
          margin-left: 12px; }
        /* line 1911, ../sass/screen.scss */
        header .top .cart span i {
          float: none;
          margin-left: 38px; }
        /* line 1912, ../sass/screen.scss */
        header .top .cart span:last-child {
          margin-left: 20px; }
    /* line 1915, ../sass/screen.scss */
    header .top .phone {
      position: absolute;
      right: 15px; }
    /* line 1919, ../sass/screen.scss */
    header .top .logo {
      margin-right: 65px; }

  /* line 1923, ../sass/screen.scss */
  .service {
    width: 50%;
    top: -47px; }

  /* line 1927, ../sass/screen.scss */
  .header-dark {
    position: relative; }
    /* line 1929, ../sass/screen.scss */
    .header-dark ul {
      width: calc(50% - 15px); }
      /* line 1931, ../sass/screen.scss */
      .header-dark ul a:hover {
        color: #26D8AD !important; }

  /* line 1934, ../sass/screen.scss */
  header .phone #phone {
    left: -172px; }

  /* line 1936, ../sass/screen.scss */
  .owl-prev {
    left: 0; }

  /* line 1937, ../sass/screen.scss */
  .owl-next {
    right: 0; }

  /* line 1938, ../sass/screen.scss */
  .catalog-nav {
    margin-bottom: 25px; }

  /* line 1940, ../sass/screen.scss */
  .catalog-main {
    left: 0;
    padding: 0; }

  /* line 1942, ../sass/screen.scss */
  .left-box {
    display: none; }

  /* line 1944, ../sass/screen.scss */
  .table.cart-table td:first-child {
    width: 50%; }

  /* line 1946, ../sass/screen.scss */
  .table.cart-table tfoot td:first-child {
    width: 100%;
    text-align: right;
    padding-bottom: 15px !important; }

  /* line 1948, ../sass/screen.scss */
  .catalog-main + .col-md-9 {
    position: inherit; }

  /* line 1949, ../sass/screen.scss */
  .banner .percent .sur, .banner .banner-i {
    display: none; }

  /* line 1950, ../sass/screen.scss */
  footer .container .up {
    right: 15px;
    top: 0; }

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

  /* line 1955, ../sass/screen.scss */
  .captcha .captcha-img {
    width: 130px;
    margin-top: 8px;
    display: inline-block; }

  /* line 1956, ../sass/screen.scss */
  .captcha label {
    display: block; }

  /* line 1958, ../sass/screen.scss */
  footer .col-md-3 {
    margin-bottom: 20px; }
  /* line 1959, ../sass/screen.scss */
  footer h3 {
    margin-bottom: 30px; }
  /* line 1960, ../sass/screen.scss */
  footer .col-md-5 h3 {
    margin-bottom: 14px; }

  /* line 1962, ../sass/screen.scss */
  .catalog h1 b {
    display: block; }

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

  /* line 1964, ../sass/screen.scss */
  .catalog .product figure {
    display: block;
    margin: 15px auto 0;
    max-height: 100%;
    width: 194px;
    height: 144px;
    position: relative; }

  /* line 1972, ../sass/screen.scss */
  .catalog .product .btn {
    width: 211px; }

  /* line 1973, ../sass/screen.scss */
  .prod-img {
    width: 240px;
    height: 178px;
    margin-bottom: 20px;
    float: none; }
    /* line 1978, ../sass/screen.scss */
    .prod-img img {
      width: 100%; }

  /* line 1982, ../sass/screen.scss */
  .prod-text {
    float: none;
    width: 100%; } }
@media screen and (max-width: 991px) {
  /* line 1986, ../sass/screen.scss */
  .flex-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    /* line 1988, ../sass/screen.scss */
    .flex-img .img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%; }
      /* line 1991, ../sass/screen.scss */
      .flex-img .img.img-l, .flex-img .img.img-r {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px; }
    /* line 1997, ../sass/screen.scss */
    .flex-img div {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }

  /* line 2001, ../sass/screen.scss */
  .big-screen {
    overflow: visible; }

  /* line 2004, ../sass/screen.scss */
  header .cart {
    padding-right: 0; }

  /* line 2007, ../sass/screen.scss */
  .number {
    width: auto; }

  /* line 2009, ../sass/screen.scss */
  .table.cart-table .t-price + td {
    width: 100%;
    text-align: right;
    margin-top: -15px; }

  /* line 2016, ../sass/screen.scss */
  .table.cart-table.check-table tr {
    position: relative; }
    /* line 2018, ../sass/screen.scss */
    .table.cart-table.check-table tr:last-child {
      border-bottom: none; }
  /* line 2020, ../sass/screen.scss */
  .table.cart-table.check-table td:nth-child(3) {
    margin-top: -10px; }
  /* line 2023, ../sass/screen.scss */
  .table.cart-table.check-table tfoot td {
    border-top: none; }
  /* line 2025, ../sass/screen.scss */
  .table.cart-table.check-table tbody td.t-pad {
    padding-bottom: 7px !important; }

  /* line 2028, ../sass/screen.scss */
  .nav > li > a {
    padding: 10px 8px; }

  /* line 2029, ../sass/screen.scss */
  .t-confirm .table thead th {
    text-align: left; }

  /* line 2030, ../sass/screen.scss */
  header .phone {
    float: right; }
    /* line 2030, ../sass/screen.scss */
    header .phone #phone {
      left: -181px; }

  /* line 2031, ../sass/screen.scss */
  header .logo br {
    display: block; }
    /* line 2031, ../sass/screen.scss */
    header .logo br.logo-mob {
      display: none; }

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

  /* line 2033, ../sass/screen.scss */
  .catalog .product {
    overflow: hidden;
    text-align: center; }

  /* line 2037, ../sass/screen.scss */
  form label {
    margin-bottom: 3px; }

  /* line 2038, ../sass/screen.scss */
  .facture {
    margin-top: 30px; }

  /* line 2039, ../sass/screen.scss */
  .details .check-add {
    margin: 30px 0 20px; }

  /* line 2040, ../sass/screen.scss */
  .zip {
    width: auto;
    float: left; }
    /* line 2040, ../sass/screen.scss */
    .zip input {
      width: 114px; }

  /* line 2041, ../sass/screen.scss */
  .cart-numb input {
    margin-left: 0; }

  /* line 2043, ../sass/screen.scss */
  .table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    border-top: 1px solid #f2f2f2; }
  /* line 2044, ../sass/screen.scss */
  .table tr:last-child {
    border-bottom: 1px solid #f2f2f2; }
  /* line 2045, ../sass/screen.scss */
  .table td, .table th {
    display: block;
    width: 50%;
    white-space: normal !important;
    border: none !important; }
  /* line 2046, ../sass/screen.scss */
  .table th:last-child {
    display: block;
    text-align: right; }
  /* line 2047, ../sass/screen.scss */
  .table .t-hide {
    display: none; }
  /* line 2048, ../sass/screen.scss */
  .table .t-show {
    display: block; }
  /* line 2049, ../sass/screen.scss */
  .table .add {
    float: right; }
  /* line 2050, ../sass/screen.scss */
  .table .t-hide + td {
    text-align: right; }
  /* line 2051, ../sass/screen.scss */
  .table td:first-child, .table td:nth-child(3) {
    border-bottom: none; }
  /* line 2052, ../sass/screen.scss */
  .table td {
    padding-left: 17px !important;
    padding-right: 17px !important; }
  /* line 2053, ../sass/screen.scss */
  .table .t-price, .table .t-price + td {
    padding-top: 7px !important; }
  /* line 2054, ../sass/screen.scss */
  .table td:first-child, .table td:first-child + .t-hide + td, .table td:first-child + td {
    padding-bottom: 7px !important; }
  /* line 2055, ../sass/screen.scss */
  .table tr:first-child td {
    border-top: none; }

  /* line 2057, ../sass/screen.scss */
  .catalog-nav ul li a, .catalog-nav .name {
    padding-left: 15px; }
    /* line 2059, ../sass/screen.scss */
    .catalog-nav ul li a:before, .catalog-nav .name:before {
      content: none; }

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

  /* line 2067, ../sass/screen.scss */
  .cart-table.check-table thead {
    display: block; }
  /* line 2068, ../sass/screen.scss */
  .cart-table thead {
    display: none; }
  /* line 2069, ../sass/screen.scss */
  .cart-table td:nth-child(2n) {
    text-align: right; }
  /* line 2070, ../sass/screen.scss */
  .cart-table td:last-child a {
    float: right; } }
@media screen and (max-width: 665px) {
  /* line 2074, ../sass/screen.scss */
  .nav > li > a {
    padding-left: 8px;
    padding-right: 8px; }

  /* line 2078, ../sass/screen.scss */
  .input-group.form-year-2 {
    width: 120px !important; } }
@media screen and (max-width: 650px) {
  /* line 2084, ../sass/screen.scss */
  .catalog-nav .name {
    border-radius: 0; }

  /* line 2087, ../sass/screen.scss */
  main {
    padding-top: 0; }

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

  /*login*/
  /* line 2095, ../sass/screen.scss */
  header .header-dark {
    height: 40px; }
    /* line 2097, ../sass/screen.scss */
    header .header-dark nav {
      float: none; }

  /* line 2101, ../sass/screen.scss */
  .service {
    top: -47px; }

  /* line 2105, ../sass/screen.scss */
  #menu {
    top: 40px;
    margin-top: 0; }

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

  /* line 2114, ../sass/screen.scss */
  .tab-pane .i-t-box {
    height: auto; }

  /* line 2118, ../sass/screen.scss */
  .check-table thead th:last-child {
    padding-right: 30px !important; }

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

  /* line 2121, ../sass/screen.scss */
  .details-info .radio {
    margin: 0; }
    /* line 2123, ../sass/screen.scss */
    .details-info .radio p {
      margin-bottom: 0;
      margin-left: 17px; }

  /* line 2126, ../sass/screen.scss */
  .check-form h2 {
    margin-left: 8px; }

  /* line 2130, ../sass/screen.scss */
  .input-group.form-day-2 {
    width: 30% !important;
    margin-right: 2.5%; }
  /* line 2134, ../sass/screen.scss */
  .input-group.form-month-2 {
    width: 30% !important;
    margin-right: 2.5%; }
  /* line 2138, ../sass/screen.scss */
  .input-group.form-year-2 {
    width: 35% !important; }

  /* line 2142, ../sass/screen.scss */
  #catalog {
    display: none;
    background: #fff;
    width: 100%; }

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

  /* line 2144, ../sass/screen.scss */
  .catalog-nav .name {
    padding-left: 0; }

  /* line 2146, ../sass/screen.scss */
  .name span {
    display: none; }
  /* line 2147, ../sass/screen.scss */
  .name .catalog-toogle {
    display: block;
    text-align: center;
    position: relative; }
    /* line 2151, ../sass/screen.scss */
    .name .catalog-toogle:after {
      content: "";
      display: block;
      width: 9px;
      height: 16px;
      position: absolute;
      top: 0;
      right: 18px;
      background: url(../img/right.svg) no-repeat;
      background-size: cover;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }

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

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

  /* line 2173, ../sass/screen.scss */
  .step li span b {
    display: block;
    margin-top: 4px; }

  /* line 2174, ../sass/screen.scss */
  header .header-list {
    margin-left: 0;
    width: 100%; }
    /* line 2177, ../sass/screen.scss */
    header .header-list li {
      font-size: 18px; }

  /* line 2179, ../sass/screen.scss */
  header .phone {
    position: absolute;
    right: 15px; }

  /* line 2180, ../sass/screen.scss */
  header .logo {
    font-size: 22px;
    margin-right: 44px; }
    /* line 2183, ../sass/screen.scss */
    header .logo br.logo-mob {
      display: block; }

  /* line 2185, ../sass/screen.scss */
  .service .service-head {
    padding: 12px 25px; }

  /* line 2186, ../sass/screen.scss */
  .nav-toogle {
    padding-left: 0; }

  /* line 2187, ../sass/screen.scss */
  #menu {
    left: 0;
    width: 100%; }

  /* line 2188, ../sass/screen.scss */
  .service-toogle, .service-toogle:hover, .service-toogle:focus, .service-toogle:active, .name, .catalog-toogle, .catalog-toogle:hover, .catalog-toogle:focus, .catalog-toogle:active {
    font-size: 16px; }

  /* line 2189, ../sass/screen.scss */
  .service-main {
    width: 100%;
    left: 0;
    position: absolute; }

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

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

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

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

  /* line 2207, ../sass/screen.scss */
  .table-confirm .table td {
    width: 100%; }
    /* line 2209, ../sass/screen.scss */
    .table-confirm .table td:first-child {
      padding: 20px 17px 4px 17px !important; }
      /* line 2211, ../sass/screen.scss */
      .table-confirm .table td:first-child + td {
        padding: 4px 17px 20px 17px !important; }

  /* line 2215, ../sass/screen.scss */
  .round {
    height: auto; }

  /* line 2216, ../sass/screen.scss */
  .total {
    padding: 18px 0; }

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

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

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

  /* line 2220, ../sass/screen.scss */
  .catalog .product .btn {
    width: 168px;
    text-align: center;
    padding: 6px 0;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -84px; }
    /* line 2220, ../sass/screen.scss */
    .catalog .product .btn i {
      display: none; }

  /* line 2221, ../sass/screen.scss */
  footer .col-md-5 h3 {
    margin-bottom: 30px; }

  /* line 2222, ../sass/screen.scss */
  .details-info {
    padding: 30px 15px; }

  /* line 2223, ../sass/screen.scss */
  .table-confirm i {
    margin-left: 0; }

  /* line 2224, ../sass/screen.scss */
  .table-confirm pre {
    margin-left: 0; }

  /* line 2225, ../sass/screen.scss */
  tfoot b {
    margin-right: 25px; }

  /* line 2226, ../sass/screen.scss */
  .check-form .details .check-add {
    margin-bottom: 0; }
    /* line 2228, ../sass/screen.scss */
    .check-form .details .check-add + .facture-forms {
      margin-top: 20px; } }
@media screen and (max-width: 480px) {
  /* line 2234, ../sass/screen.scss */
  .service #service {
    width: 100%;
    right: 0;
    left: auto; }

  /* line 2239, ../sass/screen.scss */
  .service {
    width: 65%; }

  /* line 2243, ../sass/screen.scss */
  header .header-dark nav {
    margin-top: 0;
    float: left;
    left: 0;
    width: 35%; }
    /* line 2248, ../sass/screen.scss */
    header .header-dark nav #menu {
      top: 39px;
      width: 100%; }

  /* line 2254, ../sass/screen.scss */
  .service-main {
    left: 0;
    width: 100%; }

  /* line 2258, ../sass/screen.scss */
  .catalog .product figure {
    width: 138px;
    height: 102px;
    margin-bottom: 15px; }

  /* line 2264, ../sass/screen.scss */
  header .cart {
    font-size: 14px; }

  /* line 2267, ../sass/screen.scss */
  tfoot b {
    margin-right: 5px; }

  /* line 2268, ../sass/screen.scss */
  header .header-list {
    margin: 30px 0 0; }
    /* line 2270, ../sass/screen.scss */
    header .header-list:before {
      top: 2px; }

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

  /* line 2273, ../sass/screen.scss */
  .catalog .product .btn {
    width: 150px;
    margin-left: -75px; }

  /* line 2274, ../sass/screen.scss */
  .catalog .col-md-4.col-sm-6 {
    padding: 0 4px; }

  /* line 2275, ../sass/screen.scss */
  .catalog .row {
    margin: 0; }

  /* line 2276, ../sass/screen.scss */
  .header-list br {
    display: block; }

  /* line 2277, ../sass/screen.scss */
  header .top .cart span i {
    margin-left: 30px; }

  /* line 2278, ../sass/screen.scss */
  .form-date {
    margin-right: 0; }

  /* line 2279, ../sass/screen.scss */
  .cart-numb input {
    width: 100% !important; }

  /* line 2280, ../sass/screen.scss */
  .step li {
    font-size: 12px; }

  /* line 2281, ../sass/screen.scss */
  input[type=radio] + label:before {
    margin-right: 8px; }

  /* line 2282, ../sass/screen.scss */
  .who-radio .radio {
    margin-left: 11px; }

  /* line 2283, ../sass/screen.scss */
  .catalog .product.prod-sale span {
    top: 7px; }

  /*.nav-tabs {
  	display: flex;
  	-webkit-justify-content: space-between;
  	justify-content: space-between;
  	flex-wrap: wrap;
  	}*/ }
@media screen and (max-width: 374px) {
  /* line 2293, ../sass/screen.scss */
  .nav > li > a {
    padding: 9px 3px; }

  /* line 2295, ../sass/screen.scss */
  .input-group.form-day-2 select, .input-group.form-month-2 select, .input-group.form-year-2 select {
    padding-left: 5px; }

  /* line 2298, ../sass/screen.scss */
  .input-group.form-day-2 span, .input-group.form-month-2 span, .input-group.form-year-2 span {
    width: 24px; }

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

  /* line 2303, ../sass/screen.scss */
  .owl-prev {
    left: -5px; }

  /* line 2304, ../sass/screen.scss */
  .owl-next {
    right: -5px; }

  /* line 2305, ../sass/screen.scss */
  header .logo {
    padding-left: 70px;
    font-size: 20px; }

  /* line 2306, ../sass/screen.scss */
  header .top .cart span:last-child {
    margin-left: 5px; }

  /* line 2307, ../sass/screen.scss */
  header .top .cart span b, header .top .cart span i {
    margin-left: 1px; }

  /* line 2308, ../sass/screen.scss */
  .catalog .product .btn {
    width: 124px;
    font-size: 12px;
    margin-left: -62px; }

  /* line 2313, ../sass/screen.scss */
  .service .service-head .flag {
    top: -4px;
    right: 7px; }

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

  /* line 2318, ../sass/screen.scss */
  .pay-radio .radio + .radio {
    margin-left: 12px; }

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

  /* line 2320, ../sass/screen.scss */
  .service .service-head {
    padding: 12px 0; }

  /* line 2321, ../sass/screen.scss */
  .banner {
    background-position-x: -140px; }
    /* line 2323, ../sass/screen.scss */
    .banner .percent {
      padding-left: 65px; }

  /* line 2325, ../sass/screen.scss */
  .service-main a:after {
    background: url("../img/france_flag@2x.png") no-repeat;
    background-size: cover; }

  /* line 2331, ../sass/screen.scss */
  .nav > li > a {
    margin-right: 0; } }
@media screen and (min-width: 1201px) {
  /* line 2337, ../sass/screen.scss */
  .service #service, #menu {
    display: block !important; } }
@media screen and (min-width: 651px) {
  /* line 2340, ../sass/screen.scss */
  #catalog {
    display: block !important; } }
@media screen and (min-width: 992px) {
  /* line 2344, ../sass/screen.scss */
  #phone {
    display: block !important; }

  /* line 2347, ../sass/screen.scss */
  .pays-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
