main {
  //padding-bottom: 40px;
}

img {
  max-width: 100%;
  height: auto;
}

main img.image-left {
  float: left; 
  max-width: 400px;
  margin: 0 32px 0 0;
}
main img.image-right {
  float: right; 
  max-width: 400px;
  margin: 0 0 0 32px;
}


.clearboth {
  clear: both;
}

.v-middle {
  vertical-align: middle;
}

.v-middle::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.v-middle > * {
  display: inline-block;
  vertical-align: middle;
}

.wysiwyg p {
//  margin: 1px 0 !important;
  margin-bottom: 12px;
  padding: 0;
  line-height: normal !important;
}

.shop_cart.summary td {
  padding: 0;
}

.shop_cart.summary p {
  padding: 0;
  margin: 4px 0;
  text-align: center;
}

.shop_cart.summary p.info span {
  font-weight: bold;
}

.msg {
  font-size: 16px;
  color: orange;
  margin: 4px 0;
  padding: 0;
}

.sitemap {
  clear: both;
}

.sitemap ul {
  list-style: none;
  padding-left: 28px;
}

.sitemap > ul > li {
  float: left;
  width: 50%;
}

.sitemap ul li {
  margin: 7px 0;
  font-size: 16px;
}


@media screen and (max-width: 639px) {
  .sitemap > ul > li {
    float: none;
    width: 100%;
  }
}

.ttl h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}

#basket-desktop, #basket-mobile {
  display: inline;
}

.pagination_b {
  margin: 20px 0;
}
.pagination_b .owl-pagination .owl-page,
.pagination_b .owl-pagination a,
.pagination_b .page .owl-page,
.pagination_b .page a, a, .search_b .box .wrap button,
.search_b .box .wrap .close, .compact-menu_b .box ul li a, .promo-slider_b .nav-container .arrow:after, .footer_b .f-menu li a, .product-preview_b a, .p-gallery .fz .item, .simpleGallery-loaded .fz .item {
  -webkit-transition: ease 700ms;
  transition: ease 700ms; }
  .pagination_b .owl-pagination .owl-page:hover,
  .pagination_b .owl-pagination a:hover,
  .pagination_b .page .owl-page:hover,
  .pagination_b .page a:hover, a:hover, .search_b .box .wrap button:hover,
  .search_b .box .wrap .close:hover, .compact-menu_b .box ul li a:hover, .promo-slider_b .nav-container .arrow:hover:after, .footer_b .f-menu li a:hover, .p-gallery .fz .item:hover, .simpleGallery-loaded .fz .item:hover {
    -webkit-transition: ease 300ms;
    transition: ease 300ms; }

.project-enum_b:after, .showcase-row:after, .price-info .body:after, .p-gallery:after, .with-image:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  clear: both;
  overflow: hidden; }

.project-enum_b {
  margin-left: -15px;
  margin-right: -15px; }
  .project-enum_b .col {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }

.promo-slider_b .slider-page .owl-pagination .owl-page, .s-gallery .nav .owl-pagination .owl-page {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0 2px;
  text-align: center;
  width: 20px; }
  .promo-slider_b .slider-page .owl-pagination .owl-page span, .s-gallery .nav .owl-pagination .owl-page span {
    background: #fff;
    border: 5px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    position: relative;
    -webkit-transition: ease 300ms;
    transition: ease 300ms;
    vertical-align: middle;
    width: 10px; }
    .promo-slider_b .slider-page .owl-pagination .owl-page span:after, .s-gallery .nav .owl-pagination .owl-page span:after {
      border: 5px solid #2793e6;
      border-radius: 50%;
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -10px;
      margin-top: -10px;
      background: transparent;
      height: 20px;
      width: 20px;
      -webkit-transform: scale(0);
              transform: scale(0);
      -webkit-transition: ease 300ms;
      transition: ease 300ms; }
  .promo-slider_b .slider-page .owl-pagination .owl-page:hover span, .s-gallery .nav .owl-pagination .owl-page:hover span, .promo-slider_b .slider-page .owl-pagination .owl-page:hover.active span, .s-gallery .nav .owl-pagination .owl-page:hover.active span, .promo-slider_b .slider-page .owl-pagination .owl-page.active span, .s-gallery .nav .owl-pagination .owl-page.active span {
    background: transparent; }
    .promo-slider_b .slider-page .owl-pagination .owl-page:hover span:after, .s-gallery .nav .owl-pagination .owl-page:hover span:after, .promo-slider_b .slider-page .owl-pagination .owl-page:hover.active span:after, .s-gallery .nav .owl-pagination .owl-page:hover.active span:after, .promo-slider_b .slider-page .owl-pagination .owl-page.active span:after, .s-gallery .nav .owl-pagination .owl-page.active span:after {
      -webkit-transform: scale(1);
              transform: scale(1); }

@font-face {
  font-family: "Plumb";
  src: url("fonts/Plumb-Regular.eot");
  src: url("fonts/Plumb-Regular.eot") format("embedded-opentype"), url("fonts/Plumb-Regular.woff") format("woff"), url("fonts/Plumb-Regular.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: "Plumb";
  src: url("fonts/Plumb-Bold.eot");
  src: url("fonts/Plumb-Bold.eot") format("embedded-opentype"), url("fonts/Plumb-Bold.woff") format("woff"), url("fonts/Plumb-Bold.ttf") format("truetype");
  font-weight: 700; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 25px;
  height: 17px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 3px;
    background-color: #fff;
    border-radius: 0px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 50px;
          perspective: 50px; }

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
            transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
            transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 50px;
          perspective: 50px; }

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
            transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
            transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 50px;
          perspective: 50px; }

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
            transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
            transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 50px;
          perspective: 50px; }

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
            transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
            transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -14px;
    -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -14px;
    -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(45deg);
          transform: translate3d(0, -7px, 0) rotate(45deg);
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 7px;
    -webkit-transition: opacity 0.15s 0.4s ease;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 14px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(135deg);
          transform: translate3d(0, 7px, 0) rotate(135deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -14px, 0) rotate(-270deg);
            transform: translate3d(0, -14px, 0) rotate(-270deg);
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 7px;
    -webkit-transition: opacity 0.15s 0.4s ease;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 14px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(-135deg);
          transform: translate3d(0, 7px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -14px, 0) rotate(270deg);
            transform: translate3d(0, -14px, 0) rotate(270deg);
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color 0.2s 0.25s ease-in;
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      -webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
    .hamburger--emphatic .hamburger-inner::after {
      top: 7px;
      right: 0;
      -webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
  .hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -50px;
      top: -50px;
      -webkit-transform: translate3d(50px, 50px, 0) rotate(45deg);
              transform: translate3d(50px, 50px, 0) rotate(45deg);
      -webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -50px;
      top: -50px;
      -webkit-transform: translate3d(-50px, 50px, 0) rotate(-45deg);
              transform: translate3d(-50px, 50px, 0) rotate(-45deg);
      -webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color 0.2s 0.25s ease-in;
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      -webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 7px;
      right: 0;
      -webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335); }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -50px;
      top: 50px;
      -webkit-transform: translate3d(50px, -50px, 0) rotate(-45deg);
              transform: translate3d(50px, -50px, 0) rotate(-45deg);
      -webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -50px;
      top: 50px;
      -webkit-transform: translate3d(-50px, -50px, 0) rotate(45deg);
              transform: translate3d(-50px, -50px, 0) rotate(45deg);
      -webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider .hamburger-inner::before {
    top: 7px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner::after {
    top: 14px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-3.57143px, -4px, 0);
            transform: rotate(-45deg) translate3d(-3.57143px, -4px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
            transform: translate3d(0, -14px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 7px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 14px; }

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
          transform: translate3d(0, 7px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(3.57143px, -4px, 0);
            transform: rotate(45deg) translate3d(3.57143px, -4px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -14px, 0) rotate(90deg);
            transform: translate3d(0, -14px, 0) rotate(90deg); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  -webkit-transition: background-color 0s 0.15s linear;
  transition: background-color 0s 0.15s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 7px;
    -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 14px;
    -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
            transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
            transform: translate3d(0, 7px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -14px;
    -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    -webkit-transition-delay: 0s;
            transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }

/* components */
/* breadcrumb_b */
.breadcrumbs_b {
  font-size: 16px;
  margin-top: 21px;
  margin-bottom: 35px; }

  .breadcrumbs_b ul {
    padding: 0; }
    .breadcrumbs_b ul:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      clear: both;
      overflow: hidden; }
    .breadcrumbs_b ul li {
      float: left;
      margin-right: 13px;
      list-style: none; }
      .breadcrumbs_b ul li a {
	color: #fff;
        text-decoration: none; }
      .breadcrumbs_b ul li a:hover {
        color: #2793e6; }
      .breadcrumbs_b ul li + li:before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        background-image: url(imgs/sprite.png);
        background-position: -247px -76px;
        width: 4px;
        height: 9px;
        display: inline-block;
        margin-right: 7px; }
      .breadcrumbs_b ul li:nth-last-child(1) {
        color: #fff; }
        .breadcrumbs_b ul li:nth-last-child(1) a {
          color: inherit;
          cursor: default; }

/* pagination_b */
.pagination_b {
  text-align: center; }
  .pagination_b .link {
    cursor: pointer;
    display: inline-block;
    margin: 0 10px; }
  .pagination_b .owl-pagination,
  .pagination_b .page {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding: 0;
    margin: 0; }
    .pagination_b .owl-pagination li,
    .pagination_b .page li {
      display: inline-block;
      text-align: center; }
    .pagination_b .owl-pagination .owl-page,
    .pagination_b .owl-pagination a,
    .pagination_b .page .owl-page,
    .pagination_b .page a {
      color: #333;
      border: 1px solid transparent;
      background: transparent;
      border-radius: 50%;
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      font-size: 18px;
      height: 46px;
      line-height: 48px;
      margin: 0 2px;
      display: inline-block;
      position: relative;
      text-align: center;
      width: 46px;
      text-decoration: none;
      vertical-align: middle; }
      .pagination_b .owl-pagination .owl-page:hover,
      .pagination_b .owl-pagination a:hover,
      .pagination_b .page .owl-page:hover,
      .pagination_b .page a:hover {
        border: 1px solid #2793e6;
        background: #fff; }
      .pagination_b .owl-pagination .owl-page.active,
      .pagination_b .owl-pagination a.active,
      .pagination_b .page .owl-page.active,
      .pagination_b .page a.active {
        background: #2793e6;
        border: 1px solid #2793e6;
        color: #fff; }

body {
  color: #222222;
  width: 100%;
  overflow-x: hidden;
  font-family: "Plumb", sans-serif;
  font-size: 16px;
  line-height: 1.2; }

a {
  color: #2793e6; }
  a:hover {
    color: #2793e6; }

.btn,
.btn:hover,
.btn:active,
.btn:focus {
  border-radius: 23px;
  border: none;
  line-height: 27px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 4px 16px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: background ease 700ms, border-color ease 700ms, opacity ease 700ms;
  transition: background ease 700ms, border-color ease 700ms, opacity ease 700ms;
  white-space: normal;
  max-width: 100%; }
  .btn.btn-primary,
  .btn:hover.btn-primary,
  .btn:active.btn-primary,
  .btn:focus.btn-primary {
    background: #2793e6;
    // border-bottom: 3px solid #0096d7;
    }
    .btn.btn-primary:hover,
    .btn:hover.btn-primary:hover,
    .btn:active.btn-primary:hover,
    .btn:focus.btn-primary:hover {
      background: #2793e6;
      //border-color: #2793e6;
     }
  .btn.btn-important,
  .btn:hover.btn-important,
  .btn:active.btn-important,
  .btn:focus.btn-important {
    background: #2793e6;
    //border-bottom: 3px solid #2793e6;
    color: #fff; }
    .btn.btn-important:hover,
    .btn:hover.btn-important:hover,
    .btn:active.btn-important:hover,
    .btn:focus.btn-important:hover {
      background: #00b3ff;
      border-color: #0096d7; }
  .btn.btn-icon,
  .btn:hover.btn-icon,
  .btn:active.btn-icon,
  .btn:focus.btn-icon {
    position: relative;
    height: 46px;
    padding: 0;
    width: 46px; }

button.btn:active, button.btn:focus {
  outline: none !important; }

.btn:hover {
  -webkit-transition: background ease 300ms, border-color ease 300ms, opacity ease 300ms;
  transition: background ease 300ms, border-color ease 300ms, opacity ease 300ms; }

.btn:hover:active {
  top: 2px; }
  .btn:hover:active.btn-primary {
    border-bottom-width: 1px; }

.btn.btn-cart {
  padding-top: 7px;
  padding-bottom: 9px; }
  .btn.btn-cart:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    background-image: url(imgs/sprite.png);
    background-position: -117px -174px;
    width: 21px;
    height: 20px;
    display: inline-block;
    margin-right: 1ex;
    vertical-align: middle; }

.btn.icon-compare:before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  background-image: url(imgs/sprite.png);
  background-position: -81px -197px;
  width: 17px;
  height: 21px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10.5px;
  margin-left: -8.5px; }

.btn.icon-compare.selected:before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  background-image: url(imgs/sprite.png);
  background-position: -235px -144px;
  width: 17px;
  height: 21px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10.5px;
  margin-left: -8.5px; }

.btn.icon-plus:before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  background-image: url(imgs/sprite.png);
  background-position: -159px -174px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px; }

.btn.icon-print:before {
  content: '';
  display: block;
  height: 0;
  width: 0;
  background-image: url(imgs/sprite.png);
  background-position: -179px -174px;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 1ex;
  vertical-align: middle; }

.btn.btn-wide {
  padding-left: 40px;
  padding-right: 40px;
  text-transform: uppercase; }

/* header_b */
.header-placeholder {
  height: 82px;
  background-color: #000;
}

.note {
  margin: 10px 0;
  padding: 5px 20px 10px 20px;
  border-radius: 10px;
  background: #2793e6;
  color: #fff;
  max-width: 600px;
}

.note a {
  color: #fff;
  text-decoration: underline;
  font-style: italic;
}

.header_b {
  background: #000;
  color: #fff;
  height: 82px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9; }
  .header_b .logo-wrap {
    float: left;
    padding-top: 20px; }
  .header_b .actions {
    float: right; }
  .header_b .menu {
    padding-top: 50px;
    margin-right: 60px;
    float: left; }
    .header_b .menu > ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .header_b .menu > ul > li {
        float: left;
        font-size: 14px;
        text-transform: uppercase;
        position: relative;
        margin-right: 24px; }
        .header_b .menu > ul > li > a {
          color: #fff;
          display: block;
          height: 22px;
          text-decoration: none; }
          .header_b .menu > ul > li > a:hover, .header_b .menu > ul > li > a.active {
            border-bottom: 2px solid #2793e6; }
        .header_b .menu > ul > li > ul {
          background: #fff;
          display: none;
          padding: 18px 0;
          position: absolute;
          left: 0;
          top: 100%;
          box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15); }
          .header_b .menu > ul > li > ul > li {
            background: #fff;
            font-size: 16px;
            /*font-weight: 700;*/
            list-style: none;
            text-transform: initial;
            white-space: nowrap;
            position: relative; }
            .header_b .menu > ul > li > ul > li > a {
              display: block;
              color: #222222;
              line-height: 45px;
              padding: 0 31px;
              text-decoration: none; }
            .header_b .menu > ul > li > ul > li > ul {
              background: #fff;
              padding: 0;
              display: none;
              position: absolute;
              top: 0;
              left: 100%;
              box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
              z-index: 10; }
              .header_b .menu > ul > li > ul > li > ul > li {
                background: #fff;
                font-size: 16px;
                //font-weight: 700;
                list-style: none;
                text-transform: initial;
            white-space: nowrap; }
                .header_b .menu > ul > li > ul > li > ul > li > a {
              display: block;
              color: #222222;
              line-height: 45px;
              padding: 0 31px;
              text-decoration: none; }
              .header_b .menu > ul > li > ul > li > ul > li:hover {
                background: #B5DFFF; }
                .header_b .menu > ul > li > ul > li > ul > li:hover > a {
                  color: #222222; }
                .header_b .menu > ul > li > ul > li > ul > li:hover > ul {
                  display: block; }
          .header_b .menu > ul > li > ul > li:hover {
            background: #B5DFFF; }
            .header_b .menu > ul > li > ul > li:hover > a {
              color: #222222; }
            .header_b .menu > ul > li > ul > li:hover > ul {
              display: block; }
      .header_b .menu > ul > li:hover > ul {
        display: block; }
  .header_b .contacts {
  }
  .header_b .contacts-block {
    float: left;
    padding-top: 20px;
    margin-right: 50px;
  }
      .header_b .contacts-block .phone {
        width: 100%;
        text-align: justify;
        text-align-last: justify;
        font-size: 24px;
      }
      .header_b .contacts-block .phone.strong {
        font-weight: 700;
      }
      .header_b .contacts-block .email {
        color: #ccc;             
	font-size: 17px;
	text-align: center;
      }
        /*.header_b .email:before {
          content: '';
          display: block;
          height: 0;
          width: 0;
          background-image: url(imgs/sprite.png);
          background-position: -198px -174px;
          width: 21px;
          height: 15px;
          display: inline-block;
          margin-right: 10px;
          vertical-align: middle; }*/
      .header_b .search_b {
    float: left;
    margin-left: 5px;
    margin-top: 26px; }
    .header_b .search_b .toggle {
      background-image: url(imgs/sprite.png);
      background-position: -198px -153px;
      width: 14px;
      height: 14px;
      cursor: pointer;
      display: inline-block;
      vertical-align: middle; }

.header-cart {
  background-color: #222;
  border-bottom: 5px solid #2793e6;
  cursor: pointer;
  display: block;
  float: left;
  height: 82px;
  position: relative;
  width: 70px; }

p.header-cart {
  cursor: default;
}

  .header-cart:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    background-image: url(imgs/card.png);
    width: 47px;
    height: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -30px; }
  .header-cart span {
    background: #2793e6;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 25px;
    left: 50%;
    line-height: 26px;
    min-width: 26px;
    margin-top: -24px;
    position: absolute;
    padding: 0 3px;
    text-align: center;
    top: 50%; }

.header-cart.empty {
  background: #000;
  border-bottom-color: transparent;
}
.header-cart.empty span {
  display: none;
}

.banner-block {
  width: 100%; 
  background: #000;
  margin-bottom: 60px;
}

.promo {
  position: absolute;
  bottom: 0;
  right: 10px;
  content: "";
  width: 160px;
  height: 40px;
  background-size: 100% 100%;
  z-index: 999;
}

.promo.top {
  top: 10px;
}

.promo.bottom {
  bottom: 10px;
}

.promo.right {
  right: 10px;
}

.promo.left {
  left: 10px;
}

.promo.ny25 {
  background: url("../../../images/content/25ny.png") no-repeat;
}

.content-block {
  display: block;
  width: 100%;
  padding: 16px 32px;
  background-color: #eee;
}

.content-block img {
  margin: 0 20px 20px 0;
  float: left;
}

.content-block li {
  list-style-image: url("../../../images/li.png");
  line-height: 32px;
  font-weight: bold;
}

.content-block.black {
  background-color: #000;
  color: #eee;
}

.content-block.white {
  background-color: #fff;
}

.content-block.grey {
  background-color: #444;
  color: #eee;
}

.mobile-info {
  background: #000;
  color: #fff;
  padding-bottom: 5px;
  text-align: center; }
  .mobile-info .phone,
  .mobile-info .email {
    display: inline-block;
    max-width: 240px;
    line-height: 24px;
    margin-bottom: 15px;
    vertical-align: middle;
    width: 100%;
    }
  .mobile-info .phone {
    float: none;
    padding: 0;
    font-size: 24px;
    font-weight: 700; }
  .mobile-info .email {
    color: #315491; }
    .mobile-info .email:before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      background-image: url(imgs/sprite.png);
      background-position: -198px -174px;
      width: 21px;
      height: 15px;
      display: inline-block;
      margin-right: 15px;
      vertical-align: middle; }

/* search_b */
.search_b {
  background: #fff;
  float: left;
  height: 36px;
  position: relative;
  width: 36px; }
  .search_b.opened .box {
    width: 500px; }
  .search_b .open {
    cursor: pointer;
    height: 100%;
    position: relative;
    width: 100%; }
    .search_b .open:after {
      content: '';
      display: block;
      height: 0;
      width: 0;
      background-image: url(imgs/sprite.png);
      background-position: -198px -153px;
      width: 14px;
      height: 14px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -7px;
      margin-left: -7px; }
  .search_b .box {
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 0;
    -webkit-transition: ease 300ms;
    transition: ease 300ms; }
    .search_b .box .wrap {
      border: 1px solid #f5f4f2;
      height: 100%;
      position: relative;
      width: 100%; }
      .search_b .box .wrap input {
        border: none;
        height: 100%;
        left: 0;
        outline: none;
        position: absolute;
        padding-left: 15px;
        padding-right: 100px;
        top: 0;
        width: 100%; }
      .search_b .box .wrap button,
      .search_b .box .wrap .close {
        background: #000;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 1;
        outline: none;
        height: 34px;
        width: 34px; }
        .search_b .box .wrap button:after,
        .search_b .box .wrap .close:after {
          content: '';
          display: block;
          height: 0;
          width: 0;
          background-image: url(imgs/sprite.png);
          background-position: -198px -139px;
          width: 14px;
          height: 14px;
          position: absolute;
          left: 50%;
          top: 50%;
          margin-top: -7px;
          margin-left: -7px; }
        .search_b .box .wrap button:hover,
        .search_b .box .wrap .close:hover {
          background: #315491; }
      .search_b .box .wrap button {
        background: #fff;
        border: none;
        border-left: 1px solid #e9e9e9;
        right: 34px; }
        .search_b .box .wrap button:after {
          content: '';
          display: block;
          height: 0;
          width: 0;
          background-image: url(imgs/sprite.png);
          background-position: -198px -153px;
          width: 14px;
          height: 14px;
          position: absolute;
          left: 50%;
          top: 50%;
          margin-top: -7px;
          margin-left: -7px; }

.compact-menu_b {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 30; }
  .compact-menu_b .hamburger {
    background: #2793e6;
    height: 54px;
    line-height: 54px;
    outline: none;
    position: relative;
    width: 54px;
    z-index: 44; }
    .compact-menu_b .hamburger span {
      vertical-align: middle;
      margin-top: -2px; }
  .compact-menu_b .box {
    background: #000;
    display: block;
    font-size: 16px;
    overflow: hidden;
    position: absolute;
    padding-top: 74px;
    padding-bottom: 15px;
    -webkit-transition: -webkit-transform ease 700ms;
    transition: -webkit-transform ease 700ms;
    transition: transform ease 700ms;
    transition: transform ease 700ms, -webkit-transform ease 700ms;
    right: 0;
    top: 0;
    z-index: 2;
    margin-top: -10px;
    margin-right: -10px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 320px; }
    .compact-menu_b .box .wrap {
      min-width: 320px; }
    .compact-menu_b .box ul {
      list-style: none;
      min-width: 320px;
      margin: 0;
      padding: 0; }
      .compact-menu_b .box ul + ul:before {
        content: '';
        display: block;
        height: 1px;
        width: auto;
        background: #2793e6;
        margin: 20px; }
      .compact-menu_b .box ul li {
        display: block;
        float: none;
        margin-left: 0; }
        .compact-menu_b .box ul li a {
          color: #fff;
          display: block;
          height: 48px;
          line-height: 48px;
          padding-left: 24px;
          padding-right: 24px;
          text-decoration: none; }
          .compact-menu_b .box ul li a.active, .compact-menu_b .box ul li a:hover {
            background: #2793e6; }
  .compact-menu_b .is-active + .box {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    display: block;
    width: 320px; }

.topblock {
  display: block;
  width: 100%;
  height: 580px;
  background: #000;
}

.topblock-slider {
  display: block;
  width: 66%;
  float: left;
}

.topblock-blog {
  display: block;
  width: 33%;
  height: 580px;
  float: left;
  padding: 0 0 0 20px;
  color: #fff;
  font-size: 18px;

}

.topblock-blog p {
  margin: 12px 0 24px 0;
}

.topblock-blog h1 {
  font-size: 28px;

}

.promoContent ul {
    margin: 0;
    padding: 0;
}
  
.promoContent li {
    display: inline-block;
    width: 49%;
    background: url("imgs/icon_check.png") no-repeat;
    background-size: 24px;
    padding: 0 0 0 32px;
    list-style: none;
    margin: 4px 0 0 0;
    line-height: 24px;
}

@media only screen and (max-width: 550px) {
.promoContent li {
    display: block;
    width: 100%;
}
}

.nomargin {
    margin: 0;
}

.nopadding {
    padding: 0;
}

.ya-share2 {
    position: absolute;
    top: 0;
    right: 100px;
    z-index: 3;
}

/* promo-slider_b */
.promo-slider_b {
  background: #000;
  //margin-bottom: 65px;
  position: relative; }
  .promo-slider_b .enum {
    height: 580px;
    overflow: hidden; }
    .promo-slider_b .enum.owl-carousel {
      height: auto; }
  .promo-slider_b .nav-container {
    height: 0;
    width: 100%;
    position: static; }
    .promo-slider_b .nav-container .arrow-bow-prev {
      float: left; }
    .promo-slider_b .nav-container .arrow-bow-next {
      float: right; }
    .promo-slider_b .nav-container .arrow {
      background-image: url(imgs/sprite.png);
      background-position: -53px 0px;
      width: 53px;
      height: 122px;
      cursor: pointer;
      position: absolute;
      margin-top: -61px;
      top: 50%;
      z-index: 3; }
      .promo-slider_b .nav-container .arrow:after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        background-image: url(imgs/sprite.png);
        background-position: 0px 0px;
        width: 53px;
        height: 122px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -61px;
        margin-left: -26.5px;
        opacity: 0; }
      .promo-slider_b .nav-container .arrow.next {
        background-image: url(imgs/sprite.png);
        background-position: -159px 0px;
        width: 53px;
        height: 122px;
        margin-left: -53px; }
        .promo-slider_b .nav-container .arrow.next:after {
          content: '';
          display: block;
          height: 0;
          width: 0;
          background-image: url(imgs/sprite.png);
          background-position: -106px 0px;
          width: 53px;
          height: 122px;
          position: absolute;
          left: 50%;
          top: 50%;
          margin-top: -61px;
          margin-left: -26.5px; }
      .promo-slider_b .nav-container .arrow:hover:after {
        opacity: 1; }
  .promo-slider_b .slider-page {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 40px;
    z-index: 3;
    text-align: center; }

.slider-item {
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  height: 580px;
  text-align: center; }
  .slider-item .container {
    position: absolute;
    bottom: 80px;
    width: 99%;
  }
  .slider-item .ttl {
    display: table;
    background: rgba(0,0,0,0.5);
    padding: 12px;
    font-size: 20px;
    font-weight: normal;
    margin: 0 auto;
    border-radius: 12px;
    line-height: 24px;
    position: relative; }
  .slider-item .ttl span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 4px;
  }
    //.slider-item .ttl:before {
    //  content: '';
    //  display: block;
    //  height: 44px;
    //  width: 44px;
    //  border-left: 8px solid #2793e6;
    //  border-top: 8px solid #2793e6;
    //  position: absolute;
    //  left: -60px;
    //  top: -60px; }

/* services-box_b */
.services-group {
  margin-bottom: 40px; }

.services-box_b {
  height: 40ppx;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
  position: relative;
  padding-bottom: 50px; }
  .services-box_b img {
    width: 100%; }
  .services-box_b .body {
    bottom: 0;
    color: #fefefe;
    font-size: 24px;
    font-weight: 700;
    left: 0;
    position: absolute;
    padding: 130px 40px 50px;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 2; }
    .services-box_b .body .ttl a {
      color: inherit;
      text-decoration: none; }
    .services-box_b .body .icon {
      background: #315491;
      height: 100px;
      position: absolute;
      left: 50%;
      margin-left: -43px;
      top: -20px;
      width: 86px; }
      .services-box_b .body .icon:before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        background-image: url(imgs/sprite.png);
        background-position: 0px -122px;
        width: 52px;
        height: 52px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -26px;
        margin-left: -26px;
        -webkit-transform: translateY(10px);
                transform: translateY(10px); }
      .services-box_b .body .icon:after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        border: 26px solid transparent;
        border-right: 86px solid #315491;
        right: 0;
        bottom: -26px;
        z-index: -1; }
      .services-box_b .body .icon.doc-viewer:before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        background-image: url(imgs/sprite.png);
        background-position: -104px -122px;
        width: 44px;
        height: 52px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -26px;
        margin-left: -22px; }
      .services-box_b .body .icon.dumbbell:before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        background-image: url(imgs/sprite.png);
        background-position: -148px -122px;
        width: 50px;
        height: 45px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -22.5px;
        margin-left: -25px; }
  .services-box_b .link {
    bottom: 0;
    font-size: 16px;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    right: 0;
    z-index: 2; }
    .services-box_b .link a {
      text-decoration: none; }

/* multi-ttl_b */
.multi-ttl_b {
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
  max-width: 100%; }
  .multi-ttl_b .ground {
    color: #f5f5f5;
    font-family: 'Gotham Pro';
    font-size: 150px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: -87px; }
  .multi-ttl_b .dsc {
    font-size: 24px;
    color: #315491;
    margin-bottom: 11px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px; }

    .multi-ttl_b .dsc h1 {
      margin: 0;
      font-size: 24px;
    }

  .multi-ttl_b .ttl {
    font-size: 36px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px; }
  .multi-ttl_b:after {
    content: '';
    display: block;
    height: 11px;
    width: 170px;
    background: #fff;
    border: 1px solid #f5f5f5;
    border-left-width: 85px;
    margin: 20px auto 0; }

/* super-ttl_b */
.super-ttl_b {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 35px;
  position: relative;
  z-index: 1; }

  .super-ttl_b h1 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    padding: 0;
  }

  .super-ttl_b span {
    font-family: "Gotham Pro", sans-serif;
    font-size: 150px;
    font-weight: 900;
    color: #f5f5f5;
    display: block;
    margin-bottom: -51px;
    margin-left: -6px;
    position: relative;
    z-index: -1; }
    .super-ttl_b span:after {
      content: '';
      display: block;
      height: 11px;
      width: 170px;
      background: #fff;
      border: 1px solid #f5f5f5;
      border-left-width: 85px;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -5px; }

.ttl-dsc_b {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 35px; }

/* showcase-row */
.showcase-row {
  margin-right: -4px;
  margin-bottom: 40px; }
  .showcase-row > h3 {
    color: #ff9400;
    font-weight: 700;
    float: left;
    padding-bottom: 15px;
    width: 100%; }
  .showcase-row .col {
    float: left;
    margin-left: -1px;
    width: 25%; }
    .showcase-row .col.col-gallery {
      width: 100%; }
  .showcase-row .owl-item .col {
    margin-left: 0; }

.showcase-row + h3 {
  margin-bottom: 30px; }

.showcase-row + .separator {
  margin-top: -100px; }

/* group-preview */
.group-preview {
  display: block;
  max-width: 380px;
  margin: 0 auto;
  text-decoration: none !important;
  width: auto; }
  .group-preview .pic {
    border: 1px solid #ededed;
    position: relative;
    height: 290px;
    text-align: center;
    width: 100%; }
    .group-preview .pic img {
      /*display: block;
      margin: 0 auto;*/
      max-width: 100%; }
    .group-preview .pic:after {
      content: '';
      display: block;
      height: 100%;
      width: 100%;
      border: 4px solid #2793e6;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      -webkit-transition: ease 700ms;
      transition: ease 700ms; }
  .group-preview .body {
    padding: 25px 20px;
    text-align: center; }
    .group-preview .body .ttl {
      color: #222;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px;
      -webkit-transition: ease 700ms;
      transition: ease 700ms; }
    .group-preview .body .count {
      color: #999;
      font-size: 16px; }
  .group-preview:hover .pic:after {
    opacity: 1;
    -webkit-transition: ease 300ms;
    transition: ease 300ms; }
  .group-preview:hover .body .ttl {
    color: #2793e6;
    -webkit-transition: ease 300ms;
    transition: ease 300ms; }

/* info-box_b */
.info-box_b {
  position: relative; }
  .info-box_b:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    clear: both;
    overflow: hidden; }
  .info-box_b .pic {
    display: block;
    float: left;
    width: 50%; }
  .info-box_b .body {
    float: right;
    padding: 110px 110px 40px;
    width: 50%; }
    .info-box_b .body .ttl {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 40px; }
    .info-box_b .body .dsc {
      color: #888;
      font-size: 16px;
      line-height: 1.2;
      margin-bottom: 60px; }
  .info-box_b .icon {
    display: block;
    height: 100px;
    width: 66px;
    background: #2793e6;
    position: absolute;
    right: 70px;
    top: -30px; }
    .info-box_b .icon:before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      background-image: url(imgs/sprite.png);
      background-position: -212px -111px;
      width: 36px;
      height: 33px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -16.5px;
      margin-left: -18px;
      -webkit-transform: translateY(2px);
              transform: translateY(2px); }
    .info-box_b .icon:after {
      content: '';
      display: block;
      height: 0;
      width: 0;
      position: absolute;
      border: 16px solid transparent;
      border-right: 66px solid #2793e6;
      right: 0;
      bottom: -16px;
      z-index: -1; }
    .info-box_b .icon.scale:before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      background-image: url(imgs/sprite.png);
      background-position: -212px -76px;
      width: 35px;
      height: 35px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -17.5px;
      margin-left: -17.5px; }
    .info-box_b .icon.card:before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      background-image: url(imgs/sprite.png);
      background-position: -212px -42px;
      width: 41px;
      height: 34px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -17px;
      margin-left: -20.5px; }
    .info-box_b .icon.chat:before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      background-image: url(imgs/sprite.png);
      background-position: -212px -111px;
      width: 36px;
      height: 33px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -16.5px;
      margin-left: -18px; }
    .info-box_b .icon.delivery:before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      background-image: url(imgs/sprite.png);
      background-position: 0px -174px;
      width: 48px;
      height: 23px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -11.5px;
      margin-left: -24px; }
    .info-box_b .icon.exercise-bike:before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      background-image: url(imgs/sprite.png);
      background-position: -212px 0px;
      width: 41px;
      height: 42px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -21px;
      margin-left: -20.5px; }
    .info-box_b .icon.guarantee:before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      background-image: url(imgs/sprite.png);
      background-position: -52px -122px;
      width: 52px;
      height: 52px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -26px;
      margin-left: -26px; }
  .info-box_b:nth-child(even) .pic {
    float: right; }
  .info-box_b:nth-child(even) .body {
    float: left; }
  .info-box_b:nth-child(even) .icon {
    right: auto;
    left: 70px; }

/* cap-wrap1 */
.cap-wrap1 {
  background: url("../images/gym-bg.jpg") 50% 50%;
  background-size: cover;
  padding: 40px 0; }
  .cap-wrap1 .cap_b {
    color: #fff; }
  .cap-wrap1 .attach .label {
    color: #fff; }
  .cap-wrap1 input {
    color: #fff; }

/* cap_b */
.cap_b {
  border: 3px solid #315491;
  clear: both; }
  .cap_b:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    clear: both;
    overflow: hidden; }
  .cap_b .pic {
    float: left;
    width: 51%; }
  .cap_b .body {
    float: right;
    width: 49%; }
  .cap_b .text {
    color: #fff;
    background: #315491;
    padding: 32px 55px; }
  .cap_b .ttl {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px; }
  .cap_b .dsc {
    font-size: 16px;
    line-height: 1.2; }
  .cap_b .form {
    padding: 25px 55px 0; }
    .cap_b .form .dsc {
      font-size: 18px;
      margin-bottom: 25px; }
    .cap_b .form .row {
      margin-left: -5px;
      margin-right: -5px; }
      .cap_b .form .row .col {
        float: left;
        padding-left: 5px;
        padding-right: 5px;
        width: 50%; }
    .cap_b .form .attach-col {
      text-align: right; }

/* footer */
.footer_b {
  background-color: #000;
  color: #eee;
  padding: 35px 0; }
  .footer_b .ttl {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 48px;
    position: relative;
    text-transform: uppercase; }
    .footer_b .ttl span {
      color: #f5f5f5;
      display: block;
      padding: 0;
      font-size: 50px;
      font-weight: 900;
      position: absolute;
      left: -3px;
      top: -7px;
      white-space: nowrap;
      z-index: -1; }
  .footer_b .f-menu {
    font-size: 16px;
    padding-left: 0;
    margin: 0 0 30px;
    list-style: none; }
    .footer_b .f-menu li {
      margin-bottom: 10px; }
      .footer_b .f-menu li a {
        color: #eee;
        text-decoration: none; }
        .footer_b .f-menu li a:hover {
          color: #fff; }
  .footer_b .misc {
    color: #d5dae3;
    font-size: 16px;
    margin-top: 50px; }
  .footer_b .f-social {
    margin-bottom: 20px; }
    .footer_b .f-social span {
      color: #999;
      display: inline-block;
      vertical-align: middle; }
    .footer_b .f-social a {
      background-image: url(imgs/sprite.png);
      background-position: -48px -174px;
      width: 23px;
      height: 23px;
      display: inline-block;
      margin-left: 5px;
      vertical-align: middle; }
      .footer_b .f-social a.fb {
        background-image: url(imgs/sprite.png);
        background-position: -71px -174px;
        width: 23px;
        height: 23px; }
      .footer_b .f-social a.inst {
        background-image: url(imgs/sprite.png);
        background-position: -94px -174px;
        width: 23px;
        height: 23px; }
      .footer_b .f-social a.youtube {
        background-image: url(imgs/sprite.png);
        background-position: -212px -144px;
        width: 23px;
        height: 23px; }
  .footer_b .phone {
    font-size: 18px;
    margin-bottom: 12px; }
  .footer_b .ttw {
    font-size: 16px;
    margin-bottom: 35px; }
  .footer_b .email {
    margin-bottom: 35px; }
    .footer_b .email a {
      color: #2793e6; }
  .footer_b .addr .a-ttl {
    font-size: 18px;
    margin-bottom: 15px; }
  .footer_b .addr .val {
    line-height: 1.2;
    margin-bottom: 15px; }

.floating-scope {
  position: relative; }

.floating-ttl {
  color: #c8c8c8;
  font-size: 16px;
  position: absolute;
  padding-right: 30px;
  text-transform: uppercase;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  left: -40px;
  top: 0;
  -webkit-transform: rotate(-90deg) translateX(-100%);
          transform: rotate(-90deg) translateX(-100%); }
  .floating-ttl:before {
    content: '';
    display: block;
    height: 1px;
    width: 62px;
    background: #c8c8c8;
    display: inline-block;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle; }

/* options-line_b */
.options-line_b {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 35px; }
  .options-line_b .label {
    color: #c8c8c8;
    font-size: inherit;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 8px; }
  .options-line_b .toggle {
    color: #000;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 15px; }
    .options-line_b .toggle:after {
      content: '';
      display: block;
      height: 0;
      width: 0;
      background-image: url(imgs/sprite.png);
      background-position: -231px -174px;
      width: 12px;
      height: 12px;
      display: inline-block;
      margin: -2px 0 0 5px;
      vertical-align: middle; }
    .options-line_b .toggle.asc:after {
      background-image: url(imgs/sprite.png);
      background-position: -139px -197px;
      width: 12px;
      height: 12px; }
    .options-line_b .toggle.desc.active:after {
      background-image: url(imgs/sprite.png);
      background-position: -219px -174px;
      width: 12px;
      height: 12px; }
    .options-line_b .toggle.asc.active:after {
      background-image: url(imgs/sprite.png);
      background-position: -115px -197px;
      width: 12px;
      height: 12px; }

/* product-preview_b */
.product-preview_b {
  background: #fff;
  border: 1px solid #ededed;
  color: #222;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 3px;
  position: relative; }
  .product-preview_b a {
    color: inherit;
    text-decoration: none; }
    .product-preview_b a:hover {
      color: #2793e6; }
  .product-preview_b .pic {
    background: #fff;
    display: block;
    position: relative;
    height: 287px;
    overflow: hidden;
    z-index: 2;
    max-width: 100%;
    text-align: center;
  }

    .product-preview_b .pic::before {
      display: inline-block;
      height: 100%;
      content: "";
      vertical-align: middle;
     }

    .product-preview_b .pic img {
      display: inline-block;
      margin: 0 auto;
      max-width: 100%;
      height: auto;
    }
  .product-preview_b .body {
    padding: 30px 20px;
    text-align: left;
    position: relative;
    z-index: 2; }
    .product-preview_b .body .name,
    .product-preview_b .body .vendor {
      font-size: 18px;
      font-weight: 700;
      display: block;
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      }

      .product-preview_b .body .name span {
        white-space: nowrap;
      }

    .product-preview_b .body .price {
      color: #2793E6;
      font-size: 18px;
      font-weight: 700;
      margin-top: 20px; }
      .product-preview_b .body .price del {
        color: #a7a7a7;
        font-size: 16px;
        display: inline-block;
        margin-left: 10px; }
  .product-preview_b:before {
    border: 3px solid #2793e6;
    box-shadow: 0 0 0 rgba(0, 178, 255, 0.5);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: ease 700ms;
    transition: ease 700ms;
    z-index: 1; }
  .product-preview_b .cover-body {
    position: absolute;
    bottom: 118px;
    left: 0;
    right: 0;
    opacity: 0;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    -webkit-transition: ease 700ms;
    transition: ease 700ms;
    z-index: 3; }
  .product-preview_b .btn {
    border: none !important;
    margin-bottom: 10px; }
  .product-preview_b .btn-icon {
    opacity: .6; }
    .product-preview_b .btn-icon:hover {
      opacity: 1; }
  .product-preview_b:hover:before {
    box-shadow: 0 0 25px rgba(0, 178, 255, 0.5);
    opacity: 1;
    -webkit-transition: ease 300ms;
    transition: ease 300ms; }
  .product-preview_b:hover .cover-body {
    opacity: 1;
    -webkit-transition: ease 300ms;
    transition: ease 300ms; }

/* catalog-cap_b */
.catalog-cap_b {
  background: url("../images/gym-bg.jpg") 50% 50%;
  background-size: cover;
  color: #fff;
  //margin-bottom: 30px;
  padding: 75px 0; }
  .catalog-cap_b .ttl {
    font-size: 36px;
    margin-bottom: 53px;
    text-align: center; }
    .catalog-cap_b .ttl span {
      font-weight: 700; }
  .catalog-cap_b .form {
    font-size: 0;
    margin: 0 auto;
    max-width: 640px;
    padding-left: 15px;
    padding-right: 15px; }
    .catalog-cap_b .form:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      clear: both;
      overflow: hidden; }
    .catalog-cap_b .form .field {
      float: left;
      width: 70%; }
      .catalog-cap_b .form .field input {
        font-size: 16px; }
    .catalog-cap_b .form .btn {
      border-radius: 26px;
      float: right;
      height: 53px;
      text-transform: uppercase;
      width: 28%; }

/* image-ttl_b */
.image-ttl_b {
  background-image: url("../images/gym-bg2.jpg");
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  height: auto;
  padding-top: 32px; 
  min-height: 300px;
  }
  .image-ttl_b .ttl {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px; 
    background: rgba(0,0,0,0.5);
    display: inline;
    width: auto;
    }
  .image-ttl_b .dsc {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 40px;
    max-width: 600px; 
    background: rgba(0,0,0,0.5);
    }
    .image-ttl_b .dsc p {
      margin-bottom: 25px; }

/* project-enum_b */
.project-enum_b {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 40px; }
  .project-enum_b .col {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px; }
    .project-enum_b .col.wide {
      width: 50%; }

.project-preview_b {
  box-shadow: 0 0 0 rgba(0, 178, 255, 0.5);
  background: #fff;
  display: block;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
  -webkit-transition: ease 700ms;
  transition: ease 700ms;
  height: 275px; }
  .project-preview_b.wide img {
    display: none; }
  .project-preview_b.wide .wide-img {
    display: block; }
  .project-preview_b.high {
    height: 560px; }
    .project-preview_b.high img {
      display: none; }
    .project-preview_b.high .high-img {
      display: block; }
  .project-preview_b img {
    display: block;
    width: 100%; }
  .project-preview_b .body {
    background: rgba(1, 167, 239, 0.95);
    color: #fff;
    height: 100%;
    left: 0;
    overflow: hidden;
    opacity: 0;
    padding: 20px 30px;
    position: absolute;
    top: 0;
    -webkit-transition: ease 700ms;
    transition: ease 700ms;
    width: 100%;
    z-index: 1; }
    .project-preview_b .body .ttl {
      font-size: 24px;
      margin-bottom: 8px; }
    .project-preview_b .body .dsc {
      font-size: 16px; }
  .project-preview_b .icon {
    background: #44b9ec;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    width: 48px; }
    .project-preview_b .icon:before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      background-image: url(imgs/sprite.png);
      background-position: -159px -174px;
      width: 20px;
      height: 20px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -10px;
      margin-left: -10px; }
  .project-preview_b:hover {
    z-index: 2;
    box-shadow: 0 0 25px rgba(0, 178, 255, 0.5);
    -webkit-transition: ease 300ms;
    transition: ease 300ms; }
    .project-preview_b:hover .body {
      opacity: 1;
      -webkit-transition: ease 300ms;
      transition: ease 300ms; }

/* line-ttl_b */
.line-ttl_b {
  background: #000;
  padding-top: 0;
  margin-bottom: -26px; }
  .line-ttl_b .label {
    color: #fff;
    display: inline-block;
    font-size: 150px;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 900;
    line-height: 1;
    margin-left: -8px;
    margin-bottom: -23px;
    vertical-align: bottom;
    padding: 0; }
  .line-ttl_b .action {
    float: right;
    padding-top: 40px; }
    .line-ttl_b .action .btn {
      background: #4CB1FF;
      color: #fff;
      text-transform: uppercase; }
  .line-ttl_b.single {
    margin-bottom: 20px; }
  .line-ttl_b.small .label {
    font-size: 60px;
    margin-bottom: 0px; }

.ttl_b {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase; }

/* price-info */
.price-info {
  margin-bottom: 30px; }
  .price-info .price-ttl {
    font-size: 18px;
    font-weight: 700;
    float: left; }
  .price-info .compare {
    float: right; }
    .price-info .compare a {
      color: #999;
      display: inline-block;
      text-decoration: none; }
      .price-info .compare a:before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        background-image: url(imgs/sprite.png);
        background-position: -30px -197px;
        width: 17px;
        height: 21px;
        display: inline-block;
        margin-right: 1ex;
        vertical-align: middle; }
    .price-info .compare a.selected {
      color: #315491; }
      .price-info .compare a.selected:before {
        background-image: url(imgs/sprite.png);
        background-position: -47px -197px;
        width: 17px;
        height: 21px; }
  .price-info .body {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    margin: 15px 0;
    padding: 27px 0; }
  .price-info .old-price {
    margin-bottom: 15px; }
    .price-info .old-price del {
      color: #999;
      font-size: 16px;
      font-weight: 700; }
    .price-info .old-price span {
      background: #2793e6;
      border-radius: 10px 0 0 10px;
      color: #fff;
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      height: 21px;
      line-height: 21px;
      margin-left: 1ex;
      margin-top: -2px;
      padding: 0 4px 0 18px;
      position: relative;
      vertical-align: top; }
      .price-info .old-price span:after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        border: 10px solid transparent;
        border-top: 21px solid #2793e6;
        position: absolute;
        right: -10px;
        top: 0;
        z-index: -1px; }
  .price-info .price-value {
    color: #222;
    font-size: 30px;
    font-weight: 700;
    float: left; }
  .price-info .action {
    float: right;
    margin-top: -5px; }
  .price-info .count {
    margin-right: 10px;
    vertical-align: middle; }

.box-dsc {
  color: #999;
  font-size: 13px; }
  .box-dsc .ttl {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px; }
  .box-dsc p {
    margin-bottom: 20px;
    line-height: 1.6; }

/* p-gallery */
.p-gallery .nav {
  float: left;
  width: 70px; }

.p-gallery .fz {
  height: 470px;
  overflow: hidden;
  float: right;
  position: relative;
  width: calc( 100% - 120px); }
  .p-gallery .fz .item {
    border: 4px solid #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%; }
    .p-gallery .fz .item.active {
      opacity: 1;
      z-index: 2; }
    .p-gallery .fz .item img {
      display: block;
      width: 100%; }

.p-gallery .prev {
  margin-bottom: 8px; }
  .p-gallery .prev .item {
    border: 1px solid #ececec;
    cursor: pointer;
    display: block;
    height: 70px;
    position: relative;
    width: 70px; }
    .p-gallery .prev .item + .item {
      margin-top: -1px; }
    .p-gallery .prev .item img {
      display: block;
      max-width: 100%; }
    .p-gallery .prev .item:before {
      content: '';
      display: block;
      height: auto;
      width: auto;
      border: 1px solid #fff;
      box-shadow: 0 0 0 rgba(164, 164, 164, 0.5);
      position: absolute;
      left: -1px;
      bottom: -1px;
      right: -1px;
      opacity: 0;
      -webkit-transition: ease 700ms;
      transition: ease 700ms;
      top: -1px; }
    .p-gallery .prev .item:after {
      content: '';
      display: block;
      height: auto;
      width: 3px;
      background: #315491;
      position: absolute;
      left: -1px;
      top: -1px;
      opacity: 0;
      -webkit-transition: ease 700ms;
      transition: ease 700ms;
      bottom: -1px; }
    .p-gallery .prev .item.active, .p-gallery .prev .item:hover {
      z-index: 2; }
      .p-gallery .prev .item.active:before, .p-gallery .prev .item:hover:before {
        box-shadow: 0 0 20px rgba(164, 164, 164, 0.5);
        opacity: 1;
        -webkit-transition: ease 300ms;
        transition: ease 300ms; }
      .p-gallery .prev .item.active:after, .p-gallery .prev .item:hover:after {
        opacity: 1;
        -webkit-transition: ease 300ms;
        transition: ease 300ms; }
    .p-gallery .prev .item:hover {
      z-index: 3; }

.p-gallery .video-link {
  cursor: pointer;
  display: block;
  position: relative;
  width: 70px; }
  .p-gallery .video-link:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border: 11px solid transparent;
    border-left: 18px solid #fff;
    position: absolute;
    left: 50%;
    margin-top: -11px;
    margin-left: -9px;
    top: 50%; }
  .p-gallery .video-link img {
    display: block;
    max-width: 100%; }

/* js-count */
.js-count {
  border: 2px solid #efefef;
  border-radius: 23px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: 47px;
  padding: 0 35px;
  position: relative; }
  .js-count input {
    border: none;
    display: block;
    height: 43px;
    text-align: center;
    width: 2em; }
  .js-count span {
    border-radius: 50%;
    color: #b2b2b2;
    cursor: pointer;
    display: block;
    height: 20px;
    line-height: 1;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    text-align: center;
    width: 20px; }
    .js-count span:hover {
      background: #315491;
      color: #fff; }
    .js-count span:active {
      background: #2793e6; }
    .js-count span.plus {
      right: 10px; }
      .js-count span.plus:after {
        content: '+'; }
    .js-count span.minus {
      left: 10px; }
      .js-count span.minus:after {
        content: '-'; }

/* simpleGallery-loaded */
.simpleGallery-loaded .fz {
  position: relative; }
  .simpleGallery-loaded .fz .item {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    }
    .simpleGallery-loaded .fz .item.active {
      opacity: 1;
      z-index: 2; }
    .simpleGallery-loaded .fz .item img {
      display: block;
      width: 100%; }

  .simpleGallery .nav .item img {
    margin: 0 auto;
  }

/* edge_b */
.edge_b {
  border-top: 3px solid #ececec;
  counter-reset: edge;
  margin-bottom: 45px;
  margin-top: 45px;
  padding-top: 45px; }
  .edge_b .item {
    counter-increment: edge;
    display: block;
    margin-bottom: 10px;
    position: relative; }
    .edge_b .item:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      clear: both;
      overflow: hidden; }
    .edge_b .item .pic {
      border: 1px solid #ececec;
      height: 150px;
      float: left;
      position: relative;
      width: 170px;
      text-align: center;

      }
      .edge_b .item .pic img {
        display: inline-block;
        max-width: 100%; }
      .edge_b .item .pic i {
        background: #2793e6;
        color: #fff;
        content: "0" counter(edge);
        display: block;
        font-size: 30px;
        font-style: normal;
        line-height: 73px;
        width: 42px;
        position: absolute;
        text-align: center;
        right: -18px;
        top: 20px;
        height: 63px;
        z-index: 1; }
        .edge_b .item .pic i:before {
          content: "0" counter(edge); }
        .edge_b .item .pic i:after {
          content: '';
          display: block;
          height: 0;
          width: 0;
          position: absolute;
          border: 12px solid transparent;
          border-right: 42px solid #2793e6;
          right: 0;
          bottom: -12px;
          z-index: -1; }
    .edge_b .item.over-nine .pic i:before {
      content: counter(edge); }
    .edge_b .item .body {
      color: #222;
      float: right;
      font-size: 13px;
      line-height: 1.3;
      position: absolute;
      top: 50%;
      left: 200px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: calc( 100% - 200px); }

/* part-ttl */
.part-ttl {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 35px; }
  .part-ttl .ttl-link {
    float: right;
    font-size: 16px; }

/* properties_b */
.properties_b {
  background: #eee;
  padding: 35px 0; }
  .properties_b .container > :nth-last-child(1) {
    margin-bottom: 0; }

/* p-group */
.p-group {
  margin-bottom: 40px; }
  .p-group .g-ttl {
    color: #2793e6;
    font-size: 24px;
    margin-bottom: 20px; }

table.table {
  background: #fff;
  //box-shadow: 0 0 20px rgba(164, 164, 164, 0.2);
  }
  table.table td, table.table th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  table.table.table-property {
    max-width: 100%; }
    table.table.table-property thead {
      //box-shadow: 0 0 20px rgba(0, 178, 255, 0.5);
    }
      table.table.table-property thead tr td,
      table.table.table-property thead tr th {
        background: #2793e6;
        border: none;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        padding: 15px 43px 15px 21px;
        position: relative;
        text-transform: uppercase;
        width: 50%;}
        table.table.table-property thead tr td:nth-child(n+2),
        table.table.table-property thead tr th:nth-child(n+2) {
          border-left: 1px solid #35a1f3;
        }
    table.table.table-property tbody tr td {
      border: 1px solid #ededed;
      font-size: 16px;
      padding: 15px 21px;
      height: auto;
      line-height: 1; }
    table.table.table-property tbody tr:nth-child(1) td {
      border-top: none; }
    table.table.table-property tbody tr:hover {
      background: whitesmoke; }
  table.table .order-toggle {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    table.table .order-toggle:before {
      content: '';
      display: block;
      height: 0;
      width: 0;
      border: 4px solid transparent;
      border-bottom: 5px solid #fff;
      margin-bottom: 2px; }
    table.table .order-toggle:after {
      content: '';
      display: block;
      height: 0;
      width: 0;
      border: 4px solid transparent;
      border-bottom: none;
      border-top: 5px solid #fff; }
    table.table .order-toggle.desc:before {
      display: none; }
    table.table .order-toggle.asc:after {
      display: none; }

label {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle; }
  label input {
    display: none; }
    label input[type=radio] + span {
      cursor: pointer; }
      label input[type=radio] + span:before {
        content: '';
        display: block;
        height: 17px;
        width: 17px;
        border: 1px solid #e3e3e3;
        border-radius: 50%;
        display: inline-block; }
    label input[type=radio]:checked + span:before {
      border: 5px solid #315491; }
    label input[type=checkbox] + span {
      cursor: pointer; }
      label input[type=checkbox] + span:before {
        content: '';
        display: block;
        height: 17px;
        width: 17px;
        border: 1px solid #e3e3e3;
        display: inline-block; }
    label input[type=checkbox]:checked + span:before {
      border: none;
      background-image: url(imgs/sprite.png);
      background-position: -98px -197px;
      width: 17px;
      height: 17px; }

/* availability */
.availability {
  display: inline-block;
  height: 25px;
  vertical-align: middle;
  width: 25px;
  background: #2793e6;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  text-align: center; }
  .availability:after {
    content: '+'; }
  .availability.unavaible {
    background: #ddd;
    color: #9c9c9c;
    line-height: 25px; }
    .availability.unavaible:after {
      content: '-'; }

/* similar_b */
.similar_b {
  padding: 35px 0 35px; }
  .similar_b .showcase-row {
    margin-bottom: 0; }

/* extended-offer_b */
.extended-offer_b {
  background: gray url("../images/gym-bg.jpg") 50% 50%;
  background-size: cover;
  color: #fff;
  padding: 60px 0; }
  .extended-offer_b .ttl {
    font-size: 26px;
    margin-bottom: 45px;
    text-align: center; }
  .extended-offer_b .field {
    margin-bottom: 10px; }
  .extended-offer_b .btn {
    text-transform: uppercase;
    border-radius: 26px;
    height: 53px;
    padding-top: 13px; }

/* s-gallery */
.s-gallery .nav {
  text-align: center; }
  .s-gallery .nav .owl-pagination .owl-page span {
    background: #e3e3e3; }

/* promo-header_b */
.promo-header_b {
  background: url("../images/note.jpg") 50% 50%;
  background-size: cover;
  padding: 50px 0 30px; }
  .promo-header_b .promo-pic {
    float: right;
    max-width: 30%; }
  .promo-header_b .body {
    color: #fff;
    float: left;
    width: 70%; }
    .promo-header_b .body .ttl {
      font-size: 60px;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 32px;
      display: inline; 
      background: rgba(0,0,0,0.5);	
      }
    .promo-header_b .body p {
      font-size: 18px;
      line-height: 1.3;
      background: rgba(0,0,0,0.5);
      margin-bottom: 25px; }
  .promo-header_b .counter {
    display: table;
    font-size: 24px;
    margin-bottom: 47px; }
    .promo-header_b .counter div {
      display: table-cell;
      vertical-align: top; }
    .promo-header_b .counter .send {
      border: 2px solid #dde5e8;
      border-right: none;
      height: 50px;
      line-height: 46px;
      padding: 0 29px 0 18px;
      position: relative; }
      .promo-header_b .counter .send:before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        background-image: url(imgs/sprite.png);
        background-position: 0px -197px;
        width: 11px;
        height: 50px;
        position: absolute;
        right: 0;
        top: -2px; }
      .promo-header_b .counter .send span {
        border: none;
        font-size: 700; }
    .promo-header_b .counter .success {
      background: #315491;
      border: none;
      height: 50px;
      line-height: 50px;
      padding: 0 0 0 18px; }
      .promo-header_b .counter .success span {
        display: inline-block;
        height: 50px;
        vertical-align: middle;
        width: 50px;
        background: #00a8f0;
        text-align: center;
        vertical-align: top; }

/* inner-ttl */
.inner-ttl {
  font-size: 36px;
  font-weight: 700;
  //margin-bottom: 50px;
  line-height: 1.2;
  position: relative; }

  .inner-ttl h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0px;
  }

  .inner-ttl .action {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px; }

.content_ {
  font-size: 16px; }
  .content_ img {
    border: 2px solid #efefef;
    max-width: 100%;
    margin-bottom: 30px; }
    .content_ img.pull-left {
      margin-right: 30px;
      max-width: 50%; }
    .content_ img.pull-right {
      margin-left: 30px;
      max-width: 50%; }
  .content_ ul {
    margin: 0 0 30px;
    list-style: none;
    line-height: 1.3;
    padding: 0;
    padding-top: 20px; }
    .content_ ul li {
      margin-bottom: 20px;
      position: relative;
      padding-left: 40px; }
      .content_ ul li:before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        border-left: 8px solid #315491;
        position: absolute;
        left: 0;
        top: 3px; }

.with-image {
  margin-bottom: 40px; }
  .with-image img {
    float: left;
    width: 320px; }
  .with-image ul {
    float: right;
    width: calc(100% - 360px); }

/* contact-wrap */
.contact-wrap {
  border: 3px solid #efefef;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 40px;
  padding: 44px 370px 44px 70px;
  position: relative; }
  .contact-wrap span {
    font-weight: 700; }
  .contact-wrap:after {
    content: '';
    display: block;
    height: 170px;
    width: 264px;
    background: url("../images/dumbbells.png");
    position: absolute;
    right: 35px;
    top: -54px; }

/* edge-enum */
.edge-enum {
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 55px; }
  .edge-enum .item {
    margin-bottom: 60px;
    padding-left: 27px; }
    .edge-enum .item:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      clear: both;
      overflow: hidden; }
    .edge-enum .item .pic {
      background: #2793e6;
      border-radius: 50%;
      height: 107px;
      float: left;
      position: relative;
      width: 107px; }
      .edge-enum .item .pic:before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        background-image: url(imgs/big.png);
        background-position: 0px -102px;
        width: 100px;
        height: 104px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -52px;
        margin-left: -50px; }
      .edge-enum .item .pic.callcenter:before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        background-image: url(imgs/big.png);
        background-position: 0px 0px;
        width: 104px;
        height: 102px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -51px;
        margin-left: -52px; }
      .edge-enum .item .pic.doc:before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        background-image: url(imgs/big.png);
        background-position: -104px -79px;
        width: 75px;
        height: 104px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -52px;
        margin-left: -37.5px; }
      .edge-enum .item .pic.wallet:before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        background-image: url(imgs/big.png);
        background-position: -104px 0px;
        width: 104px;
        height: 79px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -39.5px;
        margin-left: -52px; }
    .edge-enum .item .body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      float: left;
      font-size: 16px;
      min-height: 107px;
      line-height: 1.5;
      padding-left: 70px;
      position: relative;
      width: calc(100% - 134px); }

/* docs-examples */
.docs-examples {
  background: #f9f9f9;
  counter-reset: doc;
  margin: 0 auto 40px;
  max-width: 1360px;
  padding: 40px 0; }
  .docs-examples .ttl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-left: 90px;
    padding-right: 60px; }
    .docs-examples .ttl span, .docs-examples .ttl i {
      cursor: pointer; }
    .docs-examples .ttl:before {
      content: '';
      display: block;
      height: 3px;
      width: 70px;
      background: #315491;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -1px; }
    .docs-examples .ttl i {
      background: #e7e7e7;
      border-radius: 50%;
      display: block;
      height: 45px;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -22px;
      width: 45px; }
      .docs-examples .ttl i:before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        background-image: url(imgs/sprite.png);
        background-position: -151px -197px;
        width: 14px;
        height: 8px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -4px;
        margin-left: -7px;
        margin-top: -2px; }
  .docs-examples .item {
    counter-increment: doc;
    margin-bottom: 10px; }
    .docs-examples .item:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      clear: both;
      overflow: hidden; }
    .docs-examples .item .pic {
      background: #fff;
      border: 1px solid #ececec;
      display: block;
      height: 150px;
      float: left;
      position: relative;
      line-height: 148px;
      text-align: center;
      width: 170px; }
      .docs-examples .item .pic img {
        display: inline-block;
        vertical-align: middle; }
      .docs-examples .item .pic .cover {
        background: rgba(0, 178, 255, 0.85);
        box-shadow: 0 0 20px rgba(0, 178, 255, 0.5);
        bottom: -1px;
        color: #fff;
        font-size: 16px;
        left: -1px;
        right: -1px;
        opacity: 0;
        padding-top: 50px;
        position: absolute;
        text-transform: uppercase;
        text-align: center;
        -webkit-transition: ease 700ms;
        transition: ease 700ms;
        top: -1px; }
        .docs-examples .item .pic .cover i {
          background: #40c5ff;
          border-radius: 50%;
          display: block;
          margin: 0 auto 15px;
          height: 48px;
          width: 48px; }
          .docs-examples .item .pic .cover i:after {
            content: '';
            display: block;
            height: 0;
            width: 0;
            background-image: url(imgs/sprite.png);
            background-position: -159px -174px;
            width: 20px;
            height: 20px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -10px;
            margin-left: -10px; }
      .docs-examples .item .pic:hover .cover {
        opacity: 1;
        -webkit-transition: ease 300ms;
        transition: ease 300ms; }
    .docs-examples .item .counter {
      background: #2793e6;
      color: #fff;
      display: block;
      font-size: 30px;
      font-style: normal;
      line-height: 73px;
      width: 42px;
      position: absolute;
      text-align: center;
      right: -18px;
      top: 20px;
      height: 63px;
      z-index: 1; }
      .docs-examples .item .counter:before {
        content: "0" counter(doc); }
      .docs-examples .item .counter:after {
        content: '';
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        border: 12px solid transparent;
        border-right: 42px solid #2793e6;
        right: 0;
        bottom: -12px;
        z-index: -1; }
    .docs-examples .item .body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      float: right;
      min-height: 150px;
      position: relative;
      width: calc(100% - 200px); }
      .docs-examples .item .body .text {
        font-size: 16px;
        line-height: 1.2; }

/* cart-ttl_b */
.cart-ttl_b {
  background: #000;
  padding-top: 0; }
  .cart-ttl_b .container {
    position: relative; }
  .cart-ttl_b .label {
    color: #444;
    display: inline-block;
    font-size: 150px;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 900;
    line-height: 1;
    margin-left: -8px;
    margin-bottom: -52px;
    vertical-align: bottom;
    padding: 0; }
  .cart-ttl_b .ttl {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px; }
  .cart-ttl_b .action {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px; }
    .cart-ttl_b .action .btn {
      background: #2793E6;
      color: #fff;
      text-transform: uppercase; }

.cart-box .item {
  border: 1px solid #ededed;
  padding-left: 50px;
  padding-right: 50px; }
  .cart-box .item:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    clear: both;
    overflow: hidden; }
  .cart-box .item .col {
    float: left; }
    .cart-box .item .col.pic {
      height: 130px;
      line-height: 130px;
      text-align: center;
      width: 12.2%; }
      .cart-box .item .col.pic img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%; }
    .cart-box .item .col.info {
      padding-left: 20px;
      padding-top: 45px;
      width: 27%; }
    .cart-box .item .col.price, .cart-box .item .col.sum {
      color: #b2b2b2;
      font-size: 18px;
      width: 19.9%;
      padding-top: 60px; }
    .cart-box .item .col.sum {
      color: #315491; }
    .cart-box .item .col.counter {
      padding-top: 42px;
      width: 15%; }
    .cart-box .item .col.action {
      text-align: center;
      padding-top: 42px;
      width: 6%; }
  .cart-box .item .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .cart-box .item .misc {
    font-size: 16px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .cart-box .item + .item {
    border-top: none; }

.cart-box .drop {
  border: 2px solid #efefef;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 46px;
  position: relative;
  width: 46px; }
  .cart-box .drop:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    background-image: url(imgs/sprite.png);
    background-position: -127px -197px;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -6px; }

.cart-box .cart-sum {
  font-weight: 700;
  padding: 60px;
  text-align: right; }
  .cart-box .cart-sum .label {
    color: #000;
    display: inline-block;
    font-size: 18px; }
  .cart-box .cart-sum .value {
    color: #315491;
    display: inline-block;
    font-size: 30px;
    white-space: nowrap; }

.cart-box .cart-sum + .cart-way {
  margin-bottom: 20px; }

.cart-box .cart-form {
  border: 2px solid #efefef;
  padding-bottom: 35px; }
  .cart-box .cart-form .text {
    background: #999;
    color: #fff;
    margin-bottom: 45px;
    padding: 40px;
    text-align: center; }
    .cart-box .cart-form .text .ttl {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 15px; }
    .cart-box .cart-form .text .dsc {
      font-size: 16px; }
  .cart-box .cart-form .form {
    max-width: 570px;
    margin: 0 auto;
    padding: 25px 55px 0; }
    .cart-box .cart-form .form .dsc {
      font-size: 18px;
      margin-bottom: 25px; }
    .cart-box .cart-form .form .row {
      margin-left: -5px;
      margin-right: -5px; }
      .cart-box .cart-form .form .row .col {
        float: left;
        padding-left: 5px;
        padding-right: 5px;
        width: 50%; }
    .cart-box .cart-form .form .attach-col {
      text-align: right; }
    .cart-box .cart-form .form .field textarea {
      height: 105px; }

.cart-way:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  clear: both;
  overflow: hidden; }

.cart-way .var {
  background: #f8f8f8;
  border: 1px solid #ededed;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 18px;
  height: 50px;
  line-height: 48px;
  padding: 0 20px;
  text-align: center;
  width: 33.33%; }
  .cart-way .var.active {
    background: #2793e6;
    border-color: #2793e6;
    color: #fff; }

.cart-way a.var {
  color: #222;
  text-decoration: none;
}

/* fancybox-overlay * /

.fancybox-wrap{
  .fancybox-skin{
    background: #fff;
    box-sizing: border-box;
    border-radius: 0;
    border: 2px solid #000;
    box-shadow: none;
    color: #000;
    padding: 40px!important;
  }
  .fancybox-inner{
    overflow: visible!important;;
    padding: 0!important;
  }
  .fancybox-close{
    background: #000;
    height: 32px;
    right: -32px;
    top: -2px;
    width: 32px;
    &:after{
      @include icon-sprite($close);
    }
  }
}
*/
/* fancybox-overlay */
.get-modal .fancybox-skin {
  background: #fff;
  box-sizing: border-box;
  border-radius: 0;
  border: 2px solid #000;
  box-shadow: none;
  color: #000;
  padding: 40px !important; }

.get-modal .fancybox-inner {
  overflow: visible !important;
  padding: 0 !important; }

.get-modal .fancybox-close {
  background: #000;
  height: 32px;
  right: -32px;
  top: -2px;
  width: 32px; }
  .get-modal .fancybox-close:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    background-image: url(imgs/sprite.png);
    background-position: -198px -139px;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -7px; }

/* modal_b */
.modal_b {
  padding: 40px;
}

.modal_b .ttl {
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
  /*width: 350px;*/ }

.modal_b .form-group {
  margin-bottom: 30px; }

.modal_b .form-more {
  margin-top: 30px;
  text-align: center; }
  .modal_b .form-more a {
    color: #2793e6; }

/* form */
.form .field {
  margin-bottom: 10px; }
  .form .field input, .form .field textarea {
    background-color: transparent;
    border: 2px solid #eaeaea;
    height: 53px;
    display: block;
    padding: 0 17px;
    text-align: left;
    width: 100%; }
  .form .field textarea {
    height: 80px;
    padding: 17px;
    resize: none; }

  .form .field input.inputs_err, .form .field textarea.inputs_err {
    border-color: red;
  }

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

/* attach */
.attach {
  display: inline-block;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding-right: 40px;
  padding-top: 5px;
  vertical-align: middle;
  max-width: 100%; }
  .attach .label {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }
  .attach .attach-btn {
    background: #222;
    border-radius: 50%;
    cursor: pointer !important;
    display: inline-block;
    height: 40px;
    position: absolute;
    right: 0;
    overflow: hidden;
    vertical-align: middle;
    width: 40px; }
    .attach .attach-btn:hover {
      background: #315491; }
    .attach .attach-btn input {
      cursor: pointer !important;
      height: 40px;
      opacity: 0;
      position: relative;
      left: 0;
      top: 0;
      z-index: 2; }
    .attach .attach-btn:after {
      content: '';
      display: block;
      height: 0;
      width: 0;
      background-image: url(imgs/sprite.png);
      background-position: -11px -197px;
      width: 19px;
      height: 21px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-top: -10.5px;
      margin-left: -9.5px;
      z-index: 1; }

/* edited */
.tags_b {
  /*background: #222222;*/
  font-size: 0;
  margin-bottom: 23px; }
  .tags_b > a {
    background: #2793e6;
    /*border-bottom: 3px solid #2793e6;*/
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 36px;
    padding: 0 16px;
    margin-bottom: 8px;
    margin-right: 15px;
    text-decoration: none;
    text-transform: uppercase; }
  .tags_b > a:last-child {
    margin-right: 0px; }
  .tags_b > a.active,
  .tags_b > a:hover {
    background: #4CB1FF;
    //border-color: #4CB1FF;
  }

.compact-menu_b .box ul ul {
  display: none; }

@media only screen and (max-width: 550px) {
  .tags_b span {
    display: block; } }

@media screen and (max-width: 1199px) {
  .header_b .logo-wrap {
    /*padding-top: 33px; */
    }
    .header_b .logo-wrap .logo {
      display: inline-block;}
      .header_b .logo-wrap .logo img {
        max-width: 100%; }
  .header_b .actions {
    float: right; }
  .header_b .menu {
    /*padding-top: 39px;*/
    margin-right: 20px; }
    .header_b .menu ul li {
      margin-right: 12px;
      font-size: 12px; }
  .header_b .contacts-block {
    padding-top: 16px;
    margin-right: 60px; }
  /*.header_b .contacts-block .email {
    display: none; }*/
  .header-cart {
    width: 60px;
    }
  .topblock {
    height: auto; }
  .topblock-slider, .topblock-blog {
    float: none;
    width: 100%; }
  .topblock-blog {
    height: auto;
    padding: 0 0 24px 380px; }
  .slider-item {
    // height: auto; }
    .slider-item .ttl {
      font-size: 38px; }
  .info-box_b .body {
    padding: 100px 40px 40px; }
    .info-box_b .body .ttl,
    .info-box_b .body .dsc {
      margin-bottom: 25px; }
  .cap_b .pic {
    position: absolute;
    height: 210px;
    width: auto; }
  .cap_b .body {
    float: right;
    width: 100%; }
  .cap_b .text {
    height: 213px;
    padding-top: 42px;
    padding-left: 310px; }
  .cap_b .form {
    padding: 30px 40px; }
  .footer_b .f-social {
    margin-left: -4px; }
    .footer_b .f-social span {
      display: block;
      margin-bottom: 10px;
      margin-left: 4px; }
  .project-enum_b .col {
    width: 33.33%; }
    .project-enum_b .col.wide {
      width: 66.66%; }
  .project-preview_b {
    height: 306px; }
    .project-preview_b.high {
      height: 622px; }
      .project-preview_b.high .pic {
        height: 100%; }
        .project-preview_b.high .pic img {
          height: 100%;
          width: auto; }
  .cart-box .item {
    border: 1px solid #ededed;
    padding-left: 20px;
    padding-right: 20px; }
    .cart-box .item:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      clear: both;
      overflow: hidden; }
    .cart-box .item .col.info {
      padding-left: 20px;
      width: 27%; }
    .cart-box .item .col.price {
      padding-left: 10px; }
    .cart-box .item .col.price, .cart-box .item .col.sum {
      font-size: 16px;
      width: 18.4%; }
    .cart-box .item .col.counter {
      width: 18%; }


    .product-preview_b .pic::before {
      display: none;
    }
}

@media screen and (max-width: 991px) {
  .content-block img {
    float: none;
    margin: 16px 0;
  }
  .header-placeholder {
    height: 74px; }
  .header_b {
    height: 74px; }
    .header_b .logo-wrap {
      padding-top: 20px; }
    .header_b .actions {
      padding-right: 50px; }
    .header_b .phone {
      /*padding-top: 27px;*/
      /*font-size: 18px; */
    }
    .header_b .email {
      /*padding-top: 26px;*/
      /*font-size: 18px; */
    }
    .header_b .search_b {
      margin-top: 20px; }
    .header_b .header-cart-main {
      height: 74px; }
  .search_b.opened .box {
    width: 460px; }
  .multi-ttl_b .ground {
    font-family: 'Gotham Pro';
    font-size: 120px;
    margin-bottom: -82px; }
  .super-ttl_b span {
    font-size: 120px;
    margin-bottom: -48px; }
    .super-ttl_b span:after {
      display: none; }
  .slider-item .ttl {
    margin-right: 80px;
    margin-left: 80px; }
    .slider-item .ttl br {
      display: none; }
  .showcase-row .col {
    width: 50%; }
  .info-box_b {
    margin-bottom: 50px;
    padding: 0 30px; }
    .info-box_b .pic {
      float: right;
      position: relative;
      width: 40%;
      z-index: -2; }
    .info-box_b .body {
      float: left;
      padding: 20px 30px 20px 0;
      width: 60%; }
    .info-box_b .icon {
      left: auto !important;
      right: 50px !important; }
  .cap_b .pic {
    position: absolute;
    height: 210px;
    width: auto; }
  .cap_b .body {
    float: right;
    width: 100%; }
  .cap_b .text {
    background: #315491;
    color: #fff;
    height: 213px;
    padding-top: 42px;
    padding-left: 240px;
    padding-right: 30px; }
  .cap_b .form {
    padding: 30px 40px; }
  .project-preview_b {
    height: 233px; }
    .project-preview_b.high {
      height: 476px; }
      .project-preview_b.high .pic {
        height: 100%; }
        .project-preview_b.high .pic img {
          height: 100%;
          width: auto; }
  .line-ttl_b .label {
    font-size: 120px; }
  .line-ttl_b .action {
    display: none; }
  .edge_b {
    margin-bottom: 35px;
    margin-top: 35px;
    padding-top: 35px; }
    .edge_b .item {
      margin-bottom: 30px; }
      .edge_b .item:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        clear: both;
        overflow: hidden; }
      .edge_b .item .pic {
        height: auto;
        width: 90px; }
        .edge_b .item .pic img {
          display: block;
          max-width: 100%; }
        .edge_b .item .pic i {
          font-size: 18px;
          line-height: 43px;
          width: 32px;
          right: -16px;
          top: 10px;
          height: 43px; }
          .edge_b .item .pic i:after {
            border-right: 32px solid #2793e6; }
      .edge_b .item .body {
        position: static;
        -webkit-transform: none;
                transform: none;
        margin-left: 20px;
        width: calc( 100% - 130px); }
  .promo-header_b .promo-pic {
    float: right;
    max-width: 30%; }
  .promo-header_b .body {
    float: none;
    width: 100%; }
  .inner-ttl .action {
    display: none; }
  .with-image img {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto; }
  .with-image ul {
    float: none;
    width: 100%; }
  .cart-box .item {
    border: 1px solid #ededed;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    height: auto; }
    .cart-box .item:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      clear: both;
      overflow: hidden; }
    .cart-box .item .col.pic {
      width: 30%;
      text-align: left; }
    .cart-box .item .col.info {
      padding-left: 20px;
      width: 70%; }
    .cart-box .item .col.price {
      width: auto;
      margin-right: 20px; }
    .cart-box .item .col.price, .cart-box .item .col.sum {
      font-size: 18px;
      width: auto;
      margin-right: 20px; }
    .cart-box .item .col.action, .cart-box .item .col.counter {
      width: auto; }
    .cart-box .item .details {
      clear: both;
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .cart-box .item .details .col {
        padding-top: 0;
        line-height: 47px; }
  .cart-box .cart-step .step {
    font-size: 16px; }
  .cart-ttl_b .label {
    font-size: 100px;
    margin-bottom: -46px; }
  .cart-ttl_b .action {
    display: none; } }

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .services-box_b .body {
    font-size: 24px;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 110px; } }

@media screen and (max-width: 767px) {
  .header_b .actions {
    padding-right: 60px; }
  .header-cart-mobily {
    float: right;
    height: 54px;
    margin-right: 60px;
    position: relative;
    top: 10px;
    width: 54px; }
  .multi-ttl_b .ground {
    font-family: 'Gotham Pro';
    font-size: 60px;
    margin-bottom: -48px; }
  .super-ttl_b {
    font-size: 24px; }
    .super-ttl_b span {
      font-size: 60px;
      margin-left: -2px;
      margin-bottom: -28px; }
  .promo-slider_b .arrow {
    display: none; }
  .promo-slider_b .slider-page {
    bottom: 20px; }
  .topblock-blog {
    text-align: center;
    background-position: top center;
    float: none;
    padding: 260px 16px 24px 16px; }
  .slider-item .container {
    padding-top: 60px;
    padding-bottom: 60px; }
  .slider-item .ttl {
    font-size: 24px;
    margin: 0 auto 20px; }
    .slider-item .ttl:before {
      left: -10px;
      top: -30px; }
  .project-enum_b .col {
    width: 50%; }
    .project-enum_b .col.wide {
      width: 50%; }
  .project-preview_b {
    height: auto; }
    .project-preview_b.wide img {
      display: block; }
    .project-preview_b.wide .wide-img {
      display: none; }
    .project-preview_b.high {
      height: auto; }
      .project-preview_b.high .pic img {
        display: block;
        height: auto;
        width: 100%; }
      .project-preview_b.high .pic .high-img {
        display: none; } }

@media screen and (min-width: 540px) and (max-width: 768px) {
  .col-wxs-6 {
    float: left;
    width: 50%; }
  .services-box_b .body {
    font-size: 16px;
    line-height: 1.2;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 110px; } }

@media screen and (min-width: 671px) {
  .visible-xxs {
    display: none; } }

@media screen and (max-width: 670px) {
  .hidden-xxs {
    display: none; }
  .header-placeholder {
    height: 74px; }
  .header_b {
    height: 74px; }
    .header_b .logo-wrap {
      padding-top: 20px; }
    .header_b .actions {
      padding-right: 80px; }
    .header_b .phone {
      float: none;
      padding-top: 15px;
      padding-left: 50px; }
    .header_b .email {
      padding-top: 10px;
      clear: left; }
    .header_b .search {
      padding-top: 10px; }
  table.table.table-property thead tr td,
  table.table.table-property thead tr th {
    padding-left: 10px;
    padding-right: 10px; }
  table.table.table-property tbody tr td {
    padding-left: 10px;
    padding-right: 10px; }
  table.table .order-toggle {
    cursor: pointer;
    display: inline-block;
    position: static;
    -webkit-transform: none;
            transform: none; }
  .promo-header_b .promo-pic {
    float: right;
    max-width: 30%; }
  .promo-header_b .body {
    float: none;
    width: 100%; }
  .promo-header_b .counter {
    font-size: 16px; }
  .contact-wrap {
    padding: 144px 40px 40px 40px;
    position: relative; }
    .contact-wrap:after {
      content: '';
      display: block;
      height: 170px;
      width: 264px;
      background: url("../images/dumbbells.png");
      position: absolute;
      right: 35px;
      top: -54px; }
  .cart-ttl_b .tabs .toggle {
    font-size: 16px; } }

@media screen and (max-width: 560px) {
  .header_b .logo-wrap {
    padding-top: 20px; }
    .header_b .logo-wrap .logo {
      width: 160px; }
  .header_b .actions {
    clear: both;
    float: none;
    padding: 30px 0; }
  .header_b .phone {
    float: none;
    padding: 0;
    text-align: center; }
  .header_b .email {
    padding-top: 10px;
    text-align: center;
    float: none; }
  .header_b .search {
    padding-top: 10px; }
  .multi-ttl_b .ttl {
    font-size: 24px; }
  .showcase-row .col {
    width: 100%; }
  .info-box_b {
    padding-left: 0;
    padding-right: 0; }
    .info-box_b .icon {
      top: -20px; }
    .info-box_b .pic {
      float: none;
      margin-bottom: 20px;
      display: block;
      width: auto;
      max-width: 100%; }
    .info-box_b .body {
      float: none !important;
      width: auto;
      padding-left: 20px;
      padding-right: 20px; }
      .info-box_b .body .ttl br {
        display: none; }
  .cap_b .pic {
    display: block;
    height: auto;
    position: static;
    float: none;
    width: auto;
    max-width: 100%; }
  .cap_b .body .text {
    height: auto;
    padding: 20px; }
  .cap_b .body .form {
    padding: 10px; }
    .cap_b .body .form .row .col {
      float: none;
      width: 100%; }
    .cap_b .body .form .attach-col {
      margin-bottom: 20px; }
  .options-line_b {
    margin-left: -10px; }
    .options-line_b .label {
      display: block;
      margin-bottom: 10px;
      text-align: center; }
    .options-line_b .toggle {
      margin: 0 10px 5px; }
  .catalog-cap_b {
    padding: 45px 20px; }
    .catalog-cap_b .ttl {
      font-size: 26px;
      margin-bottom: 53px;
      text-align: center; }
      .catalog-cap_b .ttl span {
        font-weight: 700; }
    .catalog-cap_b .form .field {
      float: none;
      width: 100%; }
    .catalog-cap_b .form .btn {
      float: none;
      display: table;
      height: 53px;
      margin: 0 auto;
      width: auto; }
  .project-enum_b .col {
    width: 100%; }
    .project-enum_b .col.wide {
      width: 100%; }
  .ttl_b {
    font-size: 24px; }
  .part-ttl {
    font-size: 22px; }
    .part-ttl .ttl-link {
      display: table;
      margin-top: 10px;
      float: none; }
  .line-ttl_b {
    margin-bottom: -24px; }
    .line-ttl_b .label {
      font-size: 60px;
      margin-left: -2px;
      margin-bottom: -8px; }
  .p-gallery .nav {
    float: none;
    margin-bottom: 15px;
    width: 100%; }
    .p-gallery .nav .prev {
      margin-bottom: 10px; }
      .p-gallery .nav .prev:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        clear: both;
        overflow: hidden; }
      .p-gallery .nav .prev .item {
        float: left; }
        .p-gallery .nav .prev .item:after {
          width: 100%;
          height: 3px; }
  .p-gallery .fz {
    float: none;
    margin-bottom: 15px;
    width: 100%; }
  .price-info .price-value,
  .price-info .action {
    float: none;
    margin-top: 20px; }
  .promo-header_b {
    padding-top: 40px;
    padding-bottom: 40px; }
    .promo-header_b .promo-pic {
      display: none; }
    .promo-header_b .body .ttl {
      font-size: 34px; }
    .promo-header_b .body .btn {
      display: table;
      margin-left: auto;
      margin-right: auto; }
    .promo-header_b .counter {
      display: block;
      font-size: 16px; }
      .promo-header_b .counter div {
        display: block; }
      .promo-header_b .counter .send {
        border: 2px solid #dde5e8;
        padding-right: 0; }
        .promo-header_b .counter .send:before {
          display: none; }
        .promo-header_b .counter .send span {
          display: inline-block;
          height: 46px;
          vertical-align: middle;
          width: 48px;
          float: right;
          text-align: center; }
      .promo-header_b .counter .success span {
        float: right; }
  .inner-ttl {
    font-size: 28px;
    margin-bottom: 30px; }
  .contact-wrap {
    padding: 144px 40px 40px 40px;
    position: relative; }
    .contact-wrap:after {
      content: '';
      display: block;
      height: 170px;
      width: 264px;
      background: url("../images/dumbbells.png");
      position: absolute;
      right: 50%;
      margin-right: -132px;
      top: -54px; }
  .edge-enum .item {
    padding-left: 0;
    margin-bottom: 20px; }
    .edge-enum .item .pic {
      float: none;
      margin: 0 auto 10px; }
      .edge-enum .item .pic:before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        background-image: url(imgs/big.png);
        background-position: 0px -102px;
        width: 100px;
        height: 104px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -52px;
        margin-left: -50px; }
      .edge-enum .item .pic.callcenter:before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        background-image: url(imgs/big.png);
        background-position: 0px 0px;
        width: 104px;
        height: 102px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -51px;
        margin-left: -52px; }
      .edge-enum .item .pic.doc:before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        background-image: url(imgs/big.png);
        background-position: -104px -79px;
        width: 75px;
        height: 104px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -52px;
        margin-left: -37.5px; }
      .edge-enum .item .pic.wallet:before {
        content: '';
        display: block;
        height: 0;
        width: 0;
        background-image: url(imgs/big.png);
        background-position: -104px 0px;
        width: 104px;
        height: 79px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -39.5px;
        margin-left: -52px; }
    .edge-enum .item .body {
      padding: 0;
      width: 100%; }
  .docs-examples .ttl {
    padding-left: 0;
    padding-right: 60px; }
    .docs-examples .ttl:before {
      display: none; }
  .docs-examples .item {
    margin-bottom: 20px; }
    .docs-examples .item .pic {
      float: none;
      margin: 0 auto 10px; }
    .docs-examples .item .body {
      display: block;
      float: none;
      min-height: 0;
      width: 100%; }
  .cart-box .item {
    border: 1px solid #ededed;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    position: relative;
    height: auto; }
    .cart-box .item:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      clear: both;
      overflow: hidden; }
    .cart-box .item .col {
      float: none !important;
      width: 100% !important;
      padding-left: 0 !important; }
      .cart-box .item .col.pic {
        text-align: center; }
      .cart-box .item .col.action {
        position: absolute;
        right: 20px;
        top: 20px;
        width: auto !important; }
    .cart-box .item .details {
      margin-top: 0;
      display: block; }
  .cart-box .cart-sum {
    padding: 30px 0; }
  .cart-box .cart-step .step {
    float: none;
    width: 100%; }
  .cart-box .cart-form .text {
    padding: 20px;
    text-align: center;
    margin-bottom: 0; }
  .cart-box .cart-form .form {
    margin: 0 auto;
    padding: 25px 20px 0; }
    .cart-box .cart-form .form .row .col {
      float: none;
      width: 100%; }
    .cart-box .cart-form .form .attach-col {
      text-align: right;
      margin-bottom: 10px; }
    .cart-box .cart-form .form .field textarea {
      height: 105px; }
  .cart-ttl_b {
    padding-top: 20px; }
    .cart-ttl_b .label {
      font-size: 46px;
      margin-bottom: 0;
      margin-left: 0; }
    .cart-ttl_b .tabs {
      display: block; }
      .cart-ttl_b .tabs .toggle {
        float: none;
        width: 100%; }

    .product-preview_b .pic {
      height: auto;
    }

    .product-preview_b .pic::before {
      display: none;
    }

    .product-preview_b .body .name span {
      white-space: normal;
    }
}


.price-opt {
  color: #FFF;
  background: transparent url(imgs/price-opt-bg.png) no-repeat right top;
  height: 26px;
  padding: 4px 20px 4px 4px;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  clear: both;
}

.product-preview_b .discount {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent url(imgs/label-discount.png) no-repeat left top;
  width: 69px;
  height: 69px;
  color: #FFF;
  text-align: right;
  z-index: 10;
  padding-top: 18px;
  font-size: 16px;
}

@media print {
  header, footer {
    display: none;
  }
}