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

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

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

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

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

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

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

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

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

/* line 1, ../sass/header.scss */
header {
  background: #fff;
  padding-bottom: 25px; }
  /* line 4, ../sass/header.scss */
  header .logo {
    font-family: 'Nunito', sans-serif;
    color: #1E3870;
    font-size: 24px;
    display: inline-block; }
    /* line 9, ../sass/header.scss */
    header .logo b {
      font-weight: 700;
      text-transform: uppercase; }
    /* line 10, ../sass/header.scss */
    header .logo small {
      font-size: 12px;
      color: #4F4F4F;
      display: block; }
    /* line 15, ../sass/header.scss */
    header .logo:before {
      content: "";
      display: block;
      float: left;
      width: 35px;
      height: 35px;
      background: url("../img/logo.svg") no-repeat;
      background-size: cover;
      position: relative;
      margin-right: 14px; }
    /* line 26, ../sass/header.scss */
    header .logo:hover {
      color: #1E3870; }
  /* line 30, ../sass/header.scss */
  header .header-top {
    padding: 25px 0 10px;
    background: #fff; }
  /* line 35, ../sass/header.scss */
  header nav {
    float: right; }
    /* line 37, ../sass/header.scss */
    header nav li {
      display: inline-block;
      margin-right: 10px; }
      /* line 40, ../sass/header.scss */
      header nav li:last-child {
        margin-right: 0; }
      /* line 43, ../sass/header.scss */
      header nav li a {
        color: #1E3870;
        font-weight: 600;
        padding: 10px 20px;
        border-radius: 20px;
        display: block;
        background: #FFF; }
        /* line 51, ../sass/header.scss */
        header nav li a:hover {
          color: #fff;
          background: #1E3870; }

/* line 61, ../sass/header.scss */
.slider-h {
  position: relative;
  margin: 0 0 20px 0; }
  /* line 64, ../sass/header.scss */
  .slider-h .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 14px; }
    /* line 69, ../sass/header.scss */
    .slider-h .owl-dots .owl-dot {
      width: 9px;
      height: 9px;
      border: 1px solid #fff;
      margin-right: 11px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      border-radius: 50%; }
      /* line 80, ../sass/header.scss */
      .slider-h .owl-dots .owl-dot:last-child {
        margin-right: 0; }
      /* line 83, ../sass/header.scss */
      .slider-h .owl-dots .owl-dot.active {
        background: #FFF; }
  /* line 88, ../sass/header.scss */
  .slider-h .s-title {
    padding-bottom: 13px;
    text-align: center;
    font-size: 44px;
    font-family: 'Nunito', sans-serif;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase; }
  /* line 97, ../sass/header.scss */
  .slider-h small {
    text-align: center;
    font-size: 18px;
    color: #FFF;
    display: block;
    text-transform: uppercase; }
  /* line 104, ../sass/header.scss */
  .slider-h .slide {
    border-radius: 10px;
    padding: 60px 0 20px; }
  /* line 109, ../sass/header.scss */
  .slider-h .btn-white {
    display: table;
    text-align: center;
    text-transform: uppercase;
    border-radius: 20px;
    background: #FFF;
    color: #1E3870;
    margin: 35px auto 20px;
    font-weight: 600;
    padding: 13px 25px 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 192px; }
    /* line 124, ../sass/header.scss */
    .slider-h .btn-white:hover {
      background: #e6e6e6; }
  /* line 126, ../sass/header.scss */
  .slider-h .slide-1 {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden; }
    /* line 132, ../sass/header.scss */
    .slider-h .slide-1 .slide-img {
      position: absolute;
      top: 0;
      right: 0;
      object-fit: cover;
      -o-object-fit: cover;
      z-index: -1;
      height: 250px; }
  /* line 142, ../sass/header.scss */
  .slider-h .slide-2 {
    background: url("../img/slide-2.png") no-repeat top center;
    background-size: cover; }
    /* line 146, ../sass/header.scss */
    .slider-h .slide-2 .s-title span {
      position: relative;
      display: inline-block; }
      /* line 149, ../sass/header.scss */
      .slider-h .slide-2 .s-title span br {
        display: none; }
      /* line 150, ../sass/header.scss */
      .slider-h .slide-2 .s-title span:after {
        content: "";
        width: 28px;
        height: 28px;
        background: url("../img/sale.svg") no-repeat;
        background-size: cover;
        position: absolute;
        right: -33px;
        top: -7px;
        display: block; }
  /* line 165, ../sass/header.scss */
  .slider-h .slide-3 {
    background: url("../img/slide-3.png") no-repeat top center;
    background-size: cover; }
    /* line 168, ../sass/header.scss */
    .slider-h .slide-3 .s-title {
      color: #1E3870; }
      /* line 168, ../sass/header.scss */
      .slider-h .slide-3 .s-title br {
        display: none; }
    /* line 169, ../sass/header.scss */
    .slider-h .slide-3 small {
      text-transform: none; }
  /* line 171, ../sass/header.scss */
  .slider-h .slide-4 {
    padding-top: 35px;
    background: #f7781e;
    background: linear-gradient(135deg, #f7781e 0%, #d61b24 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7781e', endColorstr='#d61b24',GradientType=1 ); }
    /* line 178, ../sass/header.scss */
    .slider-h .slide-4 .btn-white {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #fff;
      background: none;
      color: #FFF;
      margin-top: 0; }
    /* line 187, ../sass/header.scss */
    .slider-h .slide-4 ul {
      margin: 20px 40px 2px;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      /* line 196, ../sass/header.scss */
      .slider-h .slide-4 ul li {
        color: #FFF;
        display: inline-block;
        position: relative;
        margin-left: 65px;
        line-height: 18px; }
        /* line 202, ../sass/header.scss */
        .slider-h .slide-4 ul li:before {
          content: "";
          display: block;
          float: left;
          width: 50px;
          height: 50px;
          margin-right: 15px;
          position: absolute;
          left: -65px;
          top: -9px; }
        /* line 213, ../sass/header.scss */
        .slider-h .slide-4 ul li:first-child:before {
          background: url("../img/support.svg") no-repeat;
          background-size: cover; }
        /* line 217, ../sass/header.scss */
        .slider-h .slide-4 ul li:nth-child(2):before {
          background: url("../img/sert.svg") no-repeat;
          background-size: cover; }
        /* line 221, ../sass/header.scss */
        .slider-h .slide-4 ul li:nth-child(3):before {
          background: url("../img/delivery.svg") no-repeat;
          background-size: cover; }
        /* line 225, ../sass/header.scss */
        .slider-h .slide-4 ul li:last-child:before {
          background: url("../img/safe.svg") no-repeat;
          background-size: cover; }

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 240, ../sass/header.scss */
  .slider-h .slide.slide-2 {
    background: url("../img/slide-2@2x.png") no-repeat top center;
    background-size: cover; }

  /* line 244, ../sass/header.scss */
  .slider-h .slide.slide-3 {
    background: url("../img/slide-3@2x.png") no-repeat top center;
    background-size: cover; } }
/* line 250, ../sass/header.scss */
.service {
  position: relative; }
  /* line 252, ../sass/header.scss */
  .service img {
    display: block;
    margin-top: 4px;
    max-width: 132px;
    height: 16px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left; }
  /* line 261, ../sass/header.scss */
  .service.service-2 img {
    width: 179px !important;
    height: auto !important; }
  /* line 266, ../sass/header.scss */
  .service:hover .service-main {
    display: block;
    -webkit-animation: slide-down .2s ease-out;
    animation: slide-down .2s ease-out; }
  /* line 273, ../sass/header.scss */
  .service:before {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 10px;
    left: 15px;
    z-index: 99995; }
  /* line 284, ../sass/header.scss */
  .service.service-1:before {
    background: url("../img/phone_ico.svg") no-repeat;
    background-size: cover; }
  /* line 288, ../sass/header.scss */
  .service.service-1 .service-main {
    background: #f4fafb; }
    /* line 290, ../sass/header.scss */
    .service.service-1 .service-main a {
      display: inline-block; }
  /* line 297, ../sass/header.scss */
  .service.service-2:before {
    background: url("../img/price_ico.svg") no-repeat;
    background-size: cover; }
  /* line 301, ../sass/header.scss */
  .service.service-2 .service-main {
    background: #f4fafb;
    padding-left: 25px; }
    /* line 304, ../sass/header.scss */
    .service.service-2 .service-main a {
      margin-top: 20px;
      display: inline-block; }
    /* line 308, ../sass/header.scss */
    .service.service-2 .service-main .b-price {
      padding-left: 65px;
      margin-bottom: 10px; }
      /* line 311, ../sass/header.scss */
      .service.service-2 .service-main .b-price .m-title {
        margin-top: 5px; }
    /* line 316, ../sass/header.scss */
    .service.service-2 .service-main .b-offer {
      float: left; }
    /* line 319, ../sass/header.scss */
    .service.service-2 .service-main img {
      float: right; }
  /* line 327, ../sass/header.scss */
  .service.service-3 .b-price-h div {
    float: left; }
    /* line 329, ../sass/header.scss */
    .service.service-3 .b-price-h div:first-child {
      margin-right: 40px; }
    /* line 330, ../sass/header.scss */
    .service.service-3 .b-price-h div:last-child b {
      text-transform: none; }
  /* line 333, ../sass/header.scss */
  .service.service-3:before {
    background: url("../img/shop_ico.svg") no-repeat;
    background-size: cover; }
  /* line 337, ../sass/header.scss */
  .service.service-3 .service-main {
    background: #f4fafb;
    padding-left: 25px; }
    /* line 340, ../sass/header.scss */
    .service.service-3 .service-main .b-price {
      padding-left: 65px;
      margin-bottom: 10px; }
      /* line 343, ../sass/header.scss */
      .service.service-3 .service-main .b-price div {
        float: left; }
        /* line 345, ../sass/header.scss */
        .service.service-3 .service-main .b-price div:first-child {
          margin-right: 40px; }
        /* line 346, ../sass/header.scss */
        .service.service-3 .service-main .b-price div .m-title {
          text-transform: none;
          float: none; }
    /* line 352, ../sass/header.scss */
    .service.service-3 .service-main a {
      display: inline-block;
      margin-top: 14px; }
  /* line 358, ../sass/header.scss */
  .service .service-head {
    cursor: pointer;
    color: #9E9E9E;
    width: 100%;
    display: block;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    padding: 20px 0 25px 90px;
    position: relative;
    font-size: 10px;
    text-transform: uppercase; }
    /* line 370, ../sass/header.scss */
    .service .service-head b {
      font-size: 18px;
      text-transform: uppercase;
      color: #000;
      margin-top: 5px;
      display: block; }
    /* line 377, ../sass/header.scss */
    .service .service-head:after {
      content: "";
      display: block;
      width: 14px;
      height: 8px;
      background: url("../img/arrow-down.svg") no-repeat;
      background-size: cover;
      position: absolute;
      top: 37px;
      right: 15px; }

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
/* line 405, ../sass/header.scss */
.service-main {
  display: none;
  position: absolute;
  width: 100%;
  padding: 20px 0 25px 90px;
  top: 0;
  left: 0;
  z-index: 99994;
  border-radius: 10px; }
  /* line 415, ../sass/header.scss */
  .service-main hr {
    margin-right: 25px;
    height: 1px;
    border: none;
    margin-top: 10px; }
  /* line 421, ../sass/header.scss */
  .service-main a {
    text-transform: uppercase;
    padding: 10px 10px;
    text-align: center;
    min-width: 120px;
    border: 1px solid #CAE6EC;
    color: #47BADE;
    border-radius: 20px;
    font-weight: 700;
    font-size: 10px;
    max-width: 100%; }
    /* line 433, ../sass/header.scss */
    .service-main a:hover {
      background: #1E3870;
      color: #fff;
      border-color: #1E3870; }
  /* line 439, ../sass/header.scss */
  .service-main span {
    font-size: 10px;
    color: #67777A;
    font-weight: 600;
    text-transform: uppercase; }
  /* line 445, ../sass/header.scss */
  .service-main .m-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000; }
    /* line 450, ../sass/header.scss */
    .service-main .m-title small {
      display: block;
      font-size: 14px;
      text-transform: none;
      font-weight: 600;
      margin-top: 5px;
      color: #67777A; }
  /* line 459, ../sass/header.scss */
  .service-main .arrow {
    display: none;
    width: 14px;
    height: 8px;
    top: 37px;
    right: 15px;
    position: absolute;
    background: url("../img/arrow-down-w.svg") no-repeat;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  /* line 474, ../sass/header.scss */
  .service-main .tel {
    margin-bottom: 15px; }
  /* line 475, ../sass/header.scss */
  .service-main table {
    width: 100%;
    color: #67777A;
    margin-right: 67px; }
    /* line 479, ../sass/header.scss */
    .service-main table td {
      padding-bottom: 7px; }
    /* line 480, ../sass/header.scss */
    .service-main table td:first-child {
      font-weight: 600; }

/* line 486, ../sass/header.scss */
.nav-toogle {
  display: none;
  padding-top: 18px;
  text-align: right; }
  /* line 490, ../sass/header.scss */
  .nav-toogle:before {
    position: relative;
    z-index: 100000;
    content: "";
    display: inline-block;
    width: 5px;
    height: 25px;
    background: url("../img/menu_icon.svg") no-repeat;
    margin-right: 8px;
    background-size: cover; }

@media screen and (max-width: 1200px) {
  /* line 506, ../sass/header.scss */
  .service.service-3 .service-main .b-price div:first-child, .service.service-3 .b-price-h div:first-child {
    margin-right: 15px; }

  /* line 507, ../sass/header.scss */
  .service.service-2 .service-main img {
    max-width: 50%; }

  /* line 508, ../sass/header.scss */
  .nav-toogle {
    display: block;
    padding-left: 15px;
    padding-top: 0;
    text-transform: uppercase; }
    /* line 508, ../sass/header.scss */
    .nav-toogle:before {
      position: relative;
      top: 2px; }

  /* line 509, ../sass/header.scss */
  .nav-toogle.active {
    text-align: right; }
    /* line 511, ../sass/header.scss */
    .nav-toogle.active:before {
      width: 26px;
      height: 26px;
      background: url("../img/close.svg") no-repeat;
      background-size: cover; }

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

  /* line 521, ../sass/header.scss */
  nav {
    position: relative; }

  /* line 522, ../sass/header.scss */
  #menu {
    display: none;
    margin-top: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
    position: absolute;
    width: 290px;
    top: -23px;
    right: -15px;
    padding-top: 60px;
    background: #FFF;
    z-index: 99999;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px; }
    /* line 538, ../sass/header.scss */
    #menu li {
      display: block;
      margin-bottom: 15px; }
      /* line 541, ../sass/header.scss */
      #menu li a {
        border: none;
        text-align: center; } }
@media screen and (max-width: 992px) {
  /* line 550, ../sass/header.scss */
  .service-main .arrow {
    display: block; }

  /* line 553, ../sass/header.scss */
  .service.service-3 .service-main .b-price div:first-child, .service.service-3 .b-price-h div:first-child {
    margin-right: 40px; }

  /* line 556, ../sass/header.scss */
  .service-head {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 80px; }

  /* line 562, ../sass/header.scss */
  .service-main {
    position: relative;
    margin-top: -80px; }

  /* line 566, ../sass/header.scss */
  .service .service-head {
    display: inline-block; }

  /* line 568, ../sass/header.scss */
  .slider-h .slide-4 ul {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    /* line 571, ../sass/header.scss */
    .slider-h .slide-4 ul li {
      min-width: 33%;
      margin-bottom: 25px;
      text-align: left; }

  /* line 577, ../sass/header.scss */
  .slider-h .slide {
    height: 336px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    /* line 582, ../sass/header.scss */
    .slider-h .slide .slide-inner {
      width: 100%;
      text-align: center; }

  /* line 587, ../sass/header.scss */
  .service {
    margin-bottom: 10px; }

  /* line 590, ../sass/header.scss */
  .service-1 {
    z-index: 30; }

  /* line 591, ../sass/header.scss */
  .service-2 {
    z-index: 20; }

  /* line 592, ../sass/header.scss */
  .service-3 {
    z-index: 10; } }
@media screen and (max-width: 690px) {
  /* line 597, ../sass/header.scss */
  .slider-h .slide {
    display: block;
    height: 500px;
    border-radius: 0; }
    /* line 602, ../sass/header.scss */
    .slider-h .slide.slide-1 {
      background: url("../img/bg1-m.png") no-repeat top center;
      background-size: cover; }
      /* line 603, ../sass/header.scss */
      .slider-h .slide.slide-1 .btn-white {
        margin-top: 215px; }
      /* line 604, ../sass/header.scss */
      .slider-h .slide.slide-1 .s-title {
        padding-left: 30px;
        padding-right: 30px; }
    /* line 611, ../sass/header.scss */
    .slider-h .slide.slide-2 {
      background: url("../img/bg2-m.png") no-repeat left center;
      background-size: cover; }
      /* line 614, ../sass/header.scss */
      .slider-h .slide.slide-2 .s-title span {
        font-size: 66px; }
        /* line 616, ../sass/header.scss */
        .slider-h .slide.slide-2 .s-title span br {
          display: block; }
        /* line 619, ../sass/header.scss */
        .slider-h .slide.slide-2 .s-title span:after {
          right: -6px; }
      /* line 621, ../sass/header.scss */
      .slider-h .slide.slide-2 .btn-white {
        margin-top: 172px; }
    /* line 626, ../sass/header.scss */
    .slider-h .slide.slide-3 .s-title {
      font-size: 66px; }
      /* line 626, ../sass/header.scss */
      .slider-h .slide.slide-3 .s-title br {
        display: block; }
    /* line 627, ../sass/header.scss */
    .slider-h .slide.slide-3 .btn-white {
      margin-top: 172px; }
    /* line 630, ../sass/header.scss */
    .slider-h .slide.slide-4 .s-title {
      padding-left: 50px;
      padding-right: 50px; }
    /* line 634, ../sass/header.scss */
    .slider-h .slide.slide-4 li {
      width: 100%;
      display: block;
      margin-bottom: 35px; }
    /* line 639, ../sass/header.scss */
    .slider-h .slide.slide-4 .btn-white {
      display: none; } }
@media only screen and (max-width: 690px) and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 690px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 690px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 690px) and (min-device-pixel-ratio: 1.5) {
  /* line 648, ../sass/header.scss */
  .slider-h .slide.slide-1 {
    background: url("../img/bg1-m@2x.png") no-repeat top center;
    background-size: cover; }

  /* line 652, ../sass/header.scss */
  .slider-h .slide.slide-2 {
    background: url("../img/bg2-m@2x.png") no-repeat left center;
    background-size: cover; } }
@media screen and (max-width: 530px) {
  /* line 660, ../sass/header.scss */
  header .logo {
    margin-right: 30px; }
    /* line 662, ../sass/header.scss */
    header .logo small {
      margin-left: 52px; }

  /* line 666, ../sass/header.scss */
  header nav {
    float: none;
    position: absolute;
    right: 15px;
    top: 25px; }

  /* line 674, ../sass/header.scss */
  .slider-h .slide.slide-1 .btn-white {
    margin-top: 172px; } }
@media screen and (max-width: 480px) {
  /* line 684, ../sass/header.scss */
  .slider-h .slide.slide-1 .s-title {
    padding-left: 15px;
    padding-right: 15px; }
  /* line 689, ../sass/header.scss */
  .slider-h .slide.slide-4 .s-title {
    padding-left: 0;
    padding-right: 0; }
  /* line 693, ../sass/header.scss */
  .slider-h .slide.slide-3 .btn-white {
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (max-width: 374px) {
  /* line 701, ../sass/header.scss */
  header .logo {
    font-size: 22px; }

  /* line 704, ../sass/header.scss */
  .service .service-head {
    padding-left: 90px; }

  /* line 707, ../sass/header.scss */
  .service.service-3 .service-main .b-price div:first-child, .service.service-3 .b-price-h div:first-child {
    margin-right: 15px; }

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

  /* line 710, ../sass/header.scss */
  .slider-h small {
    font-size: 14px; }
  /* line 713, ../sass/header.scss */
  .slider-h .slide.slide-1 .s-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 39px; }
  /* line 720, ../sass/header.scss */
  .slider-h .slide.slide-2 .s-title span {
    font-size: 50px; }
  /* line 721, ../sass/header.scss */
  .slider-h .slide.slide-2 .btn-white {
    margin-top: 189px; }
  /* line 726, ../sass/header.scss */
  .slider-h .slide.slide-3 .s-title {
    font-size: 50px; }
  /* line 729, ../sass/header.scss */
  .slider-h .slide.slide-3 .btn-white {
    font-size: 12px;
    padding: 15px 10px;
    margin-top: 188px; }
  /* line 736, ../sass/header.scss */
  .slider-h .slide.slide-4 .s-title {
    font-size: 39px; }
  /* line 737, ../sass/header.scss */
  .slider-h .slide.slide-4 ul {
    margin-left: 30px;
    margin-right: 15px; } }
/* line 1, ../sass/footer.scss */
footer {
  background: #1E3870;
  padding: 50px 0;
  margin-top: 50px; }
  /* line 6, ../sass/footer.scss */
  footer .container {
    position: relative; }
    /* line 7, ../sass/footer.scss */
    footer .container .up {
      display: block;
      width: 60px;
      top: -140px;
      position: absolute;
      right: -60px;
      z-index: 9999999; }
      /* line 14, ../sass/footer.scss */
      footer .container .up:before {
        content: "";
        width: 60px;
        display: block;
        height: 60px;
        border-radius: 5px;
        background: url("../img/up.svg") no-repeat center center;
        background-size: 32px 32px;
        margin-bottom: 5px; }
  /* line 30, ../sass/footer.scss */
  footer .logo-f {
    font-family: 'Nunito', sans-serif;
    color: #fff;
    font-size: 24px;
    display: inline-block; }
    /* line 35, ../sass/footer.scss */
    footer .logo-f b {
      font-weight: 700;
      text-transform: uppercase; }
    /* line 36, ../sass/footer.scss */
    footer .logo-f:before {
      content: "";
      display: block;
      float: left;
      width: 35px;
      height: 35px;
      background: url("../img/logo-f.svg") no-repeat;
      background-size: cover;
      position: relative;
      margin-right: 14px; }
    /* line 47, ../sass/footer.scss */
    footer .logo-f:hover {
      color: #FFF; }
    /* line 48, ../sass/footer.scss */
    footer .logo-f small {
      font-size: 12px;
      display: block; }
  /* line 53, ../sass/footer.scss */
  footer ul {
    float: right;
    margin-top: 5px; }
    /* line 56, ../sass/footer.scss */
    footer ul li {
      display: inline-block;
      list-style: none;
      margin-right: 38px; }
      /* line 60, ../sass/footer.scss */
      footer ul li:last-child {
        margin-right: 0; }
      /* line 61, ../sass/footer.scss */
      footer ul li a {
        color: #FFF;
        font-size: 14px;
        text-decoration: none; }
        /* line 65, ../sass/footer.scss */
        footer ul li a:hover {
          color: #FFF;
          text-decoration: underline; }
  /* line 69, ../sass/footer.scss */
  footer .methods-info {
    float: right;
    margin-top: 45px; }
  /* line 70, ../sass/footer.scss */
  footer p {
    color: #FFF;
    font-size: 12px;
    line-height: 18px;
    float: left;
    margin-top: 35px; }

/* line 79, ../sass/footer.scss */
.languages {
  margin-top: 50px;
  margin-right: 50px;
  float: right; }
  /* line 83, ../sass/footer.scss */
  .languages li {
    display: inline-block;
    margin-right: 12px; }
    /* line 86, ../sass/footer.scss */
    .languages li:last-child {
      margin-right: 0; }
    /* line 89, ../sass/footer.scss */
    .languages li a {
      font-size: 12px;
      text-decoration: underline; }
      /* line 92, ../sass/footer.scss */
      .languages li a:hover {
        text-decoration: none; }

@media screen and (max-width: 1280px) {
  /* line 100, ../sass/footer.scss */
  footer .container .up {
    right: -20px;
    top: -50px; } }
@media screen and (max-width: 1200px) {
  /* line 108, ../sass/footer.scss */
  .languages {
    margin-right: 25px;
    float: none; }

  /* line 113, ../sass/footer.scss */
  footer .logo-f {
    width: 267px;
    display: block;
    margin: auto; }
  /* line 119, ../sass/footer.scss */
  footer ul {
    float: none;
    text-align: center;
    margin-top: 40px; }
  /* line 124, ../sass/footer.scss */
  footer .container .up {
    right: 0px;
    top: -30px; } }
@media screen and (max-width: 1200px) {
  /* line 133, ../sass/footer.scss */
  .languages {
    float: left; }

  margin-right: 0; }
@media screen and (max-width: 768px) {
  /* line 140, ../sass/footer.scss */
  .languages {
    float: none;
    margin-right: 0; }

  /* line 144, ../sass/footer.scss */
  footer {
    margin-top: 75px; }
    /* line 146, ../sass/footer.scss */
    footer .container .up {
      top: -117px; }
    /* line 147, ../sass/footer.scss */
    footer ul li {
      display: block;
      margin-right: 0;
      margin-bottom: 25px; }
    /* line 152, ../sass/footer.scss */
    footer .methods-info {
      float: none;
      text-align: center;
      margin-top: 50px; }
      /* line 156, ../sass/footer.scss */
      footer .methods-info img {
        margin-bottom: 8px; }
    /* line 158, ../sass/footer.scss */
    footer p {
      float: none;
      text-align: center; } }
@media screen and (max-width: 374px) {
  /* line 166, ../sass/footer.scss */
  .languages li {
    margin-right: 9px; }
    /* line 168, ../sass/footer.scss */
    .languages li:last-child {
      margin-right: 0; } }
/* line 1, ../sass/blog.scss */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

/* line 7, ../sass/blog.scss */
.date {
  font-size: 14px;
  color: #BDBDBD;
  margin-bottom: 30px; }

/* line 13, ../sass/blog.scss */
.blog article + .paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px; }

/* line 20, ../sass/blog.scss */
.blog-nav {
  padding: 25px 20px;
  border-radius: 10px;
  border: 1px solid #F0EEF7;
  margin-bottom: 30px; }
  /* line 25, ../sass/blog.scss */
  .blog-nav a {
    display: block;
    text-decoration: underline;
    margin-bottom: 15px; }
    /* line 29, ../sass/blog.scss */
    .blog-nav a:last-child {
      margin-bottom: 0; }

/* line 34, ../sass/blog.scss */
.product-nav {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #F0EEF7;
  margin-bottom: 30px; }

/* line 41, ../sass/blog.scss */
.blog section {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
  padding-bottom: 25px; }
  /* line 45, ../sass/blog.scss */
  .blog section h2 {
    font-size: 14px;
    text-transform: none;
    margin-bottom: 15px;
    line-height: 16px; }
  /* line 51, ../sass/blog.scss */
  .blog section p {
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 16px; }
  /* line 56, ../sass/blog.scss */
  .blog section a {
    text-decoration: underline; }

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

/* line 75, ../sass/blog.scss */
.paginator {
  background: #f3f3f3;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0 50px; }
  /* line 85, ../sass/blog.scss */
  .paginator a {
    color: #111316; }
    /* line 87, ../sass/blog.scss */
    .paginator a.prev {
      position: relative; }
      /* line 89, ../sass/blog.scss */
      .paginator a.prev:before {
        display: block;
        content: "";
        width: 6px;
        height: 10px;
        background: url("../img/pr.svg") no-repeat;
        background-size: cover;
        position: absolute;
        left: -16px;
        top: 2px; }
    /* line 102, ../sass/blog.scss */
    .paginator a.next {
      position: relative; }
      /* line 104, ../sass/blog.scss */
      .paginator a.next:before {
        display: block;
        content: "";
        width: 6px;
        height: 10px;
        background: url("../img/pr.svg") no-repeat;
        background-size: cover;
        position: absolute;
        right: -16px;
        top: 2px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  /* line 123, ../sass/blog.scss */
  .paginator ul {
    margin: 0 40px; }
    /* line 125, ../sass/blog.scss */
    .paginator ul li {
      width: 30px;
      text-align: center;
      display: inline-block; }
      /* line 129, ../sass/blog.scss */
      .paginator ul li a {
        width: 30px;
        color: #828282;
        display: block; }
      /* line 134, ../sass/blog.scss */
      .paginator ul li.active a, .paginator ul li:hover a {
        color: #111316;
        font-weight: 600; }

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

  /* line 146, ../sass/blog.scss */
  .paginator {
    position: relative;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    height: 120px; }
    /* line 152, ../sass/blog.scss */
    .paginator a.prev {
      position: absolute;
      left: 50px;
      bottom: 20px; }
    /* line 157, ../sass/blog.scss */
    .paginator a.next {
      position: absolute;
      right: 50px;
      bottom: 20px; }
    /* line 162, ../sass/blog.scss */
    .paginator ul {
      margin: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }

  /* line 169, ../sass/blog.scss */
  .text h1 {
    padding-left: 0; } }
/* line 1, ../sass/prod.scss */
.catalog.category {
  margin-bottom: 15px; }

/* line 4, ../sass/prod.scss */
.margin {
  padding-bottom: 30px; }

/* line 8, ../sass/prod.scss */
.product-nav a {
  text-decoration: underline;
  position: relative; }
  /* line 12, ../sass/prod.scss */
  .product-nav a:hover {
    text-decoration: none; }
  /* line 15, ../sass/prod.scss */
  .product-nav a:visited, .product-nav a:focus {
    text-decoration: underline;
    color: #1E3870; }
/* line 21, ../sass/prod.scss */
.product-nav .product-nav-wrap {
  display: none;
  margin-top: 25px; }
  /* line 24, ../sass/prod.scss */
  .product-nav .product-nav-wrap a {
    display: block;
    margin-bottom: 15px;
    line-height: 18px; }
    /* line 28, ../sass/prod.scss */
    .product-nav .product-nav-wrap a:last-child {
      margin-bottom: 0; }

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

/* line 42, ../sass/prod.scss */
.product-nav-link {
  position: relative; }
  /* line 44, ../sass/prod.scss */
  .product-nav-link.active-nl:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  /* line 47, ../sass/prod.scss */
  .product-nav-link:after {
    content: '';
    display: block;
    width: 11px;
    height: 6px;
    background: url("../img/arrow-down-green.svg") no-repeat;
    position: absolute;
    right: -21px;
    top: 8px;
    background-size: cover; }

/* line 2, ../sass/rev.scss */
.review .captcha-label {
  margin: 0; }
/* line 5, ../sass/rev.scss */
.review .grey {
  padding: 20px 25px;
  margin-bottom: 15px; }
/* line 9, ../sass/rev.scss */
.review h2 {
  margin-bottom: 0; }
/* line 13, ../sass/rev.scss */
.review .rev-date div {
  display: inline-block; }
/* line 18, ../sass/rev.scss */
.review .flex span {
  line-height: 20px;
  color: #111316;
  font-weight: 600; }
/* line 24, ../sass/rev.scss */
.review section {
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px 0 10px 0;
  background: #fff;
  border-bottom: 1px solid #F9F8FC; }
  /* line 30, ../sass/rev.scss */
  .review section p {
    line-height: 18px;
    padding-bottom: 15px; }
/* line 35, ../sass/rev.scss */
.review .control-label {
  margin: 0 0 5px; }

/* line 39, ../sass/rev.scss */
.review-edit {
  margin-top: 35px; }
  /* line 41, ../sass/rev.scss */
  .review-edit form {
    margin-bottom: 50px; }
  /* line 44, ../sass/rev.scss */
  .review-edit .rev-wrap {
    padding: 35px 30px 10px;
    background: #f4fafb;
    margin-bottom: 30px;
    border-style: 10px;
    border-radius: 10px;
    margin-top: 20px; }
    /* line 51, ../sass/rev.scss */
    .review-edit .rev-wrap.flex {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }

/* line 56, ../sass/rev.scss */
.validate-error {
  float: none;
  clear: both;
  color: #FF3332;
  margin-top: -10px;
  margin-bottom: 20px;
  display: none;
  font-size: 12px; }

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

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

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

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

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

  /* line 139, ../sass/rev.scss */
  .review-edit .rev-wrap {
    padding-left: 15px;
    padding-right: 15px; }

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

  /* line 153, ../sass/rev.scss */
  .rev-col .rev-rating.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    /* line 155, ../sass/rev.scss */
    .rev-col .rev-rating.flex .rating {
      margin-top: 10px;
      margin-left: 0; } }
/* line 2, ../sass/login.scss */
.login-out:after {
  content: "";
  display: block;
  float: right;
  width: 14px;
  height: 8px;
  margin-left: 12px;
  background: url("../img/arrow-login.svg") no-repeat;
  background-size: cover;
  position: relative;
  top: 2px;
  right: 0px; }
/* line 15, ../sass/login.scss */
.login-out:hover .lg-info {
  opacity: 1;
  visibility: visible;
  top: 35px; }

/* line 22, ../sass/login.scss */
.lg-info {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 3px;
  top: 45px;
  right: -20px;
  width: 182px;
  position: absolute;
  z-index: 999999;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px; }
  /* line 37, ../sass/login.scss */
  .lg-info:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    right: 15px;
    top: -8px; }
  /* line 48, ../sass/login.scss */
  .lg-info b {
    color: #c5c5c5;
    font-weight: 400;
    padding: 15px 0;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    padding-left: 42px; }
    /* line 57, ../sass/login.scss */
    .lg-info b:before {
      content: "";
      display: block;
      width: 18px;
      height: 21px;
      background: url("../img/user_icon2.svg") no-repeat;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 10px; }
  /* line 69, ../sass/login.scss */
  .lg-info a {
    display: block;
    text-transform: none !important;
    color: #31CFA6 !important;
    padding: 0 0 15px  !important;
    text-decoration: underline !important;
    display: block !important;
    font-weight: 400; }
    /* line 77, ../sass/login.scss */
    .lg-info a:hover {
      color: #31CFA6 !important;
      background: none !important;
      text-decoration: none !important; }

/* line 87, ../sass/login.scss */
.forgot {
  padding-bottom: 50px; }
  /* line 89, ../sass/login.scss */
  .forgot p {
    margin-top: 30px; }
  /* line 92, ../sass/login.scss */
  .forgot .btn {
    margin-top: 15px; }

/* line 96, ../sass/login.scss */
.login-signup {
  padding: 15px 30px;
  border-radius: 10px;
  background: #F8F8F8;
  color: #828282;
  margin-bottom: 15px; }
  /* line 102, ../sass/login.scss */
  .login-signup a {
    padding-top: 0 !important; }

/* line 107, ../sass/login.scss */
.register .one-btn {
  margin: 0; }
  /* line 109, ../sass/login.scss */
  .register .one-btn p {
    color: #8A8A8A;
    margin-top: 30px; }
    /* line 112, ../sass/login.scss */
    .register .one-btn p a {
      padding-left: 5px; }

/* line 118, ../sass/login.scss */
.register.check-form .details .border-box {
  border-bottom: none;
  padding-bottom: 0; }

/* line 123, ../sass/login.scss */
.register.check-form .details h2 {
  margin-bottom: 20px; }
/* line 126, ../sass/login.scss */
.register .details {
  margin-top: 0; }

/* line 130, ../sass/login.scss */
.forgot-wrap {
  padding: 25px 20px;
  background: #f4fafb;
  margin-bottom: 30px;
  border-radius: 10px; }
  /* line 135, ../sass/login.scss */
  .forgot-wrap p {
    color: #111316; }
  /* line 138, ../sass/login.scss */
  .forgot-wrap + .two-btn {
    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 142, ../sass/login.scss */
    .forgot-wrap + .two-btn .btn + .btn {
      min-width: 228px; }

/* line 147, ../sass/login.scss */
.login {
  cursor: pointer;
  font-weight: 600;
  position: relative;
  width: 60px; }
  /* line 152, ../sass/login.scss */
  .login:before {
    background: url("../img/login.svg") no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    content: '';
    display: block;
    margin-right: 10px;
    background-size: cover;
    top: -15px; }
  /* line 163, ../sass/login.scss */
  .login.login-in {
    width: auto; }
    /* line 165, ../sass/login.scss */
    .login.login-in:before {
      position: relative;
      float: left; }

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

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

/* line 189, ../sass/login.scss */
.login-wrap {
  top: calc(50vh - 151px);
  display: none;
  position: fixed;
  width: 540px;
  left: 50%;
  margin-left: -245px;
  z-index: 9999999999; }
  /* line 198, ../sass/login.scss */
  .login-wrap i.close {
    position: absolute;
    display: block;
    right: 15px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    opacity: 1; }
    /* line 207, ../sass/login.scss */
    .login-wrap i.close:before {
      content: '';
      display: block;
      width: 30px;
      height: 2px;
      background: #FF3332;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute;
      top: 10px; }
    /* line 217, ../sass/login.scss */
    .login-wrap i.close:after {
      content: '';
      display: block;
      width: 30px;
      height: 2px;
      background: #FF3332;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 10px; }
  /* line 228, ../sass/login.scss */
  .login-wrap .login-form {
    padding: 40px 40px 20px 40px;
    background: #fff;
    border-radius: 10px; }

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

/* line 237, ../sass/login.scss */
.login-form {
  position: relative; }
  /* line 238, ../sass/login.scss */
  .login-form .title {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding-bottom: 15px; }
  /* line 246, ../sass/login.scss */
  .login-form .text {
    margin-top: 30px;
    clear: both; }
  /* line 250, ../sass/login.scss */
  .login-form a {
    float: right;
    color: #1E3870;
    padding-top: 15px;
    text-decoration: underline; }
    /* line 255, ../sass/login.scss */
    .login-form a:hover {
      text-decoration: none; }

/* line 261, ../sass/login.scss */
.subscribe {
  margin-bottom: 40px;
  padding-bottom: 30px; }
  /* line 264, ../sass/login.scss */
  .subscribe .input-group {
    width: 100%; }
  /* line 267, ../sass/login.scss */
  .subscribe .input-group .form-control {
    width: calc(100% - 34px);
    margin-top: 4px; }
  /* line 271, ../sass/login.scss */
  .subscribe .input-group .input-group-addon {
    float: left;
    width: 34px;
    padding: 0;
    padding: 14px 0;
    margin-top: 4px; }
  /* line 278, ../sass/login.scss */
  .subscribe label:after {
    top: 20px; }

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

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

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

/* line 325, ../sass/login.scss */
.login-form p {
  margin-top: 20px; }

@media screen and (max-width: 1200px) {
  /* line 331, ../sass/login.scss */
  .login {
    left: 50%;
    margin-left: -30px;
    margin-top: 30px;
    height: 40px; }
    /* line 336, ../sass/login.scss */
    .login.login-in {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      left: 0;
      margin-left: -15px; }
      /* line 342, ../sass/login.scss */
      .login.login-in:before {
        float: none;
        top: 0; }

  /* line 348, ../sass/login.scss */
  .lg-info {
    right: -15px; } }
@media screen and (max-width: 1024px) and (min-width: 1200px) {
  /* line 353, ../sass/login.scss */
  .catalog-nav + .left-box {
    display: block; }
    /* line 355, ../sass/login.scss */
    .catalog-nav + .left-box span.name {
      padding-left: 15px; } }
@media screen and (max-width: 650px) {
  /* line 362, ../sass/login.scss */
  .catalog-nav + .left-box {
    display: none !important; }

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

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

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

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

  /* line 393, ../sass/login.scss */
  .breadcrumbs {
    margin-left: 15px; }

  /* line 397, ../sass/login.scss */
  .register .captcha {
    margin-top: 0; }
    /* line 399, ../sass/login.scss */
    .register .captcha label {
      width: 100%;
      float: none; }
  /* line 404, ../sass/login.scss */
  .register .captcha .captcha-inp {
    float: none;
    width: 100%; } }
@media screen and (max-width: 510px) {
  /* line 414, ../sass/login.scss */
  .two-btn .btn, .one-btn .btn {
    width: 100%; }

  /* line 417, ../sass/login.scss */
  .register .one-btn {
    padding-left: 0;
    padding-right: 0; } }
/* line 2, ../sass/trial.scss */
.catalog .product.trial {
  margin-top: 20px;
  border: 1px solid #47BADE;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
  margin-bottom: 30px;
  position: relative;
  width: calc(100% - 3px);
  border-radius: 10px; }
  /* line 12, ../sass/trial.scss */
  .catalog .product.trial .product-img {
    left: 0;
    display: block;
    margin: 0 auto;
    width: 210px;
    height: 156px;
    margin-top: 0; }
  /* line 20, ../sass/trial.scss */
  .catalog .product.trial b {
    color: #0C476F;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    line-height: 22px;
    color: #07314D; }
  /* line 28, ../sass/trial.scss */
  .catalog .product.trial a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #47BADE;
    padding: 14px 5px;
    font-weight: 600;
    border-radius: 30px;
    text-transform: uppercase;
    min-width: 120px; }
    /* line 40, ../sass/trial.scss */
    .catalog .product.trial a:hover {
      background: #149FCB; }
    /* line 44, ../sass/trial.scss */
    .catalog .product.trial a:focus, .catalog .product.trial a:visited {
      background: #67B2CA; }
  /* line 48, ../sass/trial.scss */
  .catalog .product.trial div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

@media screen and (max-width: 480px) {
  /* line 59, ../sass/trial.scss */
  .catalog .col-md-6.col-sm-12 {
    padding: 0 4px; }

  /* line 63, ../sass/trial.scss */
  .catalog .product.trial img.product-img {
    min-height: auto;
    margin-top: 0; }
  /* line 68, ../sass/trial.scss */
  .catalog .product.trial b {
    font-size: 16px;
    line-height: 20px; } }
/* line 1, ../sass/cookie.scss */
.cookie-box {
  position: fixed;
  z-index: 99998;
  bottom: 0;
  width: 100%;
  padding: 25px 15px;
  background: rgba(30, 56, 112, 0.9); }
  /* line 8, ../sass/cookie.scss */
  .cookie-box p {
    color: #fff;
    font-size: 12px; }
  /* line 12, ../sass/cookie.scss */
  .cookie-box .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-box a {
    color: #fff;
    text-decoration: underline;
    padding-right: 20px; }
  /* line 26, ../sass/cookie.scss */
  .cookie-box .c-btn {
    padding: 9px 30px;
    min-width: 100px;
    border-radius: 15px;
    background: #fff;
    color: #1E3870;
    text-align: center;
    text-decoration: none;
    font-size: 12px; }

/*
footer .container .up {
	top: auto  !important;
	right: 60px !important;
	bottom: 30px  !important;
	position: fixed !important;
}
*/
@media screen and (max-width: 1200px) and (min-width: 992px) {
  /* line 48, ../sass/cookie.scss */
  .catalog-main .f-visa, .catalog-main .f-master, .catalog-main .f-amex, .catalog-main .f-diners {
    width: 38px !important; }
  /* line 51, ../sass/cookie.scss */
  .catalog-main .f-bleue, .catalog-main .f-bitcoin {
    width: 44px !important; }
  /* line 54, ../sass/cookie.scss */
  .catalog-main .f-local {
    min-width: 38px !important;
    max-width: 80px !important;
    height: 24px !important;
    -o-object-fit: contain;
       object-fit: contain; }
  /* line 60, ../sass/cookie.scss */
  .catalog-main .f-jcb {
    width: 31px !important; }
  /* line 63, ../sass/cookie.scss */
  .catalog-main .f-discover {
    width: 42px !important; }

  /* line 67, ../sass/cookie.scss */
  .pays-tab .f-local {
    height: 24px; } }
@media screen and (min-width: 992px) {
  /* line 73, ../sass/cookie.scss */
  .nav-tabs > li {
    display: block !important; }
    /* line 75, ../sass/cookie.scss */
    .nav-tabs > li span {
      display: none; } }
@media screen and (max-width: 1200px) {
  /* line 82, ../sass/cookie.scss */
  .nav-tabs > li a img {
    display: inline-block; }

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 151, ../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 156, ../sass/cookie.scss */
  .nav-tabs > li.active > a {
    border: none !important;
    position: relative; }
    /* line 159, ../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 172, ../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 179, ../sass/cookie.scss */
  .nav-tabs > li > a:hover {
    border-bottom: none !important; }

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

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

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

/* line 12, ../sass/dash.scss */
.dash-info.active td {
  background: none !important; }
/* line 15, ../sass/dash.scss */
.dash-info.active .dash-close {
  display: block; }
/* line 18, ../sass/dash.scss */
.dash-info.active a.dash_l {
  display: none; }

/* line 23, ../sass/dash.scss */
.dash-info.active + tr:hover {
  background: none; }
/* line 26, ../sass/dash.scss */
.dash-info.active + tr td.dash-info-more {
  display: table-cell; }

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

/* line 33, ../sass/dash.scss */
.table.dash-table tr td.dash-info-more {
  padding: 0 !important; }

/* line 36, ../sass/dash.scss */
td.dash-info-more {
  display: none;
  width: 100% !important; }
  /* line 39, ../sass/dash.scss */
  td.dash-info-more table {
    width: 100%; }
    /* line 41, ../sass/dash.scss */
    td.dash-info-more table tr:hover {
      background: none; }
    /* line 44, ../sass/dash.scss */
    td.dash-info-more table tr td {
      border-top: none !important; }
      /* line 46, ../sass/dash.scss */
      td.dash-info-more table tr td:first-child {
        font-weight: 400;
        color: #828282; }
      /* line 50, ../sass/dash.scss */
      td.dash-info-more table tr td:last-child {
        color: #333333; }

/* line 61, ../sass/dash.scss */
.wrap-order {
  margin-bottom: 25px; }
  /* line 63, ../sass/dash.scss */
  .wrap-order .table {
    margin-bottom: 15px; }
    /* line 65, ../sass/dash.scss */
    .wrap-order .table .t-center {
      text-align: center; }
    /* line 68, ../sass/dash.scss */
    .wrap-order .table td.price {
      color: #333; }
  /* line 74, ../sass/dash.scss */
  .wrap-order .dash-table.table td.red {
    color: #FF6712; }
  /* line 78, ../sass/dash.scss */
  .wrap-order .dash-table.table thead {
    background: #f8f8f8; }
  /* line 82, ../sass/dash.scss */
  .wrap-order .dash-table.table thead th:last-child {
    text-align: right; }
    /* line 84, ../sass/dash.scss */
    .wrap-order .dash-table.table thead th:last-child a {
      color: #00C693;
      font-size: 14px;
      font-weight: 400;
      text-transform: none;
      text-decoration: underline; }
  /* line 96, ../sass/dash.scss */
  .wrap-order .total {
    margin: -20px 0 20px;
    padding: 20px 25px 20px;
    background: #fff;
    border-top: none; }
  /* line 102, ../sass/dash.scss */
  .wrap-order td:first-child {
    color: #828282; }
  /* line 105, ../sass/dash.scss */
  .wrap-order td:last-child {
    font-weight: 700; }
    /* line 107, ../sass/dash.scss */
    .wrap-order td:last-child a {
      font-weight: 400; }
    /* line 110, ../sass/dash.scss */
    .wrap-order td:last-child.link {
      color: #00C693; }
      /* line 112, ../sass/dash.scss */
      .wrap-order td:last-child.link a {
        font-weight: 700; }
  /* line 118, ../sass/dash.scss */
  .wrap-order td a {
    text-decoration: underline; }

/* line 125, ../sass/dash.scss */
.dash-name:after {
  content: none; }

/* line 130, ../sass/dash.scss */
.welcome {
  font-size: 16px;
  color: #111316;
  font-weight: 700;
  padding: 25px 20px;
  border-radius: 10px;
  background: #F9F8FC;
  margin: 15px 0 20px; }

/* line 141, ../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 150, ../sass/dash.scss */
  .notification figure {
    width: 180px;
    height: 148px; }
    /* line 153, ../sass/dash.scss */
    .notification figure img {
      width: 100%; }
  /* line 157, ../sass/dash.scss */
  .notification .notif {
    padding: 40px 40px 30px 20px;
    width: calc(100% - 180px); }
    /* line 160, ../sass/dash.scss */
    .notification .notif .flex {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  /* line 164, ../sass/dash.scss */
  .notification p {
    color: #000;
    line-height: 18px; }
  /* line 168, ../sass/dash.scss */
  .notification i {
    color: #47BADE;
    display: block;
    line-height: 18px;
    margin-top: 4px;
    font-weight: 600;
    margin-bottom: 20px; }
  /* line 176, ../sass/dash.scss */
  .notification a {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 10px;
    border-radius: 20px;
    min-width: 100px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: 600; }
    /* line 186, ../sass/dash.scss */
    .notification a.notif-no {
      background: none;
      color: #E0E0E0; }
      /* line 189, ../sass/dash.scss */
      .notification a.notif-no:hover {
        color: #cccccc; }
    /* line 193, ../sass/dash.scss */
    .notification a.notif-yes {
      background: #47BADE;
      color: #fff;
      margin-left: 15px;
      border-radius: 18px; }
      /* line 198, ../sass/dash.scss */
      .notification a.notif-yes:hover {
        background: #149FCB; }
      /* line 201, ../sass/dash.scss */
      .notification a.notif-yes:fous, .notification a.notif-yes:visited {
        background: #67B2CA; }

/* line 209, ../sass/dash.scss */
.login.logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 37px;
  background: rgba(151, 129, 200, 0.3);
  border-radius: 37px;
  padding-right: 10px; }
  /* line 216, ../sass/dash.scss */
  .login.logout a {
    color: #fff;
    font-weight: 600;
    padding-left: 10px; }

/* line 224, ../sass/dash.scss */
.cart-order thead {
  background: #F8F8F8; }

/* line 229, ../sass/dash.scss */
.dash-btn {
  padding-bottom: 100px; }

/* line 233, ../sass/dash.scss */
.dash-name {
  color: #828282;
  margin-bottom: 25px;
  margin-top: 10px; }
  /* line 237, ../sass/dash.scss */
  .dash-name b {
    color: #333;
    font-weight: 700; }

@media screen and (min-width: 1441px) {
  /* line 244, ../sass/dash.scss */
  .notification {
    left: 230px; } }
@media screen and (max-width: 1200px) {
  /* line 250, ../sass/dash.scss */
  .wrap-order .total {
    padding-right: 20px; } }
@media screen and (max-width: 1200px) {
  /* line 255, ../sass/dash.scss */
  .table .dash-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    /* line 257, ../sass/dash.scss */
    .table .dash-info td:nth-child(3), .table .dash-info td:nth-child(5) {
      text-align: right; }
    /* line 260, ../sass/dash.scss */
    .table .dash-info td:nth-child(2) {
      text-align: center; }
    /* line 263, ../sass/dash.scss */
    .table .dash-info td {
      width: 33.333333%; }
    /* line 266, ../sass/dash.scss */
    .table .dash-info td:nth-child(5), .table .dash-info td:nth-child(4) {
      width: 50%;
      padding-top: 0 !important; }
    /* line 270, ../sass/dash.scss */
    .table .dash-info td:nth-child(4) {
      text-align: left; }

  /* line 274, ../sass/dash.scss */
  .dash-name {
    margin-top: 0; }

  /* line 277, ../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;
    margin-bottom: -10px; }
    /* line 280, ../sass/dash.scss */
    .table.dash-table td:first-child table td, .table.dash-table td:first-child + .t-hide + td table td, .table.dash-table td:first-child + td table td {
      margin-bottom: 0; }
      /* line 282, ../sass/dash.scss */
      .table.dash-table td:first-child table td:nth-child(2n), .table.dash-table td:first-child + .t-hide + td table td:nth-child(2n), .table.dash-table td:first-child + td table td:nth-child(2n) {
        margin-bottom: -8px; }

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

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

  /* line 299, ../sass/dash.scss */
  td.dash-info-more table {
    border-bottom: 1px solid #F3F3F3; }

  /* line 302, ../sass/dash.scss */
  .dash-info-more {
    display: none !important; }

  /* line 305, ../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 !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    /* line 310, ../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 313, ../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: 30px !important;
      border: none;
      width: 100% !important; }
      /* line 317, ../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 321, ../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 327, ../sass/dash.scss */
  .table.dash-table tr:last-child {
    border-bottom: none; }

  /* line 330, ../sass/dash.scss */
  .dash-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #f3f3f3; }
    /* line 333, ../sass/dash.scss */
    .dash-info:last-child {
      border-bottom: none; }
    /* line 336, ../sass/dash.scss */
    .dash-info td:nth-child(even) {
      text-align: right; }
    /* line 339, ../sass/dash.scss */
    .dash-info:hover {
      background: none !important; }

  /* line 343, ../sass/dash.scss */
  .table.dash-table .dash-info:hover, .table.dash-table .dash-info + tr:hover {
    background: none; }

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

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

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

  /* line 356, ../sass/dash.scss */
  .table.cart-table.cart-order thead {
    display: none; }

  /* line 361, ../sass/dash.scss */
  .wrap-order .table.cart-table.dash-table thead {
    display: block !important; }

  /* line 365, ../sass/dash.scss */
  .wrap-order .table.cart-table.dash-table td:last-child {
    width: 50%; }
    /* line 367, ../sass/dash.scss */
    .wrap-order .table.cart-table.dash-table td:last-child a {
      float: none; }

  /* line 371, ../sass/dash.scss */
  .wrap-order .table.cart-table.cart-order td:last-child {
    margin-top: -20px;
    width: auto; }
    /* line 374, ../sass/dash.scss */
    .wrap-order .table.cart-table.cart-order td:last-child a {
      float: none; }

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

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

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

  /* line 387, ../sass/dash.scss */
  .wrap-order .cart-table td:last-child a {
    float: none; } }
@media screen and (max-width: 650px) {
  /* line 393, ../sass/dash.scss */
  .dash-name {
    padding-left: 15px;
    padding-right: 15px; }

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

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

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

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

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

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

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

/* line 49, ../sass/promo.scss */
.border-box.border-box-promo {
  margin-bottom: 20px;
  border-bottom: 1px solid #F3F3F3; }
  /* line 52, ../sass/promo.scss */
  .border-box.border-box-promo .radio p {
    color: #4F4F4F; }

/* line 58, ../sass/promo.scss */
.promo-block .checkbox {
  margin-top: 0;
  margin-bottom: 5px; }
  /* line 61, ../sass/promo.scss */
  .promo-block .checkbox label {
    min-height: auto;
    width: 25px; }
/* line 67, ../sass/promo.scss */
.promo-block + .total {
  border-top: none;
  padding-top: 10px; }

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

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

/* line 83, ../sass/promo.scss */
.promo-block {
  background: #f4fafb;
  border-radius: 10px;
  padding: 20px 25px;
  margin-bottom: 20px; }

/* line 89, ../sass/promo.scss */
.promo-name {
  font-weight: 700;
  font-size: 14px;
  color: #111316;
  margin-bottom: 15px; }

/* line 95, ../sass/promo.scss */
.promo-input {
  width: 100%;
  max-width: 353px; }
  /* line 98, ../sass/promo.scss */
  .promo-input .input-group {
    position: relative;
    margin-bottom: 0; }
    /* line 101, ../sass/promo.scss */
    .promo-input .input-group .input-group-addon {
      background: #fff; }

/* line 107, ../sass/promo.scss */
.promo button.btn {
  min-width: 100px;
  margin-top: 0;
  margin-left: 20px;
  text-transform: none; }
  /* line 112, ../sass/promo.scss */
  .promo button.btn:focus {
    outline: none; }
  /* line 115, ../sass/promo.scss */
  .promo button.btn:active {
    margin-top: 0; }

/* line 121, ../sass/promo.scss */
.promo-block.promo-error {
  background: #F8F8F8; }
  /* line 123, ../sass/promo.scss */
  .promo-block.promo-error .input-group .input-group-addon .i-num {
    background: url("../img/num-error.svg") no-repeat;
    border-color: #FF3332 !important; }
  /* line 127, ../sass/promo.scss */
  .promo-block.promo-error .input-group .form-control, .promo-block.promo-error .input-group-addon {
    border-color: #FF3332 !important; }

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

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

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

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

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

/* line 190, ../sass/promo.scss */
.ok.ok-hide {
  background: none !important; }

/* line 195, ../sass/promo.scss */
.t-pad .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px; }
  /* line 199, ../sass/promo.scss */
  .t-pad .checkbox label {
    min-height: auto;
    width: auto;
    display: block;
    padding-left: 0; }
  /* line 205, ../sass/promo.scss */
  .t-pad .checkbox span {
    display: inline-block; }
/* line 210, ../sass/promo.scss */
.t-pad .promo .input-group {
  margin-bottom: 0; }
  /* line 212, ../sass/promo.scss */
  .t-pad .promo .input-group span {
    display: table-cell; }

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

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

/* line 230, ../sass/promo.scss */
.table.promo-table {
  background: none;
  margin: 0; }
  /* line 233, ../sass/promo.scss */
  .table.promo-table td {
    border-radius: none !important;
    padding: 0 !important;
    border-bottom: none !important; }
    /* line 237, ../sass/promo.scss */
    .table.promo-table td:first-child {
      width: 80%; }
    /* line 240, ../sass/promo.scss */
    .table.promo-table td:last-child {
      width: 20%; }
    /* line 243, ../sass/promo.scss */
    .table.promo-table td b {
      color: #111316;
      font-weight: 700; }
  /* line 248, ../sass/promo.scss */
  .table.promo-table tbody tr:hover {
    background: none; }

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

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 262, ../sass/promo.scss */
  .bonus:before {
    background: url("../img/bonus@2x.png") no-repeat center center;
    background-size: cover; } }
@media screen and (max-width: 1200px) {
  /* line 269, ../sass/promo.scss */
  .t-center {
    text-align: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 361, ../sass/promo.scss */
  .check-table td.promo-td {
    padding-top: 0; } }
@media screen and (max-width: 480px) {
  /* line 368, ../sass/promo.scss */
  .table tr.promo-td.promo-select td:first-child {
    width: 100%; }
  /* line 371, ../sass/promo.scss */
  .table tr.promo-td.promo-select td.package-td {
    width: 100%;
    padding-top: 20px !important; }
    /* line 374, ../sass/promo.scss */
    .table tr.promo-td.promo-select td.package-td select {
      width: 100%; } }
@media screen and (max-width: 374px) {
  /* line 382, ../sass/promo.scss */
  .check-table tbody .promo-td td.t-price {
    padding-right: 10px !important; }

  /* line 386, ../sass/promo.scss */
  .total-promo p {
    margin-right: 0; } }
/* line 81, ../sass/screen.scss */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background: rgba(202, 230, 236, 0.3); }

/* line 87, ../sass/screen.scss */
h2, h3, h4, h5, h6 {
  color: #111316; }

/* line 88, ../sass/screen.scss */
h1 {
  color: #1E3870;
  font-size: 24px;
  padding-bottom: 24px;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase; }
  /* line 88, ../sass/screen.scss */
  h1 i {
    font-weight: 400; }

/* line 89, ../sass/screen.scss */
h2 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 22px;
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
  font-weight: 700; }
  /* line 89, ../sass/screen.scss */
  h2 b {
    color: #1E3870; }

/* line 90, ../sass/screen.scss */
h3 {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 18px;
  font-weight: 700; }

/* line 91, ../sass/screen.scss */
h4 {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 22px;
  font-weight: 700; }

/* line 92, ../sass/screen.scss */
h5 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 22px;
  font-weight: 700; }

/* line 93, ../sass/screen.scss */
h6 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
  font-weight: 600; }

/* line 94, ../sass/screen.scss */
.title {
  font-size: 16px;
  color: #111316;
  margin-bottom: 15px;
  line-height: 20px;
  font-weight: 700; }

/* line 95, ../sass/screen.scss */
p {
  color: #828282;
  line-height: 18px; }

/* line 96, ../sass/screen.scss */
a {
  color: #1E3870;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  /* line 100, ../sass/screen.scss */
  a:hover {
    text-decoration: none;
    color: #192e5c; }

/* line 103, ../sass/screen.scss */
p a {
  text-decoration: underline; }
  /* line 104, ../sass/screen.scss */
  p a:hover {
    color: #192e5c; }

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

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

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

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

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

/* line 134, ../sass/screen.scss */
.btn {
  text-align: center;
  font-size: 14px;
  color: #fff;
  width: 180px;
  background: #1E3870;
  text-transform: uppercase;
  padding: 7px 0 8px;
  font-weight: 600;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  /* line 149, ../sass/screen.scss */
  .btn:hover, .btn:focus, .btn:active {
    background: #132448;
    color: #fff; }

/* line 156, ../sass/screen.scss */
main {
  margin-top: 29px;
  position: relative;
  margin-bottom: 10px; }

/* line 158, ../sass/screen.scss */
.inner-page h1 {
  color: #111316; }
/* line 159, ../sass/screen.scss */
.inner-page .catalog-nav {
  margin-top: 46px; }

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

/* line 162, ../sass/screen.scss */
.white {
  border-radius: 10px;
  background: #FFF;
  padding: 40px 30px 0; }

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

/* line 172, ../sass/screen.scss */
.catalog-name.active ul {
  display: block; }
/* line 175, ../sass/screen.scss */
.catalog-name.active > a {
  color: #fff;
  background: #1E3870; }
  /* line 178, ../sass/screen.scss */
  .catalog-name.active > a .sub-catalog {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11L8.63778 10.4117L13 6.36628L11.7244 5L8 8.45219L4.27556 5L3 6.36628L7.36223 10.4117L8 11Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center center; }
/* line 183, ../sass/screen.scss */
.catalog-name ul {
  display: none; }
  /* line 186, ../sass/screen.scss */
  .catalog-name ul li a {
    color: #404040;
    padding: 10px 30px;
    display: block;
    font-size: 14px; }
    /* line 191, ../sass/screen.scss */
    .catalog-name ul li a:hover {
      color: #1E3870;
      background: rgba(71, 186, 222, 0.1); }
/* line 198, ../sass/screen.scss */
.catalog-name.catalog-active > a {
  padding-right: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  background: #1E3870; }
  /* line 204, ../sass/screen.scss */
  .catalog-name.catalog-active > a .sub-catalog {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5L8.63778 5.58833L13 9.63372L11.7244 11L8 7.54781L4.27556 11L3 9.63372L7.36223 5.58833L8 5Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center center; }
  /* line 207, ../sass/screen.scss */
  .catalog-name.catalog-active > a:after {
    content: '';
    display: block;
    width: 80px;
    height: 45px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -22px;
    background: url("../img/pills-nav.png") no-repeat;
    background-size: cover; }
  /* line 219, ../sass/screen.scss */
  .catalog-name.catalog-active > a:hover, .catalog-name.catalog-active > a.active {
    background: #1E3870; }
    /* line 221, ../sass/screen.scss */
    .catalog-name.catalog-active > a:hover .sub-catalog, .catalog-name.catalog-active > a.active .sub-catalog {
      background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11L8.63778 10.4117L13 6.36628L11.7244 5L8 8.45219L4.27556 5L3 6.36628L7.36223 10.4117L8 11Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center center; }
/* line 227, ../sass/screen.scss */
.catalog-name > a {
  text-decoration: none !important;
  font-size: 14px;
  color: #000;
  padding: 14px 40px 14px 20px;
  position: relative;
  font-weight: 600;
  display: block;
  position: relative; }
  /* line 236, ../sass/screen.scss */
  .catalog-name > a .sub-catalog {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5L7.36222 5.58833L3 9.63372L4.27556 11L8 7.54781L11.7244 11L13 9.63372L8.63777 5.58833L8 5Z' fill='%237F8C8C'/%3E%3C/svg%3E%0A") no-repeat center center;
    display: block; }
  /* line 246, ../sass/screen.scss */
  .catalog-name > a:hover {
    color: #fff;
    background: #1E3870; }
    /* line 249, ../sass/screen.scss */
    .catalog-name > a:hover .sub-catalog {
      background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11L8.63778 10.4117L13 6.36628L11.7244 5L8 8.45219L4.27556 5L3 6.36628L7.36223 10.4117L8 11Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center center; }

/* line 258, ../sass/screen.scss */
.catalog-nav {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  overflow: hidden; }

/* line 265, ../sass/screen.scss */
.catalog-toogle {
  display: none; }

/* line 266, ../sass/screen.scss */
.catalog-toogle, .catalog-toogle:hover, .catalog-toogle:focus, .catalog-toogle:active {
  color: #111316;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none; }

/* line 275, ../sass/screen.scss */
.delivery-m {
  margin-bottom: 30px; }
  /* line 277, ../sass/screen.scss */
  .delivery-m img {
    margin-right: 0 !important;
    margin-bottom: 20px; }

/* line 283, ../sass/screen.scss */
.left-box {
  margin-top: 30px;
  background: #FFF;
  border-radius: 10px; }
  /* line 288, ../sass/screen.scss */
  .left-box span {
    display: block;
    padding: 26px 0 0 20px;
    color: #1E3870;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  /* line 296, ../sass/screen.scss */
  .left-box .methods-info {
    padding: 20px 20px 0 20px; }

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

/* line 310, ../sass/screen.scss */
.catalog {
  margin-bottom: 60px; }
  /* line 312, ../sass/screen.scss */
  .catalog h1 {
    margin-right: 15px;
    padding-bottom: 15px; }
  /* line 313, ../sass/screen.scss */
  .catalog .product {
    width: 100%;
    height: 220px;
    display: block;
    padding: 0 0 15px;
    text-align: center;
    border: 1px solid #CAE6EC;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    /* line 326, ../sass/screen.scss */
    .catalog .product:hover {
      -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      border-color: #fff; }
    /* line 331, ../sass/screen.scss */
    .catalog .product .product-img {
      width: 160px;
      margin: 10px auto;
      height: 119px; }
    /* line 336, ../sass/screen.scss */
    .catalog .product p {
      font-size: 16px;
      font-weight: 600;
      color: #333; }
    /* line 341, ../sass/screen.scss */
    .catalog .product .btn {
      position: absolute;
      top: 170px;
      left: 50%;
      margin-left: -95px;
      border: 1px solid #CAE6EC;
      color: #47BADE;
      text-transform: uppercase;
      width: 190px;
      font-weight: 700;
      border-radius: 20px;
      padding: 5px 0 5px;
      background: none; }
      /* line 355, ../sass/screen.scss */
      .catalog .product .btn:hover {
        background: #1E3870;
        color: #FFF;
        border-color: #1E3870; }
      /* line 360, ../sass/screen.scss */
      .catalog .product .btn:focus {
        color: #fff;
        background: #3F5689;
        border-color: #3F5689; }

/* line 371, ../sass/screen.scss */
.text {
  margin-bottom: 30px; }
  /* line 373, ../sass/screen.scss */
  .text p b {
    color: #333; }
  /* line 374, ../sass/screen.scss */
  .text p, .text ul {
    line-height: 18px;
    margin-bottom: 20px;
    color: #828282; }
  /* line 375, ../sass/screen.scss */
  .text h2 {
    text-transform: uppercase;
    color: #111316; }
  /* line 376, ../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 379, ../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 380, ../sass/screen.scss */
  .text li {
    padding-bottom: 13px;
    padding-left: 24px;
    position: relative; }
    /* line 381, ../sass/screen.scss */
    .text li:last-child {
      padding-bottom: 0; }
    /* line 382, ../sass/screen.scss */
    .text li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 6px;
      width: 5px;
      height: 5px;
      background: #1E3870;
      border-radius: 50%; }

/* line 397, ../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 400, ../sass/screen.scss */
  .flex-img .img {
    width: 290px; }
  /* line 403, ../sass/screen.scss */
  .flex-img .img-l {
    margin-right: 15px; }
  /* line 406, ../sass/screen.scss */
  .flex-img .img-r {
    margin-left: 15px; }

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

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

/* line 420, ../sass/screen.scss */
.grey {
  background: rgba(224, 224, 224, 0.2);
  border-radius: 10px; }

/* line 425, ../sass/screen.scss */
.table {
  border-spacing: separate;
  width: 100%;
  margin-bottom: 30px; }
  /* line 428, ../sass/screen.scss */
  .table thead {
    color: #BDBDBD;
    font-weight: 700;
    text-transform: uppercase; }
  /* line 429, ../sass/screen.scss */
  .table tr:first-child td {
    border-top: none; }
  /* line 430, ../sass/screen.scss */
  .table th {
    border-bottom: none !important; }
  /* line 433, ../sass/screen.scss */
  .table th, .table td {
    padding: 20px 20px 17px !important;
    vertical-align: middle !important; }
    /* line 436, ../sass/screen.scss */
    .table th:first-child, .table th.t-rad.l, .table td:first-child, .table td.t-rad.l {
      border-radius: 10px 0 0 10px; }
    /* line 440, ../sass/screen.scss */
    .table th:last-child, .table th.t-rad-r, .table td:last-child, .table td.t-rad-r {
      border-radius: 0 10px 10px 0; }
  /* line 445, ../sass/screen.scss */
  .table td {
    font-weight: 400; }
  /* line 446, ../sass/screen.scss */
  .table tr:hover {
    background: #f4fafb; }
  /* line 449, ../sass/screen.scss */
  .table thead tr:hover {
    background: none; }
  /* line 452, ../sass/screen.scss */
  .table .t-show {
    display: none; }

/* line 454, ../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 459, ../sass/screen.scss */
.table span {
  display: none; }
/* line 460, ../sass/screen.scss */
.table .t-price {
  color: #111316;
  font-weight: 700; }

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

/* line 466, ../sass/screen.scss */
.add {
  width: 23px;
  height: 17px;
  display: block;
  background: url("../img/shop.svg") no-repeat;
  background-size: cover;
  margin-left: 10px; }

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

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

/* line 479, ../sass/screen.scss */
.panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0; }
  /* line 486, ../sass/screen.scss */
  .panel .panel-heading {
    border-radius: 10px;
    padding: 0;
    border: 1px solid #F0EEF7;
    background-color: none; }
    /* line 493, ../sass/screen.scss */
    .panel .panel-heading .panel-title {
      padding: 15px 20px;
      background: #47BADE;
      color: #fff;
      border-radius: 10px;
      line-height: 20px;
      font-weight: 600;
      font-size: 14px;
      display: block;
      position: relative; }
      /* line 504, ../sass/screen.scss */
      .panel .panel-heading .panel-title:after {
        content: "";
        display: inline-block;
        width: 13px;
        height: 8px;
        background: url("../img/arrow-down-w.svg") no-repeat center center;
        position: absolute;
        top: 50%;
        right: 21px;
        margin-top: -4px;
        background-size: 13px 8px; }
      /* line 518, ../sass/screen.scss */
      .panel .panel-heading .panel-title.collapsed {
        background: #fff;
        color: #111316;
        border-radius: 10px; }
        /* line 523, ../sass/screen.scss */
        .panel .panel-heading .panel-title.collapsed:after {
          background: url("../img/arrow-down.svg") no-repeat center center;
          -webkit-box-sizing: cover;
          box-sizing: cover; }
  /* line 532, ../sass/screen.scss */
  .panel .panel-body {
    padding: 22px 20px 0;
    border-top: 0 !important; }

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

/* line 542, ../sass/screen.scss */
form label {
  color: #828282;
  text-align: left !important;
  line-height: 14px;
  position: relative;
  font-size: 14px;
  width: 100%;
  margin-bottom: 7px; }
/* line 544, ../sass/screen.scss */
form input {
  color: #828282; }
/* line 546, ../sass/screen.scss */
form .req:after {
  content: "*";
  position: absolute;
  font-size: 12px;
  color: #FF3332;
  right: -15px;
  top: 18px;
  z-index: 999; }
/* line 556, ../sass/screen.scss */
form .radio label, form .checkbox label {
  font-size: 14px; }
/* line 557, ../sass/screen.scss */
form .radio label:after, form .checkbox label:after {
  content: none; }
/* line 558, ../sass/screen.scss */
form .has-success input {
  border: 1px solid #1E3870 !important; }
/* line 559, ../sass/screen.scss */
form .has-success label {
  color: #1E3870 !important; }
/* line 560, ../sass/screen.scss */
form button.btn, form .btn {
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 30px 10px;
  width: auto;
  min-width: 180px; }

/* line 571, ../sass/screen.scss */
.step {
  text-align: center;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 30px; }
  /* line 572, ../sass/screen.scss */
  .step li {
    display: block;
    float: left;
    width: 33.33333%;
    position: relative;
    color: #828282;
    border: 1px solid #F0EEF7;
    padding: 18px 0 18px 30px;
    color: #E0E0E0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left; }
    /* line 585, ../sass/screen.scss */
    .step li b {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700;
      display: block;
      margin-top: 3px; }
    /* line 592, ../sass/screen.scss */
    .step li:before {
      content: "";
      display: block;
      float: left;
      width: 26px;
      height: 26px;
      margin-right: 20px;
      background: url("../img/steps.svg") no-repeat; }
    /* line 601, ../sass/screen.scss */
    .step li.active-step {
      background: #1E3870;
      border-color: #1E3870;
      color: #fff; }
    /* line 606, ../sass/screen.scss */
    .step li.step-1 {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
      /* line 611, ../sass/screen.scss */
      .step li.step-1:before {
        background-position: -99px 0;
        background-size: cover; }
      /* line 617, ../sass/screen.scss */
      .step li.step-1.active-step:before {
        background-position: -125px 0;
        background-size: cover; }
    /* line 625, ../sass/screen.scss */
    .step li.step-2:before {
      background-position: -74px 0;
      background-size: cover; }
    /* line 631, ../sass/screen.scss */
    .step li.step-2.active-step:before {
      background-position: -24px 0;
      background-size: cover; }
    /* line 638, ../sass/screen.scss */
    .step li.step-3 {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; }
      /* line 643, ../sass/screen.scss */
      .step li.step-3:before {
        background-position: -47px 0;
        background-size: cover; }
      /* line 649, ../sass/screen.scss */
      .step li.step-3.active-step:before {
        background-position: 2px 0;
        background-size: cover; }
      /* line 655, ../sass/screen.scss */
      .step li.step-3.error-step {
        background: #FF3332;
        color: #FFF;
        border-color: #FF3332; }
        /* line 659, ../sass/screen.scss */
        .step li.step-3.error-step:before {
          width: 18px;
          background-position: -151px 0;
          background-size: cover; }

/* line 670, ../sass/screen.scss */
label.error {
  display: none !important; }

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

/* line 672, ../sass/screen.scss */
.selectize {
  padding: 20px 57px 20px 25px;
  margin: -10px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 10px;
  background: #CCF4E9; }
  /* line 682, ../sass/screen.scss */
  .selectize p {
    color: #4f4f4f; }

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

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

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

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

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

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

/* line 734, ../sass/screen.scss */
.price {
  color: #FF6712; }

/* line 735, ../sass/screen.scss */
.total {
  margin: 0 0 40px;
  padding: 30px 25px 0;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border-top: 1px solid #f3f3f3;
  text-transform: uppercase; }
  /* line 743, ../sass/screen.scss */
  .total .price {
    float: right;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    top: -4px;
    margin-right: 15px;
    color: #FF6712; }

/* line 746, ../sass/screen.scss */
.two-btn {
  padding-bottom: 40px; }
  /* line 748, ../sass/screen.scss */
  .two-btn .btn-dark {
    float: left; }
  /* line 751, ../sass/screen.scss */
  .two-btn button {
    float: right; }

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

/* line 758, ../sass/screen.scss */
.btn-dark {
  background: none;
  border: 1px solid #CAE6EC;
  color: #47BADE; }
  /* line 762, ../sass/screen.scss */
  .btn-dark:hover {
    background: #1E3870;
    color: #FFF;
    border-color: #1E3870; }
  /* line 763, ../sass/screen.scss */
  .btn-dark:focus {
    background: #3F5689;
    color: #fff;
    border-color: #3F5689; }

/* line 767, ../sass/screen.scss */
.who-radio span {
  color: #828282; }
/* line 768, ../sass/screen.scss */
.who-radio .radio {
  display: inline-block;
  margin-left: 13px;
  margin-bottom: 0; }
  /* line 772, ../sass/screen.scss */
  .who-radio .radio label {
    color: #333;
    font-size: 14px; }
/* line 774, ../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 780, ../sass/screen.scss */
.select {
  position: relative; }

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

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

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

/* line 802, ../sass/screen.scss */
.border-box {
  padding: 10px 10px 0;
  border-top: 1px solid #F3F3F3; }

/* line 806, ../sass/screen.scss */
.details {
  margin-top: 30px; }
  /* line 808, ../sass/screen.scss */
  .details p {
    color: #333; }
  /* line 809, ../sass/screen.scss */
  .details h3 {
    margin-bottom: 20px;
    margin-top: 10px; }
  /* line 810, ../sass/screen.scss */
  .details .check-add {
    margin: 36px 0 73px; }

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

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

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

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

/* line 835, ../sass/screen.scss */
.form-visual label {
  width: 189px; }
/* line 836, ../sass/screen.scss */
.form-visual input {
  width: 189px !important;
  display: inline-block; }
/* line 837, ../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 851, ../sass/screen.scss */
.confirm {
  margin: 0 0 40px;
  padding-top: 20px; }
  /* line 854, ../sass/screen.scss */
  .confirm h4 {
    margin-bottom: 20px; }
  /* line 855, ../sass/screen.scss */
  .confirm .c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    /* line 857, ../sass/screen.scss */
    .confirm .c-flex label {
      width: auto; }
    /* line 860, ../sass/screen.scss */
    .confirm .c-flex span {
      line-height: 18px;
      margin-left: 8px; }

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

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

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

/* line 880, ../sass/screen.scss */
.prod-img {
  float: right;
  width: 35%;
  max-width: 290px;
  margin-bottom: 15px;
  padding: 0 15px;
  text-align: center; }
  /* line 887, ../sass/screen.scss */
  .prod-img img {
    max-width: 100%; }

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

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

/* line 895, ../sass/screen.scss */
.captcha {
  margin: 30px 0 40px; }
  /* line 897, ../sass/screen.scss */
  .captcha label {
    font-size: 12px;
    line-height: 16px;
    float: left;
    width: 149px;
    padding-top: 3px; }
  /* line 904, ../sass/screen.scss */
  .captcha .captcha-inp {
    float: left;
    width: 190px;
    margin-right: 15px; }
  /* line 909, ../sass/screen.scss */
  .captcha .captcha-img {
    position: relative;
    top: -8px; }
  /* line 913, ../sass/screen.scss */
  .captcha .btn, .captcha .btn:hover, .captcha .btn:active, .captcha .btn:focus {
    margin-top: 20px; }

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

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

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

/* line 945, ../sass/screen.scss */
.check-form .details .border-box {
  border-top: none;
  padding: 0 20px 20px;
  border-bottom: 1px solid #f3f3f3; }
/* line 950, ../sass/screen.scss */
.check-form .details h2 {
  padding: 15px 20px; }
/* line 953, ../sass/screen.scss */
.check-form .details .radio {
  margin-left: 24px; }
/* line 956, ../sass/screen.scss */
.check-form .details.confirm {
  padding: 0 15px 15px 0; }
  /* line 958, ../sass/screen.scss */
  .check-form .details.confirm h2 {
    margin-bottom: 0; }
  /* line 959, ../sass/screen.scss */
  .check-form .details.confirm .checkbox {
    margin-top: 5px;
    padding-left: 15px;
    padding-right: 10px; }
    /* line 963, ../sass/screen.scss */
    .check-form .details.confirm .checkbox label {
      line-height: 18px; }

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

/* line 974, ../sass/screen.scss */
.form-control, .input-group-addon {
  border: 1px solid #F0EEF7 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  /* line 977, ../sass/screen.scss */
  .form-control:focus, .input-group-addon:focus {
    border-color: #1E3870 !important; }

/* line 981, ../sass/screen.scss */
.input-group .form-control {
  margin-left: -1px; }

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

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

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

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

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

/* line 988, ../sass/screen.scss */
.active-group2 .addon-month {
  border-color: #1E3870 !important; }

/* line 992, ../sass/screen.scss */
.input-group, .form-group {
  width: calc(100% - 15px);
  margin-bottom: 20px; }
  /* line 996, ../sass/screen.scss */
  .input-group.active-group .input-group-addon, .input-group.active-group .form-control, .form-group.active-group .input-group-addon, .form-group.active-group .form-control {
    border-color: #1E3870 !important; }
  /* line 1001, ../sass/screen.scss */
  .input-group.has-error .form-control, .form-group.has-error .form-control {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important; }
  /* line 1007, ../sass/screen.scss */
  .input-group.has-error .input-group-addon, .input-group.has-error .form-control, .form-group.has-error .input-group-addon, .form-group.has-error .form-control {
    border-color: #FFC2C2 !important; }
  /* line 1012, ../sass/screen.scss */
  .input-group select, .form-group select {
    width: 100% !important;
    height: 42px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 1018, ../sass/screen.scss */
  .input-group .form-month, .form-group .form-month {
    width: 130px !important;
    float: left;
    margin-right: 0; }
    /* line 1022, ../sass/screen.scss */
    .input-group .form-month select, .form-group .form-month select {
      border-top-right-radius: 4px !important;
      border-bottom-right-radius: 4px !important; }
  /* line 1029, ../sass/screen.scss */
  .input-group.input-num input, .form-group.input-num input {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important; }
  /* line 1035, ../sass/screen.scss */
  .input-group .form-year, .form-group .form-year {
    width: 150px !important;
    float: left;
    margin-left: 5px; }
    /* line 1039, ../sass/screen.scss */
    .input-group .form-year select, .form-group .form-year select {
      border-radius: 4px !important; }
  /* line 1044, ../sass/screen.scss */
  .input-group .req, .form-group .req {
    position: relative; }
    /* line 1046, ../sass/screen.scss */
    .input-group .req:after, .form-group .req:after {
      content: "*";
      position: absolute;
      font-size: 12px;
      color: #FF3332;
      right: -15px;
      top: 13px;
      z-index: 999; }
  /* line 1056, ../sass/screen.scss */
  .input-group.form-day-2, .form-group.form-day-2 {
    width: 100px !important;
    float: left;
    margin-right: 5px; }
  /* line 1061, ../sass/screen.scss */
  .input-group.form-month-2, .form-group.form-month-2 {
    width: 100px !important;
    float: left;
    margin-right: 5px; }
    /* line 1065, ../sass/screen.scss */
    .input-group.form-month-2 select, .form-group.form-month-2 select {
      border-radius: 4px !important; }
  /* line 1070, ../sass/screen.scss */
  .input-group.form-year-2, .form-group.form-year-2 {
    width: 126px !important;
    float: left;
    margin-right: 0; }
    /* line 1074, ../sass/screen.scss */
    .input-group.form-year-2 select, .form-group.form-year-2 select {
      border-radius: 4px !important; }
  /* line 1079, ../sass/screen.scss */
  .input-group input, .form-group input {
    padding: 0 15px;
    height: 42px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 1087, ../sass/screen.scss */
  .input-group .input-group-addon, .form-group .input-group-addon {
    background: #fff;
    padding-left: 0px;
    padding-right: 0px;
    width: 42px;
    border-right: none;
    border-color: #F0EEF7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 1097, ../sass/screen.scss */
    .input-group .input-group-addon i, .form-group .input-group-addon i {
      margin: auto; }
    /* line 1100, ../sass/screen.scss */
    .input-group .input-group-addon .i-mail, .form-group .input-group-addon .i-mail {
      width: 16px;
      height: 12px;
      background: url("../img/mail.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1109, ../sass/screen.scss */
    .input-group .input-group-addon .i-user, .form-group .input-group-addon .i-user {
      width: 16px;
      height: 17px;
      background: url("../img/user.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1118, ../sass/screen.scss */
    .input-group .input-group-addon .i-subject, .form-group .input-group-addon .i-subject {
      width: 8px;
      height: 13px;
      background: url("../img/subject.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1127, ../sass/screen.scss */
    .input-group .input-group-addon .i-home, .form-group .input-group-addon .i-home {
      width: 18px;
      height: 17px;
      background: url("../img/home.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1136, ../sass/screen.scss */
    .input-group .input-group-addon .i-zip, .form-group .input-group-addon .i-zip {
      width: 16px;
      height: 16px;
      background: url("../img/stamp.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1145, ../sass/screen.scss */
    .input-group .input-group-addon .i-location, .form-group .input-group-addon .i-location {
      width: 13px;
      height: 19px;
      background: url("../img/location.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1154, ../sass/screen.scss */
    .input-group .input-group-addon .i-pays, .form-group .input-group-addon .i-pays {
      width: 16px;
      height: 16px;
      background: url("../img/world.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1163, ../sass/screen.scss */
    .input-group .input-group-addon .i-phone, .form-group .input-group-addon .i-phone {
      width: 11px;
      height: 19px;
      background: url("../img/mob.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1172, ../sass/screen.scss */
    .input-group .input-group-addon .i-numb, .form-group .input-group-addon .i-numb {
      width: 17px;
      height: 12px;
      background: url("../img/card.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1181, ../sass/screen.scss */
    .input-group .input-group-addon .i-bank, .form-group .input-group-addon .i-bank {
      width: 19px;
      height: 19px;
      background: url("../img/i-bank.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1190, ../sass/screen.scss */
    .input-group .input-group-addon .i-date, .form-group .input-group-addon .i-date {
      width: 15px;
      height: 17px;
      background: url("../img/date.svg") no-repeat;
      background-size: cover;
      display: block; }
    /* line 1199, ../sass/screen.scss */
    .input-group .input-group-addon .i-num, .form-group .input-group-addon .i-num {
      width: 11px;
      height: 11px;
      background: url("../img/num.svg") no-repeat;
      background-size: cover;
      display: block; }

/* line 1211, ../sass/screen.scss */
::-webkit-input-placeholder {
  /* для webkit браузеров */
  color: #828282; }

/* line 1214, ../sass/screen.scss */
:-moz-placeholder {
  /* для браузеров mozilla */
  color: #828282; }

/* line 1217, ../sass/screen.scss */
input[type=text] {
  color: #828282; }

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

/* line 1222, ../sass/screen.scss */
.tab-pane label {
  color: #333; }

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

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

/* line 1267, ../sass/screen.scss */
.tooltip {
  width: 200px; }
  /* line 1269, ../sass/screen.scss */
  .tooltip .tooltip-arrow {
    border-right-color: #1E3870 !important; }
  /* line 1272, ../sass/screen.scss */
  .tooltip .tooltip-inner {
    background: #1E3870;
    color: #FFF; }

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

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

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

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

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

/* line 1294, ../sass/screen.scss */
.nav-tabs > li {
  margin-bottom: -4px; }
  /* line 1296, ../sass/screen.scss */
  .nav-tabs > li a {
    height: 54px;
    margin-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px; }
    /* line 1301, ../sass/screen.scss */
    .nav-tabs > li a:hover {
      border-bottom: 1px solid #e0e0e0; }

/* line 1306, ../sass/screen.scss */
.tab-pane {
  padding: 30px 0 0;
  line-height: 18px; }
  /* line 1309, ../sass/screen.scss */
  .tab-pane .i-t-info {
    font-size: 12px;
    margin-bottom: 20px;
    color: #8A8A8A;
    line-height: 14px;
    top: -10px;
    position: relative; }

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

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

/* line 1376, ../sass/screen.scss */
.rating {
  margin-left: 15px;
  margin-bottom: 24px; }
  /* line 1379, ../sass/screen.scss */
  .rating ul, .rating span {
    margin-bottom: 0;
    display: inline-block; }
  /* line 1380, ../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 1389, ../sass/screen.scss */
    .rating li:before {
      content: none; }
    /* line 1390, ../sass/screen.scss */
    .rating li.r-full {
      background-position: 0 0; }
    /* line 1393, ../sass/screen.scss */
    .rating li.r-half {
      background-position: -18px 0; }
    /* line 1396, ../sass/screen.scss */
    .rating li.r-empty {
      background-position: -36px 0; }
    /* line 1399, ../sass/screen.scss */
    .rating li.r-half2 {
      background-position: -55px 0; }
  /* line 1403, ../sass/screen.scss */
  .rating span {
    font-size: 11px;
    margin-left: 15px;
    position: relative;
    top: -3px; }

/* line 1409, ../sass/screen.scss */
.table-info.table-confirm.t-confirm thead th {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  color: #111316; }
/* line 1415, ../sass/screen.scss */
.table-info.table-confirm.t-confirm td {
  width: 50%; }

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

/* line 1424, ../sass/screen.scss */
.methods-info.m-payment img {
  margin-right: 10px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all .4s;
  transition: all .4s; }
  /* line 1432, ../sass/screen.scss */
  .methods-info.m-payment img:last-child {
    margin-right: 0; }
  /* line 1435, ../sass/screen.scss */
  .methods-info.m-payment img:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }

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

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

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

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

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

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

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

/* line 1466, ../sass/screen.scss */
footer .f-visa, footer .f-master, footer .f-amex {
  height: 16px;
  width: 25px; }
/* line 1470, ../sass/screen.scss */
footer .f-bleue {
  height: 16px;
  width: 35px; }
/* line 1474, ../sass/screen.scss */
footer .f-local {
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 25px; }
/* line 1479, ../sass/screen.scss */
footer .f-jcb {
  height: 16px;
  width: 20px; }
/* line 1483, ../sass/screen.scss */
footer .f-discover {
  height: 16px;
  width: 25px; }

/*response*/
@media screen and (min-width: 992px) {
  /* line 1491, ../sass/screen.scss */
  .pays-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
@media screen and (max-width: 1340px) {
  /* line 1497, ../sass/screen.scss */
  .f-tooltip-info {
    top: 55px;
    left: 0;
    width: 290px; }
    /* line 1501, ../sass/screen.scss */
    .f-tooltip-info:before {
      left: 15px;
      top: -12px;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    /* line 1510, ../sass/screen.scss */
    .f-tooltip-info img {
      width: 100% !important; } }
@media screen and (max-width: 1200px) and (min-width: 651px) {
  /* line 1517, ../sass/screen.scss */
  .catalog-name > a {
    padding-right: 30px; }
    /* line 1519, ../sass/screen.scss */
    .catalog-name > a:after {
      display: none !important; }

  /* line 1523, ../sass/screen.scss */
  .catalog-name ul li a {
    padding-left: 20px; } }
@media screen and (max-width: 1200px) {
  /* line 1528, ../sass/screen.scss */
  .catalog-name.catalog-active > a {
    padding-right: 30px; }

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

  /* line 1534, ../sass/screen.scss */
  .input-group.form-month-2, .form-group.form-month-2 {
    width: 80px !important; }

  /* line 1537, ../sass/screen.scss */
  .check-table .ok {
    margin: 0; }

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

  /* line 1543, ../sass/screen.scss */
  .step li {
    padding-left: 15px; }
    /* line 1545, ../sass/screen.scss */
    .step li b {
      font-size: 12px; }

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

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

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

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

  /* line 1556, ../sass/screen.scss */
  .input-group .form-year, .form-group .form-year {
    width: 135px !important; } }
@media screen and (max-width: 1024px) {
  /* line 1562, ../sass/screen.scss */
  .inner-page .catalog-nav {
    margin-top: 0; }
  /* line 1563, ../sass/screen.scss */
  .inner-page h1 {
    margin-top: 30px; }

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

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

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

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

  /* line 1571, ../sass/screen.scss */
  .left-box {
    display: none; } }
@media screen and (max-width: 1200px) {
  /* line 1574, ../sass/screen.scss */
  footer .methods-info {
    float: none;
    text-align: center; }

  /* line 1578, ../sass/screen.scss */
  .slider-h .slide-1 {
    background: url("../img/slide-1.png") no-repeat top center;
    background-size: cover; }
    /* line 1579, ../sass/screen.scss */
    .slider-h .slide-1 .slide-img {
      display: none; } }
@media only screen and (max-width: 1200px) and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1200px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 1200px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 1200px) and (min-device-pixel-ratio: 1.5) {
  /* line 1589, ../sass/screen.scss */
  .slider-h .slide.slide-1 {
    background: url("../img/slide-1@2x.png") no-repeat top center;
    background-size: cover; } }
@media screen and (max-width: 1200px) {
  /* line 1594, ../sass/screen.scss */
  .col-md-6.col-sm-6.col-date {
    width: 100%; }

  /* line 1595, ../sass/screen.scss */
  .input-group.form-month-2, .input-group.form-year-2 {
    width: 80px !important; }

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

  /* line 1599, ../sass/screen.scss */
  .check-table .t-price.t-padd, .check-table .promo-td .t-price {
    padding-right: 10px !important; }

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

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

  /* line 1602, ../sass/screen.scss */
  .details .check-add {
    margin: 34px 0 100px; }

  /* line 1605, ../sass/screen.scss */
  .step li {
    padding-left: 10px;
    height: 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 1611, ../sass/screen.scss */
    .step li:before {
      margin-right: 10px; }

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

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

  /* line 1616, ../sass/screen.scss */
  .check-table .t-padd {
    padding-left: 15px !important; }
  /* line 1617, ../sass/screen.scss */
  .check-table th:last-child {
    text-align: right !important;
    width: 50%;
    padding-left: 0 !important; }
  /* line 1622, ../sass/screen.scss */
  .check-table th:first-child {
    width: 50%; }
  /* line 1625, ../sass/screen.scss */
  .check-table td:nth-child(2n) {
    text-align: right !important; }
  /* line 1628, ../sass/screen.scss */
  .check-table .ok {
    margin-left: 15px; }
  /* line 1631, ../sass/screen.scss */
  .check-table tbody tr {
    position: relative; }
  /* line 1632, ../sass/screen.scss */
  .check-table tbody tr:last-child td:first-child {
    padding-bottom: 14px !important; }
  /* line 1635, ../sass/screen.scss */
  .check-table tbody td {
    width: 50%; }

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

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

  /* line 1648, ../sass/screen.scss */
  .table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  /* line 1649, ../sass/screen.scss */
  .table tr:last-child {
    border-bottom: 1px solid #f2f2f2; }
  /* line 1650, ../sass/screen.scss */
  .table td, .table th {
    display: block;
    width: 50%;
    white-space: normal !important;
    border: none !important; }
  /* line 1651, ../sass/screen.scss */
  .table th:last-child {
    display: block;
    text-align: right; }
  /* line 1652, ../sass/screen.scss */
  .table .t-hide {
    display: none; }
  /* line 1653, ../sass/screen.scss */
  .table .t-show {
    display: block; }
  /* line 1654, ../sass/screen.scss */
  .table .add {
    float: right; }
  /* line 1655, ../sass/screen.scss */
  .table .t-hide + td {
    text-align: right; }
  /* line 1656, ../sass/screen.scss */
  .table td:first-child, .table td:nth-child(3) {
    border-bottom: none; }
  /* line 1657, ../sass/screen.scss */
  .table td {
    padding-left: 17px !important;
    padding-right: 17px !important; }
  /* line 1658, ../sass/screen.scss */
  .table .t-price + td {
    padding-top: 7px !important;
    text-align: left !important; }
  /* line 1659, ../sass/screen.scss */
  .table td:first-child, .table td:first-child + .t-hide + td, .table td:first-child + td {
    padding-bottom: 12px !important; }
  /* line 1660, ../sass/screen.scss */
  .table tr:first-child td {
    border-top: none; }

  /* line 1663, ../sass/screen.scss */
  .cart-table .t-price {
    text-align: right !important; }
  /* line 1666, ../sass/screen.scss */
  .cart-table td:last-child {
    width: 100%;
    text-align: right; } }
@media screen and (max-width: 767px) {
  /* line 1674, ../sass/screen.scss */
  .flex-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    /* line 1676, ../sass/screen.scss */
    .flex-img .img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%; }
      /* line 1679, ../sass/screen.scss */
      .flex-img .img.img-l, .flex-img .img.img-r {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px; }
    /* line 1685, ../sass/screen.scss */
    .flex-img div {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }

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

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

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

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

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

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

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

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

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

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

  /* line 1707, ../sass/screen.scss */
  .prod-img, .prod-text {
    float: none;
    width: 100%; }

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

  /* line 1709, ../sass/screen.scss */
  .catalog .row {
    margin-left: 0;
    margin-right: 0; }

  /* line 1711, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm td {
    width: 100%; } }
@media screen and (max-width: 650px) {
  /* line 1718, ../sass/screen.scss */
  .grey h2, .table-info.table-confirm.t-confirm .grey th {
    font-size: 16px;
    line-height: 18px; }

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

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

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

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

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

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

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

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

  /* line 1736, ../sass/screen.scss */
  .check-form .details .border-box, .total, .one-btn, .two-btn, .text, .table-info h2, h1, .contact-form {
    padding-left: 15px;
    padding-right: 15px; }

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

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

  /* line 1742, ../sass/screen.scss */
  .white {
    margin: 0; }

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

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

  /* line 1745, ../sass/screen.scss */
  .catalog-toogle {
    display: block;
    font-size: 18px;
    color: #FFF;
    background: #1E3870;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    height: 80px;
    padding: 31px 0;
    border-radius: 10px;
    padding-left: 15px; }
    /* line 1758, ../sass/screen.scss */
    .catalog-toogle:hover, .catalog-toogle:active, .catalog-toogle:focus {
      color: #FFF;
      font-size: 18px;
      font-weight: 700; }
    /* line 1763, ../sass/screen.scss */
    .catalog-toogle:before {
      display: block;
      content: "";
      float: left;
      width: 60px;
      height: 60px;
      background: url("../img/catalog_ico.svg") no-repeat;
      background-size: cover;
      margin-top: -21px;
      margin-right: 25px; }
    /* line 1774, ../sass/screen.scss */
    .catalog-toogle:after {
      content: "";
      display: block;
      width: 14px;
      height: 8px;
      background: url("../img/arrow-down-w.svg") no-repeat;
      background-size: cover;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      right: 15px; }

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

  /* line 1789, ../sass/screen.scss */
  #catalog {
    display: none;
    border: 1px solid #e8e8e8;
    width: 100%;
    margin-top: 10px;
    border-radius: 10px; }

  /* line 1791, ../sass/screen.scss */
  .catalog-main {
    margin-bottom: 30px;
    padding: 0; }

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

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

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

  /* line 1795, ../sass/screen.scss */
  .step li.error-step span:before, .step li.active-step span:before {
    padding-top: 40px !important; }

  /* line 1796, ../sass/screen.scss */
  .step li span {
    width: 40px;
    height: 40px; }
    /* line 1799, ../sass/screen.scss */
    .step li span:after {
      display: none; }

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

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

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

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

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

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

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

  /* line 1826, ../sass/screen.scss */
  .step li.step-3 span:before, .step li.step-2 span:before {
    padding-top: 9px; }

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

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

  /* line 1829, ../sass/screen.scss */
  .header-dark .container, header .col-md-12, main .col-md-9 {
    padding-left: 0;
    padding-right: 0; }

  /* line 1832, ../sass/screen.scss */
  .cart-wrap .cart-block {
    right: 0; }
    /* line 1834, ../sass/screen.scss */
    .cart-wrap .cart-block:before {
      content: none; }

  /* line 1836, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm thead tr:last-child {
    padding-bottom: 0; } }
@media screen and (max-width: 510px) {
  /* line 1840, ../sass/screen.scss */
  .two-btn .btn {
    float: none;
    margin-bottom: 15px;
    margin-right: 15px; } }
@media screen and (max-width: 480px) {
  /* line 1848, ../sass/screen.scss */
  .catalog .product .product-img {
    width: 140px;
    height: 110px; }

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

  /* line 1856, ../sass/screen.scss */
  .catalog .product {
    width: 95%;
    margin-right: auto;
    margin-left: auto; }

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

  /* line 1865, ../sass/screen.scss */
  .selectize, .grey {
    border-radius: 0; }

  /* line 1869, ../sass/screen.scss */
  .catalog .full-mob {
    width: 100% !important; }

  /* line 1872, ../sass/screen.scss */
  .catalog .full-mob .product.prod-even {
    border-left: 1px solid #e0e0e0 !important; }

  /* line 1875, ../sass/screen.scss */
  .col-xs-9.col-sm-9.white {
    padding-left: 0;
    padding-right: 0; }

  /* line 1879, ../sass/screen.scss */
  .col-xs-9.col-sm-9.white.blog {
    padding-left: 15px;
    padding-right: 15px; }

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

  /* line 1887, ../sass/screen.scss */
  .blue-box {
    height: 260px; }

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

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

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

  /* line 1891, ../sass/screen.scss */
  .catalog .row {
    margin: 0;
    padding-left: 5px;
    padding-right: 5px; }

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

  /* line 1896, ../sass/screen.scss */
  header .header-bg.slide-5 .big-screen ul {
    margin-top: 0; }

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

  /* line 1898, ../sass/screen.scss */
  .input-group.form-month-2, .input-group.form-year-2 {
    width: 27% !important; }

  /* line 1901, ../sass/screen.scss */
  .input-group.form-day-2 {
    width: 35% !important; }

  /* line 1904, ../sass/screen.scss */
  .input-group .form-month, .form-group .form-month {
    width: 45% !important; }

  /* line 1907, ../sass/screen.scss */
  .input-group .form-year, .form-group .form-year {
    width: calc(55% - 5px) !important; }

  /* line 1910, ../sass/screen.scss */
  .step li:before {
    display: none; }

  /* line 1911, ../sass/screen.scss */
  .step li {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 54px; } }
@media screen and (max-width: 400px) {
  /* line 1918, ../sass/screen.scss */
  .input-group.form-month-2, .input-group.form-year-2 {
    width: 70px !important; }

  /* line 1921, ../sass/screen.scss */
  .input-group.form-day-2 {
    width: 95px !important; } }
@media screen and (max-width: 374px) {
  /* line 1927, ../sass/screen.scss */
  .details .check-add br {
    display: none; }

  /* line 1928, ../sass/screen.scss */
  .check-table tbody td.t-price {
    right: 0; }

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

  /* line 1930, ../sass/screen.scss */
  .catalog-toogle:before {
    margin-right: 5px; }

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

  /* line 1936, ../sass/screen.scss */
  .input-group.form-month-2, .input-group.form-year-2 {
    width: 73px !important; }
    /* line 1938, ../sass/screen.scss */
    .input-group.form-month-2 .form-control, .input-group.form-year-2 .form-control {
      padding-left: 6px; }

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

  /* line 1941, ../sass/screen.scss */
  .check-table tbody td.t-price {
    padding-right: 5px !important; }

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

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

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

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

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

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

  /* line 1953, ../sass/screen.scss */
  .s-h-active:before {
    margin: 0 10px !important; }

  /* line 1954, ../sass/screen.scss */
  .catalog .product .btn {
    width: 120px;
    left: 50%;
    margin-left: -60px; } }
@media screen and (min-width: 1201px) {
  /* line 1962, ../sass/screen.scss */
  #menu {
    display: block !important; } }
@media screen and (min-width: 651px) {
  /* line 1965, ../sass/screen.scss */
  #catalog {
    display: block !important; } }
