/* 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 {
  margin-bottom: 50px; }

/* line 4, ../sass/header.scss */
.name {
  padding-left: 71px;
  position: relative;
  display: block;
  font-family: 'Sunflower', sans-serif;
  color: #28323B;
  font-size: 27px;
  font-weight: 700;
  float: left; }
  /* line 5, ../sass/header.scss */
  .name:before {
    content: "";
    display: block;
    width: 56px;
    height: 51px;
    background: url("../img/logo.svg") no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -6px; }
  /* line 16, ../sass/header.scss */
  .name:hover {
    color: #28323b; }
  /* line 27, ../sass/header.scss */
  .name small {
    font-family: 'Open Sans', sans-serif;
    color: #28323B;
    font-size: 14px;
    color: #68D0F2;
    display: block;
    margin-top: 2px;
    font-weight: 400; }

/* line 37, ../sass/header.scss */
.phns {
  float: left;
  position: relative;
  margin-left: 130px;
  padding-left: 45px; }
  /* line 42, ../sass/header.scss */
  .phns:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #F2C94C url("../img/phone.svg") no-repeat center center;
    background-size: 10px 17px; }
  /* line 57, ../sass/header.scss */
  .phns .phn {
    display: inline-block;
    font-size: 12px;
    color: #4a4f56; }
    /* line 61, ../sass/header.scss */
    .phns .phn:first-child {
      margin-right: 40px; }
    /* line 64, ../sass/header.scss */
    .phns .phn img {
      display: block;
      margin-top: 5px;
      max-width: 101px;
      height: 10px;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: left;
         object-position: left; }
  /* line 73, ../sass/header.scss */
  .phns .phn_hidden {
    display: none; }

/* line 78, ../sass/header.scss */
.top_h {
  padding: 30px 0; }

/* line 82, ../sass/header.scss */
.s_cart {
  cursor: pointer;
  float: right;
  padding-left: 45px;
  position: relative;
  color: #F2C94C;
  font-size: 14px;
  font-weight: 700;
  padding-top: 9px; }
  /* line 91, ../sass/header.scss */
  .s_cart span {
    color: #111C2D;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px; }
  /* line 97, ../sass/header.scss */
  .s_cart:before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    background: #F2C94C url("../img/shop.svg") no-repeat center center;
    background-size: 16px 15px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0; }
  /* line 112, ../sass/header.scss */
  .s_cart:after {
    content: "";
    display: block;
    width: 7px;
    height: 4px;
    position: absolute;
    right: -15px;
    top: 13px;
    background: url("../img/v.svg") no-repeat;
    background-size: cover; }
  /* line 124, ../sass/header.scss */
  .s_cart.s_active .s_cart_info {
    display: block; }

/* line 130, ../sass/header.scss */
.s_cart_info {
  width: 260px;
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 45px;
  padding: 20px 15px;
  background: #FFF;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); }
  /* line 141, ../sass/header.scss */
  .s_cart_info:before {
    display: block;
    content: "";
    position: absolute;
    top: -10px;
    right: 33px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #ffffff transparent; }
  /* line 153, ../sass/header.scss */
  .s_cart_info table {
    width: 100%; }
    /* line 156, ../sass/header.scss */
    .s_cart_info table tr td {
      border-bottom: 1px solid #F2F2F2;
      padding-bottom: 10px;
      padding-top: 10px; }
      /* line 160, ../sass/header.scss */
      .s_cart_info table tr td:first-child {
        color: #4a4f56;
        font-weight: 400; }
      /* line 164, ../sass/header.scss */
      .s_cart_info table tr td:last-child {
        color: #111C2D;
        font-weight: 700;
        text-align: right; }
    /* line 170, ../sass/header.scss */
    .s_cart_info table tr:last-child td {
      border-bottom: none; }
  /* line 175, ../sass/header.scss */
  .s_cart_info .button {
    font-size: 10px;
    float: right;
    margin-top: 10px; }

/* line 182, ../sass/header.scss */
.c_nav {
  position: relative;
  width: 255px;
  float: left;
  margin-right: 34px;
  /*ul {
  	position: absolute;
  	list-style: none;
  	padding: 15px 0;
  	background: #fff;
  	width: 100%;
  	z-index: 998;
  	li {
  		padding-left: 20px;
  		padding-right: 20px;
  		position: relative;
  		b {
  			width: 100%;
  			color: $text-color;
  			display: block;
  			padding: 22px 0;
  			border-bottom: 1px solid #f2f2f2;
  			position: relative;
  			font-weight: 400;
  			&:hover {
  				font-weight: 700;
  				color: $h-color;
  				&:after {
  					background: url("../img/v.svg") no-repeat;
  					@include cover;
  					width: 12px;
  					height: 7px;
  					top: 50%;
  					margin-top: -4px;
  					right: -3px;
  					-webkit-transform: rotate(-90deg);
  					-moz-transform: rotate(-90deg);
  					-ms-transform: rotate(-90deg);
  					-o-transform: rotate(-90deg);
  					transform: rotate(-90deg);
  				}
  			}
  			&:after {
  				display: block;
  				content: "";
  				width: 7px;
  				height: 12px;
  				background: url("../img/arrow-r.svg") no-repeat;
  				@include cover;
  				top: 50%;
  				margin-top: -6px;
  				right: 0;
  				position: absolute;
  			}
  		}
  		&:last-child {
  			b {
  				border-bottom: none;
  			}
  		}
  	}
  }*/ }
  /* line 187, ../sass/header.scss */
  .c_nav .c_nav_title {
    color: #111C2D;
    font-weight: 700;
    background: #F2C94C;
    padding: 15px 20px;
    border-radius: 10px 10px 0 0; }
    /* line 194, ../sass/header.scss */
    .c_nav .c_nav_title a {
      display: none; }

/* line 259, ../sass/header.scss */
nav .nav_m {
  display: none; }
/* line 262, ../sass/header.scss */
nav > ul {
  padding-top: 15px; }
  /* line 264, ../sass/header.scss */
  nav > ul > li {
    display: inline-block;
    margin-right: 60px; }
    /* line 267, ../sass/header.scss */
    nav > ul > li:last-child {
      margin-right: 0; }
    /* line 270, ../sass/header.scss */
    nav > ul > li a {
      font-weight: 700;
      font-size: 14px;
      color: #111C2D; }

/* line 280, ../sass/header.scss */
.main_h {
  height: 415px;
  background: url("../img/top_pic.png") no-repeat top center;
  background-size: cover; }
  /* line 284, ../sass/header.scss */
  .main_h .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
  /* line 292, ../sass/header.scss */
  .main_h ul {
    margin-top: 140px;
    list-style: none; }
    /* line 295, ../sass/header.scss */
    .main_h ul li {
      font-family: 'Sunflower', sans-serif;
      color: #111C2D;
      font-size: 34px;
      font-weight: 700;
      position: relative;
      padding-left: 50px;
      margin-bottom: 8px; }
      /* line 303, ../sass/header.scss */
      .main_h ul li:before {
        content: "";
        display: block;
        width: 24px;
        height: 17px;
        background: url("../img/blue-v.svg") no-repeat;
        background-size: cover;
        position: absolute;
        top: 10px;
        left: 0; }
  /* line 316, ../sass/header.scss */
  .main_h .free {
    padding: 20px;
    height: 120px;
    width: 120px;
    line-height: 20px;
    position: absolute;
    right: 38px;
    top: -40px; }

/* line 327, ../sass/header.scss */
.free {
  background: #F2C94C;
  border-radius: 50%;
  color: #111C2D;
  text-align: center;
  z-index: 1; }

/* line 337, ../sass/header.scss */
.c_nav li:hover .c_product {
  display: block; }

/* line 343, ../sass/header.scss */
.c_product {
  min-height: 217px;
  display: none;
  position: absolute;
  left: 255px;
  width: 600px;
  background: #FFF;
  top: 0;
  padding: 35px 30px;
  -webkit-box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.15); }
  /* line 354, ../sass/header.scss */
  .c_product p {
    padding: 17px 0 20px; }
  /* line 357, ../sass/header.scss */
  .c_product .c_pills a {
    background: none;
    width: auto;
    display: block;
    color: #56CCF2;
    margin-right: 30px;
    text-decoration: underline;
    padding: 0;
    border: none;
    margin-bottom: 15px; }
    /* line 367, ../sass/header.scss */
    .c_product .c_pills a:after {
      display: none; }
    /* line 370, ../sass/header.scss */
    .c_product .c_pills a:hover {
      text-decoration: none;
      font-weight: 400;
      color: #56CCF2; }

/* line 379, ../sass/header.scss */
.c_trial .c_pills figure {
  width: 240px;
  height: 128px; }

/* line 386, ../sass/header.scss */
.c_pills figure {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 180px;
  height: 180px; }

/* line 395, ../sass/header.scss */
.c_pills {
  float: left;
  margin-right: 20px; }

/* line 400, ../sass/header.scss */
.main_h_small {
  height: 120px;
  background: url("../img/top_pic_small.png") no-repeat center center;
  background-size: cover; }
  /* line 404, ../sass/header.scss */
  .main_h_small .container {
    position: relative; }
  /* line 407, ../sass/header.scss */
  .main_h_small .free {
    padding: 20px;
    height: 120px;
    width: 120px;
    line-height: 20px;
    position: absolute;
    right: 38px;
    top: -40px;
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15); }

@media screen and (min-width: 767px) {
  /* line 423, ../sass/header.scss */
  .c_nav.c_small .sub_menu {
    display: none; }
  /* line 426, ../sass/header.scss */
  .c_nav.c_small:hover .sub_menu {
    display: block; } }
/* line 2, ../sass/footer.scss */
footer .f_t {
  padding: 25px 0;
  background: #111C2D; }
  /* line 5, ../sass/footer.scss */
  footer .f_t li a {
    text-decoration: underline; }
  /* line 8, ../sass/footer.scss */
  footer .f_t .container {
    position: relative; }
/* line 12, ../sass/footer.scss */
footer .f_name {
  font-size: 20px;
  font-family: 'Sunflower', sans-serif;
  float: left;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-left: 40px; }
  /* line 20, ../sass/footer.scss */
  footer .f_name small {
    color: #56CCF2;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: block; }
  /* line 27, ../sass/footer.scss */
  footer .f_name:hover {
    color: #FFF; }
  /* line 30, ../sass/footer.scss */
  footer .f_name:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -4px;
    width: 29px;
    height: 27px;
    background: url("../img/logo.svg") no-repeat;
    background-size: cover; }
/* line 42, ../sass/footer.scss */
footer ul {
  float: right;
  padding-top: 4px; }
  /* line 45, ../sass/footer.scss */
  footer ul li {
    display: inline-block;
    margin-right: 20px; }
    /* line 48, ../sass/footer.scss */
    footer ul li:last-child {
      margin-right: 0; }
    /* line 51, ../sass/footer.scss */
    footer ul li a {
      color: #FFF;
      font-size: 13px; }
/* line 57, ../sass/footer.scss */
footer .f_b {
  background: #FFF;
  padding: 15px 0; }
  /* line 60, ../sass/footer.scss */
  footer .f_b .container {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  /* line 66, ../sass/footer.scss */
  footer .f_b .copyright {
    color: #93A7C2;
    font-size: 12px;
    padding-top: 4px; }
    /* line 70, ../sass/footer.scss */
    footer .f_b .copyright a {
      color: #93A7C2; }
  /* line 75, ../sass/footer.scss */
  footer .f_b .methods img {
    border-radius: 3px;
    margin-right: 5px; }
    /* line 78, ../sass/footer.scss */
    footer .f_b .methods img:last-child {
      margin-right: 0; }

@media screen and (max-width: 1200px) {
  /* line 87, ../sass/footer.scss */
  footer .f_b .container {
    display: block; }
    /* line 89, ../sass/footer.scss */
    footer .f_b .container .copyright {
      float: left; }
    /* line 92, ../sass/footer.scss */
    footer .f_b .container ul {
      float: right; }
  /* line 96, ../sass/footer.scss */
  footer .f_b .methods {
    clear: both;
    width: 100%;
    margin-top: 30px; }
    /* line 100, ../sass/footer.scss */
    footer .f_b .methods img {
      margin-bottom: 10px; } }
/* line 1, ../sass/catalog.scss */
.banner_main {
  margin: 10px 0;
  background: url("../img/ban.png") no-repeat;
  background-size: cover;
  width: 255px;
  height: 560px;
  position: relative; }

/* line 10, ../sass/catalog.scss */
.banner {
  height: 835px;
  width: 255px;
  margin-right: 15px;
  float: left; }

/* line 17, ../sass/catalog.scss */
.prod_wrap {
  float: left;
  width: 222px;
  height: 280px;
  padding: 25px 15px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 28, ../sass/catalog.scss */
  .prod_wrap .free {
    width: 170px;
    height: 170px;
    padding: 36px 36px;
    font-size: 16px;
    line-height: 20px;
    margin: 35px auto 23px; }
    /* line 35, ../sass/catalog.scss */
    .prod_wrap .free a {
      display: block;
      margin-top: 10px;
      color: #111C2D;
      font-weight: 700; }
      /* line 40, ../sass/catalog.scss */
      .prod_wrap .free a:hover {
        color: #111C2D; }

/* line 47, ../sass/catalog.scss */
.prod {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative; }
  /* line 51, ../sass/catalog.scss */
  .prod:before {
    position: absolute;
    content: "";
    left: -10px;
    top: -20px;
    width: calc(100% + 20px);
    height: calc(100% + 40px);
    background: #FFF;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    z-index: -1;
    display: none; }
  /* line 64, ../sass/catalog.scss */
  .prod:hover:before {
    display: block; }
  /* line 67, ../sass/catalog.scss */
  .prod .button {
    display: none;
    font-weight: 400;
    padding-top: 11px;
    padding-bottom: 12px; }
    /* line 72, ../sass/catalog.scss */
    .prod .button:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 17px;
      height: 15px;
      background: url(../img/shop.svg) no-repeat;
      top: 2px;
      left: -24px; }
  /* line 84, ../sass/catalog.scss */
  .prod:hover .button {
    display: block; }
  /* line 87, ../sass/catalog.scss */
  .prod:hover .prod_i, .prod:hover .p_cart {
    display: none; }
  /* line 93, ../sass/catalog.scss */
  .prod.sale .prod_i span {
    color: #111C2D;
    font-weight: 700; }
  /* line 97, ../sass/catalog.scss */
  .prod.sale .prod_i .p_price {
    color: #FF0040;
    font-weight: 700; }
  /* line 103, ../sass/catalog.scss */
  .prod b {
    display: block;
    margin-bottom: 10px; }
  /* line 107, ../sass/catalog.scss */
  .prod figure {
    width: 140px;
    height: 140px;
    display: block;
    margin: 5px auto; }
    /* line 112, ../sass/catalog.scss */
    .prod figure img {
      width: 100%; }
  /* line 116, ../sass/catalog.scss */
  .prod span {
    color: #828282;
    font-size: 12px; }
  /* line 121, ../sass/catalog.scss */
  .prod:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    top: 0;
    right: -15px;
    background: #f2f2f2;
    position: absolute; }
  /* line 132, ../sass/catalog.scss */
  .prod .p_price {
    font-size: 20px;
    color: #111C2D;
    padding-top: 5px; }
  /* line 137, ../sass/catalog.scss */
  .prod .prod_i {
    float: left; }
  /* line 140, ../sass/catalog.scss */
  .prod .p_cart {
    float: right;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url("../img/btn_shop.svg") no-repeat;
    background-size: cover;
    float: right; }

/* line 151, ../sass/catalog.scss */
.banner_main {
  font-size: 18px;
  color: #111C2D;
  padding: 55px 30px 40px;
  position: relative; }
  /* line 156, ../sass/catalog.scss */
  .banner_main b {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 60px;
    font-weight: 600;
    display: block;
    text-align: right; }
  /* line 163, ../sass/catalog.scss */
  .banner_main .free {
    width: 58px;
    height: 58px;
    padding: 15px;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    top: 20px;
    right: 10px; }
  /* line 175, ../sass/catalog.scss */
  .banner_main a {
    display: block;
    text-align: center;
    width: 195px;
    padding: 13px 0;
    text-transform: uppercase;
    color: #FFF;
    font-size: 14px;
    background: #4DD0F9;
    position: absolute;
    bottom: 40px;
    border-radius: 20px; }
    /* line 188, ../sass/catalog.scss */
    .banner_main a:hover {
      background: #2ac7f8;
      color: #fff; }

/* line 196, ../sass/catalog.scss */
.no-product {
  border-bottom: none; }

/* line 199, ../sass/catalog.scss */
.product-line {
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  z-index: 2; }

/* line 208, ../sass/catalog.scss */
.catalog-wrap {
  position: relative; }
  /* line 210, ../sass/catalog.scss */
  .catalog-wrap:before {
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    width: 1px;
    height: 100%;
    background: #fff; }

/* line 1, ../sass/product.scss */
.product-table table.cart-table td:nth-child(5) {
  color: #FF0040; }

/* line 5, ../sass/product.scss */
.product_img {
  margin-top: -50px;
  width: 290px;
  height: 264,45px; }
  /* line 9, ../sass/product.scss */
  .product_img img {
    width: 100%; }

/* line 13, ../sass/product.scss */
.tab-pane .cart-table.table td {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

/* line 17, ../sass/product.scss */
.tab-title {
  font-family: 'Sunflower', sans-serif;
  font-size: 24px;
  color: #111C2D;
  display: block;
  padding-top: 10px;
  padding-bottom: 15px;
  font-weight: 600; }

/* line 26, ../sass/product.scss */
.nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  /* line 30, ../sass/product.scss */
  .nav-pills .nav-dose a {
    width: 90px;
    text-align: center;
    display: block;
    padding: 10px 0;
    border-radius: 20px;
    color: #56CCF2;
    text-decoration: underline; }
    /* line 39, ../sass/product.scss */
    .nav-pills .nav-dose a:hover {
      text-decoration: none; }
  /* line 44, ../sass/product.scss */
  .nav-pills .active.nav-dose a {
    background: #F2C94C;
    color: #111C2D;
    text-decoration: none; }

/* line 51, ../sass/product.scss */
.t_btn {
  text-align: center;
  width: 120px; }
  /* line 54, ../sass/product.scss */
  .t_btn .t_cart {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../img/btn_shop.svg") no-repeat;
    background-size: cover; }
  /* line 61, ../sass/product.scss */
  .t_btn a {
    padding: 9px 18px 9px 30px;
    text-align: right;
    min-width: 80px;
    margin: 3px auto 2px;
    color: #111C2D;
    background: #F2C94C;
    border-radius: 20px;
    display: none;
    position: relative; }
    /* line 72, ../sass/product.scss */
    .t_btn a:before {
      content: "";
      display: block;
      position: absolute;
      width: 17px;
      height: 15px;
      background: url("../img/shop.svg") no-repeat;
      top: 13px;
      left: 11px; }
    /* line 82, ../sass/product.scss */
    .t_btn a:hover {
      color: #111C2D; }

/* line 89, ../sass/product.scss */
.product-page .white {
  margin-top: 20px; }

/* line 92, ../sass/product.scss */
.text + .clearfix {
  margin-bottom: -30px; }

/* line 96, ../sass/product.scss */
.product-page h1 {
  padding-bottom: 15px; }

/* line 101, ../sass/product.scss */
.product-page .col-md-4 {
  float: right;
  margin-top: -45px; }

@media screen and (max-width: 1200px) {
  /* line 108, ../sass/product.scss */
  .nav-pills {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    /* line 110, ../sass/product.scss */
    .nav-pills .nav-dose a {
      width: 70px; } }
@media screen and (max-width: 992px) {
  /* line 117, ../sass/product.scss */
  .nav.nav-pills {
    display: block;
    position: relative;
    min-height: 40px; }
    /* line 121, ../sass/product.scss */
    .nav.nav-pills:after {
      position: absolute;
      content: '';
      width: 13px;
      height: 8px;
      background: url("../img/arrow-down.svg") no-repeat;
      background-size: cover;
      right: 15px;
      top: 17px;
      -webkit-transform: rotate(0);
              transform: rotate(0);
      z-index: 3;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    /* line 134, ../sass/product.scss */
    .nav.nav-pills.active-pills {
      -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
              box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
      border-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 10px;
      border: 1px solid #f3f3f3;
      padding-top: 40px; }
    /* line 146, ../sass/product.scss */
    .nav.nav-pills .nav-dose.active {
      display: block !important;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%; }
    /* line 154, ../sass/product.scss */
    .nav.nav-pills .nav-dose {
      display: none;
      width: 100%; }
      /* line 157, ../sass/product.scss */
      .nav.nav-pills .nav-dose a {
        width: 100%;
        padding: 13px 0; }

  /* line 164, ../sass/product.scss */
  .active-show {
    display: block !important; } }
/* line 1, ../sass/ch.scss */
.tab-pane p.i-t-info {
  margin-bottom: 35px;
  padding-left: 0;
  color: #9AA4B0;
  font-size: 12px;
  line-height: 14px;
  margin-top: -10px; }

/* line 11, ../sass/ch.scss */
.f-tooltip {
  cursor: pointer; }
  /* line 13, ../sass/ch.scss */
  .f-tooltip:hover + .f-tooltip-info {
    display: block; }

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

@media screen and (max-width: 1024px) {
  /* line 49, ../sass/ch.scss */
  .f-tooltip-info {
    top: 75px;
    left: 0;
    width: 290px; }
    /* line 53, ../sass/ch.scss */
    .f-tooltip-info:before {
      left: 15px;
      top: -12px;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    /* line 62, ../sass/ch.scss */
    .f-tooltip-info img {
      width: 100% !important; } }
/* line 1, ../sass/trial.scss */
.trial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border: 1px solid #56CCF2;
  padding: 20px 20px 20px 0;
  border-radius: 10px;
  margin-bottom: 30px; }
  /* line 10, ../sass/trial.scss */
  .trial b {
    font-family: 'Sunflower', sans-serif;
    color: #28323B;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 25px; }
  /* line 19, ../sass/trial.scss */
  .trial span {
    font-size: 14px;
    text-transform: uppercase;
    color: #F2C94C;
    font-weight: 700;
    display: block; }
  /* line 27, ../sass/trial.scss */
  .trial img {
    max-width: 283px;
    margin-left: 15px;
    width: 100%; }
  /* line 32, ../sass/trial.scss */
  .trial a.button {
    width: 190px;
    background: #56CCF2;
    display: block;
    color: #fff;
    font-weight: 400; }
    /* line 38, ../sass/trial.scss */
    .trial a.button:hover {
      background: #4EC1E5; }

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

@media screen and (max-width: 1200px) {
  /* line 48, ../sass/trial.scss */
  .trial img {
    max-width: 223px;
    width: 100%; } }
@media screen and (max-width: 992px) {
  /* line 55, ../sass/trial.scss */
  .trial {
    padding: 20px;
    text-align: center;
    display: block; }
    /* line 59, ../sass/trial.scss */
    .trial img {
      margin: 0 auto; }
    /* line 62, ../sass/trial.scss */
    .trial b {
      margin-bottom: 10px; }
    /* line 65, ../sass/trial.scss */
    .trial a.button {
      margin: auto; }

  /* line 69, ../sass/trial.scss */
  .trial .trial_info img {
    display: block;
    max-width: 283px; }

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

  /* line 76, ../sass/trial.scss */
  .trial-info {
    text-align: center;
    width: 100%; } }
/* line 1, ../sass/login.scss */
.lg-info {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  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.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px; }
  /* line 15, ../sass/login.scss */
  .lg-info:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 12px;
    top: -6px; }
  /* line 26, ../sass/login.scss */
  .lg-info b {
    font-size: 14px;
    color: #9AA4B0;
    font-weight: 400;
    padding: 15px 0;
    display: block !important;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    padding-left: 28px; }
    /* line 36, ../sass/login.scss */
    .lg-info b:before {
      content: "";
      display: block;
      width: 18px;
      height: 22px;
      background: url("../img/user_icon_2.svg") no-repeat;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 12px; }
  /* line 48, ../sass/login.scss */
  .lg-info a {
    font-size: 14px;
    display: block;
    text-transform: none !important;
    color: #56CCF2 !important;
    padding: 0 0 15px  !important;
    text-decoration: underline !important;
    display: block !important; }
    /* line 56, ../sass/login.scss */
    .lg-info a:hover {
      color: #56CCF2 !important;
      background: none !important;
      text-decoration: none !important; }

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

/* line 83, ../sass/login.scss */
.login {
  cursor: pointer;
  float: right;
  font-size: 14px;
  float: right;
  margin-left: 35px; }
  /* line 89, ../sass/login.scss */
  .login span {
    font-weight: 400;
    top: 9px;
    position: relative; }
  /* line 94, ../sass/login.scss */
  .login:before {
    display: inline-block;
    position: relative;
    float: left;
    content: '';
    width: 34px;
    height: 34px;
    background: #F2C94C url("../img/user_icon.svg") no-repeat center center;
    background-size: 13px 15px;
    margin-right: 10px;
    border-radius: 50%; }

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

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

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

/* line 133, ../sass/login.scss */
.l-over {
  width: 100%;
  height: 100%;
  background: rgba(1, 2, 7, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999998;
  display: none; }

/* line 143, ../sass/login.scss */
.l-wrap {
  top: calc(50vh - 220px);
  display: none;
  position: fixed;
  width: 540px;
  left: 50%;
  margin-left: -245px;
  z-index: 9999999999; }
  /* line 151, ../sass/login.scss */
  .l-wrap .flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px; }
    /* line 154, ../sass/login.scss */
    .l-wrap .flex + .flex {
      margin-top: 50px; }
      /* line 157, ../sass/login.scss */
      .l-wrap .flex + .flex p:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url("../img/l-check.svg") no-repeat;
        background-size: cover;
        margin-right: 8px;
        position: relative;
        top: 5px; }
  /* line 171, ../sass/login.scss */
  .l-wrap .close {
    position: absolute;
    display: block;
    right: 15px;
    top: 14px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 2;
    opacity: 1; }
    /* line 181, ../sass/login.scss */
    .l-wrap .close:before {
      content: '';
      display: block;
      width: 30px;
      height: 2px;
      background: #FF0040;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute;
      top: 10px; }
    /* line 191, ../sass/login.scss */
    .l-wrap .close:after {
      content: '';
      display: block;
      width: 30px;
      height: 2px;
      background: #FF0040;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 10px; }
  /* line 202, ../sass/login.scss */
  .l-wrap .login-form {
    padding: 40px;
    background: #fff;
    text-align: center;
    position: relative; }
    /* line 207, ../sass/login.scss */
    .l-wrap .login-form p {
      font-size: 14px;
      color: #8D98A6;
      text-transform: none; }
      /* line 211, ../sass/login.scss */
      .l-wrap .login-form p a {
        padding-left: 8px; }
    /* line 215, ../sass/login.scss */
    .l-wrap .login-form .title {
      font-family: 'Sunflower', sans-serif;
      color: #111C2D;
      text-align: left;
      font-size: 34px;
      font-weight: 600;
      position: relative;
      text-transform: none;
      z-index: 1;
      font-weight: 500; }

/* line 230, ../sass/login.scss */
.login-form a {
  text-decoration: underline;
  color: #56CCF2; }
  /* line 233, ../sass/login.scss */
  .login-form a:hover {
    text-decoration: none; }

/* line 239, ../sass/login.scss */
.subscribe {
  position: relative;
  padding: 50px 0;
  background: #F9F9F9; }
  /* line 243, ../sass/login.scss */
  .subscribe ::-webkit-input-placeholder {
    color: #A7AFBA;
    font-weight: 400; }
  /* line 247, ../sass/login.scss */
  .subscribe ::-moz-placeholder {
    color: #A7AFBA;
    font-weight: 400; }
  /* line 251, ../sass/login.scss */
  .subscribe :-ms-input-placeholder {
    color: #A7AFBA;
    font-weight: 400; }
  /* line 255, ../sass/login.scss */
  .subscribe :-moz-placeholder {
    color: #A7AFBA;
    font-weight: 400; }
  /* line 259, ../sass/login.scss */
  .subscribe form {
    max-width: 600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    /* line 265, ../sass/login.scss */
    .subscribe form input {
      padding: 10px 20px;
      border-radius: 20px 0 0 20px;
      border: 1px solid #E0E0E0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: calc(100% - 180px); }
      /* line 271, ../sass/login.scss */
      .subscribe form input:focus {
        outline: none; }
    /* line 275, ../sass/login.scss */
    .subscribe form button {
      text-align: center;
      margin-left: -20px; }

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

/* line 289, ../sass/login.scss */
.breadcrumbs {
  margin-bottom: 25px;
  margin-top: -20px; }
  /* line 292, ../sass/login.scss */
  .breadcrumbs li {
    display: inline-block;
    margin-right: 8px; }
    /* line 295, ../sass/login.scss */
    .breadcrumbs li a {
      font-size: 12px;
      color: #9AA4B0; }
      /* line 298, ../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: 0; }
    /* line 311, ../sass/login.scss */
    .breadcrumbs li:last-child a:after {
      display: none; }

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

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

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

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

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

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

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

/* line 382, ../sass/login.scss */
.form-group.has-error span {
  color: #FF0040;
  margin-top: -20px;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 50px;
  left: 0;
  font-weight: 400;
  display: block; }

/* line 395, ../sass/login.scss */
.form-group.has-error label {
  font-size: 12px;
  top: 12px;
  pointer-events: none; }

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

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

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

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

/* line 432, ../sass/login.scss */
.f-visa, .f-master, .f-amex {
  width: 38px; }

/* line 435, ../sass/login.scss */
.f-bleue {
  width: 44px; }

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

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

/* line 447, ../sass/login.scss */
.f-discover {
  width: 42px; }

/* line 450, ../sass/login.scss */
.login-m {
  display: none; }

/* line 454, ../sass/login.scss */
.language li {
  display: inline-block;
  list-style: none;
  margin: 0 5px; }
/* line 459, ../sass/login.scss */
.language li a {
  color: #93A7C2;
  font-size: 12px;
  text-decoration: underline; }
  /* line 463, ../sass/login.scss */
  .language li a:hover {
    text-decoration: none; }

@media screen and (max-width: 1200px) {
  /* line 471, ../sass/login.scss */
  .login span {
    display: none; } }
@media screen and (max-width: 991px) {
  /* line 478, ../sass/login.scss */
  .c_nav {
    margin-right: 15px; }

  /* line 481, ../sass/login.scss */
  .up {
    right: 15px;
    top: 0; }

  /* line 485, ../sass/login.scss */
  .login {
    margin-left: 25px; } }
@media screen and (max-width: 767px) {
  /* line 493, ../sass/login.scss */
  .sub-close {
    top: 15px;
    right: 15px; }

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

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

  /* line 505, ../sass/login.scss */
  .nav ul {
    clear: both; }

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

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

  /* line 514, ../sass/login.scss */
  .cart-shop .cart-shop-wrap:before {
    right: 11px; } }
@media screen and (max-width: 650px) {
  /* line 520, ../sass/login.scss */
  .subscribe form {
    width: 100%; }

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

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

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

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

  /* line 549, ../sass/login.scss */
  .l-wrap {
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 30px; }
    /* line 554, ../sass/login.scss */
    .l-wrap .login-form {
      margin: 0 auto;
      width: 90%; }
    /* line 558, ../sass/login.scss */
    .l-wrap a {
      float: none;
      display: block; }

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

  /* line 567, ../sass/login.scss */
  .copyright .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    /* line 569, ../sass/login.scss */
    .copyright .flex ul {
      margin-top: 10px; } }
/* line 576, ../sass/login.scss */
.forgot {
  margin-top: 15px; }
  /* line 579, ../sass/login.scss */
  .forgot form .btn {
    margin-top: 10px; }
  /* line 582, ../sass/login.scss */
  .forgot form a {
    margin-top: 22px;
    text-decoration: underline;
    display: block; }
  /* line 588, ../sass/login.scss */
  .forgot + .two-btn {
    margin-top: 20px; }

@media screen and (max-width: 480px) {
  /* line 594, ../sass/login.scss */
  .button {
    width: 100%; } }
/*blog*/
/* line 2, ../sass/blog.scss */
.blog textarea {
  height: auto !important; }

/* line 5, ../sass/blog.scss */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

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

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

/* line 19, ../sass/blog.scss */
.blog-nav {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 20px 0 5px;
  margin-bottom: 30px; }
  /* line 24, ../sass/blog.scss */
  .blog-nav ul {
    margin-left: 20px !important; }
  /* line 27, ../sass/blog.scss */
  .blog-nav a {
    display: block;
    text-decoration: underline;
    margin-bottom: 15px; }

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

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

/* line 41, ../sass/blog.scss */
.blog section {
  border-bottom: 1px solid #F3F3F3;
  padding-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #f3f3f3; }
  /* line 46, ../sass/blog.scss */
  .blog section h2 {
    font-size: 16px;
    text-transform: none;
    line-height: 16px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif; }
  /* line 53, ../sass/blog.scss */
  .blog section p {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 20px; }
  /* line 58, ../sass/blog.scss */
  .blog section a {
    text-decoration: underline;
    font-size: 16px; }
    /* line 61, ../sass/blog.scss */
    .blog section a:hover {
      text-decoration: none; }

/* line 67, ../sass/blog.scss */
.blog article h2 {
  font-size: 24px;
  line-height: 28px;
  text-transform: none;
  padding-bottom: 10px; }
/* line 73, ../sass/blog.scss */
.blog article img {
  max-width: 100%;
  width: 100%;
  margin-top: 30px; }
/* line 78, ../sass/blog.scss */
.blog article .text {
  margin-bottom: 50px; }

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

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

/* line 98, ../sass/blog.scss */
.b_prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111C2D;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  padding: 15px 15px 15px 20px; }
  /* line 108, ../sass/blog.scss */
  .b_prev:hover {
    color: #111C2D; }
  /* line 111, ../sass/blog.scss */
  .b_prev span {
    display: block;
    position: relative; }
  /* line 115, ../sass/blog.scss */
  .b_prev span:before {
    display: block;
    content: "";
    width: 7px;
    height: 12px;
    background: url("../img/pr.svg") no-repeat;
    background-size: cover;
    margin-right: 15px;
    position: relative;
    top: 2px;
    float: left; }

/* line 131, ../sass/blog.scss */
.b_next {
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111C2D;
  position: relative;
  text-align: right;
  padding: 15px 20px 15px 15px; }
  /* line 141, ../sass/blog.scss */
  .b_next:hover {
    color: #111C2D; }
  /* line 144, ../sass/blog.scss */
  .b_next span {
    display: block;
    position: relative; }
  /* line 148, ../sass/blog.scss */
  .b_next span:before {
    display: block;
    content: "";
    width: 7px;
    height: 12px;
    background: url("../img/pr.svg") no-repeat;
    background-size: cover;
    margin-left: 15px;
    position: relative;
    top: 2px;
    float: right;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

/* line 165, ../sass/blog.scss */
.paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 35px 0 50px; }
  /* line 170, ../sass/blog.scss */
  .paginator ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #9AA4B0;
    height: 40px; }
  /* line 179, ../sass/blog.scss */
  .paginator ul {
    margin: 0 20px; }
    /* line 181, ../sass/blog.scss */
    .paginator ul li {
      width: 30px;
      text-align: center;
      display: inline-block;
      margin-left: 10px;
      margin-right: 10px; }
      /* line 187, ../sass/blog.scss */
      .paginator ul li:first-child {
        margin-left: 0; }
      /* line 190, ../sass/blog.scss */
      .paginator ul li:last-child {
        margin-right: 0; }
      /* line 193, ../sass/blog.scss */
      .paginator ul li a {
        width: 40px;
        font-size: 14px;
        height: 40px; }
      /* line 198, ../sass/blog.scss */
      .paginator ul li.active a, .paginator ul li:hover a {
        color: #111C2D;
        border-radius: 50%;
        background: #F2C94C;
        font-weight: 700; }

/* line 209, ../sass/blog.scss */
.review h2 {
  font-size: 34px;
  margin-bottom: 15px; }
  /* line 212, ../sass/blog.scss */
  .review h2 + section {
    border-top: 1px solid #F3F3F3; }
/* line 217, ../sass/blog.scss */
.review section {
  border-bottom: 1px solid #F3F3F3;
  padding: 30px 0 15px; }
  /* line 220, ../sass/blog.scss */
  .review section p {
    padding-bottom: 15px; }
  /* line 223, ../sass/blog.scss */
  .review section span {
    font-weight: 700; }

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

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

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

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

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

/* line 283, ../sass/blog.scss */
.rev-wrap.flex {
  background: #F9F9F9;
  padding: 20px 20px 0;
  color: #A2ABB7;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px; }
  /* line 290, ../sass/blog.scss */
  .rev-wrap.flex .rev-col:first-child {
    margin-right: 90px; }
  /* line 293, ../sass/blog.scss */
  .rev-wrap.flex .rev-col .rating {
    margin-left: 40px; }

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

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

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

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

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

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

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

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

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

  /* line 347, ../sass/blog.scss */
  .paginator {
    width: 100%;
    position: relative;
    display: block;
    height: 120px;
    margin-bottom: 0; }
    /* line 353, ../sass/blog.scss */
    .paginator a.b_prev {
      position: absolute;
      left: 0;
      bottom: 20px; }
    /* line 358, ../sass/blog.scss */
    .paginator a.b_next {
      position: absolute;
      right: 0;
      bottom: 20px; }
    /* line 363, ../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;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      /* line 369, ../sass/blog.scss */
      .paginator ul li {
        margin-left: 5px;
        margin-right: 5px; }

  /* line 375, ../sass/blog.scss */
  .blog-nav {
    padding-right: 15px; } }
/* line 380, ../sass/blog.scss */
.product-nav {
  padding: 20px 0;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px; }
  /* line 385, ../sass/blog.scss */
  .product-nav a {
    font-size: 14px;
    text-decoration: underline; }
  /* line 389, ../sass/blog.scss */
  .product-nav .product-nav-link {
    display: inline-block; }
    /* line 391, ../sass/blog.scss */
    .product-nav .product-nav-link:after {
      float: right;
      display: block;
      content: "";
      background: url("../img/arrow-r.svg") no-repeat;
      background-size: cover;
      width: 7px;
      height: 12px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      margin-left: 20px;
      position: relative;
      top: 3px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    /* line 405, ../sass/blog.scss */
    .product-nav .product-nav-link.active-nl:after {
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }

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

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

  /* line 425, ../sass/blog.scss */
  .review .button {
    width: 100%; } }
/* line 1, ../sass/cookie.scss */
.cookie-box {
  position: fixed;
  z-index: 99998;
  bottom: 0;
  width: 100%;
  padding: 25px 15px;
  background: rgba(29, 39, 56, 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: #56ccf2;
    text-decoration: underline;
    padding-right: 20px; }
    /* line 22, ../sass/cookie.scss */
    .cookie-box a:hover {
      color: #56ccf2; }
  /* line 26, ../sass/cookie.scss */
  .cookie-box .c-btn {
    padding: 9px 30px;
    min-width: 100px;
    border-radius: 15px;
    background: #F2C94C;
    color: #2d3231;
    text-align: center;
    text-decoration: none;
    font-size: 12px; }
    /* line 35, ../sass/cookie.scss */
    .cookie-box .c-btn:hover {
      color: #2d3231; }

/*
footer .container .up {
	top: auto  !important;
	right: 60px !important;
	bottom: 30px  !important;
	position: fixed !important;
}
*/
/* line 49, ../sass/cookie.scss */
.methods-info img {
  margin-right: 11px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all .4s;
  transition: all .4s; }
  /* line 57, ../sass/cookie.scss */
  .methods-info img:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }

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

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

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

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

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

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

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

/* line 88, ../sass/cookie.scss */
footer .f-visa, footer .f-master, footer .f-amex {
  width: 38px; }
/* line 91, ../sass/cookie.scss */
footer .f-bleue {
  width: 44px; }
/* line 94, ../sass/cookie.scss */
footer .f-local {
  min-width: 38px;
  max-width: 80px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain; }
/* line 100, ../sass/cookie.scss */
footer .f-jcb {
  width: 31px; }
/* line 103, ../sass/cookie.scss */
footer .f-discover {
  width: 42px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 216, ../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 221, ../sass/cookie.scss */
  .nav-tabs > li.active > a {
    border: none !important;
    position: relative; }
    /* line 224, ../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 237, ../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 244, ../sass/cookie.scss */
  .nav-tabs > li > a:hover {
    border-bottom: none !important; }

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

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

  /* line 258, ../sass/cookie.scss */
  .nav-tabs > li.active {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important; } }
/* line 1, ../sass/dash.scss */
.dash-btn {
  margin-top: 40px;
  margin-bottom: 50px; }
  /* line 4, ../sass/dash.scss */
  .dash-btn .button {
    font-weight: 400;
    min-width: 210px; }

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

/* line 18, ../sass/dash.scss */
.table.dash-table {
  margin-top: 10px; }
  /* line 20, ../sass/dash.scss */
  .table.dash-table th {
    font-size: 14px;
    color: #111C2D;
    background: #F6F6F6;
    text-align: left;
    font-weight: 700; }
    /* line 26, ../sass/dash.scss */
    .table.dash-table th:first-child {
      width: 45%;
      border-top-left-radius: 10px; }
    /* line 30, ../sass/dash.scss */
    .table.dash-table th:last-child {
      border-top-right-radius: 10px; }
  /* line 34, ../sass/dash.scss */
  .table.dash-table td {
    color: #111C2D;
    text-align: left; }
    /* line 37, ../sass/dash.scss */
    .table.dash-table td:first-child {
      width: 45%; }
    /* line 40, ../sass/dash.scss */
    .table.dash-table td a {
      color: #56CCF2;
      text-decoration: underline; }
  /* line 46, ../sass/dash.scss */
  .table.dash-table .dash-info.active + tr td.dash-info-more {
    display: table-cell; }
  /* line 51, ../sass/dash.scss */
  .table.dash-table td.dash-info-more {
    border: none;
    display: none;
    width: 100% !important;
    padding: 0 !important; }
    /* line 55, ../sass/dash.scss */
    .table.dash-table td.dash-info-more table {
      margin-bottom: 5px;
      margin-top: -1px;
      width: 100%;
      border: 1px solid #F2F2F2; }
      /* line 60, ../sass/dash.scss */
      .table.dash-table td.dash-info-more table tr td {
        text-align: left;
        border: none !important;
        white-space: normal; }
        /* line 64, ../sass/dash.scss */
        .table.dash-table td.dash-info-more table tr td:first-child {
          font-weight: 400;
          color: #9AA4B0; }
        /* line 68, ../sass/dash.scss */
        .table.dash-table td.dash-info-more table tr td:last-child {
          color: #111C2D; }

/* line 77, ../sass/dash.scss */
.dash-info.active {
  border-bottom: none; }
  /* line 79, ../sass/dash.scss */
  .dash-info.active td {
    background: #fff !important; }
  /* line 80, ../sass/dash.scss */
  .dash-info.active .dash-close {
    display: block; }
  /* line 83, ../sass/dash.scss */
  .dash-info.active a.dash-view {
    display: none; }

/* line 88, ../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 97, ../sass/dash.scss */
  .notification figure {
    width: 180px;
    height: 148px; }
    /* line 100, ../sass/dash.scss */
    .notification figure img {
      width: 100%; }
  /* line 104, ../sass/dash.scss */
  .notification .notif {
    padding: 40px 40px 30px 20px;
    width: calc(100% - 180px); }
    /* line 107, ../sass/dash.scss */
    .notification .notif .flex {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  /* line 111, ../sass/dash.scss */
  .notification p {
    color: #000;
    line-height: 18px; }
  /* line 115, ../sass/dash.scss */
  .notification i {
    color: #f2c94c;
    display: block;
    line-height: 18px;
    margin-top: 4px;
    font-weight: 600;
    margin-bottom: 20px; }
  /* line 123, ../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 133, ../sass/dash.scss */
    .notification a.notif-no {
      background: none;
      color: #c8c8c8; }
      /* line 136, ../sass/dash.scss */
      .notification a.notif-no:hover {
        color: #b4b4b4; }
    /* line 140, ../sass/dash.scss */
    .notification a.notif-yes {
      background: #f2c94c;
      color: #2d3231;
      margin-left: 15px;
      border-radius: 18px; }
      /* line 145, ../sass/dash.scss */
      .notification a.notif-yes:hover {
        background: #efbe26; }

/* line 153, ../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 160, ../sass/dash.scss */
  .login.logout a {
    color: #fff;
    font-weight: 600;
    padding-left: 10px; }

@media screen and (min-width: 1441px) {
  /* line 168, ../sass/dash.scss */
  .notification {
    left: 230px; } }
@media screen and (max-width: 991px) {
  /* line 174, ../sass/dash.scss */
  .notification {
    left: 30px; }

  /* line 177, ../sass/dash.scss */
  .table.dash-table td:first-child {
    width: 37%; } }
@media screen and (max-width: 766px) {
  /* line 183, ../sass/dash.scss */
  .table.dash-table td:first-child {
    width: 33%; }

  /* line 186, ../sass/dash.scss */
  .table .dash-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    /* line 188, ../sass/dash.scss */
    .table .dash-info td:nth-child(3), .table .dash-info td:nth-child(5) {
      text-align: right;
      padding-right: 20px !important; }
    /* line 192, ../sass/dash.scss */
    .table .dash-info td:nth-child(2) {
      text-align: center; }
    /* line 195, ../sass/dash.scss */
    .table .dash-info td {
      width: 33.333333%; }
    /* line 198, ../sass/dash.scss */
    .table .dash-info td:nth-child(5), .table .dash-info td:nth-child(4) {
      width: 50%;
      padding-top: 0 !important; }
    /* line 202, ../sass/dash.scss */
    .table .dash-info td:nth-child(4) {
      text-align: left;
      padding-left: 20px !important; }

  /* line 207, ../sass/dash.scss */
  .dash-box {
    margin-left: -15px;
    margin-right: -15px; }

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

  /* line 215, ../sass/dash.scss */
  .table.dash-table {
    border: none; }
    /* line 216, ../sass/dash.scss */
    .table.dash-table tr {
      padding-top: 6px; }
    /* line 219, ../sass/dash.scss */
    .table.dash-table td {
      padding-top: 12px !important; }
    /* line 223, ../sass/dash.scss */
    .table.dash-table tbody {
      border: none !important; }
    /* line 227, ../sass/dash.scss */
    .table.dash-table th:first-child {
      width: 100%;
      display: block;
      border-top-right-radius: 10px; }
    /* line 232, ../sass/dash.scss */
    .table.dash-table th.t-hide {
      display: none !important; }
    /* line 237, ../sass/dash.scss */
    .table.dash-table tr.dash-info + tr {
      border-bottom: none; }

  /* line 242, ../sass/dash.scss */
  .dash-info {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    /* line 246, ../sass/dash.scss */
    .dash-info td:nth-child(even) {
      text-align: right;
      padding-right: 20px !important; }
    /* line 250, ../sass/dash.scss */
    .dash-info td:nth-child(odd) {
      padding-left: 20px !important; }
    /* line 253, ../sass/dash.scss */
    .dash-info td {
      width: 50%; }

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

  /* line 263, ../sass/dash.scss */
  .dash-table.table span[data-type="responsive"] {
    display: none; }

  /* line 264, ../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: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    /* line 269, ../sass/dash.scss */
    .dash-table .dash-info.active-mobile + tr td.dash-info-more table, .dash-table.table .dash-info.active + tr td.dash-info-more table {
      border-top: 1px solid #f2f2f2;
      border-bottom: 1px solid #f2f2f2;
      border-left: none;
      border-right: none; }
    /* line 275, ../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 277, ../sass/dash.scss */
      .dash-table .dash-info.active-mobile + tr td.dash-info-more table tr:last-child, .dash-table.table .dash-info.active + tr td.dash-info-more table tr:last-child {
        padding-bottom: 15px; }
    /* line 281, ../sass/dash.scss */
    .dash-table .dash-info.active-mobile + tr td.dash-info-more td, .dash-table.table .dash-info.active + tr td.dash-info-more td {
      padding-bottom: 8px !important;
      border: none;
      width: 100% !important;
      padding-left: 20px !important; }
      /* line 286, ../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 290, ../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 298, ../sass/dash.scss */
  .dash-close-active .dash-close {
    display: block; }
  /* line 301, ../sass/dash.scss */
  .dash-close-active a {
    display: none; } }
@media screen and (max-width: 650px) {
  /* line 308, ../sass/dash.scss */
  .notification {
    width: calc(100% - 40px);
    left: 20px; }
    /* line 311, ../sass/dash.scss */
    .notification > .flex {
      display: block; }
    /* line 314, ../sass/dash.scss */
    .notification figure {
      margin: 0 auto; }
    /* line 317, ../sass/dash.scss */
    .notification .notif {
      width: 100%;
      padding-top: 10px;
      padding-right: 20px;
      text-align: center; }
      /* line 322, ../sass/dash.scss */
      .notification .notif .flex {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
@media screen and (max-width: 480px) {
  /* line 330, ../sass/dash.scss */
  .dash-table td:nth-child(2) {
    text-align: right !important; } }
@media screen and (max-width: 374px) {
  /* line 335, ../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;
  background-color: #fff;
  width: 160px;
  outline: none;
  font-size: 12px;
  background-position: right 10px center; }

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

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

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

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

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

/* line 80, ../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 86, ../sass/promo.scss */
  .promo.promo_error .form-control {
    border-bottom: 1px solid #FF3064; }
  /* line 89, ../sass/promo.scss */
  .promo.promo_error ::-webkit-input-placeholder {
    color: #FF3064;
    font-weight: 400; }
  /* line 93, ../sass/promo.scss */
  .promo.promo_error ::-moz-placeholder {
    color: #FF3064;
    font-weight: 400; }
  /* line 97, ../sass/promo.scss */
  .promo.promo_error :-ms-input-placeholder {
    color: #FF3064;
    font-weight: 400; }
  /* line 101, ../sass/promo.scss */
  .promo.promo_error :-moz-placeholder {
    color: #FF3064;
    font-weight: 400; }
  /* line 105, ../sass/promo.scss */
  .promo.promo_error .req:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url("../img/grey-x.svg") no-repeat;
    background-size: cover;
    top: 30px; }

/* line 116, ../sass/promo.scss */
.promo-block {
  background: rgba(204, 244, 233, 0.3);
  border-radius: 10px;
  padding: 20px 25px;
  margin-bottom: 20px; }

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

/* line 128, ../sass/promo.scss */
.promo-input {
  width: 100%;
  max-width: 475px; }
  /* line 131, ../sass/promo.scss */
  .promo-input .input-group {
    position: relative;
    margin-bottom: 0; }
    /* line 134, ../sass/promo.scss */
    .promo-input .input-group .input-group-addon {
      background: #fff; }

/* line 139, ../sass/promo.scss */
.w_inner {
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 20px; }
  /* line 142, ../sass/promo.scss */
  .w_inner .checkbox {
    padding-left: 15px; }
    /* line 144, ../sass/promo.scss */
    .w_inner .checkbox input[type=checkbox] + label:before {
      top: 0; }
    /* line 147, ../sass/promo.scss */
    .w_inner .checkbox b {
      padding-left: 5px; }
  /* line 151, ../sass/promo.scss */
  .w_inner span {
    margin-bottom: 20px;
    display: block; }

/* line 156, ../sass/promo.scss */
.w_inner .radio + .radio {
  margin-bottom: 10px !important; }

/* line 159, ../sass/promo.scss */
.promo {
  padding: 0 15px; }
  /* line 161, ../sass/promo.scss */
  .promo button.btn {
    margin-top: 0;
    margin-left: 20px;
    text-transform: none;
    background: #F2C94C;
    border-radius: 20px;
    min-width: 100px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    color: #111C2D; }
    /* line 174, ../sass/promo.scss */
    .promo button.btn:focus {
      outline: none; }
    /* line 177, ../sass/promo.scss */
    .promo button.btn:active {
      margin-top: 0; }

/* line 187, ../sass/promo.scss */
.table .promo-td td .promo {
  padding-left: 0;
  padding-right: 0; }
/* line 191, ../sass/promo.scss */
.table .promo-td td .checkbox {
  margin-top: 0;
  margin-bottom: 0; }
  /* line 194, ../sass/promo.scss */
  .table .promo-td td .checkbox p {
    color: #4F4F4F; }
  /* line 197, ../sass/promo.scss */
  .table .promo-td td .checkbox label {
    width: 25px;
    min-height: auto;
    margin-bottom: 0;
    float: left; }
/* line 204, ../sass/promo.scss */
.table .promo-td td .form-group {
  margin-bottom: 0; }

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

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

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

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

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

/* line 255, ../sass/promo.scss */
.t-pad .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px; }
  /* line 259, ../sass/promo.scss */
  .t-pad .checkbox label {
    min-height: auto;
    width: auto;
    display: block;
    padding-left: 0; }
  /* line 265, ../sass/promo.scss */
  .t-pad .checkbox span {
    display: inline-block; }
/* line 270, ../sass/promo.scss */
.t-pad .promo .input-group {
  margin-bottom: 0; }
  /* line 272, ../sass/promo.scss */
  .t-pad .promo .input-group span {
    display: table-cell; }

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

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

/* line 290, ../sass/promo.scss */
.table.promo-table {
  background: none;
  margin: 0; }
  /* line 293, ../sass/promo.scss */
  .table.promo-table td {
    border-radius: none !important;
    padding: 0 !important;
    border-bottom: none !important; }
    /* line 297, ../sass/promo.scss */
    .table.promo-table td:first-child {
      width: 80%; }
    /* line 300, ../sass/promo.scss */
    .table.promo-table td:last-child {
      width: 20%; }
    /* line 303, ../sass/promo.scss */
    .table.promo-table td b {
      color: #111316;
      font-weight: 700; }
  /* line 308, ../sass/promo.scss */
  .table.promo-table tbody tr:hover {
    background: none; }

/* line 314, ../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 322, ../sass/promo.scss */
  .bonus:before {
    background: url("../img/bonus@2x.png") no-repeat center center;
    background-size: cover; } }
@media screen and (max-width: 991px) {
  /* line 329, ../sass/promo.scss */
  .t-center {
    text-align: left; }

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

  /* line 335, ../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 338, ../sass/promo.scss */
  .promo-input {
    max-width: 100%;
    float: none; }

  /* line 342, ../sass/promo.scss */
  .promo {
    display: block; }
    /* line 344, ../sass/promo.scss */
    .promo .promo-input {
      margin-bottom: 15px; }
    /* line 347, ../sass/promo.scss */
    .promo button.btn {
      margin-left: 0; }
    /* line 350, ../sass/promo.scss */
    .promo p {
      margin-left: 0;
      margin-top: 15px; } }
@media screen and (max-width: 767px) {
  /* line 358, ../sass/promo.scss */
  .promo-td.promo-info td {
    width: 80% !important; }

  /* line 361, ../sass/promo.scss */
  .check-table .ok {
    position: absolute !important;
    right: -30px !important;
    top: 26px !important; }

  /* line 369, ../sass/promo.scss */
  .table-info .table.cart-table tr {
    position: relative; }

  /* line 373, ../sass/promo.scss */
  .table.check-table .promo-form td:last-child {
    height: auto !important;
    width: 100% !important; }
    /* line 376, ../sass/promo.scss */
    .table.check-table .promo-form td:last-child .promo {
      width: 100%; }

  /* line 380, ../sass/promo.scss */
  .table.check-table tr {
    position: relative; }

  /* line 383, ../sass/promo.scss */
  .table.check-table td:last-child {
    float: none !important;
    height: 0;
    padding: 0 !important;
    width: 100% !important; }

  /* line 389, ../sass/promo.scss */
  .del {
    width: 14px !important;
    right: 30px;
    bottom: 32px;
    position: absolute; }

  /* line 395, ../sass/promo.scss */
  .promo-td td {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 398, ../sass/promo.scss */
  .bonus {
    width: 50%;
    float: right; }

  /* line 403, ../sass/promo.scss */
  .promo-td td:nth-child(3) {
    display: none; }
  /* line 406, ../sass/promo.scss */
  .promo-td.promo-form td {
    width: 100% !important; }
  /* line 410, ../sass/promo.scss */
  .promo-td.promo-info td:nth-child(3) {
    display: table-cell; }
  /* line 413, ../sass/promo.scss */
  .promo-td.promo-info td {
    white-space: normal;
    width: 100%; }
    /* line 416, ../sass/promo.scss */
    .promo-td.promo-info td:nth-child(2) {
      display: none !important; }
  /* line 420, ../sass/promo.scss */
  .promo-td.promo-info span[data-type="responsive"] {
    display: none; }

  /* line 426, ../sass/promo.scss */
  .table .promo-td td .checkbox label {
    float: none;
    width: auto; }

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

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

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

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

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

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

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

  /* line 461, ../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 467, ../sass/promo.scss */
  .promo-w, .grey.promo-w {
    padding-left: 15px;
    padding-right: 15px; }

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

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

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

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

  /* line 520, ../sass/promo.scss */
  .total-promo p {
    margin-right: 0; }

  /* line 523, ../sass/promo.scss */
  .table td.package-td select {
    width: 150px; } }
/* line 2, ../sass/nav.scss */
.nav_category_sub {
  background: #fff;
  position: absolute;
  left: 0;
  top: 44px;
  width: 100%;
  z-index: 99998;
  padding-bottom: 40px; }
  /* line 11, ../sass/nav.scss */
  .nav_category_sub h2 {
    font-family: 'Open sans', sans-serif;
    font-weight: 700;
    color: #333333;
    font-size: 16px;
    padding-bottom: 20px; }
  /* line 18, ../sass/nav.scss */
  .nav_category_sub li {
    display: block !important;
    text-align: left; }
  /* line 22, ../sass/nav.scss */
  .nav_category_sub li a {
    text-transform: none !important; }
  /* line 25, ../sass/nav.scss */
  .nav_category_sub .category-info {
    padding-left: 15px; }
    /* line 27, ../sass/nav.scss */
    .nav_category_sub .category-info b {
      color: #FFF;
      font-weight: 700;
      font-size: 16px;
      padding-bottom: 25px;
      display: block; }

/* line 39, ../sass/nav.scss */
.nav_category > a {
  color: #111C2D;
  font-size: 14px;
  font-weight: 500; }
/* line 45, ../sass/nav.scss */
.nav_category div.container {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  padding-left: 255px; }
  /* line 52, ../sass/nav.scss */
  .nav_category div.container .sub_wrap {
    width: 100%;
    background: #fff;
    padding-top: 20px;
    padding-left: 30px;
    max-height: 652px; }
  /* line 59, ../sass/nav.scss */
  .nav_category div.container ul {
    float: left;
    width: 260px; }
    /* line 62, ../sass/nav.scss */
    .nav_category div.container ul a {
      color: #28323B;
      padding-bottom: 20px;
      display: block;
      -webkit-transition: all 0s;
      transition: all 0s; }
      /* line 71, ../sass/nav.scss */
      .nav_category div.container ul a:hover {
        color: #00BBF0;
        font-weight: 600; }
/* line 78, ../sass/nav.scss */
.nav_category > a {
  display: block;
  width: 220px;
  position: relative;
  margin-left: 20px;
  margin-right: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
  color: #333333;
  border-bottom: 1px solid #F2F2F2;
  font-weight: 400; }
  /* line 90, ../sass/nav.scss */
  .nav_category > a .nav-sub {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 8L10.4117 7.36222L6.36628 3L5 4.27556L8.45219 8L5 11.7244L6.36628 13L10.4117 8.63777L11 8Z' fill='%238D98A6'/%3E%3C/svg%3E%0A") no-repeat right center; }
  /* line 100, ../sass/nav.scss */
  .nav_category > a:hover {
    color: #56CCF2;
    text-decoration: none; }
/* line 106, ../sass/nav.scss */
.nav_category.nav_category-active > a {
  z-index: 1;
  padding-right: 50px;
  color: #28323B !important;
  font-weight: 700; }
  /* line 111, ../sass/nav.scss */
  .nav_category.nav_category-active > a .nav-sub {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 8L10.4117 7.36222L6.36628 3L5 4.27556L8.45219 8L5 11.7244L6.36628 13L10.4117 8.63777L11 8Z' fill='%238D98A6'/%3E%3C/svg%3E%0A") no-repeat right center; }
  /* line 114, ../sass/nav.scss */
  .nav_category.nav_category-active > a:before {
    content: '';
    display: block;
    width: 52px;
    height: 30px;
    background: url("../img/pills-nav.png") no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    z-index: -1; }
/* line 129, ../sass/nav.scss */
.nav_category.nav_category-active.active > a {
  color: #28323B; }
  /* line 131, ../sass/nav.scss */
  .nav_category.nav_category-active.active > a .nav-sub {
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 8L10.4117 7.36222L6.36628 3L5 4.27556L8.45219 8L5 11.7244L6.36628 13L10.4117 8.63777L11 8Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat right center; }
/* line 135, ../sass/nav.scss */
.nav_category.active {
  background: #F6F6F6; }
  /* line 137, ../sass/nav.scss */
  .nav_category.active div.container {
    display: block; }
  /* line 141, ../sass/nav.scss */
  .nav_category.active.close-sub div.container {
    display: none; }
  /* line 145, ../sass/nav.scss */
  .nav_category.active > a {
    color: #333333;
    font-weight: 700;
    text-decoration: none; }
    /* line 149, ../sass/nav.scss */
    .nav_category.active > a .nav-sub {
      background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 8L10.4117 7.36222L6.36628 3L5 4.27556L8.45219 8L5 11.7244L6.36628 13L10.4117 8.63777L11 8Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat right center; }

/* line 155, ../sass/nav.scss */
.nav-sub-close {
  position: absolute;
  top: 0;
  right: 60px;
  font-size: 14px;
  color: #56CCF2;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  display: block; }

/* line 167, ../sass/nav.scss */
.mCSB_scrollTools {
  right: 30px; }

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

/* line 174, ../sass/nav.scss */
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(246, 246, 246, 0.4) !important; }

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

/* line 182, ../sass/nav.scss */
.show_category_wrap {
  display: none; }

/* line 186, ../sass/nav.scss */
.show_category {
  padding-left: 20px;
  padding-top: 15px; }
  /* line 189, ../sass/nav.scss */
  .show_category a {
    font-weight: 600;
    text-decoration: underline; }

@media screen and (max-width: 766px) {
  /* line 196, ../sass/nav.scss */
  .nav_category > a .nav-sub {
    right: 20px; }

  /* line 199, ../sass/nav.scss */
  .nav_category.active > a .nav-sub {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

  /* line 202, ../sass/nav.scss */
  .nav_category_sub {
    top: 0; }

  /* line 205, ../sass/nav.scss */
  .show_category {
    display: none; }

  /* line 208, ../sass/nav.scss */
  .show_category_wrap {
    display: block; }

  /* line 211, ../sass/nav.scss */
  .category-nav {
    padding-right: 0 !important; }

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

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

  /* line 225, ../sass/nav.scss */
  .nav_category div.container {
    position: relative;
    left: 0;
    width: 100%;
    padding-left: 0;
    z-index: 1; }

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

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

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

  /* line 243, ../sass/nav.scss */
  .nav_category > a {
    width: 100%;
    border-right: none;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    background-position: right 22px center; }

  /* line 251, ../sass/nav.scss */
  .nav_category.nav_category-active > a {
    background-position: right 22px center; }

  /* line 254, ../sass/nav.scss */
  .nav_category.nav_category-active > a:before {
    right: 40px; }

  /* line 257, ../sass/nav.scss */
  .nav_category, .nav_category li {
    text-align: left; }

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

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

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

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

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

  /* line 288, ../sass/nav.scss */
  .nav_category.active {
    background: none; }

  /* line 291, ../sass/nav.scss */
  .nav_category.active > a, .nav_category.active > a:hover {
    background: #f6f6f6; }
    /* line 293, ../sass/nav.scss */
    .nav_category.active > a .sub-nav, .nav_category.active > a:hover .sub-nav {
      background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11L8.63778 10.4117L13 6.36628L11.7244 5L8 8.45219L4.27556 5L3 6.36628L7.36223 10.4117L8 11Z' fill='%23333333'/%3E%3C/svg%3E%0A") no-repeat right center; }

  /* line 299, ../sass/nav.scss */
  .sub_menu .container {
    width: 100%; }

  /* line 303, ../sass/nav.scss */
  .mCSB_container {
    top: 0 !important; }

  /* line 306, ../sass/nav.scss */
  .mCustomScrollBox {
    overflow: visible !important;
    max-height: 100% !important; }

  /* line 311, ../sass/nav.scss */
  .nav_category div.container .sub_wrap {
    max-height: 100%; } }
/* line 90, ../sass/screen.scss */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background: #fff; }

/* line 96, ../sass/screen.scss */
.title {
  font-size: 34px;
  font-weight: 600;
  margin: 10px 0 30px;
  line-height: 34px; }

/* line 103, ../sass/screen.scss */
h1 {
  font-size: 34px;
  padding-bottom: 25px;
  line-height: 36px;
  font-weight: 700;
  color: #111C2D; }

/* line 111, ../sass/screen.scss */
h2 {
  font-size: 22px;
  line-height: 24px;
  padding: 0 0 15px;
  color: #111C2D; }

/* line 118, ../sass/screen.scss */
h3 {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 15px;
  color: #111C2D; }

/* line 125, ../sass/screen.scss */
.title, h1, h2, h3, h4, h5, h6 {
  font-family: 'Sunflower', sans-serif;
  font-weight: 500; }

/* line 126, ../sass/screen.scss */
h4 {
  font-size: 16px;
  line-height: 20px; }

/* line 131, ../sass/screen.scss */
p {
  color: #4a4f56;
  line-height: 18px; }

/* line 132, ../sass/screen.scss */
a {
  color: #56CCF2;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  /* line 136, ../sass/screen.scss */
  a:hover {
    text-decoration: none;
    color: #3ec5f0; }

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

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

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

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

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

/* line 169, ../sass/screen.scss */
.grey_b {
  background: #F9F9F9;
  padding: 50px 0 50px;
  overflow: hidden; }

/* line 175, ../sass/screen.scss */
.catalog .grey_b {
  padding-bottom: 20px; }

/* line 179, ../sass/screen.scss */
.doc {
  position: relative;
  float: right;
  width: 495px;
  height: 618px;
  margin-top: -123px;
  margin-right: -97px; }
  /* line 186, ../sass/screen.scss */
  .doc img {
    width: 100%; }

/* line 191, ../sass/screen.scss */
.f_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

/* line 202, ../sass/screen.scss */
.button {
  text-align: center;
  font-size: 14px;
  color: #111C2D;
  min-width: 165px;
  display: inline-block;
  background: #F2C94C;
  text-transform: uppercase;
  padding: 13px 30px 13px;
  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 218, ../sass/screen.scss */
  .button:hover, .button:focus, .button:active {
    background: #f0bf2b;
    color: #111C2D; }
  /* line 222, ../sass/screen.scss */
  .button.button-mini {
    min-width: 95px;
    padding: 10px 5px; }
  /* line 226, ../sass/screen.scss */
  .button.button-dark {
    background: #EBF1F5;
    color: #8D98A6; }
  /* line 230, ../sass/screen.scss */
  .button.button-big {
    min-width: 200px; }

/* line 235, ../sass/screen.scss */
.page_name {
  color: #F2C94C;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase; }

/* line 243, ../sass/screen.scss */
.text {
  color: #4a4f56;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 30px; }
  /* line 245, ../sass/screen.scss */
  .text a {
    text-decoration: underline; }
  /* line 248, ../sass/screen.scss */
  .text h4, .text h5, .text h6 {
    padding-bottom: 20px; }
  /* line 254, ../sass/screen.scss */
  .text ul {
    margin-left: 20px; }
  /* line 255, ../sass/screen.scss */
  .text p, .text ul {
    line-height: 20px;
    margin-bottom: 20px; }
  /* line 256, ../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 259, ../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 260, ../sass/screen.scss */
  .text li {
    padding-bottom: 13px;
    padding-left: 35px;
    position: relative; }
    /* line 261, ../sass/screen.scss */
    .text li:last-child {
      padding-bottom: 0; }
    /* line 262, ../sass/screen.scss */
    .text li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 2px;
      width: 20px;
      height: 20px;
      background: url("../img/list.svg") no-repeat;
      background-size: cover; }
  /* line 274, ../sass/screen.scss */
  .text .text_t {
    font-size: 18px;
    line-height: 22px;
    color: #111C2D; }

/* line 281, ../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 284, ../sass/screen.scss */
  .flex-img .img {
    width: 320px; }
  /* line 287, ../sass/screen.scss */
  .flex-img .img-l {
    margin-right: 15px; }
  /* line 290, ../sass/screen.scss */
  .flex-img .img-r {
    margin-left: 15px; }

/* line 295, ../sass/screen.scss */
.logos {
  margin-bottom: 20px; }
  /* line 297, ../sass/screen.scss */
  .logos .free {
    text-align: center;
    width: 140px;
    height: 140px;
    padding: 40px 35px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-top: -20px;
    position: relative;
    float: left; }
  /* line 311, ../sass/screen.scss */
  .logos .p_logos {
    padding: 30px 0 30px;
    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;
    background: none;
    border-top: none; }
    /* line 320, ../sass/screen.scss */
    .logos .p_logos img:first-child {
      margin-left: 48px; }

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

/* line 333, ../sass/screen.scss */
.grey {
  background: #F6F6F6;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #111C2D; }
  /* line 339, ../sass/screen.scss */
  .grey h2 {
    padding: 20px 20px; }

/* line 343, ../sass/screen.scss */
.grey-top {
  margin-bottom: 20px; }

/* line 346, ../sass/screen.scss */
.table .grey h2 {
  padding: 0; }

/* line 347, ../sass/screen.scss */
.table.cart-table {
  margin-bottom: 30px; }
  /* line 348, ../sass/screen.scss */
  .table.cart-table a {
    color: #111C2D; }
  /* line 352, ../sass/screen.scss */
  .table.cart-table tbody tr:hover {
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); }
    /* line 356, ../sass/screen.scss */
    .table.cart-table tbody tr:hover .t_btn a {
      display: block; }
    /* line 359, ../sass/screen.scss */
    .table.cart-table tbody tr:hover .t_cart {
      display: none; }

/* line 364, ../sass/screen.scss */
.table {
  white-space: nowrap;
  border-spacing: separate;
  width: 100%;
  margin-bottom: 0; }
  /* line 369, ../sass/screen.scss */
  .table thead {
    font-size: 14px;
    padding-bottom: 9px; }
  /* line 370, ../sass/screen.scss */
  .table tr:first-child td {
    border-top: none; }
  /* line 371, ../sass/screen.scss */
  .table th {
    border-bottom: none !important; }
  /* line 374, ../sass/screen.scss */
  .table th, .table td {
    padding: 9px 20px 9px !important;
    vertical-align: middle !important; }
  /* line 378, ../sass/screen.scss */
  .table td {
    font-weight: 400;
    padding: 18px 20px 18px !important;
    border-bottom: 1px solid #f3f3f3; }

/* line 384, ../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-top: none; }

/* line 388, ../sass/screen.scss */
.table {
  font-size: 16px; }
  /* line 390, ../sass/screen.scss */
  .table small {
    font-size: 10px;
    color: #FF0040;
    position: relative;
    top: -3px; }
  /* line 396, ../sass/screen.scss */
  .table span {
    display: none; }
  /* line 397, ../sass/screen.scss */
  .table .t-price {
    color: #FF0040;
    font-weight: 700; }
    /* line 398, ../sass/screen.scss */
    .table .t-price span {
      display: inherit; }
    /* line 403, ../sass/screen.scss */
    .table .t-price small {
      color: #111C2D;
      text-decoration: none; }
    /* line 407, ../sass/screen.scss */
    .table .t-price .old {
      color: #111C2D;
      font-weight: 400;
      text-decoration: line-through;
      padding-right: 25px; }

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

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

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

/* line 421, ../sass/screen.scss */
.panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0; }
  /* line 428, ../sass/screen.scss */
  .panel .panel-heading {
    padding: 0;
    background: #fff; }
    /* line 432, ../sass/screen.scss */
    .panel .panel-heading .panel-title {
      background: #FFF;
      color: #111C2D;
      border-top: 1px solid #f3f3f3;
      border-bottom: 1px solid #fff;
      padding: 15px 0;
      line-height: 20px;
      font-weight: 700;
      font-size: 16px;
      display: block;
      text-decoration: none;
      position: relative; }
      /* line 444, ../sass/screen.scss */
      .panel .panel-heading .panel-title:after {
        content: "";
        display: inline-block;
        width: 16px;
        height: 10px;
        background: url("../img/arrow-down.svg") no-repeat center center;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -4px;
        background-size: 16px 10px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      /* line 463, ../sass/screen.scss */
      .panel .panel-heading .panel-title.collapsed {
        color: #111C2D;
        background: #FFF;
        border-bottom: 1px solid #f3f3f3; }
        /* line 467, ../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;
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }
  /* line 481, ../sass/screen.scss */
  .panel .panel-body {
    padding: 35px 0 15px;
    border-top: 0 !important;
    background: #fff; }
    /* line 485, ../sass/screen.scss */
    .panel .panel-body p {
      font-size: 16px; }

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

/* line 495, ../sass/screen.scss */
form .form-group label {
  color: #4a4f56 !important;
  text-align: left !important;
  line-height: 16px;
  position: absolute;
  font-size: 16px;
  top: 25px;
  left: 0;
  z-index: 998;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
/* line 511, ../sass/screen.scss */
form .active_label label {
  font-size: 12px;
  top: 12px;
  pointer-events: none; }
/* line 517, ../sass/screen.scss */
form .req:after {
  content: "*";
  position: absolute;
  font-size: 16px;
  color: #111C2D;
  right: 0;
  top: 27px;
  z-index: 999; }
/* line 527, ../sass/screen.scss */
form label + .form-control {
  padding: 20px 0 0 0; }
/* line 530, ../sass/screen.scss */
form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 65px;
  border-radius: 0;
  padding-left: 0;
  font-weight: 700;
  color: #111C2D;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #e0e0e0; }
  /* line 543, ../sass/screen.scss */
  form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
/* line 549, ../sass/screen.scss */
form .textarea {
  padding-top: 30px !important; }
/* line 552, ../sass/screen.scss */
form .radio label, form .checkbox label {
  font-size: 14px; }
/* line 553, ../sass/screen.scss */
form .radio label:after, form .checkbox label:after {
  content: none; }
/* line 555, ../sass/screen.scss */
form .has-success:after {
  content: "";
  width: 14px;
  height: 10px;
  top: 30px;
  right: 20px;
  position: absolute;
  z-index: 999;
  background: url("../img/success.svg") no-repeat;
  background-size: cover; }
/* line 566, ../sass/screen.scss */
form .has-success input.form-control, form .has-success input.form-control:focus {
  border-color: #e0e0e0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }
/* line 573, ../sass/screen.scss */
form .has-error input.form-control, form .has-error input.form-control:focus {
  border-bottom: 1px solid #FFC2C2 !important;
  color: #111C2D !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }
/* line 580, ../sass/screen.scss */
form .has-error:after {
  content: "";
  width: 10px;
  height: 10px;
  top: 30px;
  right: 0;
  position: absolute;
  z-index: 999;
  background: url("../img/error2.svg") no-repeat;
  background-size: cover; }

/* line 592, ../sass/screen.scss */
.contact {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  /* line 596, ../sass/screen.scss */
  .contact .button {
    margin-bottom: 20px; }

/* line 600, ../sass/screen.scss */
.logos {
  border-top: 1px solid #F2FAFC; }

/* line 603, ../sass/screen.scss */
.grey {
  padding: 9px 15px;
  margin-bottom: 20px;
  border-radius: 10px 10px 0 0; }
  /* line 608, ../sass/screen.scss */
  .grey th:first-child {
    border-radius: 10px 0 0 0; }
  /* line 612, ../sass/screen.scss */
  .grey th:last-child {
    border-radius: 0 10px 0 0; }

/* line 617, ../sass/screen.scss */
.yellow {
  border-radius: 10px 10px 0 0;
  background: #F2C94C;
  font-weight: 700;
  color: #111C2D;
  padding: 9px 20px;
  margin-bottom: 0 !important; }
  /* line 625, ../sass/screen.scss */
  .yellow b {
    line-height: 19px; }

/* line 630, ../sass/screen.scss */
.w_inner .radio + .radio {
  margin-bottom: 0; }
/* line 634, ../sass/screen.scss */
.w_inner table {
  width: 100%;
  font-size: 14px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2; }
  /* line 639, ../sass/screen.scss */
  .w_inner table td {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #f2f2f2; }
    /* line 643, ../sass/screen.scss */
    .w_inner table td:first-child {
      text-align: left;
      padding-left: 20px;
      color: #4a4f56; }
    /* line 648, ../sass/screen.scss */
    .w_inner table td:last-child {
      text-align: right;
      padding-right: 20px;
      color: #111C2D;
      font-weight: 600; }
    /* line 654, ../sass/screen.scss */
    .w_inner table td b {
      font-weight: 700; }
  /* line 658, ../sass/screen.scss */
  .w_inner table tr:last-child td {
    padding-bottom: 15px; }
  /* line 661, ../sass/screen.scss */
  .w_inner table tfoot {
    padding-top: 25px;
    font-weight: 600; }
    /* line 665, ../sass/screen.scss */
    .w_inner table tfoot td:last-child {
      font-size: 24px; }
    /* line 668, ../sass/screen.scss */
    .w_inner table tfoot td:first-child {
      color: #4a4f56; }
    /* line 671, ../sass/screen.scss */
    .w_inner table tfoot td {
      padding-top: 15px;
      padding-bottom: 30px !important; }

/* line 678, ../sass/screen.scss */
.margin {
  margin-bottom: 50px;
  clear: both; }

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

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

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

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

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

/* line 732, ../sass/screen.scss */
.two-btn {
  margin-top: 50px; }
  /* line 734, ../sass/screen.scss */
  .two-btn .button {
    width: 100%;
    margin-bottom: 20px; }

/* line 740, ../sass/screen.scss */
.one-btn {
  margin: 50px 0 0; }
  /* line 742, ../sass/screen.scss */
  .one-btn .bt {
    min-width: 180px; }

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

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

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

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

/* line 768, ../sass/screen.scss */
.details {
  margin-top: 30px; }
  /* line 770, ../sass/screen.scss */
  .details .details-form {
    padding-left: 5px;
    padding-right: 5px; }
  /* line 774, ../sass/screen.scss */
  .details .check-add {
    margin: 23px 0 37px; }
    /* line 776, ../sass/screen.scss */
    .details .check-add label {
      color: #4a4f56; }

/* line 783, ../sass/screen.scss */
.pays .nav > li > a {
  padding: 13px 20px; }

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

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

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

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

/* line 808, ../sass/screen.scss */
.form-visual label {
  width: 189px; }
/* line 809, ../sass/screen.scss */
.form-visual input {
  width: 189px !important;
  display: inline-block; }
/* line 810, ../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 824, ../sass/screen.scss */
.confirm {
  margin: 0 0 40px;
  padding-top: 20px; }
  /* line 827, ../sass/screen.scss */
  .confirm h4 {
    margin-bottom: 20px; }

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

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

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

/* line 845, ../sass/screen.scss */
.captcha {
  margin-bottom: 50px;
  margin-top: 50px; }

/* line 849, ../sass/screen.scss */
.form-date {
  position: relative; }
  /* line 851, ../sass/screen.scss */
  .form-date .form-month, .form-date .form-year {
    position: relative;
    display: inline-block; }
  /* line 852, ../sass/screen.scss */
  .form-date .form-month {
    margin-right: 13px; }
  /* line 853, ../sass/screen.scss */
  .form-date .form-month select {
    width: 193px; }
  /* line 854, ../sass/screen.scss */
  .form-date .form-year select {
    width: 315px; }

/* line 857, ../sass/screen.scss */
.form-date.birth-date .form-month:last-child {
  margin-right: 0;
  width: 33.333333%; }
  /* line 860, ../sass/screen.scss */
  .form-date.birth-date .form-month:last-child select {
    width: 100%; }
/* line 865, ../sass/screen.scss */
.form-date.birth-date .form-month {
  margin-right: 9px;
  width: calc(33.333333% - 13px); }
  /* line 868, ../sass/screen.scss */
  .form-date.birth-date .form-month select {
    width: 100%; }

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

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

/* line 890, ../sass/screen.scss */
.check-table .t-center {
  text-align: center;
  width: 250px; }
/* line 894, ../sass/screen.scss */
.check-table td:last-child {
  width: 50px; }
/* line 897, ../sass/screen.scss */
.check-table .ok {
  width: 13px;
  height: 9px;
  background: url("../img/ok_b.svg") no-repeat;
  background-size: cover;
  display: inline-block;
  float: right;
  position: relative;
  top: 3px;
  margin: 0 30px 0 0; }

/* line 911, ../sass/screen.scss */
.check-form .details h2 {
  padding: 20px 0 25px; }
/* line 914, ../sass/screen.scss */
.check-form .details .radio {
  margin-left: 24px; }
/* line 917, ../sass/screen.scss */
.check-form .details.confirm {
  padding: 0 15px 15px 0; }
  /* line 919, ../sass/screen.scss */
  .check-form .details.confirm h2 {
    margin-bottom: 0; }
  /* line 920, ../sass/screen.scss */
  .check-form .details.confirm .checkbox {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 10px; }
    /* line 924, ../sass/screen.scss */
    .check-form .details.confirm .checkbox label {
      line-height: 20px;
      font-size: 16px;
      color: #4a4f56; }

/* line 930, ../sass/screen.scss */
.table-info.table-confirm.t-confirm {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  /* line 933, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm td:last-child {
    font-weight: 700;
    padding-bottom: 15px !important; }
  /* line 934, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm thead th {
    width: 100%; }
  /* line 935, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm th:last-child {
    border-radius: 10px 10px 0 0; }

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

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

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

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

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

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

/* line 951, ../sass/screen.scss */
.table-info.table-confirm.t-confirm {
  margin-bottom: 30px; }
  /* line 953, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm td:first-child {
    width: 35%; }
  /* line 956, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm td:last-child {
    width: 65%; }
  /* line 959, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm .price b {
    color: #56CCF2; }

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

/* line 966, ../sass/screen.scss */
.tab-group .tab-title {
  padding: 20px 20px 0;
  color: #111C2D;
  font-size: 16px; }
/* line 971, ../sass/screen.scss */
.tab-group .tab-content {
  padding-bottom: 30px; }

/* line 976, ../sass/screen.scss */
.f-tooltip {
  width: 21px;
  height: 21px;
  display: inline-block;
  position: absolute;
  right: -30px;
  top: 23px;
  background: url(../img/tooltip.svg) no-repeat;
  -webkit-box-sizing: cover;
  box-sizing: cover; }

/* line 988, ../sass/screen.scss */
.tooltip {
  width: 200px; }
  /* line 990, ../sass/screen.scss */
  .tooltip .tooltip-arrow {
    border-right-color: #F2C94C !important; }
  /* line 993, ../sass/screen.scss */
  .tooltip .tooltip-inner {
    background: #F2C94C;
    color: #FFF; }

/* line 998, ../sass/screen.scss */
.tab-pane .input-tab {
  position: relative; }
  /* line 1000, ../sass/screen.scss */
  .tab-pane .input-tab.input-num {
    width: 176px; }

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

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

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

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

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

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

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

/* line 1032, ../sass/screen.scss */
.category .title {
  text-transform: none; }

/* line 1037, ../sass/screen.scss */
.subscribe.wh {
  background: #fff; }

/* line 1042, ../sass/screen.scss */
.forgot .text {
  margin-top: 30px; }

/* line 1046, ../sass/screen.scss */
.forgot-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px; }
  /* line 1049, ../sass/screen.scss */
  .forgot-btns a:first-child {
    margin-right: 50px; }

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

/*.t-pills {display: none;}*/
/* line 1058, ../sass/screen.scss */
.table .t-price span {
  min-width: 80px; }

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

/* line 1063, ../sass/screen.scss */
.number {
  min-width: 95px;
  margin-top: -10px;
  display: inline-block; }
  /* line 1067, ../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 1078, ../sass/screen.scss */
    .number input:focus {
      outline: none; }
  /* line 1082, ../sass/screen.scss */
  .number span {
    position: relative;
    top: 8px;
    display: inline-block !important;
    color: #6A6B6D;
    font-size: 18px;
    width: 25px !important;
    height: 25px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer; }
    /* line 1095, ../sass/screen.scss */
    .number span.minus {
      background: url("../img/minus_input.svg") no-repeat;
      background-size: cover; }
    /* line 1101, ../sass/screen.scss */
    .number span.plus {
      background: url("../img/plus_input.svg") no-repeat;
      background-size: cover; }
  /* line 1108, ../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 1117, ../sass/screen.scss */
button, button:focus, input[type="submit"], input[type="submit"]:focus {
  border: none;
  focus: none;
  outline: none; }

/* line 1123, ../sass/screen.scss */
.d-btn {
  margin-bottom: 50px;
  margin-top: 40px; }
  /* line 1124, ../sass/screen.scss */
  .d-btn a {
    float: left; }
  /* line 1127, ../sass/screen.scss */
  .d-btn button {
    float: right; }

/* line 1134, ../sass/screen.scss */
.rating {
  margin-bottom: 20px; }
  /* line 1136, ../sass/screen.scss */
  .rating ul {
    margin-left: 0 !important; }
  /* line 1137, ../sass/screen.scss */
  .rating ul, .rating span {
    margin-bottom: 0;
    display: inline-block; }
  /* line 1138, ../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 1147, ../sass/screen.scss */
    .rating li:before {
      content: none; }
    /* line 1148, ../sass/screen.scss */
    .rating li.r-full {
      background-position: 0 0; }
    /* line 1151, ../sass/screen.scss */
    .rating li.r-half {
      background-position: -18px 0; }
    /* line 1154, ../sass/screen.scss */
    .rating li.r-empty {
      background-position: -36px 0; }
    /* line 1157, ../sass/screen.scss */
    .rating li.r-half2 {
      background-position: -55px 0; }
  /* line 1161, ../sass/screen.scss */
  .rating span {
    font-size: 12px;
    margin-left: 15px;
    position: relative;
    top: -3px;
    color: #4a4f56; }

/* line 1165, ../sass/screen.scss */
.st {
  padding: 33px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 90%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center; }
  /* line 1173, ../sass/screen.scss */
  .st li {
    width: 33.33333%;
    color: #4a4f56;
    position: relative;
    font-weight: 700;
    font-size: 14px; }
    /* line 1179, ../sass/screen.scss */
    .st li:before {
      content: "";
      width: 20px;
      height: 20px;
      display: block;
      border-radius: 50%;
      background: #f6f6f6;
      margin-bottom: 20px;
      position: relative;
      z-index: 4; }
    /* line 1191, ../sass/screen.scss */
    .st li b {
      display: block;
      clear: both; }
    /* line 1195, ../sass/screen.scss */
    .st li i {
      display: block;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 1px;
      background: #f6f6f6;
      top: 10px; }
    /* line 1206, ../sass/screen.scss */
    .st li.st-1 i {
      left: 30px;
      width: calc(100% - 33px); }
    /* line 1210, ../sass/screen.scss */
    .st li.st-1:before {
      margin-left: 15px; }
    /* line 1213, ../sass/screen.scss */
    .st li.st-1 b {
      text-align: left; }
    /* line 1217, ../sass/screen.scss */
    .st li.active-s {
      color: #111C2D; }
      /* line 1219, ../sass/screen.scss */
      .st li.active-s:before {
        content: "";
        width: 40px;
        height: 40px;
        margin-top: -10px;
        margin-bottom: 10px;
        display: block;
        background: url("../img/step.svg") no-repeat;
        background-size: cover; }
    /* line 1232, ../sass/screen.scss */
    .st li.st-1.active-s i {
      height: 6px;
      background: #F2C94C;
      top: 8px; }
      /* line 1236, ../sass/screen.scss */
      .st li.st-1.active-s i:before {
        content: "";
        position: absolute;
        right: -3px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 3px solid #F2C94C;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent; }
    /* line 1251, ../sass/screen.scss */
    .st li.st-2:before {
      margin-left: auto;
      margin-right: auto; }
    /* line 1256, ../sass/screen.scss */
    .st li.st-2.active-s i {
      width: 100%;
      height: 6px;
      top: 8px;
      background: #F2C94C;
      left: -3px; }
      /* line 1262, ../sass/screen.scss */
      .st li.st-2.active-s i:before {
        content: "";
        position: absolute;
        right: -3px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 3px solid #F2C94C;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent; }
    /* line 1277, ../sass/screen.scss */
    .st li.st-3 i {
      width: calc(100% - 15px);
      left: 0; }
    /* line 1281, ../sass/screen.scss */
    .st li.st-3 b {
      text-align: right;
      margin-right: 15px; }
    /* line 1285, ../sass/screen.scss */
    .st li.st-3:before {
      margin-right: 15px;
      float: right; }
    /* line 1290, ../sass/screen.scss */
    .st li.st-3.active-s i {
      height: 6px;
      background: #F2C94C;
      top: 8px;
      width: 100%;
      left: -15px; }
    /* line 1298, ../sass/screen.scss */
    .st li.st-3.active-s:after {
      background: #F2C94C; }
    /* line 1302, ../sass/screen.scss */
    .st li.st-3.error-s i {
      background: #111C2D;
      height: 6px;
      width: 100%;
      top: 8px;
      left: -15px; }
    /* line 1311, ../sass/screen.scss */
    .st li.st-3.error-s:before {
      content: "";
      width: 40px;
      height: 40px;
      margin-top: -10px;
      margin-bottom: 10px;
      display: block;
      background: url("../img/st-red.svg") no-repeat;
      background-size: cover; }
    /* line 1321, ../sass/screen.scss */
    .st li.st-3.error-s:after {
      background: #F2C94C; }

/* line 1328, ../sass/screen.scss */
.nav-pills {
  position: relative;
  top: 11px; }
  /* line 1331, ../sass/screen.scss */
  .nav-pills .nav-dose {
    text-align: center;
    outline: none; }
    /* line 1334, ../sass/screen.scss */
    .nav-pills .nav-dose a {
      outline: none; }
  /* line 1338, ../sass/screen.scss */
  .nav-pills .slick-track {
    margin: 0; }

/* line 1342, ../sass/screen.scss */
.slick-next {
  height: 34px;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white)) !important;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }
  /* line 1349, ../sass/screen.scss */
  .slick-next:before {
    content: none; }

/*.prod5,.prod10, .prod12 {
	.prod:after {
		display: none;
	}
}
*/
/* line 1360, ../sass/screen.scss */
.no-product {
  display: none; }

/*response*/
@media screen and (min-width: 767px) {
  /* line 1368, ../sass/screen.scss */
  .product-page .table.cart-table tbody tr:hover {
    height: 62px; }
    /* line 1370, ../sass/screen.scss */
    .product-page .table.cart-table tbody tr:hover .t_btn {
      position: relative; }
    /* line 1373, ../sass/screen.scss */
    .product-page .table.cart-table tbody tr:hover .t_btn a {
      position: absolute;
      right: 10px;
      top: 8px; } }
@media screen and (max-width: 1200px) {
  /* line 1385, ../sass/screen.scss */
  .product-line {
    right: 52px; }

  /* line 1388, ../sass/screen.scss */
  nav {
    float: none; }
    /* line 1390, ../sass/screen.scss */
    nav ul li {
      margin-right: 20px; }
      /* line 1392, ../sass/screen.scss */
      nav ul li:last-child {
        margin-right: 0; }

  /* line 1397, ../sass/screen.scss */
  .main_h_small .free {
    right: 0; }

  /* line 1400, ../sass/screen.scss */
  .w_inner table tfoot td:last-child {
    font-size: 20px; }

  /* line 1403, ../sass/screen.scss */
  .main_h ul {
    margin-left: 50px; }

  /* line 1407, ../sass/screen.scss */
  .phns {
    margin-left: 30px; }
    /* line 1409, ../sass/screen.scss */
    .phns .phn:first-child {
      margin-right: 30px; }

  /* line 1413, ../sass/screen.scss */
  .main_h .free {
    right: 0; }

  /* line 1416, ../sass/screen.scss */
  .banner {
    height: 1115px; }

  /* line 1419, ../sass/screen.scss */
  .tel:before {
    margin-right: 10px; }

  /* line 1422, ../sass/screen.scss */
  .tel img + img {
    margin-left: 15px; }

  /* line 1425, ../sass/screen.scss */
  nav li b {
    padding-left: 12px;
    padding-right: 12px; }

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

  /* line 1434, ../sass/screen.scss */
  .logos .p_logos img:first-child {
    margin-left: 15px; }
  /* line 1437, ../sass/screen.scss */
  .logos .p_logos img:last-child {
    margin-right: 0; }

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

  /* line 1444, ../sass/screen.scss */
  footer .f_t ul {
    float: none;
    margin-top: 35px;
    margin-bottom: 15px;
    margin-left: 40px; }

  /* line 1450, ../sass/screen.scss */
  footer .f_name {
    float: none; }

  /* line 1453, ../sass/screen.scss */
  footer .f_name small {
    padding-left: 40px; } }
@media screen and (max-width: 1046px) {
  /* line 1460, ../sass/screen.scss */
  .s_cart_info {
    left: auto;
    right: -15px; } }
@media screen and (max-width: 991px) {
  /* line 1466, ../sass/screen.scss */
  .product-line {
    right: 7px; }

  /* line 1469, ../sass/screen.scss */
  .c_product {
    width: 480px; }

  /* line 1473, ../sass/screen.scss */
  footer .f_t ul li {
    margin-right: 23px; }

  /* line 1477, ../sass/screen.scss */
  .main_h_small .free {
    display: none; }

  /* line 1481, ../sass/screen.scss */
  .prod_wrap {
    width: 33%; }

  /* line 1485, ../sass/screen.scss */
  .no-product {
    display: block;
    margin-bottom: 50px;
    height: 256px; }

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

  /* line 1494, ../sass/screen.scss */
  .banner {
    width: 33%;
    margin-right: 0;
    border-top: 1px solid #f2f2f2; }

  /* line 1500, ../sass/screen.scss */
  .phns .phn2 {
    display: none; }
  /* line 1503, ../sass/screen.scss */
  .phns .phn1 {
    cursor: pointer; }
  /* line 1506, ../sass/screen.scss */
  .phns .phn1:after {
    content: "";
    display: block;
    width: 7px;
    height: 4px;
    position: absolute;
    right: 0;
    top: 13px;
    background: url(../img/v.svg) no-repeat;
    background-size: cover; }
  /* line 1517, ../sass/screen.scss */
  .phns .phn_hidden.phn_active {
    display: block;
    padding: 20px;
    background: #FFF;
    position: absolute;
    width: 320px;
    top: 55px;
    left: 0;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 2; }
    /* line 1528, ../sass/screen.scss */
    .phns .phn_hidden.phn_active:before {
      display: block;
      content: "";
      position: absolute;
      top: -10px;
      left: 165px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 7px 10px 7px;
      border-color: transparent transparent #ffffff transparent; }
    /* line 1540, ../sass/screen.scss */
    .phns .phn_hidden.phn_active .phn3:first-child {
      margin-right: 40px; }

  /* line 1546, ../sass/screen.scss */
  .s_cart span {
    display: none; }

  /* line 1551, ../sass/screen.scss */
  nav ul li {
    margin-right: 10px; }

  /* line 1555, ../sass/screen.scss */
  .main_h .container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

  /* line 1559, ../sass/screen.scss */
  .main_h .free {
    display: none; }

  /* line 1560, ../sass/screen.scss */
  .banner {
    height: auto; }
    /* line 1562, ../sass/screen.scss */
    .banner .banner_main {
      width: 100%;
      margin-right: 15px;
      height: 530px; }
      /* line 1566, ../sass/screen.scss */
      .banner .banner_main a {
        width: 196px;
        left: 50%;
        margin-left: -98px; }

  /* line 1574, ../sass/screen.scss */
  .banner_main {
    border-radius: 10px; }

  /* line 1578, ../sass/screen.scss */
  select {
    background-position: right 4px center; }

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

  /* line 1585, ../sass/screen.scss */
  .logos span:nth-child(1) img {
    width: 99px; }
  /* line 1588, ../sass/screen.scss */
  .logos span:nth-child(2) img {
    width: 101px; }
  /* line 1591, ../sass/screen.scss */
  .logos span:nth-child(3) img {
    width: 118px; }
  /* line 1594, ../sass/screen.scss */
  .logos span:nth-child(4) img {
    width: 119px; }
  /* line 1597, ../sass/screen.scss */
  .logos span:nth-child(5) img {
    width: 68px; }

  /* line 1601, ../sass/screen.scss */
  .product_img {
    margin-top: 0; }

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

  /* line 1608, ../sass/screen.scss */
  .two-btn .button {
    width: auto; }
    /* line 1610, ../sass/screen.scss */
    .two-btn .button + a {
      margin-left: 15px; }

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

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

  /* line 1621, ../sass/screen.scss */
  .product-page .col-md-8 {
    width: 55%; }
  /* line 1624, ../sass/screen.scss */
  .product-page .col-md-4 {
    width: 45%;
    margin-top: 0; }

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

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

  /* line 1633, ../sass/screen.scss */
  .check-form .details .radio {
    margin-left: 10px; } }
@media screen and (max-width: 768px) {
  /* line 1638, ../sass/screen.scss */
  .s_cart {
    margin-right: 30px; }

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

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

  /* line 1643, ../sass/screen.scss */
  .main_h ul {
    width: 60%; }
    /* line 1645, ../sass/screen.scss */
    .main_h ul li {
      font-size: 30px; } }
@media screen and (max-width: 766px) {
  /* line 1652, ../sass/screen.scss */
  .c_pills {
    float: none; }

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

  /* line 1658, ../sass/screen.scss */
  .table-confirm.t-confirm .table {
    white-space: inherit; }
    /* line 1660, ../sass/screen.scss */
    .table-confirm.t-confirm .table tr:first-child td:first-child {
      padding-top: 30px !important; }

  /* line 1665, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm td:first-child {
    width: 100%; }
  /* line 1668, ../sass/screen.scss */
  .table-info.table-confirm.t-confirm td:last-child {
    width: 100%; }

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

  /* line 1678, ../sass/screen.scss */
  .logos .free {
    margin: -30px auto 0;
    float: none; }

  /* line 1683, ../sass/screen.scss */
  nav ul li {
    margin-right: 0; }

  /* line 1686, ../sass/screen.scss */
  .check-table .t-center {
    width: auto;
    text-align: left; }

  /* line 1691, ../sass/screen.scss */
  .table.cart-table tr:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  /* line 1695, ../sass/screen.scss */
  .table.cart-table .t_btn a {
    width: 100% !important;
    padding-right: 0;
    text-align: center;
    display: block; }
    /* line 1700, ../sass/screen.scss */
    .table.cart-table .t_btn a:before {
      display: inline-block;
      position: relative;
      width: 17px;
      height: 15px;
      background: url(../img/shop.svg) no-repeat;
      top: 1px;
      left: -10px; }

  /* line 1711, ../sass/screen.scss */
  .t_btn .t_cart {
    display: none; }

  /* line 1714, ../sass/screen.scss */
  .t_btn {
    width: 100%; }

  /* line 1717, ../sass/screen.scss */
  .table.cart-table tbody tr, .table.check-table tbody tr {
    padding-top: 15px;
    border-bottom: 1px solid #f3f3f3; }

  /* line 1722, ../sass/screen.scss */
  .table-confirm.t-confirm table.table span[data-type="responsive"] {
    display: none; }
  /* line 1725, ../sass/screen.scss */
  .table-confirm.t-confirm thead {
    display: none; }
  /* line 1729, ../sass/screen.scss */
  .table-confirm.t-confirm table.table td {
    display: block !important;
    text-align: left !important;
    padding: 5px 0 !important; }

  /* line 1738, ../sass/screen.scss */
  .cart-table tr:hover td {
    background: none; }

  /* line 1743, ../sass/screen.scss */
  .details.pays h2 {
    padding-left: 20px; }

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

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

  /* line 1753, ../sass/screen.scss */
  .details .details-form {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0; }

  /* line 1759, ../sass/screen.scss */
  .grey, .yellow, .w_inner {
    margin-left: -15px;
    margin-right: -15px; }

  /* line 1763, ../sass/screen.scss */
  .table-confirm.t-confirm thead {
    display: block; }
    /* line 1765, ../sass/screen.scss */
    .table-confirm.t-confirm thead th {
      display: inline-table;
      padding-left: 0; }

  /* line 1771, ../sass/screen.scss */
  .table thead {
    height: 40px; }
    /* line 1773, ../sass/screen.scss */
    .table thead.grey {
      margin-bottom: 0; }
  /* line 1777, ../sass/screen.scss */
  .table td {
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #4f4f4f; }
    /* line 1781, ../sass/screen.scss */
    .table td span {
      width: auto;
      text-align: left;
      font-weight: 700;
      font-size: 14px; }
  /* line 1789, ../sass/screen.scss */
  .table td:last-child {
    padding-bottom: 20px !important; }
    /* line 1791, ../sass/screen.scss */
    .table td:last-child span {
      display: none !important; }
    /* line 1794, ../sass/screen.scss */
    .table td:last-child a {
      width: 100%;
      text-align: center; }

  /* line 1800, ../sass/screen.scss */
  .check-table .ok {
    float: none; }

  /* line 1804, ../sass/screen.scss */
  .p_logos img {
    margin-bottom: 15px;
    margin-right: 15px; }
    /* line 1807, ../sass/screen.scss */
    .p_logos img:last-child {
      margin-right: 0; }

  /* line 1812, ../sass/screen.scss */
  .main_h_small {
    display: none; }

  /* line 1815, ../sass/screen.scss */
  .c_nav li:hover .c_product {
    position: relative;
    width: 100%;
    padding: 15px 0 0;
    min-height: auto;
    left: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    /* line 1822, ../sass/screen.scss */
    .c_nav li:hover .c_product img {
      display: none; }

  /* line 1826, ../sass/screen.scss */
  .s_cart_info {
    width: 100vw;
    left: -220px;
    top: 55px; }

  /* line 1831, ../sass/screen.scss */
  .s_cart_info:before {
    left: 327px; }

  /* line 1834, ../sass/screen.scss */
  .name {
    font-size: 20px;
    padding-left: 56px; }
    /* line 1837, ../sass/screen.scss */
    .name:before {
      width: 44px;
      height: 40px; }
    /* line 1841, ../sass/screen.scss */
    .name small {
      font-size: 12px; }

  /* line 1845, ../sass/screen.scss */
  .c_nav {
    width: 100%;
    position: relative;
    float: none; }
    /* line 1849, ../sass/screen.scss */
    .c_nav a.c_nav_m {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
      /* line 1856, ../sass/screen.scss */
      .c_nav a.c_nav_m:after {
        content: "";
        display: block;
        position: absolute;
        width: 12px;
        height: 7px;
        top: 20px;
        right: 24px;
        background: url("../img/v.svg") no-repeat;
        background-size: cover; }

  /* line 1870, ../sass/screen.scss */
  .nav_, .c_nav {
    display: none; }
    /* line 1872, ../sass/screen.scss */
    .nav_.c_nav_active, .c_nav.c_nav_active {
      display: block; }

  /* line 1876, ../sass/screen.scss */
  .c_nav {
    margin-top: 78px; }

  /* line 1880, ../sass/screen.scss */
  nav > ul {
    width: 100%;
    padding-top: 0;
    z-index: 9999;
    left: 0;
    top: 0; }
    /* line 1888, ../sass/screen.scss */
    nav > ul > li {
      display: block;
      padding: 18px 5px 18px;
      margin: 0 12px !important;
      border-bottom: 1px solid #f2f2f2; }
    /* line 1894, ../sass/screen.scss */
    nav > ul.active_ul {
      display: block; }
  /* line 1898, ../sass/screen.scss */
  nav .nav_m {
    display: block;
    width: 25px;
    height: 16px;
    background: url("../img/menu_icon.svg") no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 30px; }
    /* line 1907, ../sass/screen.scss */
    nav .nav_m.active_nav {
      width: 19px;
      height: 19px;
      right: 26px;
      top: 27px;
      background: url(../img/close.svg) no-repeat center center;
      background-size: cover;
      z-index: 99999; }
  /* line 1917, ../sass/screen.scss */
  nav.active {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 99999999999; }

  /* line 1928, ../sass/screen.scss */
  .sub_menu {
    display: none; }
    /* line 1930, ../sass/screen.scss */
    .sub_menu.c_nav_active {
      display: block;
      position: relative;
      padding-bottom: 0; }

  /* line 1936, ../sass/screen.scss */
  .top_h {
    height: 158px; }

  /* line 1939, ../sass/screen.scss */
  .phns {
    position: absolute;
    margin-right: 0;
    top: 99px;
    left: 15px;
    margin-left: 0; }

  /* line 1946, ../sass/screen.scss */
  .s_cart {
    position: absolute;
    top: 99px;
    left: 220px; }

  /* line 1951, ../sass/screen.scss */
  .phns .phn:first-child {
    margin-right: 15px; }

  /* line 1954, ../sass/screen.scss */
  .phns .phn_hidden.phn_active {
    left: -15px;
    width: 100vw;
    z-index: 999; }

  /* line 1959, ../sass/screen.scss */
  .main_h ul {
    display: none; }

  /* line 1962, ../sass/screen.scss */
  .main_h.main_index {
    display: block;
    height: 140px; }

  /* line 1966, ../sass/screen.scss */
  .main_h {
    display: none; }

  /* line 1969, ../sass/screen.scss */
  .login {
    float: none;
    margin-left: 0; }
    /* line 1972, ../sass/screen.scss */
    .login.login-d {
      display: none; }
    /* line 1975, ../sass/screen.scss */
    .login span {
      display: inline-block; }

  /* line 1979, ../sass/screen.scss */
  .login-m {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: none !important; }
    /* line 1985, ../sass/screen.scss */
    .login-m .login {
      display: inline-block; }
    /* line 1988, ../sass/screen.scss */
    .login-m .lg-info {
      left: 0; }
      /* line 1990, ../sass/screen.scss */
      .login-m .lg-info:before {
        left: 39px; }
      /* line 1993, ../sass/screen.scss */
      .login-m .lg-info a {
        font-weight: 400; }

  /* line 1998, ../sass/screen.scss */
  footer .f_b .methods {
    float: none;
    width: 100%;
    margin-bottom: 30px; }

  /* line 2003, ../sass/screen.scss */
  footer .f_b .copyright, footer .f_b .language {
    float: none;
    width: 100%;
    margin-bottom: 15px; }

  /* line 2008, ../sass/screen.scss */
  footer .f_t ul {
    margin-top: 15px; }

  /* line 2011, ../sass/screen.scss */
  footer .f_t ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 25px; }
    /* line 2015, ../sass/screen.scss */
    footer .f_t ul li:last-child {
      margin-bottom: 0; } }
@media screen and (max-width: 745px) {
  /* line 2022, ../sass/screen.scss */
  .flex-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    /* line 2024, ../sass/screen.scss */
    .flex-img .img {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%; }
      /* line 2027, ../sass/screen.scss */
      .flex-img .img.img-l, .flex-img .img.img-r {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px; }
    /* line 2033, ../sass/screen.scss */
    .flex-img div {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }

  /* line 2037, ../sass/screen.scss */
  .product-line {
    right: 0; }

  /*.banner, .prod_wrap {
  	width: 288px;
  }
  .banner {
  	padding-right: 15px;
  	}*/
  /* line 2047, ../sass/screen.scss */
  .prod_wrap {
    width: 50%; }

  /*.prod7, .prod3, .prod9, {
  	.prod:after {
  		display: block;
  	}
  }
  .prod2,.prod4, .prod6, .prod8,  .prod10 {
  	.prod:after {
  		display: none;
  	}
  	}*/
  /* line 2060, ../sass/screen.scss */
  .no-product {
    display: none; }

  /* line 2064, ../sass/screen.scss */
  .logos .p_logos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    /* line 2070, ../sass/screen.scss */
    .logos .p_logos span {
      width: 33%; }
      /* line 2072, ../sass/screen.scss */
      .logos .p_logos span img {
        margin: 0 0 10px 0; } }
@media screen and (max-width: 650px) {
  /* line 2082, ../sass/screen.scss */
  .product-line {
    display: none; }

  /* line 2085, ../sass/screen.scss */
  .prod .p_price {
    width: 90px; }

  /* line 2088, ../sass/screen.scss */
  .prod .p_price {
    font-size: 16px; }

  /* line 2091, ../sass/screen.scss */
  footer .f_b .language li {
    margin-bottom: 10px; }

  /* line 2094, ../sass/screen.scss */
  footer .f_name small {
    padding-left: 0; }

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

  /* line 2102, ../sass/screen.scss */
  .banner {
    float: none;
    width: 288px;
    border-top: none;
    margin: 0 auto 30px;
    padding-right: 0; }
    /* line 2108, ../sass/screen.scss */
    .banner .banner_main {
      width: 100%;
      margin-right: 0;
      height: 560px;
      margin-top: 0; }

  /* line 2115, ../sass/screen.scss */
  .no-product {
    display: none; }

  /* line 2118, ../sass/screen.scss */
  .prod_wrap {
    float: none;
    width: 288px;
    margin: auto;
    border-top: none;
    border-bottom: 1px solid #f2f2f2;
    /*&.prod12 {
    	border-bottom: none;
    	margin-bottom: 50px;
    	}*/ }
    /* line 2128, ../sass/screen.scss */
    .prod_wrap .prod {
      border: none; }
      /* line 2130, ../sass/screen.scss */
      .prod_wrap .prod:after {
        display: none; }
      /* line 2133, ../sass/screen.scss */
      .prod_wrap .prod:hover:before {
        display: none; }
      /* line 2138, ../sass/screen.scss */
      .prod_wrap .prod:hover .prod_i {
        display: block; }
      /* line 2142, ../sass/screen.scss */
      .prod_wrap .prod .p_cart {
        display: none; }
      /* line 2145, ../sass/screen.scss */
      .prod_wrap .prod .button {
        display: block;
        float: right; }

  /* line 2152, ../sass/screen.scss */
  .f_name small {
    margin-left: 41px;
    display: block;
    margin-top: 5px; }

  /* line 2158, ../sass/screen.scss */
  .product-page .col-md-8, .product-page .col-md-4 {
    width: 100%; }

  /* line 2161, ../sass/screen.scss */
  .nav-pills {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    top: 0; }
    /* line 2166, ../sass/screen.scss */
    .nav-pills .nav-dose {
      min-width: auto; }

  /* line 2170, ../sass/screen.scss */
  .tab-pane {
    padding-top: 20px; }

  /* line 2173, ../sass/screen.scss */
  .prod figure {
    margin-top: 20px; }

  /* line 2176, ../sass/screen.scss */
  .st li b {
    display: block; }

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

  /* line 2182, ../sass/screen.scss */
  .panel .panel-heading .panel-title:after {
    right: 20px; }

  /* line 2185, ../sass/screen.scss */
  .details.pays h2 {
    padding-left: 0; }

  /* line 2188, ../sass/screen.scss */
  .st span {
    font-size: 12px; }

  /* line 2191, ../sass/screen.scss */
  .tel img + img {
    display: none; }

  /* line 2195, ../sass/screen.scss */
  .tab-group .tab-title {
    padding-left: 15px;
    padding-right: 15px; }

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

  /* line 2203, ../sass/screen.scss */
  .panel .panel-body {
    padding-left: 0;
    padding-right: 0; }

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

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

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

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

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

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

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

  /* line 2215, ../sass/screen.scss */
  .two-btn .bt, .two-btn .bt:hover, .two-btn .bt:focus, .two-btn .bt:active {
    padding: 11px 8px 11px;
    width: 100%; }
  /* line 2216, ../sass/screen.scss */
  .two-btn .bt:first-child {
    margin-bottom: 15px; }

  /* line 2221, ../sass/screen.scss */
  .one-btn .bt {
    width: 100%; }

  /* line 2225, ../sass/screen.scss */
  button.bt, input[type="submit"] {
    width: 100%; }

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

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

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

  /* line 2231, ../sass/screen.scss */
  .tab-group .tab-content {
    margin-left: -15px;
    margin-right: -15px; } }
@media screen and (max-width: 510px) {
  /* line 2238, ../sass/screen.scss */
  .forgot-btns {
    display: block; }
    /* line 2240, ../sass/screen.scss */
    .forgot-btns a {
      display: block;
      width: 100%; }
      /* line 2243, ../sass/screen.scss */
      .forgot-btns a:first-child {
        margin-bottom: 15px; }

  /* line 2248, ../sass/screen.scss */
  .selectize span {
    display: block;
    margin-left: 50px; }

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

  /* line 2257, ../sass/screen.scss */
  .l-wrap .login-form .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    /* line 2260, ../sass/screen.scss */
    .l-wrap .login-form .flex a {
      margin-top: 12px; }
    /* line 2263, ../sass/screen.scss */
    .l-wrap .login-form .flex + .flex {
      margin-top: 30px; } }
@media screen and (max-width: 480px) {
  /* line 2271, ../sass/screen.scss */
  .catalog .button {
    width: auto; }

  /* line 2274, ../sass/screen.scss */
  .s_cart_info {
    width: 100vw;
    left: auto;
    right: -30px; }

  /* line 2279, ../sass/screen.scss */
  .s_cart_info:before {
    left: auto;
    right: 15px; }

  /* line 2284, ../sass/screen.scss */
  .two-btn .button, .two-btn a {
    width: 100%; }
  /* line 2287, ../sass/screen.scss */
  .two-btn .button + a {
    margin-left: 0; }

  /* line 2291, ../sass/screen.scss */
  .logos .p_logos span {
    width: 50%; }

  /* line 2294, ../sass/screen.scss */
  .s_cart {
    right: 0;
    left: auto; }

  /* line 2299, ../sass/screen.scss */
  .d-btn .button {
    display: block;
    width: 100%;
    margin-bottom: 10px; }

  /* line 2305, ../sass/screen.scss */
  .tab-title {
    display: block; }

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

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

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

  /* line 2315, ../sass/screen.scss */
  input[type=radio] + label:before {
    top: 1px; } }
@media screen and (max-width: 374px) {
  /* line 2318, ../sass/screen.scss */
  .shop {
    font-size: 21px;
    padding-left: 56px;
    padding-top: 30px; }
    /* line 2322, ../sass/screen.scss */
    .shop:before {
      width: 42px;
      height: 38px; }

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

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

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

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

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

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

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

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

  /* line 2345, ../sass/screen.scss */
  .form-date .form-year select {
    width: 182px; } }
@media screen and (min-width: 1025px) {
  /* line 2352, ../sass/screen.scss */
  #menu {
    display: block !important; } }
