/* 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, strong {
  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 */
.blog section {
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0; }
  /* line 8, ../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 13, ../sass/blog.scss */
  .blog section h2 {
    font-size: 14px;
    text-transform: none;
    margin-bottom: 15px;
    line-height: 16px; }
  /* line 19, ../sass/blog.scss */
  .blog section p {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 16px; }
  /* line 24, ../sass/blog.scss */
  .blog section a {
    text-decoration: underline; }
  /* line 29, ../sass/blog.scss */
  .blog section + section {
    padding-top: 25px; }

/* line 33, ../sass/blog.scss */
.blog article {
  border-bottom: 1px solid #e0e0e0; }
  /* line 35, ../sass/blog.scss */
  .blog article h2 {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 18px;
    text-transform: none; }
  /* line 42, ../sass/blog.scss */
  .blog article img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 25px; }

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

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

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

/* line 63, ../sass/blog.scss */
.blog_back, .blog_next {
  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: #07314D;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  position: relative;
  width: 86px;
  text-align: center; }
  /* line 78, ../sass/blog.scss */
  .blog_back span, .blog_next span {
    display: block;
    position: relative; }

/* line 84, ../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 100, ../sass/blog.scss */
.blog_next span:after {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  background: url("../img/pr.svg") no-repeat;
  background-size: cover;
  margin-left: 8px;
  position: relative;
  top: 2px;
  float: right;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

/* line 119, ../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: 40px 0 50px; }
  /* line 126, ../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: #07314D;
    height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 2px; }
    /* line 137, ../sass/blog.scss */
    .paginator a.prev {
      position: relative;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center;
      border-radius: 5px; }
      /* line 143, ../sass/blog.scss */
      .paginator a.prev span {
        display: block;
        position: relative; }
      /* line 147, ../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 162, ../sass/blog.scss */
    .paginator a.next {
      position: relative;
      padding-left: 15px;
      padding-right: 15px;
      text-align: center;
      border-radius: 5px; }
      /* line 168, ../sass/blog.scss */
      .paginator a.next span {
        display: block;
        position: relative; }
      /* line 172, ../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 194, ../sass/blog.scss */
  .paginator ul {
    margin: 0 20px; }
    /* line 196, ../sass/blog.scss */
    .paginator ul li {
      width: 30px;
      text-align: center;
      display: inline-block; }
      /* line 201, ../sass/blog.scss */
      .paginator ul li a {
        width: 30px;
        color: #07314D;
        border-radius: 5px; }
      /* line 206, ../sass/blog.scss */
      .paginator ul li.active a, .paginator ul li:hover a {
        background: #2D9CDB;
        color: #fff;
        border-color: #2d9cd8; }

/* line 214, ../sass/blog.scss */
.blog-nav {
  padding: 20px 20px 25px;
  background: #f7f7f7;
  margin-bottom: 25px;
  border-radius: 10px; }
  /* line 219, ../sass/blog.scss */
  .blog-nav ul {
    list-style: none;
    margin-bottom: 0 !important; }
    /* line 222, ../sass/blog.scss */
    .blog-nav ul li {
      padding-bottom: 15px;
      padding-left: 0; }
      /* line 225, ../sass/blog.scss */
      .blog-nav ul li:before {
        display: none; }
      /* line 228, ../sass/blog.scss */
      .blog-nav ul li a {
        text-decoration: underline; }
        /* line 230, ../sass/blog.scss */
        .blog-nav ul li a:hover {
          text-decoration: none;
          color: #2D9CDB; }

@media screen and (max-width: 990px) {
  /* line 239, ../sass/blog.scss */
  main.blog-main {
    margin-top: 37px; } }
@media screen and (max-width: 767px) {
  /* line 245, ../sass/blog.scss */
  .review-edit .captcha-img {
    margin-top: 15px;
    display: block; } }
@media screen and (max-width: 991px) {
  /* line 253, ../sass/blog.scss */
  .p_numb {
    margin-top: 0; }

  /* line 256, ../sass/blog.scss */
  .blog .breadcrumbs {
    margin-top: 0; }

  /* line 259, ../sass/blog.scss */
  main.blog-main {
    margin-top: 74px; }
    /* line 261, ../sass/blog.scss */
    main.blog-main .col-xs-3.catalog-main {
      width: 100%;
      top: -74px; }
    /* line 265, ../sass/blog.scss */
    main.blog-main .catalog-nav {
      width: 100%; }
    /* line 268, ../sass/blog.scss */
    main.blog-main .catalog-nav {
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 0; }

  /* line 275, ../sass/blog.scss */
  .blog.white {
    padding-bottom: 30px; }

  /* line 278, ../sass/blog.scss */
  .paginator {
    width: 100%;
    position: relative;
    display: block;
    height: 120px; }
    /* line 283, ../sass/blog.scss */
    .paginator a.prev {
      position: absolute;
      left: 50px;
      bottom: 20px; }
    /* line 288, ../sass/blog.scss */
    .paginator a.next {
      position: absolute;
      right: 50px;
      bottom: 20px; }
    /* line 293, ../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: 374px) {
  /* line 302, ../sass/blog.scss */
  button.btn {
    width: 100% !important; }

  /* line 306, ../sass/blog.scss */
  .blog-nav + .two-btn button {
    margin-bottom: 15px;
    display: block; } }
/* line 1, ../sass/login.scss */
.login {
  background: rgba(117, 238, 255, 0.15);
  padding: 16px 0 16px 20px;
  color: #133897;
  cursor: pointer;
  border-radius: 10px; }
  /* line 7, ../sass/login.scss */
  .login span {
    padding-top: 2px;
    display: block;
    font-weight: 600; }
  /* line 13, ../sass/login.scss */
  .login:before {
    content: '';
    display: block;
    float: right;
    width: 16px;
    height: 18px;
    background: url("../img/user.svg") no-repeat center center;
    background-size: 16px 18px;
    margin-right: 15px; }

/* line 24, ../sass/login.scss */
.login-in {
  margin-bottom: 30px; }

/* line 27, ../sass/login.scss */
.lg-info {
  border: 1px solid #E0E0E0;
  margin-top: 8px;
  margin-bottom: 30px; }
  /* line 30, ../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 38, ../sass/login.scss */
  .lg-info a {
    display: block;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: underline; }
    /* line 44, ../sass/login.scss */
    .lg-info a:hover {
      color: #56CCF2; }

/* line 51, ../sass/login.scss */
.lg-info-mobil {
  display: none; }

/* line 55, ../sass/login.scss */
.who-v {
  margin-top: 5px;
  margin-bottom: 5px; }

/* line 59, ../sass/login.scss */
.register h4 {
  margin-bottom: 20px; }

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

/* line 72, ../sass/login.scss */
.login-sign {
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid #e0e0e0; }
  /* line 76, ../sass/login.scss */
  .login-sign a {
    padding-top: 0 !important; }
  /* line 79, ../sass/login.scss */
  .login-sign span {
    margin-bottom: 10px; }

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

/* line 90, ../sass/login.scss */
.login-wrap {
  top: calc(50vh - 151px);
  display: none;
  position: fixed;
  width: 540px;
  left: 50%;
  margin-left: -245px;
  z-index: 9999999999; }
  /* line 98, ../sass/login.scss */
  .login-wrap button.btn {
    margin-top: 0; }
  /* line 101, ../sass/login.scss */
  .login-wrap .input-group {
    margin-bottom: 20px;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  /* line 107, ../sass/login.scss */
  .login-wrap .close {
    opacity: 1;
    position: absolute;
    display: block;
    right: 15px;
    top: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    /* line 116, ../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 126, ../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 137, ../sass/login.scss */
  .login-wrap .login-form {
    padding: 50px 40px 40px 40px;
    background: #fff; }

/* line 143, ../sass/login.scss */
.personal {
  margin-top: 30px; }
  /* line 145, ../sass/login.scss */
  .personal .one-btn .btn {
    float: left; }
  /* line 148, ../sass/login.scss */
  .personal h4 {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px; }
  /* line 153, ../sass/login.scss */
  .personal p {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #e0e0e0; }

/* line 162, ../sass/login.scss */
.login-form {
  position: relative; }
  /* line 164, ../sass/login.scss */
  .login-form .text {
    margin-top: 30px;
    clear: both; }
  /* line 168, ../sass/login.scss */
  .login-form a {
    float: right;
    color: #2D9CDB;
    padding-top: 15px;
    text-decoration: underline; }
    /* line 173, ../sass/login.scss */
    .login-form a:hover {
      color: #2D9CDB;
      text-decoration: none; }
  /* line 178, ../sass/login.scss */
  .login-form .title {
    padding-bottom: 25px; }

/* line 183, ../sass/login.scss */
.subscribe {
  position: relative;
  margin-bottom: 30px;
  margin-top: 5px; }
  /* line 187, ../sass/login.scss */
  .subscribe button {
    border: none;
    width: 40px;
    height: 34px;
    border-radius: 5px;
    background: url("../img/btn_arrow.svg") no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0; }
  /* line 198, ../sass/login.scss */
  .subscribe .input-group input {
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 34px;
    border-radius: 5px; }
    /* line 203, ../sass/login.scss */
    .subscribe .input-group input:focus {
      outline: none;
      border-color: #56CCF2; }

/* line 210, ../sass/login.scss */
.breadcrumbs {
  margin-top: 0;
  margin-bottom: 20px; }
  /* line 213, ../sass/login.scss */
  .breadcrumbs li {
    display: inline-block;
    margin-right: 8px; }
    /* line 216, ../sass/login.scss */
    .breadcrumbs li a {
      font-size: 11px;
      color: #828282; }
      /* line 219, ../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 232, ../sass/login.scss */
    .breadcrumbs li:last-child a:after {
      display: none; }

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

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

/*catalog*/
/* line 253, ../sass/login.scss */
.catalog-nav ul li.catalog-name a:before, .catalog-nav ul li.catalog-name a:after {
  display: none; }

/* line 258, ../sass/login.scss */
#menu li.login.login-mobile {
  display: none; }

/* line 262, ../sass/login.scss */
.input-group.has-error .input-group-addon {
  background: #EB5757;
  border-color: #EB5757; }

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

  /* line 279, ../sass/login.scss */
  #menu li.login.login-mobile {
    display: block; }

  /* line 282, ../sass/login.scss */
  .lg-info {
    display: none; }
    /* line 284, ../sass/login.scss */
    .lg-info.lg-info-mobil {
      display: block;
      max-width: 290px;
      background: #fff;
      margin-top: 20px; }
      /* line 289, ../sass/login.scss */
      .lg-info.lg-info-mobil a {
        width: 100%;
        font-size: 14px !important;
        margin-bottom: 0;
        padding: 0 20px 15px !important;
        color: #2D9CDB !important; }
        /* line 295, ../sass/login.scss */
        .lg-info.lg-info-mobil a:hover {
          color: #56CCF2; }

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

  /* line 315, ../sass/login.scss */
  .login {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    padding-left: 0; }
    /* line 320, ../sass/login.scss */
    .login:before {
      width: 35px;
      height: 35px;
      float: left;
      background-color: #fff;
      border-radius: 50%;
      margin-top: -5px; }
    /* line 328, ../sass/login.scss */
    .login span {
      padding-top: 7px; }

  /* line 332, ../sass/login.scss */
  .blog-nav {
    padding-left: 15px;
    padding-right: 15px; } }
/* line 1, ../sass/rev.scss */
.review {
  margin-top: 50px; }
  /* line 4, ../sass/rev.scss */
  .review .rev-date div {
    display: inline-block; }
  /* line 9, ../sass/rev.scss */
  .review .flex span {
    line-height: 20px;
    color: #828282; }
  /* line 14, ../sass/rev.scss */
  .review section {
    margin-bottom: 20px;
    padding: 20px 20px 10px 20px;
    border: 1px solid #f2f2f2; }
    /* line 18, ../sass/rev.scss */
    .review section p {
      line-height: 18px;
      padding-bottom: 15px; }

/* line 24, ../sass/rev.scss */
.review-edit {
  margin-top: 35px; }
  /* line 26, ../sass/rev.scss */
  .review-edit form {
    margin-bottom: 50px; }
  /* line 29, ../sass/rev.scss */
  .review-edit .rev-wrap {
    padding: 35px 30px;
    background: #f7f7f7;
    margin-bottom: 20px;
    border-radius: 10px; }
    /* line 33, ../sass/rev.scss */
    .review-edit .rev-wrap.flex {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }

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

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

/* line 55, ../sass/rev.scss */
.review-succes {
  background: rgba(201, 226, 186, 0.2);
  display: none; }
  /* line 58, ../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 71, ../sass/rev.scss */
.review-error {
  display: none;
  background: rgba(255, 15, 58, 0.1); }
  /* line 74, ../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 88, ../sass/rev.scss */
.captcha-label {
  margin: 20px 0; }

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

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

  /* line 108, ../sass/rev.scss */
  .rev-col .rev-rating.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    /* line 110, ../sass/rev.scss */
    .rev-col .rev-rating.flex .rating {
      margin-top: 10px;
      margin-left: 0; } }
/* line 1, ../sass/prod.scss */
.product-nav {
  padding: 30px;
  background: #f7f7f7;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 10px; }
  /* line 7, ../sass/prod.scss */
  .product-nav span {
    padding-right: 10px; }
  /* line 10, ../sass/prod.scss */
  .product-nav a {
    text-decoration: underline; }
    /* line 12, ../sass/prod.scss */
    .product-nav a:hover, .product-nav a:visited {
      text-decoration: none;
      color: #2D9CDB; }
  /* line 17, ../sass/prod.scss */
  .product-nav .product-nav-wrap {
    display: none;
    margin-top: 25px; }
    /* line 20, ../sass/prod.scss */
    .product-nav .product-nav-wrap a {
      display: block;
      margin-bottom: 15px;
      line-height: 18px; }
      /* line 24, ../sass/prod.scss */
      .product-nav .product-nav-wrap a:last-child {
        margin-bottom: 0; }

/* line 30, ../sass/prod.scss */
.category .row {
  margin-bottom: 35px; }

/* line 33, ../sass/prod.scss */
.category.catalog {
  margin-top: 0; }

/* line 2, ../sass/trial.scss */
.catalog .product.trial {
  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;
  background: rgba(117, 255, 255, 0.15);
  border-radius: 10px;
  border: none; }
  /* line 11, ../sass/trial.scss */
  .catalog .product.trial b {
    color: #0C476F;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
    line-height: 22px; }
  /* line 19, ../sass/trial.scss */
  .catalog .product.trial a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #FFA800;
    border-radius: 5px;
    padding: 13px 5px;
    font-weight: 400;
    max-width: 173px; }

@media screen and (min-width: 1200px) {
  /* line 36, ../sass/trial.scss */
  .catalog .product.trial .p-img {
    height: 178px;
    width: 240px;
    margin-left: auto;
    margin-right: auto; }
    /* line 41, ../sass/trial.scss */
    .catalog .product.trial .p-img img {
      width: 100%; }
    /* line 44, ../sass/trial.scss */
    .catalog .product.trial .p-img + div {
      width: calc(100% - 240px); } }
@media screen and (max-width: 991px) {
  /* line 53, ../sass/trial.scss */
  .catalog .product.trial .p-img {
    width: 220px;
    height: 163px;
    position: relative;
    margin-left: 0;
    left: 0;
    top: 0; }
    /* line 60, ../sass/trial.scss */
    .catalog .product.trial .p-img + div {
      width: calc(100% - 220px); } }
@media screen and (max-width: 480px) {
  /* line 67, ../sass/trial.scss */
  .catalog .col-md-6.col-sm-12 {
    padding: 0 4px; }

  /* line 70, ../sass/trial.scss */
  .catalog .product.trial {
    display: block;
    height: auto; }
    /* line 73, ../sass/trial.scss */
    .catalog .product.trial a {
      margin-left: auto;
      margin-right: auto; }
    /* line 77, ../sass/trial.scss */
    .catalog .product.trial .p-img {
      margin-left: auto;
      margin-right: auto; }
      /* line 80, ../sass/trial.scss */
      .catalog .product.trial .p-img + div {
        width: 100%;
        text-align: center; } }
/* line 1, ../sass/dash.scss */
.dash-close {
  display: none;
  color: #FF3332;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto; }

/* line 10, ../sass/dash.scss */
.dash-info-bg {
  background: #f7f7f7; }

/* line 13, ../sass/dash.scss */
.dash-info.active {
  background: #EBF6FE !important; }
  /* line 15, ../sass/dash.scss */
  .dash-info.active td {
    background: #EBF6FE !important; }
  /* line 18, ../sass/dash.scss */
  .dash-info.active .dash-close {
    display: block; }
  /* line 21, ../sass/dash.scss */
  .dash-info.active a.open_link {
    display: none; }

/* line 26, ../sass/dash.scss */
.order .table {
  margin-bottom: 20px; }
  /* line 28, ../sass/dash.scss */
  .order .table .t-center {
    text-align: center; }
  /* line 31, ../sass/dash.scss */
  .order .table td, .order .table th {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
/* line 37, ../sass/dash.scss */
.order .dash-table th {
  color: #fff; }
/* line 41, ../sass/dash.scss */
.order .dash-info td:first-child {
  font-weight: 700;
  color: #333333; }
/* line 45, ../sass/dash.scss */
.order td:last-child {
  font-weight: 700; }
  /* line 47, ../sass/dash.scss */
  .order td:last-child a {
    font-weight: 400; }
  /* line 50, ../sass/dash.scss */
  .order td:last-child.link {
    color: #2D9CDB; }
    /* line 52, ../sass/dash.scss */
    .order td:last-child.link a {
      font-weight: 700; }
/* line 58, ../sass/dash.scss */
.order td a {
  text-decoration: underline; }
/* line 61, ../sass/dash.scss */
.order td.red {
  color: #FF3332; }

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

/* line 71, ../sass/dash.scss */
.dash-table td {
  color: #828282; }
  /* line 73, ../sass/dash.scss */
  .dash-table td.price {
    color: #FF3332; }
/* line 77, ../sass/dash.scss */
.dash-table td:first-child {
  width: 30%; }
/* line 80, ../sass/dash.scss */
.dash-table a:visited {
  color: #2D9CDB; }
/* line 83, ../sass/dash.scss */
.dash-table .dash-info.active td {
  background: #fff; }
/* line 90, ../sass/dash.scss */
.dash-table .dash-info.active + tr td.dash-info-more {
  display: table-cell; }
/* line 95, ../sass/dash.scss */
.dash-table td.dash-info-more {
  display: none;
  width: 100% !important;
  padding: 0 !important; }
  /* line 96, ../sass/dash.scss */
  .dash-table td.dash-info-more tr {
    background: #EBF6FE; }
  /* line 101, ../sass/dash.scss */
  .dash-table td.dash-info-more table {
    width: 100%;
    background: #EBF6FE !important; }
    /* line 104, ../sass/dash.scss */
    .dash-table td.dash-info-more table tr td {
      border-top: none !important; }
      /* line 106, ../sass/dash.scss */
      .dash-table td.dash-info-more table tr td:first-child {
        font-weight: 400;
        color: #828282; }
      /* line 110, ../sass/dash.scss */
      .dash-table td.dash-info-more table tr td:last-child {
        color: #333333; }

/* line 119, ../sass/dash.scss */
.welcome {
  font-size: 18px;
  color: #2D9CDB;
  font-weight: 700;
  border: 1px solid #f2f2f2;
  padding: 20px 15px;
  margin-bottom: 30px;
  border-radius: 10px; }

/* line 130, ../sass/dash.scss */
.notification {
  position: fixed;
  z-index: 9999999;
  top: 15px;
  left: 115px;
  background: #fff;
  -webkit-box-shadow: 0 4px 19px rgba(7, 49, 77, 0.3);
          box-shadow: 0 4px 19px rgba(7, 49, 77, 0.3);
  width: 521px;
  font-size: 14px; }
  /* line 139, ../sass/dash.scss */
  .notification figure {
    width: 180px;
    height: 148px; }
    /* line 142, ../sass/dash.scss */
    .notification figure img {
      width: 100%; }
  /* line 146, ../sass/dash.scss */
  .notification .notif-wrap {
    padding: 40px 40px 30px 20px;
    width: calc(100% - 180px); }
    /* line 149, ../sass/dash.scss */
    .notification .notif-wrap .flex {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  /* line 153, ../sass/dash.scss */
  .notification p {
    color: #000;
    line-height: 18px; }
  /* line 157, ../sass/dash.scss */
  .notification i {
    color: #56CCF2;
    display: block;
    line-height: 18px;
    margin-top: 4px;
    font-weight: 600;
    margin-bottom: 20px; }
  /* line 165, ../sass/dash.scss */
  .notification a {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 10px;
    border-radius: 3px;
    min-width: 100px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 600; }
    /* line 175, ../sass/dash.scss */
    .notification a.notif-no {
      background: none;
      color: #E0E0E0; }
      /* line 178, ../sass/dash.scss */
      .notification a.notif-no:hover {
        color: #cccccc; }
    /* line 182, ../sass/dash.scss */
    .notification a.notif-yes {
      background: #EB5757;
      color: #fff;
      margin-left: 15px; }
      /* line 186, ../sass/dash.scss */
      .notification a.notif-yes:hover {
        background: #e73333; }

@media screen and (min-width: 1441px) {
  /* line 194, ../sass/dash.scss */
  .notification {
    left: 230px; } }
@media screen and (max-width: 1200px) {
  /* line 200, ../sass/dash.scss */
  .dash-b {
    width: calc(50% - 15px); } }
@media screen and (max-width: 991px) {
  /* line 205, ../sass/dash.scss */
  .dash-table td:first-child {
    width: 20%; }

  /* line 208, ../sass/dash.scss */
  .dash-table th:first-child {
    width: 20%;
    white-space: unset !important; }

  /* line 213, ../sass/dash.scss */
  .dash-hide table {
    width: 100%;
    margin-bottom: 30px; }
    /* line 216, ../sass/dash.scss */
    .dash-hide table + table {
      margin-left: 0;
      margin-bottom: 0; }

  /* line 222, ../sass/dash.scss */
  .notification {
    left: 30px; } }
@media screen and (max-width: 767px) {
  /* line 227, ../sass/dash.scss */
  .table-responsive {
    border: none !important; } }
@media screen and (max-width: 991px) {
  /* line 233, ../sass/dash.scss */
  .dash-info.active-mobile {
    border-top: none !important; }
    /* line 235, ../sass/dash.scss */
    .dash-info.active-mobile + tr {
      border-top: none !important; }

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

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

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

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

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

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

  /* line 271, ../sass/dash.scss */
  .table .dash-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    /* line 273, ../sass/dash.scss */
    .table .dash-info td:nth-child(3), .table .dash-info td:nth-child(5) {
      text-align: right; }
    /* line 276, ../sass/dash.scss */
    .table .dash-info td:nth-child(2) {
      text-align: center; }
    /* line 279, ../sass/dash.scss */
    .table .dash-info td {
      width: 33%; }
    /* line 282, ../sass/dash.scss */
    .table .dash-info td:nth-child(5), .table .dash-info td:nth-child(4) {
      width: 50%;
      padding-top: 0 !important; }

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

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

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

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

  /* line 317, ../sass/dash.scss */
  .order .table.cart-table.dash-table td:last-child {
    width: 60%;
    margin-top: 0;
    text-align: right; }
  /* line 322, ../sass/dash.scss */
  .order .table.cart-table.dash-table td:first-child {
    width: 40%; }
  /* line 325, ../sass/dash.scss */
  .order .cart-table thead {
    display: block; }
  /* line 329, ../sass/dash.scss */
  .order .cart-table.cart-order thead {
    display: none; }
  /* line 332, ../sass/dash.scss */
  .order .cart-table.cart-order td:last-child {
    width: auto;
    margin-top: 0; }

  /* line 338, ../sass/dash.scss */
  .dash-info.active-mobile {
    background: #EBF6FE !important; }

  /* line 341, ../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 346, ../sass/dash.scss */
    .dash-table .dash-info.active-mobile + tr td.dash-info-more table tr, .dash-table.table .dash-info.active + tr td.dash-info-more table tr {
      border: none; }
    /* line 349, ../sass/dash.scss */
    .dash-table .dash-info.active-mobile + tr td.dash-info-more td, .dash-table.table .dash-info.active + tr td.dash-info-more td {
      padding-bottom: 8px !important;
      border: none;
      width: 100% !important; }
      /* line 353, ../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 357, ../sass/dash.scss */
      .dash-table .dash-info.active-mobile + tr td.dash-info-more td:first-child, .dash-table.table .dash-info.active + tr td.dash-info-more td:first-child {
        padding-bottom: 0 !important; }

  /* line 365, ../sass/dash.scss */
  .dash-close-active .dash-close {
    display: block; }
  /* line 368, ../sass/dash.scss */
  .dash-close-active a {
    display: none; } }
@media screen and (max-width: 374px) {
  /* line 375, ../sass/dash.scss */
  .dash-table td:nth-child(2) {
    font-size: 12px; } }
/* line 1, ../sass/cookie.scss */
.cookie {
  position: fixed;
  z-index: 99998;
  bottom: 0;
  width: 100%;
  padding: 25px 15px;
  background: rgba(0, 28, 101, 0.9); }
  /* line 8, ../sass/cookie.scss */
  .cookie p {
    color: #fff;
    font-size: 12px; }
  /* line 12, ../sass/cookie.scss */
  .cookie .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  /* line 18, ../sass/cookie.scss */
  .cookie a {
    color: #56CCF2;
    text-decoration: underline;
    padding-right: 20px; }
  /* line 23, ../sass/cookie.scss */
  .cookie .cookie-btn {
    padding: 11px 30px;
    min-width: 100px;
    border-radius: 3px;
    background: #56CCF2;
    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 (min-width: 990px) {
  /* line 45, ../sass/cookie.scss */
  .nav-tabs > li {
    display: block !important; } }
@media screen and (max-width: 991px) {
  /* line 52, ../sass/cookie.scss */
  .f-visa, .f-master, .f-amex {
    width: 50px; }

  /* line 55, ../sass/cookie.scss */
  .nav-tabs > li a img {
    display: inline-block; }

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

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

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

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

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

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

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

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

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

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

  /* line 118, ../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 123, ../sass/cookie.scss */
  .nav-tabs > li.active > a {
    border: none !important;
    position: relative; }
    /* line 126, ../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 139, ../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 146, ../sass/cookie.scss */
  .nav-tabs > li > a:hover {
    border-bottom: none !important; }

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

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

  /* line 163, ../sass/cookie.scss */
  .nav-tabs > li.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    display: block !important; } }
/* line 1, ../sass/promo.scss */
.table td.package-td select {
  padding: 6px 8px;
  border-color: #E0E0E0;
  width: 160px;
  outline: none;
  font-size: 12px; }

/* line 9, ../sass/promo.scss */
.box-border {
  border: 1px solid #f2f2f2;
  padding: 20px 25px;
  margin-bottom: 10px;
  border-radius: 10px; }
  /* line 14, ../sass/promo.scss */
  .box-border p i {
    color: #07314D;
    padding-left: 8px;
    font-weight: 700; }
  /* line 19, ../sass/promo.scss */
  .box-border .radio {
    margin-left: 0; }
    /* line 21, ../sass/promo.scss */
    .box-border .radio + .radio {
      margin-top: 10px; }
  /* line 25, ../sass/promo.scss */
  .box-border .checkbox b {
    color: #07314D; }
  /* line 28, ../sass/promo.scss */
  .box-border .checkbox, .box-border .radio {
    margin-top: 0;
    margin-bottom: 0; }
  /* line 32, ../sass/promo.scss */
  .box-border .checkbox label, .box-border .radio label {
    min-height: auto; }

/* line 38, ../sass/promo.scss */
.promo .promo-name {
  display: block;
  clear: both;
  font-weight: 700;
  width: 100%;
  color: #333333;
  margin-bottom: 15px; }
/* line 46, ../sass/promo.scss */
.promo .promo-input {
  float: left;
  max-width: 375px;
  width: 375px;
  margin-right: 15px; }
/* line 52, ../sass/promo.scss */
.promo button.btn {
  margin-top: 0; }
  /* line 54, ../sass/promo.scss */
  .promo button.btn:active {
    margin-top: 0; }
  /* line 57, ../sass/promo.scss */
  .promo button.btn:focus {
    outline: none; }

/* line 63, ../sass/promo.scss */
form .cart-table.table {
  margin-bottom: 0; }

/* line 67, ../sass/promo.scss */
.bonus {
  position: relative;
  padding-left: 42px; }

/* line 73, ../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 89, ../sass/promo.scss */
.total-promo-price {
  float: right; }
  /* line 91, ../sass/promo.scss */
  .total-promo-price p {
    text-align: right;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px; }
    /* line 96, ../sass/promo.scss */
    .total-promo-price p + p {
      margin-bottom: 20px; }

/* line 102, ../sass/promo.scss */
.promo-error .input-group .input-group-addon {
  background: #EB5757;
  border-color: #EB5757; }
/* line 106, ../sass/promo.scss */
.promo-error input.form-control, .promo-error textarea.form-control, .promo-error select.form-control {
  border-color: #EB5757 !important; }
/* line 109, ../sass/promo.scss */
.promo-error button.btn {
  background: #001C65; }
  /* line 111, ../sass/promo.scss */
  .promo-error button.btn:hover {
    background: #041928; }
/* line 115, ../sass/promo.scss */
.promo-error .error-label {
  color: #EB5757; }

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

/* line 126, ../sass/promo.scss */
.table td .checkbox {
  margin-top: 0;
  margin-bottom: 0; }
  /* line 129, ../sass/promo.scss */
  .table td .checkbox label {
    min-height: auto; }

/* line 133, ../sass/promo.scss */
.table.check-table td:nth-child(3) {
  margin-top: 0 !important; }

/* line 137, ../sass/promo.scss */
td .promo-input .input-group {
  margin-bottom: 0; }

@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 145, ../sass/promo.scss */
  .bonus:before {
    background: url("../img/bonus@2x.png") no-repeat center center;
    background-size: cover; } }
@media screen and (max-width: 991px) {
  /* line 153, ../sass/promo.scss */
  .box-border .promo .promo-input {
    width: 100%;
    min-width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0; }

  /* line 162, ../sass/promo.scss */
  .promo-error .error-label {
    margin-bottom: 15px; } }
@media screen and (max-width: 729px) {
  /* line 169, ../sass/promo.scss */
  td .promo-input .input-group {
    margin-bottom: 15px; } }
@media screen and (max-width: 991px) {
  /* line 174, ../sass/promo.scss */
  .promo-td-input {
    width: 100% !important; }
    /* line 176, ../sass/promo.scss */
    .promo-td-input button {
      margin-bottom: 15px; }

  /* line 180, ../sass/promo.scss */
  .table td.t-price.t-left {
    text-align: right !important;
    padding-top: 7px !important;
    top: 8px !important; }

  /* line 185, ../sass/promo.scss */
  .table td .checkbox {
    margin-bottom: -7px; }

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

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

  /* line 205, ../sass/promo.scss */
  .check-table .promo-td {
    padding-top: 0; }
    /* line 207, ../sass/promo.scss */
    .check-table .promo-td td:nth-child(2) {
      margin-top: 10px; }

  /* line 212, ../sass/promo.scss */
  .promo-td {
    padding-bottom: 10px;
    padding-top: 7px; }
    /* line 215, ../sass/promo.scss */
    .promo-td td.t-price {
      padding-top: 15px !important; } }
@media screen and (max-width: 480px) {
  /* line 224, ../sass/promo.scss */
  .promo-td.promo-select td:first-child {
    width: 100%; }
  /* line 227, ../sass/promo.scss */
  .promo-td.promo-select td.package-td {
    width: 100%;
    padding-top: 20px !important; }
    /* line 230, ../sass/promo.scss */
    .promo-td.promo-select td.package-td select {
      width: 100%; } }
/* line 70, ../sass/screen.scss */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; }

/* line 75, ../sass/screen.scss */
h2, h3, h4, h5, h6 {
  color: #07314D;
  font-weight: 700; }

/* line 76, ../sass/screen.scss */
h1, .title {
  color: #001C65;
  font-size: 24px;
  padding-bottom: 18px;
  font-weight: 700; }

/* line 77, ../sass/screen.scss */
h2 {
  font-size: 18px;
  color: #133897;
  margin-bottom: 20px;
  line-height: 22px; }

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

/* line 79, ../sass/screen.scss */
h4 {
  font-size: 18px;
  color: #133897;
  margin-bottom: 25px;
  line-height: 22px; }

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

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

/* line 82, ../sass/screen.scss */
a {
  color: #2D9CDB;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s; }
  /* line 90, ../sass/screen.scss */
  a:hover {
    text-decoration: none; }

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

/* line 98, ../sass/screen.scss */
.btn {
  background: #56CCF2;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
  width: 211px;
  padding: 7px 0 8px;
  font-weight: 600; }
  /* line 108, ../sass/screen.scss */
  .btn:hover, .btn:focus, .btn:active {
    color: #fff;
    background: #0096EA; }
  /* line 112, ../sass/screen.scss */
  .btn:disabled {
    background: #51A3D1; }

/* line 118, ../sass/screen.scss */
.big-screen {
  max-width: 1440px;
  margin: 0 auto; }

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

/* line 128, ../sass/screen.scss */
.doc {
  width: 250px;
  height: 140px;
  background: url("../img/doctor.png") no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  right: 35px; }

/* line 138, ../sass/screen.scss */
header {
  background: #089ce0;
  background: -webkit-gradient(linear, left top, left bottom, from(#089ce0), to(#23e5ff));
  background: linear-gradient(to bottom, #089ce0 0%, #23e5ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#089ce0', endColorstr='#23e5ff',GradientType=0 );
  position: relative; }
  /* line 145, ../sass/screen.scss */
  header .big-screen {
    position: relative;
    height: 140px; }
    /* line 148, ../sass/screen.scss */
    header .big-screen .bg {
      height: 140px;
      position: absolute;
      right: 0;
      top: 0;
      object-fit: cover;
      -o-object-fit: cover; }
    /* line 156, ../sass/screen.scss */
    header .big-screen .bg-mobile {
      display: none;
      position: absolute;
      right: 0;
      top: 0;
      height: 140px;
      object-fit: cover;
      -o-object-fit: cover; }
    /* line 165, ../sass/screen.scss */
    header .big-screen .bg-laptop {
      display: none;
      position: absolute;
      right: 0;
      top: 0;
      height: 140px;
      object-fit: cover;
      -o-object-fit: cover; }
  /* line 176, ../sass/screen.scss */
  header .container {
    position: relative; }
  /* line 177, ../sass/screen.scss */
  header .logo {
    display: inline-block;
    padding-left: 80px;
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    font-weight: bold;
    margin-top: 45px;
    color: #fff;
    float: left; }
    /* line 187, ../sass/screen.scss */
    header .logo br {
      display: none; }
    /* line 188, ../sass/screen.scss */
    header .logo:before {
      content: "";
      display: inline-block;
      width: 65px;
      height: 65px;
      background: url("../img/logo.svg") no-repeat;
      background-size: cover;
      position: absolute;
      left: 0;
      top: -10px; }
    /* line 199, ../sass/screen.scss */
    header .logo:hover {
      text-decoration: none; }
    /* line 200, ../sass/screen.scss */
    header .logo span {
      color: #B2ECFF; }
    /* line 201, ../sass/screen.scss */
    header .logo small {
      display: block;
      font-family: 'Open Sans', sans-serif;
      font-size: 16px;
      margin-top: 5px;
      text-transform: uppercase;
      font-weight: 400;
      color: #001C65; }
    /* line 210, ../sass/screen.scss */
    header .logo i {
      display: inline-block;
      width: 17px;
      height: 12px;
      margin-left: 9px; }
  /* line 218, ../sass/screen.scss */
  header .header-list {
    padding: 15px 20px 15px 20px;
    width: 404px;
    position: relative;
    list-style: none;
    float: right;
    margin-top: 17px;
    margin-left: 60px;
    margin-right: 180px;
    background: -webkit-gradient(linear, left top, right top, from(#edfeff), to(rgba(220, 253, 255, 0.45)));
    background: linear-gradient(to right, #edfeff 0%, rgba(220, 253, 255, 0.45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edfeff', endColorstr='#73dcfdff',GradientType=1 );
    border-radius: 15px; }
    /* line 233, ../sass/screen.scss */
    header .header-list li {
      text-transform: uppercase;
      color: #001C65;
      font-size: 18px;
      margin-bottom: 4px;
      font-weight: 700; }
      /* line 239, ../sass/screen.scss */
      header .header-list li:last-child {
        margin-bottom: 0; }
      /* line 242, ../sass/screen.scss */
      header .header-list li:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("../img/check.svg") no-repeat;
        background-size: cover;
        margin-right: 10px;
        position: relative;
        top: 2px; }
  /* line 255, ../sass/screen.scss */
  header .header-dark {
    background: #001C65; }
    /* line 256, ../sass/screen.scss */
    header .header-dark nav li {
      display: inline-block;
      list-style: none; }
      /* line 259, ../sass/screen.scss */
      header .header-dark nav li a {
        padding: 19px 12px 15px;
        display: inline-block;
        color: #fff;
        font-size: 16px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 4px solid #001C65; }
        /* line 268, ../sass/screen.scss */
        header .header-dark nav li a:hover {
          color: #fff;
          background: #133897;
          border-bottom: 4px solid #75EEFF; }
  /* line 277, ../sass/screen.scss */
  header .cart {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #133897;
    font-weight: 600;
    border-bottom: 4px solid #133897; }
    /* line 285, ../sass/screen.scss */
    header .cart b {
      font-weight: 400;
      display: inline-block;
      color: #56CCF2;
      padding: 19px 0 15px; }
    /* line 291, ../sass/screen.scss */
    header .cart span {
      background: #EB5757;
      border-radius: 50%;
      display: inline-block;
      width: 34px;
      height: 34px;
      text-align: center;
      padding-top: 9px;
      margin-left: 12px; }

/* line 304, ../sass/screen.scss */
.service {
  width: calc(33.3333333% - 20px);
  float: right;
  right: 15px;
  top: 90px;
  z-index: 999999;
  border-radius: 10px; }
  /* line 311, ../sass/screen.scss */
  .service.service_n {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    float: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
    /* line 322, ../sass/screen.scss */
    .service.service_n .day, .service.service_n hr, .service.service_n .day + b {
      display: none; }
    /* line 325, ../sass/screen.scss */
    .service.service_n .service-main {
      border-radius: 0;
      height: auto !important;
      padding-top: 20px;
      padding-bottom: 13px;
      width: 100%;
      border: none; }
      /* line 332, ../sass/screen.scss */
      .service.service_n .service-main div {
        width: 50%;
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        /* line 336, ../sass/screen.scss */
        .service.service_n .service-main div span {
          margin-right: 15px; }
    /* line 341, ../sass/screen.scss */
    .service.service_n .service-head span {
      display: none; }
    /* line 344, ../sass/screen.scss */
    .service.service_n .service-head {
      border: none;
      border-radius: 0; }
  /* line 349, ../sass/screen.scss */
  .service .service-head {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #133897;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18px 25px;
    border-radius: 10px 10px 0 0; }
    /* line 359, ../sass/screen.scss */
    .service .service-head .flag {
      width: 34px;
      height: 24px;
      float: right;
      position: relative;
      top: -3px; }
    /* line 366, ../sass/screen.scss */
    .service .service-head .service-toogle {
      display: none; }
  /* line 369, ../sass/screen.scss */
  .service .service-main {
    padding: 20px 25px;
    border-radius: 0 0 10px 10px;
    background: #001C65;
    font-size: 16px; }
    /* line 375, ../sass/screen.scss */
    .service .service-main span {
      display: block;
      color: #56CCF2;
      padding-bottom: 8px;
      font-size: 14px; }
    /* line 381, ../sass/screen.scss */
    .service .service-main hr {
      margin: 15px 0;
      border-top: 1px solid #133897; }
    /* line 383, ../sass/screen.scss */
    .service .service-main b {
      width: 146px;
      height: 15px;
      font-weight: 600;
      font-size: 18px;
      color: #fff;
      display: block;
      position: relative; }
      /* line 392, ../sass/screen.scss */
      .service .service-main b img:first-child {
        max-width: 146px;
        height: 15px;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: left;
           object-position: left; }
      /* line 399, ../sass/screen.scss */
      .service .service-main b a, .service .service-main b a:hover, .service .service-main b a:focus {
        color: #fff; }
      /* line 400, ../sass/screen.scss */
      .service .service-main b img + img {
        position: absolute;
        right: -65px;
        top: 0;
        width: 27px; }

/* line 409, ../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 415, ../sass/screen.scss */
main {
  margin-top: 37px;
  position: relative; }

/* line 416, ../sass/screen.scss */
.catalog-nav {
  width: 100%;
  border-bottom: 1px solid #E0E0E0; }
  /* line 419, ../sass/screen.scss */
  .catalog-nav .name {
    display: block;
    padding: 19px 0 17px 23px;
    color: #fff;
    background: #133897;
    border-radius: 10px 10px 0 0; }
  /* line 420, ../sass/screen.scss */
  .catalog-nav .catalog-name {
    font-size: 14px;
    font-weight: 600;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    position: relative; }
    /* line 426, ../sass/screen.scss */
    .catalog-nav .catalog-name.ed-img > a {
      position: relative;
      background: rgba(117, 238, 255, 0.3); }
      /* line 427, ../sass/screen.scss */
      .catalog-nav .catalog-name.ed-img > a .sub-v {
        background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7L9.36222 7.58833L5 11.6337L6.27556 13L10 9.54781L13.7244 13L15 11.6337L10.6378 7.58833L10 7Z' fill='%23404040'/%3E%3C/svg%3E%0A") no-repeat; }
      /* line 432, ../sass/screen.scss */
      .catalog-nav .catalog-name.ed-img > a:after {
        display: block;
        content: '';
        width: 18px;
        height: 15px;
        position: absolute;
        right: 40px;
        top: 50%;
        margin-top: -7px;
        background-size: cover;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99998 0C4.59413 2.3021e-05 9.30024e-05 4.96738 4.21113e-06 7.64241L18 7.64241C18 4.96741 13.4058 -2.28224e-05 8.99998 0Z' fill='%230B8BB5'/%3E%3Cpath d='M9.00002 15C13.4059 15 17.9999 10.0326 18 7.35759L0 7.35759C1.25435e-05 10.0326 4.59416 15 9.00002 15Z' fill='%230B8BB5'/%3E%3Cpath d='M8.99998 0C4.59413 2.14863e-05 9.30024e-05 4.63622 4.21113e-06 7.13292L18 7.13292C18 4.63625 13.4058 -2.13009e-05 8.99998 0Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M9.00002 14C13.4059 14 17.9999 9.36378 18 6.86708L0 6.86708C1.25435e-05 9.36375 4.59416 14 9.00002 14Z' fill='url(%23paint1_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='9' y1='0' x2='9' y2='14' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2365D9FF'/%3E%3Cstop offset='1' stop-color='%2308B8F0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='9' y1='0' x2='9' y2='14' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2365D9FF'/%3E%3Cstop offset='1' stop-color='%2308B8F0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); }
    /* line 445, ../sass/screen.scss */
    .catalog-nav .catalog-name ul {
      display: none; }
    /* line 450, ../sass/screen.scss */
    .catalog-nav .catalog-name.active.ed-img > a:after {
      background: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99998 0C4.59413 2.3021e-05 9.30024e-05 4.96738 4.21113e-06 7.64241L18 7.64241C18 4.96741 13.4058 -2.28224e-05 8.99998 0Z' fill='%238E5E00'/%3E%3Cpath d='M9.00002 15C13.4059 15 17.9999 10.0326 18 7.35759L0 7.35759C1.25435e-05 10.0326 4.59416 15 9.00002 15Z' fill='%238E5E00'/%3E%3Cpath d='M8.99998 0C4.59413 2.14863e-05 9.30024e-05 4.63622 4.21113e-06 7.13292L18 7.13292C18 4.63625 13.4058 -2.13009e-05 8.99998 0Z' fill='url(%23paint0_linear_756_531)'/%3E%3Cpath d='M9.00002 14C13.4059 14 17.9999 9.36378 18 6.86708L0 6.86708C1.25435e-05 9.36375 4.59416 14 9.00002 14Z' fill='url(%23paint1_linear_756_531)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_756_531' x1='9' y1='0' x2='9' y2='14' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFE380'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_756_531' x1='9' y1='0' x2='9' y2='14' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFE380'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat; }
    /* line 455, ../sass/screen.scss */
    .catalog-nav .catalog-name.active > a {
      background: #FFA800;
      color: #fff; }
      /* line 458, ../sass/screen.scss */
      .catalog-nav .catalog-name.active > a .sub-v {
        background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13L10.6378 12.4117L15 8.36628L13.7244 7L10 10.4522L6.27556 7L5 8.36628L9.36223 12.4117L10 13Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat; }
      /* line 463, ../sass/screen.scss */
      .catalog-nav .catalog-name.active > a:hover {
        background: #FFA800;
        color: #fff; }
        /* line 466, ../sass/screen.scss */
        .catalog-nav .catalog-name.active > a:hover .sub-v {
          background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 13L10.6378 12.4117L15 8.36628L13.7244 7L10 10.4522L6.27556 7L5 8.36628L9.36223 12.4117L10 13Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat; }
    /* line 471, ../sass/screen.scss */
    .catalog-nav .catalog-name.active ul {
      display: block; }
    /* line 476, ../sass/screen.scss */
    .catalog-nav .catalog-name > a {
      padding: 12px 50px 12px 20px;
      line-height: 18px;
      position: relative;
      text-decoration: none !important;
      background: #fff; }
      /* line 482, ../sass/screen.scss */
      .catalog-nav .catalog-name > a .sub-v {
        width: 30px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
        background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7L9.36222 7.58833L5 11.6337L6.27556 13L10 9.54781L13.7244 13L15 11.6337L10.6378 7.58833L10 7Z' fill='%23404040'/%3E%3C/svg%3E%0A") no-repeat; }
      /* line 492, ../sass/screen.scss */
      .catalog-nav .catalog-name > a:hover {
        background: rgba(117, 238, 255, 0.3);
        color: #001C65; }
        /* line 495, ../sass/screen.scss */
        .catalog-nav .catalog-name > a:hover .sub-v {
          background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7L9.36222 7.58833L5 11.6337L6.27556 13L10 9.54781L13.7244 13L15 11.6337L10.6378 7.58833L10 7Z' fill='%23404040'/%3E%3C/svg%3E%0A") no-repeat; }
    /* line 501, ../sass/screen.scss */
    .catalog-nav .catalog-name li {
      font-size: 14px;
      font-weight: 400;
      padding-top: 8px;
      padding-bottom: 8px; }
      /* line 506, ../sass/screen.scss */
      .catalog-nav .catalog-name li:hover {
        background: rgba(255, 168, 0, 0.1); }
      /* line 509, ../sass/screen.scss */
      .catalog-nav .catalog-name li a {
        padding-left: 30px;
        padding-right: 10px; }
  /* line 515, ../sass/screen.scss */
  .catalog-nav .catalog-toogle {
    display: none; }
  /* line 517, ../sass/screen.scss */
  .catalog-nav ul li {
    display: block;
    list-style: none;
    line-height: 16px; }
    /* line 521, ../sass/screen.scss */
    .catalog-nav ul li a {
      display: block;
      position: relative;
      color: #404040; }

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

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

/* line 548, ../sass/screen.scss */
.left-box {
  margin-top: 30px; }
  /* line 550, ../sass/screen.scss */
  .left-box .name {
    text-transform: normal; }
  /* line 554, ../sass/screen.scss */
  .left-box span {
    display: block;
    padding: 19px 0 17px 27px;
    background: #133897;
    border-radius: 10px 10px 0 0; }
  /* line 560, ../sass/screen.scss */
  .left-box .methods-info {
    border-bottom: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    padding: 20px 25px 0 25px; }

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

/* line 577, ../sass/screen.scss */
.slider .slick-dots li {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #F2F2F2;
  -webkit-transition: all .4s;
  transition: all .4s;
  margin-right: 10px; }
  /* line 590, ../sass/screen.scss */
  .slider .slick-dots li:hover, .slider .slick-dots li.slick-active {
    background: #133897; }
  /* line 594, ../sass/screen.scss */
  .slider .slick-dots li:last-child {
    margin-right: 0; }
  /* line 595, ../sass/screen.scss */
  .slider .slick-dots li button {
    display: none; }

/* line 600, ../sass/screen.scss */
.slide {
  height: 280px;
  width: 555px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px; }
  /* line 609, ../sass/screen.scss */
  .slide:focus {
    border: none !important;
    outline: none; }
  /* line 613, ../sass/screen.scss */
  .slide.slide-1 {
    background: url("../img/slider.png") no-repeat top center;
    background-size: cover; }
    /* line 618, ../sass/screen.scss */
    .slide.slide-1 pre {
      width: 179px;
      height: 224px;
      position: absolute;
      top: 34px;
      left: 15px;
      background: url("../img/kamagara_pack.png") no-repeat;
      background-size: cover;
      z-index: 4; }
    /* line 630, ../sass/screen.scss */
    .slide.slide-1 span {
      display: block;
      position: absolute;
      top: 32px;
      right: 25px;
      width: 86px;
      height: 109px;
      background: url(../img/liquid.svg) no-repeat;
      background-size: cover;
      padding-top: 50px;
      font-size: 16px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      text-align: center;
      z-index: 2; }
    /* line 649, ../sass/screen.scss */
    .slide.slide-1 div {
      padding: 12px 20px 12px 20px;
      background: -webkit-gradient(linear, left top, right top, from(#56ccf2), to(rgba(86, 204, 242, 0.6)));
      background: linear-gradient(to right, #56ccf2 0%, rgba(86, 204, 242, 0.6) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56ccf2', endColorstr='#9956ccf2',GradientType=1 );
      top: 165px;
      left: 174px;
      position: absolute;
      z-index: 3; }
      /* line 659, ../sass/screen.scss */
      .slide.slide-1 div p {
        font-size: 16px;
        color: #001C65;
        font-weight: 700; }
  /* line 666, ../sass/screen.scss */
  .slide.slide-2 {
    background: url("../img/slider-2.png") no-repeat top center;
    background-size: cover; }
    /* line 671, ../sass/screen.scss */
    .slide.slide-2 span {
      display: inline-block;
      width: 137px;
      height: 137px;
      color: #fff;
      font-size: 24px;
      font-weight: 700;
      padding: 27px 0 0 20px;
      background: url("../img/triangle.svg") no-repeat;
      margin-bottom: 30px; }
    /* line 682, ../sass/screen.scss */
    .slide.slide-2 .slide-title {
      color: #001C65;
      font-size: 30px;
      font-weight: 700;
      margin-left: 30px; }
      /* line 687, ../sass/screen.scss */
      .slide.slide-2 .slide-title b {
        font-weight: 400; }
    /* line 689, ../sass/screen.scss */
    .slide.slide-2 .slide-text {
      background: url("../img/text-slide-2.svg") no-repeat right center;
      background-size: cover;
      padding: 5px 63px 5px 30px;
      color: #56CCF2;
      font-size: 12px;
      margin-top: 12px;
      text-transform: uppercase;
      display: inline-block; }
    /* line 702, ../sass/screen.scss */
    .slide.slide-2 pre {
      display: block;
      background: url("../img/t-pills.png") no-repeat;
      width: 217px;
      height: 66px;
      position: absolute;
      bottom: 13px;
      right: 23px;
      background-size: cover; }
  /* line 715, ../sass/screen.scss */
  .slide.slide-3 {
    background: url("../img/slider-3.png") no-repeat top center;
    background-size: cover; }
    /* line 720, ../sass/screen.scss */
    .slide.slide-3 span {
      display: inline-block;
      position: absolute;
      top: 40px;
      right: 40px;
      color: #fff;
      width: 64px;
      height: 64px;
      border-radius: 50%;
      background: #FF0049;
      font-size: 30px;
      font-weight: 700;
      padding-top: 17px;
      text-align: center;
      z-index: 3; }
    /* line 737, ../sass/screen.scss */
    .slide.slide-3 .slide-title {
      font-family: "Oswald", sans-serif;
      font-size: 70px;
      font-weight: 700;
      text-transform: uppercase;
      position: relative;
      z-index: 1;
      color: #fff;
      padding-top: 44px;
      margin: 0 0 85px 30px; }
    /* line 748, ../sass/screen.scss */
    .slide.slide-3 .slide-text {
      color: #fff;
      font-size: 15px;
      text-transform: uppercase;
      padding: 10px 40px 10px 30px;
      background: url("../img/bg-slider-2.svg") no-repeat;
      background-size: cover; }
    /* line 759, ../sass/screen.scss */
    .slide.slide-3 pre {
      width: 540px;
      height: 240px;
      background: url("../img/pills.png") no-repeat;
      background-size: cover;
      position: absolute;
      top: 47px;
      right: 0;
      z-index: 2; }
  /* line 772, ../sass/screen.scss */
  .slide.slide-4 {
    background: url("../img/slider-4.png") no-repeat center left;
    background-size: cover; }
    /* line 777, ../sass/screen.scss */
    .slide.slide-4 .slide-title {
      font-family: 'Oswald', sans-serif;
      font-size: 40px;
      font-weight: 700;
      margin: 34px 0 10px 30px;
      display: inline-block;
      color: #F0B500; }
    /* line 785, ../sass/screen.scss */
    .slide.slide-4 .slide-text {
      font-size: 15px;
      margin-left: 30px;
      color: #fff;
      line-height: 18px;
      margin-bottom: 108px; }
    /* line 792, ../sass/screen.scss */
    .slide.slide-4 p {
      font-size: 12px;
      margin-left: 48px;
      color: #5F6CA3;
      position: relative; }
      /* line 797, ../sass/screen.scss */
      .slide.slide-4 p br {
        display: none; }
      /* line 798, ../sass/screen.scss */
      .slide.slide-4 p:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: -18px;
        width: 12px;
        height: 12px;
        background: url("../img/y-time.svg") no-repeat;
        background-size: cover; }
    /* line 811, ../sass/screen.scss */
    .slide.slide-4 pre {
      display: block;
      position: absolute;
      width: 116px;
      height: 92px;
      background: url("../img/box.png") no-repeat;
      background-size: cover;
      bottom: 20px;
      right: 30px; }
  /* line 824, ../sass/screen.scss */
  .slide.slide-5 {
    background: url("../img/slider-5.png") no-repeat center right;
    background-size: cover;
    position: relative; }
    /* line 830, ../sass/screen.scss */
    .slide.slide-5 ul {
      height: 100%;
      list-style: none;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 35px; }
      /* line 840, ../sass/screen.scss */
      .slide.slide-5 ul li {
        color: #FFF;
        font-size: 16px;
        line-height: 20px;
        margin-left: 65px;
        margin-bottom: 35px;
        position: relative;
        padding-right: 35px; }
        /* line 848, ../sass/screen.scss */
        .slide.slide-5 ul li:before {
          content: "";
          display: inline-block;
          position: absolute;
          left: -41px;
          width: 24px;
          height: 24px;
          background: url("../img/check3.svg") no-repeat;
          background-size: cover; }
        /* line 860, ../sass/screen.scss */
        .slide.slide-5 ul li br {
          display: none; }
    /* line 863, ../sass/screen.scss */
    .slide.slide-5 span {
      width: 80px;
      height: 80px;
      display: block;
      position: absolute;
      top: 20px;
      right: 20px;
      padding-top: 27px;
      border-radius: 50%;
      background: #FFA800;
      text-align: center;
      color: #FFF;
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase;
      z-index: 4; }
    /* line 881, ../sass/screen.scss */
    .slide.slide-5 pre {
      width: 261px;
      height: 280px;
      position: absolute;
      background: url("../img/t-pack.png") no-repeat;
      background-size: cover;
      top: 0;
      right: 0; }

/* line 895, ../sass/screen.scss */
.catalog {
  margin-top: 40px; }
  /* line 897, ../sass/screen.scss */
  .catalog h1 {
    padding-bottom: 30px; }
  /* line 898, ../sass/screen.scss */
  .catalog .product {
    width: 100%;
    height: 220px;
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 0 15px;
    text-align: center;
    position: relative; }
    /* line 906, ../sass/screen.scss */
    .catalog .product p {
      position: absolute;
      top: 17px;
      width: 100%;
      text-align: center;
      color: #828282;
      z-index: 3; }
    /* line 914, ../sass/screen.scss */
    .catalog .product .product-b {
      font-size: 16px;
      font-weight: 700;
      color: #2D9CDB; }
    /* line 919, ../sass/screen.scss */
    .catalog .product .product-g {
      color: #27AE60;
      font-size: 16px;
      font-weight: 700; }
    /* line 924, ../sass/screen.scss */
    .catalog .product .p-img {
      width: 229px;
      position: relative;
      z-index: 2;
      height: 170px;
      margin-left: auto;
      margin-right: auto; }
    /* line 932, ../sass/screen.scss */
    .catalog .product .btn {
      position: absolute;
      top: 170px;
      left: 50%;
      margin-left: -105px;
      font-size: 16px;
      font-weight: 400; }

/* line 944, ../sass/screen.scss */
.banner {
  width: 100%;
  height: 200px;
  background: url(../img/banner.png) no-repeat top left;
  background-size: cover;
  margin-top: 15px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px; }
  /* line 955, ../sass/screen.scss */
  .banner .percent {
    padding-top: 26px;
    padding-left: 241px;
    font-size: 22px;
    color: #fff;
    font-weight: 700; }
    /* line 961, ../sass/screen.scss */
    .banner .percent p {
      color: #fff;
      text-transform: uppercase; }
    /* line 962, ../sass/screen.scss */
    .banner .percent span {
      padding: 14px;
      border-left: 5px solid #55DFFB;
      background: rgba(85, 223, 251, 0.3);
      float: left;
      margin-right: 12px; }
    /* line 969, ../sass/screen.scss */
    .banner .percent small {
      font-size: 13px;
      color: #0C476F;
      font-weight: 400;
      display: block;
      margin-top: 2px;
      margin-left: 90px; }
    /* line 977, ../sass/screen.scss */
    .banner .percent .sur {
      margin-top: 15px;
      padding: 17px 33px 17px 0;
      text-align: right;
      width: 233px;
      border-right: 5px solid rgba(255, 255, 255, 0.9);
      background: -webkit-gradient(linear, left top, right top, from(rgba(85, 223, 251, 0)), to(#55dffb));
      background: linear-gradient(to right, rgba(85, 223, 251, 0) 0%, #55dffb 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055dffb', endColorstr='#55dffb',GradientType=1 ); }
  /* line 989, ../sass/screen.scss */
  .banner .banner-i {
    width: 195px;
    float: right;
    text-align: center;
    color: #0C476F;
    font-size: 16px;
    font-weight: 700;
    margin-right: 70px;
    margin-top: 35px;
    text-transform: uppercase;
    line-height: 18px; }
  /* line 1001, ../sass/screen.scss */
  .banner .pills-b {
    position: absolute;
    width: 269px;
    height: 100px;
    right: 0;
    bottom: 0;
    background: url("../img/pills-b.png") no-repeat;
    background-size: cover; }

/* line 1015, ../sass/screen.scss */
.text p, .text ul {
  line-height: 18px;
  margin-bottom: 30px;
  color: #4f4f4f; }
/* line 1016, ../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 1019, ../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 1020, ../sass/screen.scss */
.text h6 {
  margin-bottom: 20px; }
/* line 1023, ../sass/screen.scss */
.text li {
  padding-bottom: 13px;
  padding-left: 24px;
  position: relative; }
  /* line 1024, ../sass/screen.scss */
  .text li:last-child {
    padding-bottom: 0; }
  /* line 1025, ../sass/screen.scss */
  .text li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 11px;
    height: 8px;
    background: url("../img/arrow-blue.svg") no-repeat;
    background-size: cover; }

/* line 1041, ../sass/screen.scss */
.blue-box {
  background: #56CCF2;
  padding: 20px 30px 20px 103px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 11px;
  position: relative;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.1); }
  /* line 1051, ../sass/screen.scss */
  .blue-box:before {
    content: "";
    display: block;
    position: absolute; }

/* line 1059, ../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 1062, ../sass/screen.scss */
  .flex-img .img {
    width: 290px; }
  /* line 1065, ../sass/screen.scss */
  .flex-img .img-l {
    margin-right: 15px; }
  /* line 1068, ../sass/screen.scss */
  .flex-img .img-r {
    margin-left: 15px; }

/* line 1073, ../sass/screen.scss */
.box-1:before {
  width: 45px;
  height: 31px;
  background: url(../img/ico-car.svg) no-repeat;
  top: 15px;
  left: 30px;
  background-size: cover; }

/* line 1083, ../sass/screen.scss */
.box-2:before {
  width: 37px;
  height: 37px;
  background: url(../img/ico-lock.svg) no-repeat;
  top: 12px;
  left: 33px;
  background-size: cover; }

/* line 1093, ../sass/screen.scss */
.box-3:before {
  width: 37px;
  height: 37px;
  background: url(../img/ico-euro.svg) no-repeat;
  top: 12px;
  left: 33px;
  background-size: cover; }

/* line 1103, ../sass/screen.scss */
.box-4:before {
  width: 39px;
  height: 34px;
  background: url(../img/ico-sert.svg) no-repeat;
  top: 15px;
  left: 30px;
  background-size: cover; }

/* line 1114, ../sass/screen.scss */
.box-5:before {
  width: 37px;
  height: 37px;
  background: url(../img/ico-tablet.svg) no-repeat;
  top: 21px;
  left: 30px;
  background-size: cover; }

/* line 1125, ../sass/screen.scss */
.box-6:before {
  width: 33px;
  height: 33px;
  background: url(../img/ico-support.svg) no-repeat;
  top: 15px;
  left: 30px;
  background-size: cover; }

/* line 1136, ../sass/screen.scss */
.box-6 {
  margin-bottom: 30px; }

/* line 1138, ../sass/screen.scss */
.reviews {
  margin-top: 30px;
  margin-bottom: 20px; }
  /* line 1141, ../sass/screen.scss */
  .reviews h3 {
    color: #56CCF2;
    font-size: 24px; }
  /* line 1145, ../sass/screen.scss */
  .reviews .review {
    background: rgba(117, 238, 255, 0.15);
    padding: 20px 15px 35px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px !important; }
    /* line 1151, ../sass/screen.scss */
    .reviews .review:before {
      display: block;
      content: "";
      width: 16px;
      height: 10px;
      margin: 0 auto 22px;
      background: url("../img/vector.svg") no-repeat;
      background-size: cover; }
    /* line 1163, ../sass/screen.scss */
    .reviews .review h4 {
      color: #2D9CDB;
      margin-bottom: 12px;
      word-wrap: break-word; }
    /* line 1164, ../sass/screen.scss */
    .reviews .review p {
      line-height: 18px; }

/* line 1168, ../sass/screen.scss */
.lang {
  margin-left: 90px;
  margin-top: 20px; }
  /* line 1171, ../sass/screen.scss */
  .lang li {
    margin-right: 12px;
    display: inline-block; }
    /* line 1174, ../sass/screen.scss */
    .lang li a {
      color: #75EEFF;
      text-decoration: underline;
      font-size: 12px; }
      /* line 1178, ../sass/screen.scss */
      .lang li a:hover {
        text-decoration: none; }
    /* line 1182, ../sass/screen.scss */
    .lang li:last-child {
      margin-right: 0; }

/* line 1188, ../sass/screen.scss */
footer {
  background: #001C65;
  padding: 50px 0; }
  /* line 1191, ../sass/screen.scss */
  footer .container {
    position: relative; }
    /* line 1194, ../sass/screen.scss */
    footer .container .up {
      display: block;
      width: 60px;
      top: -140px;
      position: absolute;
      color: #bdbdbd;
      font-size: 12px;
      text-align: center;
      right: -60px;
      z-index: 9999999; }
      /* line 1204, ../sass/screen.scss */
      footer .container .up:before {
        content: "";
        width: 60px;
        display: block;
        height: 60px;
        border-radius: 5px;
        background: #56CCF2 url("../img/up.svg") no-repeat center center;
        margin-bottom: 5px; }
      /* line 1214, ../sass/screen.scss */
      footer .container .up:hover:before {
        background: #12b5ea url("../img/up.svg") no-repeat center center; }
  /* line 1217, ../sass/screen.scss */
  footer .ftr-logo {
    width: 60px;
    height: 60px;
    background: url("../img/logo.svg") no-repeat;
    background-size: cover;
    float: left; }
  /* line 1227, ../sass/screen.scss */
  footer p {
    color: #fff;
    line-height: 16px;
    padding-left: 90px;
    font-size: 12px; }
  /* line 1232, ../sass/screen.scss */
  footer a, footer a:focus {
    color: #56CCF2;
    text-decoration: none; }
    /* line 1235, ../sass/screen.scss */
    footer a:hover, footer a:focus:hover {
      color: #56CCF2; }
  /* line 1238, ../sass/screen.scss */
  footer h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff; }
  /* line 1244, ../sass/screen.scss */
  footer ul a {
    display: block;
    margin-bottom: 13px; }

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

/* line 1252, ../sass/screen.scss */
.table {
  width: 100%;
  margin-bottom: 30px; }
  /* line 1254, ../sass/screen.scss */
  .table thead {
    background: #56CCF2;
    color: #fff;
    font-weight: 700; }
  /* line 1255, ../sass/screen.scss */
  .table tr:nth-child(2n) {
    background: #F7F7F7; }
  /* line 1256, ../sass/screen.scss */
  .table tr:first-child td {
    border-top: 1px solid #f2f2f2; }
  /* line 1257, ../sass/screen.scss */
  .table th, .table td {
    padding: 20px !important; }
  /* line 1258, ../sass/screen.scss */
  .table .t-show {
    display: none; }
  /* line 1259, ../sass/screen.scss */
  .table .t-center {
    text-align: center; }
  /* line 1263, ../sass/screen.scss */
  .table.check-table td:nth-child(3) {
    text-align: center; }

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

/* line 1272, ../sass/screen.scss */
.table {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-radius: 10px;
  border-collapse: inherit;
  overflow: hidden; }
  /* line 1278, ../sass/screen.scss */
  .table span {
    display: none; }
  /* line 1279, ../sass/screen.scss */
  .table .t-price {
    color: #EB5757;
    font-weight: 700;
    min-width: 110px; }

/* line 1283, ../sass/screen.scss */
.table tr:last-child td:first-child {
  border-bottom-left-radius: 10px; }

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

/* line 1290, ../sass/screen.scss */
.table tr:last-child td:last-child {
  border-bottom-right-radius: 10px; }

/* line 1293, ../sass/screen.scss */
.table tr:last-child th:first-child {
  border-top-left-radius: 10px; }

/* line 1297, ../sass/screen.scss */
.table tr:last-child th:last-child {
  border-top-right-radius: 10px; }

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

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

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

/* line 1314, ../sass/screen.scss */
.panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px !important;
  overflow: hidden; }
  /* line 1323, ../sass/screen.scss */
  .panel .panel-heading {
    border-radius: 0;
    padding: 0;
    background-color: none; }
    /* line 1329, ../sass/screen.scss */
    .panel .panel-heading .panel-title {
      padding: 23px 20px;
      background: #f2f2f2;
      color: #001C65;
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      display: block;
      position: relative; }
      /* line 1338, ../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 1352, ../sass/screen.scss */
      .panel .panel-heading .panel-title.collapsed {
        background: #56CCF2;
        color: #fff; }
        /* line 1355, ../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 1364, ../sass/screen.scss */
  .panel .panel-body {
    padding: 22px 20px 0;
    border-top: 0 !important; }

/* line 1372, ../sass/screen.scss */
form label {
  color: #828282;
  text-align: left !important;
  margin-bottom: 10px;
  line-height: 18px; }
/* line 1373, ../sass/screen.scss */
form input.form-control, form textarea.form-control, form select.form-control {
  border: 1px solid #E0E0E0;
  border-radius: 5px; }
  /* line 1377, ../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 1382, ../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 35px 11px;
  -webkit-transition: all .4s;
  transition: all .4s; }
  /* line 1395, ../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: #12b5ea !important;
    color: #fff !important; }

/* line 1401, ../sass/screen.scss */
.step {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px; }
  /* line 1402, ../sass/screen.scss */
  .step li {
    display: block;
    float: left;
    width: 33.33333%;
    position: relative;
    color: #828282; }
    /* line 1408, ../sass/screen.scss */
    .step li b {
      color: #333;
      font-weight: 400; }
    /* line 1409, ../sass/screen.scss */
    .step li:before {
      content: "";
      display: block;
      width: 100%;
      height: 4px;
      background: #E0E0E0;
      margin-bottom: 32px; }
    /* line 1417, ../sass/screen.scss */
    .step li.active-step:before, .step li.active-step:after {
      background: #001C65; }
    /* line 1420, ../sass/screen.scss */
    .step li.active-step:after, .step li.error-step:after {
      width: 30px;
      height: 30px;
      top: -13px; }
    /* line 1421, ../sass/screen.scss */
    .step li:after {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      color: #fff;
      background: #E0E0E0;
      font-weight: 700;
      text-align: center;
      position: absolute;
      top: -7px;
      left: 50%;
      margin-left: -15px;
      padding-top: 8px; }
    /* line 1438, ../sass/screen.scss */
    .step li.active-step.step-1:after {
      content: "1"; }
    /* line 1439, ../sass/screen.scss */
    .step li.active-step.step-2:after {
      content: "2"; }
    /* line 1440, ../sass/screen.scss */
    .step li.active-step.step-3:after {
      content: "";
      background: #001C65 url("../img/check-w.svg") no-repeat center center;
      background-size: 9px 9px; }
    /* line 1443, ../sass/screen.scss */
    .step li.error-step.step-3:after {
      content: "";
      background: #EB5757 url("../img/white-x.svg") no-repeat center center;
      background-size: 9px 9px; }
    /* line 1446, ../sass/screen.scss */
    .step li.error-step:before, .step li.error-step:after {
      background: #EB5757; }

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

/* line 1450, ../sass/screen.scss */
.selectize {
  padding: 20px 57px 20px 25px;
  margin: 30px 0;
  border: 1px solid #F2F2F2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  /* line 1459, ../sass/screen.scss */
  .selectize h4 {
    color: #EB5757;
    padding-bottom: 8px; }
  /* line 1460, ../sass/screen.scss */
  .selectize h5 {
    color: #EB5757; }
  /* line 1461, ../sass/screen.scss */
  .selectize p b {
    color: #001C65; }
  /* line 1462, ../sass/screen.scss */
  .selectize a {
    display: block;
    width: 57px;
    height: 100%;
    background: #EB5757;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0; }
    /* line 1473, ../sass/screen.scss */
    .selectize a:hover {
      background-color: #e62929; }
    /* line 1474, ../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 1490, ../sass/screen.scss */
input[type=checkbox], input[type=radio] {
  margin: 1px 0 0 0;
  display: none; }

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

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

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

/* line 1517, ../sass/screen.scss */
input[type=checkbox] + label {
  padding-left: 20px;
  color: #333; }
  /* line 1520, ../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 1533, ../sass/screen.scss */
input[type=checkbox]:checked + label:before {
  background: url("../img/ch.svg") no-repeat center center;
  background-size: 11px 8px; }

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

/* line 1544, ../sass/screen.scss */
.price {
  color: #EB5757; }

/* line 1545, ../sass/screen.scss */
.total {
  margin: 17px 0 30px;
  padding: 24px 0 0;
  border-top: 4px solid #EB5757;
  font-size: 16px; }
  /* line 1550, ../sass/screen.scss */
  .total .price {
    float: right;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    top: -4px; }

/* line 1553, ../sass/screen.scss */
.btn-dark {
  background: #001C65; }
  /* line 1555, ../sass/screen.scss */
  .btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    background: #000e32; }

/* line 1557, ../sass/screen.scss */
.two-btn {
  margin-bottom: 50px; }

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

/* line 1562, ../sass/screen.scss */
.who-radio span {
  color: #828282; }
/* line 1563, ../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 1568, ../sass/screen.scss */
.who-radio p {
  font-size: 12px;
  margin-bottom: 15px;
  color: #828282; }
/* line 1573, ../sass/screen.scss */
.who-radio .radio {
  display: inline-block;
  margin-left: 13px;
  margin-top: 0;
  margin-bottom: 0; }
  /* line 1578, ../sass/screen.scss */
  .who-radio .radio label {
    color: #333; }

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

/* line 1590, ../sass/screen.scss */
.details {
  margin-top: 30px;
  border-top: 1px solid #E0E0E0;
  padding-top: 30px; }
  /* line 1594, ../sass/screen.scss */
  .details h4 {
    margin-bottom: 30px; }
  /* line 1595, ../sass/screen.scss */
  .details .check-add {
    margin: 29px 0 74px; }

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

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

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

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

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

/* line 1618, ../sass/screen.scss */
.form-date label {
  display: block; }

/* line 1620, ../sass/screen.scss */
.form-visual input {
  width: 94px !important;
  display: inline-block; }
/* line 1621, ../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 1634, ../sass/screen.scss */
.one-btn {
  padding: 20px 0 50px;
  margin-top: 15px; }
  /* line 1639, ../sass/screen.scss */
  .one-btn .btn, .one-btn .btn:active {
    float: right;
    margin: 0;
    width: 180px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

/* line 1642, ../sass/screen.scss */
.confirm {
  padding-top: 30px; }
  /* line 1644, ../sass/screen.scss */
  .confirm .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    /* line 1646, ../sass/screen.scss */
    .confirm .checkbox span {
      line-height: 18px;
      margin-left: 8px; }
  /* line 1651, ../sass/screen.scss */
  .confirm h4 {
    margin-bottom: 20px; }
  /* line 1654, ../sass/screen.scss */
  .confirm + .one-btn {
    margin-bottom: 40px; }

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

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

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

/* line 1681, ../sass/screen.scss */
.captcha-inp input {
  margin-top: 13px; }

/* line 1682, ../sass/screen.scss */
.nav-toogle {
  display: none;
  color: #56CCF2;
  padding-top: 18px; }
  /* line 1686, ../sass/screen.scss */
  .nav-toogle:hover, .nav-toogle:active, .nav-toogle:focus {
    color: #56CCF2; }
  /* line 1687, ../sass/screen.scss */
  .nav-toogle:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 14px;
    background: url("../img/menu_icon.svg") no-repeat;
    margin-right: 8px;
    background-size: cover; }

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

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

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

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

/* line 1713, ../sass/screen.scss */
.captcha {
  margin: 5px 0 40px; }
  /* line 1715, ../sass/screen.scss */
  .captcha .btn, .captcha .btn:hover, .captcha .btn:active, .captcha .btn:focus {
    margin-top: 20px; }

/* line 1718, ../sass/screen.scss */
form h4 {
  padding: 15px 20px 15px;
  background: rgba(222, 240, 252, 0.6);
  border-radius: 10px; }

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

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

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

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

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

/* line 1739, ../sass/screen.scss */
.form-date {
  position: relative;
  /*width: 255px !important;*/ }

/* line 1740, ../sass/screen.scss */
.input-group {
  margin-bottom: 15px;
  width: 100%; }
  /* line 1743, ../sass/screen.scss */
  .input-group select {
    width: 100%;
    height: 42px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none !important; }
  /* line 1748, ../sass/screen.scss */
  .input-group select.form-month {
    width: 95px !important;
    float: left; }
  /* line 1749, ../sass/screen.scss */
  .input-group select.form-year {
    width: 124px !important;
    float: left; }
  /* line 1751, ../sass/screen.scss */
  .input-group select.form-day-2 {
    width: 61px !important;
    float: left; }
  /* line 1752, ../sass/screen.scss */
  .input-group select.form-month-2 {
    width: 65px !important;
    float: left; }
  /* line 1753, ../sass/screen.scss */
  .input-group select.form-year-2 {
    width: 94px !important;
    float: left; }
  /* line 1755, ../sass/screen.scss */
  .input-group input {
    padding: 0 15px;
    height: 42px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 1761, ../sass/screen.scss */
  .input-group .input-group-addon {
    background: #56CCF2;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0;
    border: 1px solid #56CCF2;
    width: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px; }
    /* line 1773, ../sass/screen.scss */
    .input-group .input-group-addon i {
      margin: auto; }
    /* line 1776, ../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 1785, ../sass/screen.scss */
    .input-group .input-group-addon .i-user {
      width: 16px;
      height: 18px;
      background: url("../img/user2.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1794, ../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 1803, ../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 1812, ../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 1821, ../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 1830, ../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 1839, ../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 1848, ../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 1857, ../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 1866, ../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 1877, ../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 1890, ../sass/screen.scss */
  .f-tooltip:hover + .f-tooltip-info {
    display: block; }

/* line 1895, ../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: 998;
  display: none; }
  /* line 1905, ../sass/screen.scss */
  .f-tooltip-info b {
    margin-bottom: 15px;
    display: block; }
  /* line 1909, ../sass/screen.scss */
  .f-tooltip-info:before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: -12px;
    z-index: 999;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 12px 8px 0;
    border-color: transparent #ffffff transparent transparent; }

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

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

/* line 1932, ../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-radius: 0;
  border-bottom: 1px solid #fff; }

/* line 1938, ../sass/screen.scss */
.nav-tabs > li > a:hover {
  border-bottom: 1px solid #e0e0e0; }

/* line 1941, ../sass/screen.scss */
.nav-tabs > li {
  margin-bottom: -3px; }

/* line 1944, ../sass/screen.scss */
.tab-pane {
  padding: 15px 0 0; }
  /* line 1946, ../sass/screen.scss */
  .tab-pane .i-t-info {
    font-size: 12px;
    color: #828282;
    line-height: 14px;
    margin-bottom: 25px; }

/* line 1953, ../sass/screen.scss */
.nav-tabs > li a {
  height: 54px;
  margin-bottom: 2px; }

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

/* line 1959, ../sass/screen.scss */
.cart-table select {
  padding: 4px 8px;
  border-color: #E0E0E0;
  width: 50px;
  outline: none; }
  /* line 1964, ../sass/screen.scss */
  .cart-table select:focus {
    outline: none;
    border-color: #66AFE9; }

/* line 1971, ../sass/screen.scss */
.rating {
  margin-left: 15px;
  margin-bottom: 15px; }
  /* line 1974, ../sass/screen.scss */
  .rating ul, .rating span {
    margin-bottom: 0;
    display: inline-block; }
  /* line 1975, ../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 1984, ../sass/screen.scss */
    .rating li:before {
      content: none; }
    /* line 1985, ../sass/screen.scss */
    .rating li.r-full {
      background-position: 0 0; }
    /* line 1988, ../sass/screen.scss */
    .rating li.r-half {
      background-position: -18px 0; }
    /* line 1991, ../sass/screen.scss */
    .rating li.r-empty {
      background-position: -36px 0; }
    /* line 1994, ../sass/screen.scss */
    .rating li.r-half2 {
      background-position: -55px 0; }
  /* line 1998, ../sass/screen.scss */
  .rating span {
    font-size: 11px;
    margin-left: 15px;
    position: relative;
    top: -3px; }

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

/* line 2006, ../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 2014, ../sass/screen.scss */
  .methods-info.m-payment img:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }

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

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

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

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

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

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

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

/* line 2045, ../sass/screen.scss */
footer .f-visa, footer .f-master, footer .f-amex, footer .f-diner {
  width: 38px; }
/* line 2048, ../sass/screen.scss */
footer .f-bleue, footer .f-bitcoin {
  width: 44px; }
/* line 2051, ../sass/screen.scss */
footer .f-local {
  min-width: 38px;
  max-width: 80px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain; }
/* line 2057, ../sass/screen.scss */
footer .f-jcb {
  width: 31px; }
/* line 2060, ../sass/screen.scss */
footer .f-discover {
  width: 42px; }

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

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

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

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

/* line 2085, ../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 2093, ../sass/screen.scss */
  .doc {
    background: url("../img/doctor@2x.png") no-repeat;
    background-size: cover; }

  /* line 2097, ../sass/screen.scss */
  .pills-b {
    background: url("../img/pills-b@2x.png") no-repeat;
    background-size: cover; }

  /* line 2104, ../sass/screen.scss */
  .slide.slide-1 {
    background: url("../img/slider@2x.png") no-repeat top center;
    background-size: cover; }
  /* line 2110, ../sass/screen.scss */
  .slide.slide-2 {
    background: url("../img/slider-2@2x.png") no-repeat top center;
    background-size: cover; }
    /* line 2115, ../sass/screen.scss */
    .slide.slide-2 pre {
      background: url("../img/t-pills@2x.png") no-repeat;
      background-size: cover; }
  /* line 2122, ../sass/screen.scss */
  .slide.slide-3 {
    background: url("../img/slider-3@2x.png") no-repeat top center;
    background-size: cover; }
    /* line 2127, ../sass/screen.scss */
    .slide.slide-3 pre {
      background: url("../img/pills@2x.png") no-repeat;
      background-size: cover; }
  /* line 2134, ../sass/screen.scss */
  .slide.slide-4 {
    background: url("../img/slider-4@2x.png") no-repeat top left;
    background-size: cover; }
    /* line 2139, ../sass/screen.scss */
    .slide.slide-4 pre {
      background: url("../img/box@2x.png") no-repeat;
      background-size: cover; }
  /* line 2146, ../sass/screen.scss */
  .slide.slide-5 {
    background: url("../img/slider-5@2x.png") no-repeat top right;
    background-size: cover; }
    /* line 2151, ../sass/screen.scss */
    .slide.slide-5 pre {
      background: url("../img/t-pack@2x.png") no-repeat;
      background-size: cover; }

  /* line 2160, ../sass/screen.scss */
  .slide.slide-1 pre {
    background: url("../img/kamagara_pack@2x.png") no-repeat;
    background-size: cover; }

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

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

  /* line 2170, ../sass/screen.scss */
  .banner {
    background: url(../img/banner@2x.png) no-repeat;
    background-size: cover; } }
/* line 2180, ../sass/screen.scss */
.table-info.table-confirm td {
  width: 50%; }

/* line 2185, ../sass/screen.scss */
.select-city {
  float: right;
  margin-top: -50px;
  position: relative; }
  /* line 2189, ../sass/screen.scss */
  .select-city .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    /* line 2193, ../sass/screen.scss */
    .select-city .form-group label {
      margin-top: 8px;
      margin-right: 15px; }

/* line 2199, ../sass/screen.scss */
.select {
  position: relative;
  width: 220px; }
  /* line 2202, ../sass/screen.scss */
  .select:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

/* line 2207, ../sass/screen.scss */
.select .list {
  position: absolute;
  top: 40px;
  right: 0;
  width: 220px;
  background: #fff;
  padding: 10px 0;
  max-height: 300px;
  overflow: scroll; }
  /* line 2216, ../sass/screen.scss */
  .select .list li a {
    display: block;
    padding: 10px 15px;
    color: #4F4F4F; }
    /* line 2220, ../sass/screen.scss */
    .select .list li a:hover {
      background: #ebf6fe; }

/* line 2226, ../sass/screen.scss */
.select {
  -webkit-appearance: none;
  background-image: url(../img/select.svg) !important;
  background-repeat: no-repeat;
  background-size: 11px 6px !important;
  -moz-background-size: 11px 6px !important;
  background-position: right 11px center;
  border-radius: 5px !important;
  border: 1px solid #e0e0e0;
  width: 220px;
  color: #ccc;
  padding: 7px 10px; }
  /* line 2238, ../sass/screen.scss */
  .select.open {
    background-image: url(../img/select_on.svg) !important; }

/*select*/
/* line 2245, ../sass/screen.scss */
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* line 2250, ../sass/screen.scss */
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

/* line 2257, ../sass/screen.scss */
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

/* line 2262, ../sass/screen.scss */
.nice-select.disabled:after {
  border-color: #cccccc; }

/* line 2265, ../sass/screen.scss */
.nice-select.wide {
  width: 100%; }

/* line 2268, ../sass/screen.scss */
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

/* line 2272, ../sass/screen.scss */
.nice-select.right {
  float: right; }

/* line 2275, ../sass/screen.scss */
.nice-select.right .list {
  left: auto;
  right: 0; }

/* line 2279, ../sass/screen.scss */
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

/* line 2284, ../sass/screen.scss */
.nice-select.small:after {
  height: 4px;
  width: 4px; }

/* line 2288, ../sass/screen.scss */
.nice-select .list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }

/* line 2307, ../sass/screen.scss */
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

/* line 2310, ../sass/screen.scss */
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  list-style: none;
  outline: none;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

/* line 2318, ../sass/screen.scss */
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6; }

/* line 2321, ../sass/screen.scss */
.nice-select .option.selected {
  font-weight: bold; }

/* line 2324, ../sass/screen.scss */
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

/* line 2330, ../sass/screen.scss */
.no-csspointerevents .nice-select .list {
  display: none; }

/* line 2334, ../sass/screen.scss */
.no-csspointerevents .nice-select.open .list {
  display: block; }

/*end select*/
/*response*/
@media screen and (max-width: 1310px) {
  /* line 2342, ../sass/screen.scss */
  footer .container .up {
    right: 0;
    top: -43px; } }
@media screen and (max-width: 1200px) and (min-width: 990px) {
  /* line 2345, ../sass/screen.scss */
  .f-visa, .f-master, .f-amex, .f-diner {
    width: 38px; }

  /* line 2348, ../sass/screen.scss */
  .f-bleue, .f-bitcoin {
    width: 44px; }

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

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

  /* line 2360, ../sass/screen.scss */
  .f-discover {
    width: 42px; } }
@media screen and (max-width: 1200px) {
  /* line 2365, ../sass/screen.scss */
  .catalog-nav .catalog-name.ed-img > a:after {
    right: 35px;
    display: block !important; }

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

  /* line 2374, ../sass/screen.scss */
  footer .container .up {
    top: -140px; }

  /* line 2375, ../sass/screen.scss */
  .input-group select.form-month {
    width: 85px !important; }

  /* line 2376, ../sass/screen.scss */
  .input-group select.form-year {
    width: 90px !important; }

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

  /* line 2378, ../sass/screen.scss */
  header .cart b {
    font-size: 13px; }

  /* line 2381, ../sass/screen.scss */
  header .header-dark nav li a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px; }

  /* line 2387, ../sass/screen.scss */
  .service .flag {
    /*display: none;*/ }

  /* line 2388, ../sass/screen.scss */
  .service.service_n .flag {
    display: block;
    top: 5px; }

  /* line 2389, ../sass/screen.scss */
  .service.service_n .service-main div {
    display: block; }

  /* line 2394, ../sass/screen.scss */
  footer .ftr-logo {
    display: none; }
  /* line 2395, ../sass/screen.scss */
  footer p {
    padding-left: 0; }
  /* line 2396, ../sass/screen.scss */
  footer .lang {
    margin-left: 0; }

  /* line 2402, ../sass/screen.scss */
  .catalog .product .btn {
    width: 168px;
    margin-left: -84px; }

  /* line 2406, ../sass/screen.scss */
  .slide.slide-3 pre {
    left: 0; }

  /* line 2410, ../sass/screen.scss */
  .slide.slide-2 pre {
    display: none; }

  /* line 2412, ../sass/screen.scss */
  .details .check-add {
    margin: 29px 0 95px; } }
@media screen and (max-width: 1024px) {
  /* line 2418, ../sass/screen.scss */
  .select-city {
    float: none;
    margin-top: 15px; } }
/* line 2423, ../sass/screen.scss */
.nav-tabs > li span {
  display: none; }

@media screen and (max-width: 990px) {
  /* line 2427, ../sass/screen.scss */
  .details .check-add {
    margin: 29px 0 89px; }

  /* line 2430, ../sass/screen.scss */
  .catalog-nav .catalog-name > a:after {
    display: none !important; }

  /* line 2433, ../sass/screen.scss */
  .catalog-nav .catalog-name li a {
    padding-left: 20px; }

  /* line 2438, ../sass/screen.scss */
  .header-dark .container {
    width: 100%; }

  /* line 2439, ../sass/screen.scss */
  header .cart b {
    display: none; }

  /* line 2440, ../sass/screen.scss */
  header .cart {
    padding: 8px 0; }

  /* line 2441, ../sass/screen.scss */
  .slide.slide-3 pre {
    left: 25%; }

  /* line 2442, ../sass/screen.scss */
  main {
    margin-top: 84px; }

  /* line 2443, ../sass/screen.scss */
  .service, .service_n.service {
    width: 735px;
    position: absolute;
    top: -84px;
    z-index: 999999; }

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

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

  /* line 2452, ../sass/screen.scss */
  .service .service-head {
    padding: 17px 25px;
    margin-top: 15px;
    border-radius: 10px; }
    /* line 2456, ../sass/screen.scss */
    .service .service-head span {
      display: none; }
    /* line 2457, ../sass/screen.scss */
    .service .service-head .service-toogle {
      display: block;
      text-align: center; }

  /* line 2462, ../sass/screen.scss */
  .service.service_n {
    display: block; }

  /* line 2465, ../sass/screen.scss */
  .service.service_n .flag {
    top: -3px; }

  /* line 2468, ../sass/screen.scss */
  .service.service_n .service-main div {
    float: none;
    width: 49%;
    display: inline-block; }

  /* line 2473, ../sass/screen.scss */
  .service.service_n .service-head {
    width: 100%;
    border-radius: 10px; }

  /* line 2477, ../sass/screen.scss */
  .service-main a {
    position: relative;
    display: block; }
    /* line 2478, ../sass/screen.scss */
    .service-main a img {
      display: block;
      position: absolute;
      width: 34px;
      height: 24px;
      right: 0px;
      top: -13px; }

  /* line 2487, ../sass/screen.scss */
  #service {
    display: none;
    border-radius: 10px; }

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

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

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

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

  /* line 2496, ../sass/screen.scss */
  footer {
    margin-top: 40px; }
    /* line 2498, ../sass/screen.scss */
    footer .col-md-3 {
      margin-bottom: 40px; }

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

  /* line 2501, ../sass/screen.scss */
  .catalog .product .btn {
    width: 211px;
    left: 50%;
    margin-left: -105px; }

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

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

  /* line 2508, ../sass/screen.scss */
  .catalog-nav ul li a {
    padding-right: 30px; } }
@media screen and (max-width: 943px) {
  /* line 2514, ../sass/screen.scss */
  header .header-dark {
    position: absolute;
    top: -54px;
    width: 100%;
    z-index: 1000000; }
    /* line 2519, ../sass/screen.scss */
    header .header-dark .col-md-9.col-sm-9, header .header-dark .col-md-3.col-sm-3 {
      width: 50%;
      float: left;
      padding: 0; }

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

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

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

  /* line 2524, ../sass/screen.scss */
  #menu {
    display: none;
    margin-top: 15px;
    padding-bottom: 30px;
    padding-left: 15px; }
    /* line 2529, ../sass/screen.scss */
    #menu li {
      display: block; }
      /* line 2531, ../sass/screen.scss */
      #menu li a {
        font-size: 16px;
        border: none;
        padding-left: 0; }
        /* line 2535, ../sass/screen.scss */
        #menu li a:hover {
          border: none;
          background: none; }

  /* line 2539, ../sass/screen.scss */
  .header-top {
    margin-top: 54px; } }
@media screen and (max-width: 767px) {
  /* line 2542, ../sass/screen.scss */
  .flex-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    /* line 2544, ../sass/screen.scss */
    .flex-img .img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%; }
      /* line 2547, ../sass/screen.scss */
      .flex-img .img.img-l, .flex-img .img.img-r {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px; }
    /* line 2553, ../sass/screen.scss */
    .flex-img div {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }

  /* line 2557, ../sass/screen.scss */
  .catalog-main {
    padding-left: 15px; }

  /* line 2561, ../sass/screen.scss */
  .service, .service_n.service {
    width: 128%; }

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

  /* line 2565, ../sass/screen.scss */
  .catalog .product {
    overflow: hidden;
    text-align: center; }
    /* line 2568, ../sass/screen.scss */
    .catalog .product .p-img {
      position: absolute;
      width: 170px;
      height: 148px;
      left: 50%;
      margin-left: -85px;
      top: 10px; }

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

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

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

  /* line 2581, ../sass/screen.scss */
  .details .check-add {
    margin: 30px 0 0; }
    /* line 2581, ../sass/screen.scss */
    .details .check-add + .facture-forms {
      margin-top: 20px; }

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

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

  /* line 2584, ../sass/screen.scss */
  .service {
    right: 15px;
    width: 128%; } }

@media screen and (max-width: 650px) {
  /* line 2588, ../sass/screen.scss */
  .service.service_n {
    overflow: visible;
    border-radius: 0; }

  /* line 2592, ../sass/screen.scss */
  .service .service-head {
    border-radius: 0; }

  /* line 2595, ../sass/screen.scss */
  footer p {
    padding-right: 60px; }

  /* line 2598, ../sass/screen.scss */
  .doc {
    display: none; }

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

  /* line 2604, ../sass/screen.scss */
  .service .service-head {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
    border-radius: 0;
    background: #FFA800; }

  /* line 2611, ../sass/screen.scss */
  .catalog-nav {
    border-bottom: 0; }
    /* line 2613, ../sass/screen.scss */
    .catalog-nav .name {
      border-radius: 0;
      padding-top: 17px;
      padding-bottom: 17px; }

  /* line 2619, ../sass/screen.scss */
  .prod-img img {
    max-width: 290px;
    margin-bottom: 30px; }

  /* line 2623, ../sass/screen.scss */
  .service, .service_n.service {
    width: 50%; }

  /* line 2626, ../sass/screen.scss */
  .service.service_n .service-head {
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 0; }

  /* line 2631, ../sass/screen.scss */
  .service.service_n .service-main {
    width: 200%; }

  /* line 2634, ../sass/screen.scss */
  .service.service_n .service-main div {
    width: 100%;
    margin-bottom: 15px; }

  /* line 2639, ../sass/screen.scss */
  header .big-screen .bg {
    display: none; }
  /* line 2642, ../sass/screen.scss */
  header .big-screen .bg-laptop {
    display: block; }

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

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

  /* line 2653, ../sass/screen.scss */
  .table-info.table-confirm thead th:last-child {
    text-align: left; }

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

  /* line 2674, ../sass/screen.scss */
  .form-date {
    width: 100% !important; }

  /* line 2675, ../sass/screen.scss */
  .details h4 + p, .details h4, .details h3 {
    padding-left: 15px; }

  /* line 2678, ../sass/screen.scss */
  .who-radio.form-group, .details .check-add, .confirm .checkbox {
    margin-left: 15px; }

  /* line 2681, ../sass/screen.scss */
  .input-group {
    margin: 0 15px;
    width: calc(100% - 30px); }
    /* line 2684, ../sass/screen.scss */
    .input-group.input-tab, .input-group.form-date {
      margin-left: 0;
      margin-right: 0; }

  /* line 2686, ../sass/screen.scss */
  .tab-content {
    margin: 0 8px; }

  /* line 2689, ../sass/screen.scss */
  .tab-pane {
    padding: 15px 8px 0; }

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

  /* line 2693, ../sass/screen.scss */
  .form-year-2 + .f-tooltip {
    float: left;
    position: relative;
    left: 6px; }

  /* line 2698, ../sass/screen.scss */
  .input-group {
    margin-bottom: 15px; }

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

  /* line 2705, ../sass/screen.scss */
  .col-xs-3 {
    float: none; }

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

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

  /* line 2708, ../sass/screen.scss */
  .catalog-nav .name {
    padding-left: 0; }
    /* line 2710, ../sass/screen.scss */
    .catalog-nav .name span {
      display: none; }
    /* line 2711, ../sass/screen.scss */
    .catalog-nav .name .catalog-toogle {
      display: block;
      text-align: center; }

  /* line 2716, ../sass/screen.scss */
  .login {
    color: #fff;
    background: none; }

  /* line 2720, ../sass/screen.scss */
  .col-xs-3.catalog-main, .service {
    width: 50%;
    position: absolute;
    top: -84px;
    z-index: 999999;
    right: 0; }

  /* line 2727, ../sass/screen.scss */
  .slide.slide-3 .slide-title {
    margin-bottom: 95px; }

  /* line 2730, ../sass/screen.scss */
  .slide.slide-3 pre {
    left: 0; }

  /* line 2731, ../sass/screen.scss */
  header .logo {
    font-size: 30px; }

  /* line 2732, ../sass/screen.scss */
  .banner {
    background-position-x: -100px !important;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px); }
    /* line 2737, ../sass/screen.scss */
    .banner .percent {
      padding-left: 120px; }

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

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

  /* line 2742, ../sass/screen.scss */
  header .logo {
    padding-left: 0;
    margin-top: 30px; }
    /* line 2745, ../sass/screen.scss */
    header .logo br {
      display: block; }
    /* line 2746, ../sass/screen.scss */
    header .logo:before {
      display: none; }

  /* line 2748, ../sass/screen.scss */
  .slide.slide-3 .slide-title {
    font-size: 60px; }

  /* line 2753, ../sass/screen.scss */
  .slide.slide-1 pre {
    width: 123px;
    height: 155px;
    left: 0;
    top: 100px; }
  /* line 2759, ../sass/screen.scss */
  .slide.slide-1 span {
    top: 15px;
    width: 66px;
    height: 84px;
    font-size: 14px;
    padding-top: 36px; }
  /* line 2760, ../sass/screen.scss */
  .slide.slide-1 div {
    left: 108px;
    padding-left: 14px; }
    /* line 2761, ../sass/screen.scss */
    .slide.slide-1 div p {
      font-size: 14px; }
  /* line 2765, ../sass/screen.scss */
  .slide.slide-2 pre {
    display: none; }
  /* line 2768, ../sass/screen.scss */
  .slide.slide-5 ul li {
    padding-right: 45px;
    margin-bottom: 30px; }

  /* line 2772, ../sass/screen.scss */
  #menu {
    width: 200%; }

  /* line 2773, ../sass/screen.scss */
  #catalog {
    width: 100%; }

  /* line 2774, ../sass/screen.scss */
  .catalog-nav .catalog-name.ed-img > a:after {
    right: 40px; }

  /* line 2775, ../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 2776, ../sass/screen.scss */
  .service-main {
    display: block;
    position: absolute;
    width: 200%;
    left: -100%;
    border-radius: 0 !important; }

  /* line 2783, ../sass/screen.scss */
  .prod-img, .prod-text {
    float: none;
    width: 100%; }
}
@media screen and (max-width: 991px) {

  /* line 2785, ../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 2786, ../sass/screen.scss */
  .table tr:last-child {
    border-bottom: 1px solid #f2f2f2; }
  /* line 2787, ../sass/screen.scss */
  .table td, .table th {
    display: block;
    width: 50%;
    white-space: normal !important;
    border: none !important; }
  /* line 2788, ../sass/screen.scss */
  .table th:last-child {
    display: block;
    text-align: right; }
  /* line 2789, ../sass/screen.scss */
  .table .t-hide {
    display: none; }
  /* line 2790, ../sass/screen.scss */
  .table .t-show {
    display: block; }
  /* line 2791, ../sass/screen.scss */
  .table .add {
    float: right; }
  /* line 2792, ../sass/screen.scss */
  .table .t-hide + td {
    text-align: right; }
  /* line 2793, ../sass/screen.scss */
  .table td:first-child, .table td:nth-child(3) {
    border-bottom: none; }
  /* line 2794, ../sass/screen.scss */
  .table td {
    padding-left: 17px !important;
    padding-right: 17px !important; }
  /* line 2795, ../sass/screen.scss */
  .table .t-price, .table .t-price + td {
    padding-top: 7px !important; }
  /* line 2796, ../sass/screen.scss */
  .table td:first-child, .table td:first-child + .t-hide + td, .table td:first-child + td {
    padding-bottom: 7px !important; }
  /* line 2797, ../sass/screen.scss */
  .table tr:first-child td {
    border-top: none; }
  /* line 2799, ../sass/screen.scss */
  .table.cart-table td:last-child {
    width: 100%;
    text-align: right;
    margin-top: -25px; }
  /* line 2806, ../sass/screen.scss */
  .table.check-table td:nth-child(3) {
    width: 30%;
    text-align: right;
    margin-top: -15px; }

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

  /* line 2817, ../sass/screen.scss */
  .cart-table thead {
    display: none; }
  /* line 2818, ../sass/screen.scss */
  .cart-table tr:first-child td:first-child {
    border-top-left-radius: 10px; }
  /* line 2822, ../sass/screen.scss */
  .cart-table tr:first-child td:last-child {
    border-top-right-radius: 10px; }
  /* line 2825, ../sass/screen.scss */
  .cart-table.check-table thead {
    display: block; }
  /* line 2826, ../sass/screen.scss */
  .cart-table.check-table thead {
    display: block; }
  /* line 2827, ../sass/screen.scss */
  .cart-table td:nth-child(2n) {
    text-align: right; }
  /* line 2828, ../sass/screen.scss */
  .cart-table td:last-child a {
    float: right; }

  /* line 2831, ../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;
    width: auto; }

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

  /* line 2837, ../sass/screen.scss */
  table.table.check-table thead th:last-child {
    padding-right: 30px !important; }
  /* line 2838, ../sass/screen.scss */
  table.table.check-table tbody tr {
    position: relative; }
    /* line 2840, ../sass/screen.scss */
    table.table.check-table tbody tr td {
      width: 70%; }
      /* line 2842, ../sass/screen.scss */
      table.table.check-table tbody tr td:first-child {
        padding-bottom: 0 !important; }
      /* line 2843, ../sass/screen.scss */
      table.table.check-table tbody tr td:nth-child(even) {
        padding-top: 0 !important; }
    /* line 2845, ../sass/screen.scss */
    table.table.check-table tbody tr td.t-price {
      position: absolute;
      right: 0;
      top: 15px;
      text-align: right;
      width: 30%; }
    /* line 2852, ../sass/screen.scss */
    table.table.check-table tbody tr:last-child td:first-child {
      padding-bottom: 7px !important; }

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

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

  /* line 2868, ../sass/screen.scss */
  .blue-box {
    padding-left: 79px;
    padding-right: 15px; }

  /* line 2872, ../sass/screen.scss */
  .box-1:before, .box-2:before, .box-3:before, .box-4:before, .box-5:before, .box-6:before {
    left: 20px; }

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

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

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

  /* line 2876, ../sass/screen.scss */
  .catalog .product .btn {
    width: 168px;
    left: 50%;
    margin-left: -84px; } }
/* line 2879, ../sass/screen.scss */
.nav-tabs > li a img {
  display: block;
  margin: auto; }

@media screen and (max-width: 480px) {
  /* line 2886, ../sass/screen.scss */
  .full-mob {
    width: 100% !important; }

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

  /*.nav-tabs {
  	display: flex;
  	-webkit-justify-content: space-around;
  	justify-content: space-around;
  	}*/
  /* line 2900, ../sass/screen.scss */
  .slide.slide-3 span {
    display: none; }

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

  /* line 2903, ../sass/screen.scss */
  .catalog .product .btn {
    width: 136px;
    left: 50%;
    margin-left: -68px; }

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

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

  /* line 2907, ../sass/screen.scss */
  .slide.slide-4 p br {
    display: block; } }
@media screen and (max-width: 374px) {
  /* line 2912, ../sass/screen.scss */
  .slide.slide-3 pre {
    top: 107px; }

  /* line 2916, ../sass/screen.scss */
  .input-group select.form-year-2 {
    width: 77px !important; }

  /* line 2917, ../sass/screen.scss */
  .pays-tab {
    margin-left: -7px; }

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

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

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

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

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

  /* line 2927, ../sass/screen.scss */
  .two-btn button, .two-btn a {
    width: 100% !important;
    display: block; }

  /* line 2933, ../sass/screen.scss */
  .one-btn button, .one-btn a {
    width: 100% !important;
    display: block; }

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

  /* line 2939, ../sass/screen.scss */
  .banner {
    background-position-x: -140px !important; }
    /* line 2941, ../sass/screen.scss */
    .banner .percent {
      padding-left: 65px; }

  /* line 2943, ../sass/screen.scss */
  .catalog .product .p-img {
    left: 50%;
    width: 180px;
    height: 133px;
    top: 15px;
    margin-left: -90px; }

  /* line 2944, ../sass/screen.scss */
  .methods-info img {
    margin-right: 14px; }

  /* line 2945, ../sass/screen.scss */
  .slide.slide-5 ul li {
    margin-bottom: 15px; }

  /* line 2946, ../sass/screen.scss */
  .slide.slide-3 .slide-title {
    font-size: 65px; }

  /* line 2947, ../sass/screen.scss */
  .slide.slide-4 pre {
    right: 20px; }

  /* line 2948, ../sass/screen.scss */
  .slide.slide-3 .slide-title {
    margin-bottom: 100px; }

  /* line 2949, ../sass/screen.scss */
  .slide.slide-3 .slide-text {
    font-size: 13px; } }
@media screen and (max-width: 321px) {
  /* line 2954, ../sass/screen.scss */
  header .big-screen .bg-laptop {
    display: none; }
  /* line 2957, ../sass/screen.scss */
  header .big-screen .bg-mobile {
    display: block; } }
@media screen and (max-width: 360px) {
  /* line 2963, ../sass/screen.scss */
  .nav-tabs > li a {
    padding: 9px 3px;
    height: 54px; } }
@media screen and (min-width: 651px) {
  /* line 2969, ../sass/screen.scss */
  #catalog {
    display: block !important; } }
@media screen and (min-width: 943px) {
  /* line 2975, ../sass/screen.scss */
  #menu {
    display: block !important; } }
@media screen and (min-width: 991px) {
  /* line 2980, ../sass/screen.scss */
  .service .service-main {
    display: block !important; } }
@media screen and (min-width: 1201px) {
  /* line 2986, ../sass/screen.scss */
  .service-main {
    height: 224px; }

  /* line 2989, ../sass/screen.scss */
  .service-head {
    height: 56px; } }
