/* 
	Table of Contents

    01. Magnific Popup ----------------------------
         Magnific Popup CSS -----------------------
         Main image in popup ----------------------
         The shadow behind the image --------------
    02. Slick -------------------------------------
         Slider -----------------------------------
    03. Settings ----------------------------------
    04. Sprite ------------------------------------
    05. Themes ------------------------------------
    06. Fonts -------------------------------------
    07. Reset -------------------------------------
    08. Variables ---------------------------------
         Colors -----------------------------------
    09. Base --------------------------------------
    10. Helpers -----------------------------------
         Text Center ------------------------------
         Hidden -----------------------------------
         Clear ------------------------------------
         Notext -----------------------------------
         Hidden -----------------------------------
         Text Right -------------------------------
         Alignleft --------------------------------
         Alignright -------------------------------
         Disabled ---------------------------------
         Grid -------------------------------------
         Responsive Helpers -----------------------
    11. Wrapper -----------------------------------
    12. Shell -------------------------------------
    13. Main --------------------------------------
    14. Bar Progress ------------------------------
    15. Bar Info ----------------------------------
    16. Search ------------------------------------
    17. Section -----------------------------------
    18. Section Grey ------------------------------
    19. Section Image -----------------------------
    20. Section Alt -------------------------------
    21. Section Large -----------------------------
    22. Section Columns ---------------------------
    23. Section Boxes -----------------------------
    24. Section Dark ------------------------------
    25. Section Infos -----------------------------
    26. Section Flex ------------------------------
    27. Slick -------------------------------------
    28. Form Elements -----------------------------
    29. List-checkboxes ---------------------------
    30. Checkbox Small ----------------------------
    31. Button ------------------------------------
         Button Block -----------------------------
    32. Btn Secondary -----------------------------
    33. Btn-white ---------------------------------
    34. Btn To Top --------------------------------
    35. Btn Cart ----------------------------------
    36. Btn Menu ----------------------------------
    37. Btn Help ----------------------------------
    38. Btn Group ---------------------------------
    39. Link --------------------------------------
    40. Link Alt ----------------------------------
    41. Link Dropdown -----------------------------
    42. Dots --------------------------------------
    43. Subscribe ---------------------------------
    44. Socials -----------------------------------
    45. Contacts ----------------------------------
    46. Rating ------------------------------------
    47. Rating Outer ------------------------------
    48. Video -------------------------------------
    49. Product Small -----------------------------
    50. Products ----------------------------------
    51. Product -----------------------------------
    52. Product Outer -----------------------------
    53. Product image -----------------------------
    54. Product grey ------------------------------
    55. Product Alt -------------------------------
    56. Slider Products ---------------------------
    57. Slider ------------------------------------
    58.  ------------------------------------------
    59. Slider testimonials -----------------------
    60. Popup -------------------------------------
    61. Popup Side --------------------------------
    62. List --------------------------------------
    63. List Horizontal ---------------------------
    64. BreadCrumps -------------------------------
    65. Tabs --------------------------------------
    66. Tab ---------------------------------------
    67. Accordion ---------------------------------
    68. Intro Small -------------------------------
    69. Paging ------------------------------------
    70. Table -------------------------------------
    71. Article -----------------------------------
    72. Article Photo -----------------------------
    73. List Radios -------------------------------
    74. Radio -------------------------------------
    75. Testimonials ------------------------------
    76. Testimonial Small -------------------------
    77. Fixed Navigatioon -------------------------
    78. Helpers -----------------------------------
    79. Amount ------------------------------------
    80. Coupon Code -------------------------------
    81. Infos -------------------------------------
    82. Info --------------------------------------
    83. Footer ------------------------------------
    84. Footer-alt --------------------------------
    85. Slider Products ---------------------------
    86. Gallery -----------------------------------
    87. Header ------------------------------------
    88. Header-mobile -----------------------------
    89. Header Alt --------------------------------
    90. Intro -------------------------------------
    91. Panel Info --------------------------------
    92. Slider Large ------------------------------
    93. Slider testimonials -----------------------
    94. Services ----------------------------------
    95. Service -----------------------------------
    96. testimonial -------------------------------
    97. Panels ------------------------------------
    98. Panel -------------------------------------
    99. Panel Large -------------------------------
    100. Photo ------------------------------------
    101. Boxes Large ------------------------------
    102. Box Large --------------------------------
    103. Article Large ----------------------------
    104. Articles Page ----------------------------
    105. Article Page -----------------------------
    106. Section Info -----------------------------
    107. Info Alt ---------------------------------
    108. Nav --------------------------------------
    109. Nav Links --------------------------------
    110. Nav Utils --------------------------------
    111. Articles ---------------------------------
    112. Form Small -------------------------------
    113. Product Large ----------------------------
    114. Product Secondary ------------------------
    115. Review -----------------------------------
 */

/* ------------------------------------------------------------ *\
	Magnific Popup
\* ------------------------------------------------------------ */

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* ------------------------------------------------------------ *\
	Slick
\* ------------------------------------------------------------ */

/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: auto;
        touch-action: auto;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
.slick-slide.large {float: none;} /* new */

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */

.ico-arrow {width: 14px;height: 34px;background-position: -2px -2px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-arrow-dropdown {width: 14px;height: 9px;background-position: -20px -2px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-arrow-white {width: 15px;height: 9px;background-position: -38px -2px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-arrow-white-back {width: 12px;height: 20px;background-position: -57px -2px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-assistant {width: 30px;height: 20px;background-position: -73px -2px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-assistant-dark {width: 29px;height: 20px;background-position: -107px -2px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-calendar {width: 28px;height: 28px;background-position: -140px -2px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-cart {width: 24px;height: 20px;background-position: -172px -2px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-cart-large {width: 35px;height: 31px;background-position: -200px -2px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-cart-medium {width: 31px;height: 26px;background-position: -239px -2px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-cart-white {width: 24px;height: 20px;background-position: -274px -2px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-cart-white-hover,
a:hover .ico-cart-white,
button:hover .ico-cart-white,
a.hover .ico-cart-white,
button.hover .ico-cart-white,
.ico-cart-white.hover {width: 24px;height: 20px;background-position: -20px -26px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-check {width: 21px;height: 18px;background-position: -302px -2px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-close-trier {width: 12px;height: 12px;background-position: -302px -24px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-customer {width: 26px;height: 26px;background-position: -48px -40px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-delivery-cancel {width: 36px;height: 36px;background-position: -78px -40px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-delivery-return {width: 36px;height: 36px;background-position: -118px -40px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-delivery-store {width: 35px;height: 36px;background-position: -158px -40px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-fb {width: 9px;height: 16px;background-position: -2px -40px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-fb-alt {width: 31px;height: 31px;background-position: -197px -40px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-fb-alt-large {width: 50px;height: 50px;background-position: -232px -40px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-fb-black {width: 9px;height: 16px;background-position: -286px -40px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-fb-black-large {width: 21px;height: 38px;background-position: -299px -40px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-fb-large {width: 17px;height: 31px;background-position: -2px -82px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-flag-at {width: 26px;height: 17px;background-position: -23px -82px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-flag-be {width: 26px;height: 17px;background-position: -53px -82px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-flag-ch {width: 26px;height: 17px;background-position: -83px -82px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-flag-de {width: 26px;height: 16px;background-position: -113px -82px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-flag-uk {width: 26px;height: 17px;background-position: -143px -82px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-flag-sp {width: 26px;height: 17px;background-position: -173px -82px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-flag-fr {width: 26px;height: 17px;background-position: -286px -82px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-flag-fr-large {width: 36px;height: 24px;background-position: -23px -103px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-flag-ie {width: 26px;height: 17px;background-position: -63px -103px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-flag-it {width: 26px;height: 17px;background-position: -93px -103px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-flag-lu {width: 26px;height: 17px;background-position: -123px -103px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-flag-nl {width: 26px;height: 17px;background-position: -153px -103px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-flag-se {width: 26px;height: 17px;background-position: -183px -103px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-heart {width: 23px;height: 20px;background-position: -213px -103px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-heart-hover,
a:hover .ico-heart,
button:hover .ico-heart,
a.hover .ico-heart,
button.hover .ico-heart,
.ico-heart.hover {width: 23px;height: 20px;background-position: -240px -103px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-instagram {width: 16px;height: 16px;background-position: -203px -82px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-instagram-black {width: 16px;height: 16px;background-position: -267px -103px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-instagram-black-large {width: 37px;height: 37px;background-position: -287px -103px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-instagram-large {width: 30px;height: 30px;background-position: -2px -144px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-logo {width: 55px;height: 37px;background-position: -36px -144px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-logo-large {width: 65px;height: 44px;background-position: -95px -144px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-logo-medium {width: 75px;height: 51px;background-position: -164px -144px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-logo-white {width: 75px;height: 51px;background-position: -243px -144px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-mail-alt {width: 31px;height: 31px;background-position: -2px -199px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-mail-alt-large {width: 50px;height: 50px;background-position: -37px -199px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-message {width: 18px;height: 12px;background-position: -91px -199px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-message-black {width: 18px;height: 12px;background-position: -91px -199px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px; filter:invert(0.8);}
.ico-message-dark {width: 24px;height: 16px;background-position: -113px -199px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-minus-trier {width: 15px;height: 2px;background-position: -141px -199px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-payment-3x {width: 31px;height: 25px;background-position: -160px -199px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-payment-4x {width: 31px;height: 25px;background-position: -195px -199px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-payment-bankcontact {width: 24px;height: 25px;background-position: -230px -199px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-payment-banktransfer {width: 39px;height: 25px;background-position: -258px -199px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-payment-giropay {width: 58px;height: 25px;background-position: -91px -228px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-payment-ideal {width: 29px;height: 25px;background-position: -153px -228px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-payment-lafayette {width: 60px;height: 25px;background-position: -186px -228px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-payment-master {width: 40px;height: 25px;background-position: -250px -228px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-payment-sofort {width: 80px;height: 25px;background-position: -2px -257px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-payment-visa {width: 39px;height: 25px;background-position: -86px -257px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-pdf {width: 14px;height: 14px;background-position: -301px -199px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-pdf-large {width: 31px;height: 29px;background-position: -129px -257px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-phone {width: 7px;height: 9px;background-position: -316px -82px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-phone-white {width: 13px;height: 17px;background-position: -301px -217px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-pinterest {width: 14px;height: 17px;background-position: -294px -238px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-pinterest-alt {width: 31px;height: 31px;background-position: -164px -257px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-pinterest-alt-large {width: 50px;height: 50px;background-position: -199px -259px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-pinterest-black {width: 12px;height: 16px;background-position: -312px -238px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-pinterest-black-large {width: 31px;height: 41px;background-position: -253px -257px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-pinterest-large {width: 24px;height: 31px;background-position: -288px -259px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-plus-trier {width: 15px;height: 15px;background-position: -2px -238px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-quality {width: 25px;height: 31px;background-position: -327px -2px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-quote {width: 30px;height: 26px;background-position: -322px -144px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-quote-large {width: 60px;height: 48px;background-position: -2px -294px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-search {width: 15px;height: 14px;background-position: -324px -37px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-search-large {width: 31px;height: 29px;background-position: -322px -174px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-share {width: 31px;height: 30px;background-position: -316px -258px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-share-alt {width: 31px;height: 31px;background-position: -66px -292px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-share-large {width: 50px;height: 50px;background-position: -101px -294px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-share-large-alt {width: 50px;height: 50px;background-position: -288px -294px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-star {width: 20px;height: 18px;background-position: -15px -55px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-sublime {width: 28px;height: 28px;background-position: -155px -292px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-totop {width: 31px;height: 31px;background-position: -356px -2px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-totop-hover,
a:hover .ico-totop,
button:hover .ico-totop,
a.hover .ico-totop,
button.hover .ico-totop,
.ico-totop.hover {width: 31px;height: 31px;background-position: -343px -37px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-truck {width: 30px;height: 18px;background-position: -327px -72px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-user {width: 18px;height: 19px;background-position: -361px -72px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-user-large {width: 27px;height: 31px;background-position: -328px -95px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-zebra {width: 26px;height: 24px;background-position: -359px -95px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-zebra-large {width: 33px;height: 30px;background-position: -328px -207px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-zebra-larger {width: 56px;height: 50px;background-position: -391px -2px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}
.ico-zebra-largewhite {width: 26px;height: 23px;background-position: -383px -56px; background-image: url(/objects/files-sprite/v4_sprite.png); background-size: 449px 346px; display: inline-block; vertical-align: middle; font-size: 0px;}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {

  /* .ico-arrow-dropdown {width: 29px;height: 17px;background-position: -5px -5px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-arrow-white-back {width: 24px;height: 41px;background-position: -44px -5px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-arrow-white {width: 29px;height: 17px;background-position: -78px -5px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-assistant-dark {width: 57px;height: 41px;background-position: -117px -5px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-assistant {width: 58px;height: 40px;background-position: -184px -5px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* /* .ico-calendar {width: 55px;height: 55px;background-position: -252px -5px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */ */
  /* .ico-cart-large {width: 70px;height: 63px;background-position: -317px -5px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-cart-medium {width: 62px;height: 53px;background-position: -397px -5px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-cart-white {width: 46px;height: 40px;background-position: -469px -5px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-cart-white-hover, */
  /* a:hover .ico-cart-white, */
  /* button:hover .ico-cart-white, */
  /* a.hover .ico-cart-white, */
  /* button.hover .ico-cart-white, */
  /* .ico-cart-white.hover {width: 46px;height: 40px;background-position: -525px -5px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-cart {width: 46px;height: 40px;background-position: -184px -55px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-check {width: 42px;height: 36px;background-position: -469px -55px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-close-trier {width: 24px;height: 24px;background-position: -5px -55px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-customer {width: 51px;height: 51px;background-position: -521px -55px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-delivery-cancel {width: 36px;height: 36px;background-position: -5px -116px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-delivery-return {width: 36px;height: 36px;background-position: -51px -116px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-delivery-store {width: 35px;height: 36px;background-position: -97px -116px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-fb-alt-large {width: 100px;height: 100px;background-position: -240px -101px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-fb-alt {width: 61px;height: 61px;background-position: -142px -116px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-fb-black-large {width: 42px;height: 75px;background-position: -350px -116px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-fb-black {width: 17px;height: 31px;background-position: -78px -55px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-fb-large {width: 34px;height: 61px;background-position: -402px -116px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-fb {width: 18px;height: 32px;background-position: -446px -116px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-flag-at {width: 40px;height: 27px;background-position: -474px -116px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-flag-be {width: 40px;height: 27px;background-position: -524px -116px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-flag-ch {width: 40px;height: 27px;background-position: -474px -153px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-flag-de {width: 40px;height: 27px;background-position: -524px -153px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-flag-uk {width: 40px;height: 27px;background-position: -5px -190px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-flag-sp {width: 40px;height: 27px;background-position: -55px -190px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-flag-fr-large {width: 72px;height: 48px;background-position: -105px -190px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-flag-fr {width: 40px;height: 27px;background-position: -187px -190px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-flag-ie {width: 40px;height: 27px;background-position: -402px -190px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-flag-it {width: 40px;height: 27px;background-position: -452px -190px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-flag-lu {width: 40px;height: 27px;background-position: -502px -190px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-flag-nl {width: 40px;height: 27px;background-position: -5px -227px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-flag-se {width: 40px;height: 27px;background-position: -55px -227px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-heart {width: 45px;height: 40px;background-position: -187px -227px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-heart-hover, */
  /* a:hover .ico-heart, */
  /* button:hover .ico-heart, */
  /* a.hover .ico-heart, */
  /* button.hover .ico-heart, */
  /* .ico-heart.hover {width: 45px;height: 40px;background-position: -242px -227px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-instagram-black-large {width: 75px;height: 75px;background-position: -297px -227px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-instagram-black {width: 31px;height: 31px;background-position: -382px -227px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-instagram-large {width: 61px;height: 61px;background-position: -423px -227px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-instagram {width: 31px;height: 32px;background-position: -494px -227px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-logo-large {width: 75px;height: 51px;background-position: -5px -269px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-logo-medium {width: 85px;height: 58px;background-position: -90px -269px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-logo-white {width: 85px;height: 58px;background-position: -494px -269px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-logo {width: 65px;height: 44px;background-position: -5px -337px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-mail-alt-large {width: 100px;height: 100px;background-position: -80px -337px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-mail-alt {width: 61px;height: 61px;background-position: -190px -337px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-message-dark {width: 49px;height: 31px;background-position: -261px -337px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-message {width: 35px;height: 23px;background-position: -535px -227px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* /* .ico-minus-trier {width: 30px;height: 4px;background-position: -320px -337px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */ */
  /* .ico-payment-3x {width: 31px;height: 25px;background-position: -360px -337px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-payment-4x {width: 31px;height: 25px;background-position: -401px -337px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-payment-bankcontact {width: 24px;height: 25px;background-position: -552px -190px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-payment-banktransfer {width: 39px;height: 25px;background-position: -442px -337px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-payment-giropay {width: 58px;height: 25px;background-position: -491px -337px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-payment-ideal {width: 29px;height: 25px;background-position: -320px -372px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-payment-lafayette {width: 60px;height: 25px;background-position: -359px -372px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-payment-master {width: 40px;height: 25px;background-position: -429px -372px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-payment-sofort {width: 80px;height: 25px;background-position: -479px -372px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-payment-visa {width: 39px;height: 25px;background-position: -5px -407px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-pdf-large {width: 61px;height: 59px;background-position: -261px -407px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-pdf {width: 29px;height: 29px;background-position: -332px -407px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-phone-white {width: 25px;height: 34px;background-position: -371px -407px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-phone {width: 15px;height: 19px;background-position: -213px -116px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-pinterest-alt-large {width: 100px;height: 100px;background-position: -406px -407px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-pinterest-alt {width: 61px;height: 61px;background-position: -516px -407px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-pinterest-black-large {width: 63px;height: 81px;background-position: -5px -478px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-pinterest-black {width: 24px;height: 31px;background-position: -78px -478px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-pinterest-large {width: 48px;height: 61px;background-position: -112px -478px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-pinterest {width: 27px;height: 34px;background-position: -170px -478px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* /* .ico-plus-trier {width: 30px;height: 30px;background-position: -207px -478px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */ */
  /* /* .ico-quality {width: 50px;height: 61px;background-position: -247px -478px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */ */
  /* .ico-quote-large {width: 119px;height: 97px;background-position: -582px -5px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-quote {width: 59px;height: 52px;background-position: -582px -112px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-search-large {width: 63px;height: 57px;background-position: -586px -174px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-search {width: 30px;height: 28px;background-position: -651px -112px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-share-alt {width: 62px;height: 62px;background-position: -589px -241px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-share-large-alt {width: 100px;height: 100px;background-position: -589px -313px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-share-large {width: 101px;height: 100px;background-position: -587px -423px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-share {width: 61px;height: 60px;background-position: -170px -533px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* /* .ico-star {width: 39px;height: 36px;background-position: -659px -150px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */ */
  /* /* .ico-sublime {width: 55px;height: 55px;background-position: -307px -533px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */ */
  /* .ico-totop {width: 61px;height: 61px;background-position: -372px -533px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-totop-hover, */
  /* a:hover .ico-totop, */
  /* button:hover .ico-totop, */
  /* a.hover .ico-totop, */
  /* button.hover .ico-totop, */
  /* .ico-totop.hover {width: 61px;height: 61px;background-position: -443px -533px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-truck {width: 60px;height: 35px;background-position: -190px -423px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-user-large {width: 55px;height: 61px;background-position: -514px -533px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* .ico-user {width: 35px;height: 37px;background-position: -661px -196px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */
  /* /* .ico-zebra-large {width: 67px;height: 61px;background-position: -579px -533px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */ */
  /* /* .ico-zebra-larger {width: 111px;height: 99px;background-position: -711px -5px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */ */
  /* /* .ico-zebra-largewhite {width: 64px;height: 57px;background-position: -708px -114px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */ */
  /* /* .ico-zebra {width: 51px;height: 47px;background-position: -708px -181px; background-image: url(/objects/files-sprite/v4_sprite.@2x.png); background-size: 827px 599px; display: inline-block; vertical-align: middle; font-size: 0px;} */ */
}

/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

@font-face {
    font-family: 'Helvetica-Neue';
    src: url('/objects/files-fonts/v4_HelveticaNeueLTStd-Th.eot');
    src: url('/objects/files-fonts/v4_HelveticaNeueLTStd-Th.eot?#iefix') format('embedded-opentype'),
        url('/objects/files-fonts/v4_HelveticaNeueLTStd-Th.woff2') format('woff2'),
        url('/objects/files-fonts/v4_HelveticaNeueLTStd-Th.woff') format('woff'),
        url('/objects/files-fonts/v4_HelveticaNeueLTStd-Th.svg') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica-Neue';
    src: url('/objects/files-fonts/v4_HelveticaNeueLTStd-ThIt.eot');
    src: url('/objects/files-fonts/v4_HelveticaNeueLTStd-ThIt.eot?#iefix') format('embedded-opentype'),
        url('/objects/files-fonts/v4_HelveticaNeueLTStd-ThIt.woff2') format('woff2'),
        url('/objects/files-fonts/v4_HelveticaNeueLTStd-ThIt.woff') format('woff'),
        url('/objects/files-fonts/v4_HelveticaNeueLTStd-ThIt.svg') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica-Neue';
    src: url('/objects/files-fonts/v4_HelveticaNeueLTStd-Lt.eot');
    src: url('/objects/files-fonts/v4_HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),
        url('/objects/files-fonts/v4_HelveticaNeueLTStd-Lt.woff2') format('woff2'),
        url('/objects/files-fonts/v4_HelveticaNeueLTStd-Lt.woff') format('woff'),
        url('/objects/files-fonts/v4_HelveticaNeueLTStd-Lt.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica-Neue';
    src: url('/objects/files-fonts/v4_HelveticaNeueLTStd-Roman.eot');
    src: url('/objects/files-fonts/v4_HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('/objects/files-fonts/v4_HelveticaNeueLTStd-Roman.woff2') format('woff2'),
        url('/objects/files-fonts/v4_HelveticaNeueLTStd-Roman.woff') format('woff'),
        url('/objects/files-fonts/v4_HelveticaNeueLTStd-Roman.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica-Neue';
    src: url('/objects/files-fonts/v4_HelveticaNeueLTStd-It.eot');
    src: url('/objects/files-fonts/v4_HelveticaNeueLTStd-It.eot?#iefix') format('embedded-opentype'),
        url('/objects/files-fonts/v4_HelveticaNeueLTStd-It.woff2') format('woff2'),
        url('/objects/files-fonts/v4_HelveticaNeueLTStd-It.woff') format('woff'),
        url('/objects/files-fonts/v4_HelveticaNeueLTStd-It.svg') format('svg');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica-Neue';
    src: url('/objects/files-fonts/v4_HelveticaNeueLTStd-Bd.eot');
    src: url('/objects/files-fonts/v4_HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
        url('/objects/files-fonts/v4_HelveticaNeueLTStd-Bd.woff2') format('woff2'),
        url('/objects/files-fonts/v4_HelveticaNeueLTStd-Bd.woff') format('woff'),
        url('/objects/files-fonts/v4_HelveticaNeueLTStd-Bd.svg') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica-Neue';
    src: url('/objects/files-fonts/v4_HelveticaNeueLTStd-BdIt.eot');
    src: url('/objects/files-fonts/v4_HelveticaNeueLTStd-BdIt.eot?#iefix') format('embedded-opentype'),
        url('/objects/files-fonts/v4_HelveticaNeueLTStd-BdIt.woff2') format('woff2'),
        url('/objects/files-fonts/v4_HelveticaNeueLTStd-BdIt.woff') format('woff'),
        url('/objects/files-fonts/v4_HelveticaNeueLTStd-BdIt.svg') format('svg');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

* { padding: 0; margin: 0; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

*:before,
*:after { -webkit-box-sizing: inherit; box-sizing: inherit; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }

template { display: none; }

html { -webkit-tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }

img,
iframe,
video,
audio,
object { max-width: 100%; }

img,
iframe { border: 0 none; }

img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

svg:not(:root) { overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; appearance: none; }

textarea { overflow: auto; -webkit-overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }

button,
select { text-transform: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */

/*  Colors  */

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #fff; font-family: 'Helvetica Neue', Helvetica-Neue, Arial, Helvetica, sans-serif; font-size: 14px; line-height: 1.3; color: #000; }

a { color: inherit; text-decoration: underline; text-shadow: 1px 0 0 transparent, 1px 0 0 transparent; -webkit-transition: text-shadow .3s, color .3s; -o-transition: text-shadow .3s, color .3s; transition: text-shadow .3s, color .3s; }

a[href^="tel"] { text-decoration: none; }

a:hover { text-decoration: underline; color: #b9763e; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.65em; }

h1 { font-size: 60px; font-weight: 100; line-height: 1.2; }

h2 { font-size: 40px; font-weight: 100; }

h3 { font-size: 30px; font-weight: 100; color: #545454; }

h4 { font-size: 20px; font-weight: 100; }

h5 { font-size: 16px; font-weight: 300; } /* font-size: 16px; */

h6 { font-size: 14px; font-weight: 300; }

@media (max-width: 1024px) {
    h5 { font-size: 18px; } /* font-size: 18px; */
}

p,
ul,
ol,
dl,
hr,
table,
blockquote { margin-bottom: 1.3em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Text Center  */

.text-center { text-align: center !important; }

/*  Hidden  */

.hidden-desktop,
.hidden-desktop-xs,
.hidden-desktop-inline { display: none !important; }

@media (max-width: 1360px) {
    .hidden-large-desktop { display: none !important; }
}

@media (max-width: 1024px) {
    .hidden-mobile { display: none !important; }
    .hidden-desktop { display: block !important; }
    .hidden-desktop-inline { display: inline-block !important; }

}

@media (max-width: 720px) {
    .hidden-desktop-xs { display: block !important; }
    .hidden-mobile-xs { display: none !important; }
}

@media (max-width: 460px) {
    .hidden-mobile-portrait { display: none !important; }
}

/*  Clear  */

.clear:after {
  content: '';
  display: block;
  clear: both; }

/*  Notext  */

.notext { overflow: hidden; text-indent: 101%; white-space: nowrap; }

/*  Hidden  */

@media(min-width: 1025px){
    [hidden],
    .hidden.hidden { display: none !important; }
}

/*  Text Right  */

.text-right { text-align: right !important; }

/*  Alignleft  */

.alignleft { float: left; }

/*  Alignright  */

.alignright { float: right; }

/*  Disabled  */

[disabled],
.disabled { cursor: default; }

/*  Grid  */

.cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; margin: 0 -15px; }

.cols--relative { position: relative; }

.col { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; padding: 0 15px; }

.col--1of2 { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

.col--1of3 { max-width: 33.33%; -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; }

.col--2of3 { max-width: 66.67%; -webkit-box-flex: 0; -ms-flex: 0 0 66.67%; flex: 0 0 66.67%; }

@media (max-width: 1024px) {
    .col--1of3 { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }
    .col--2of3 { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }
}

@media (max-width: 460px) {
    .col--1of3 { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }
    .col--1of3 + .col--1of3 { margin-top: 30px; }
}

/*  Responsive Helpers  */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }

@media (max-width: 720px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}

@media (min-width: 721px) and (max-width: 1024px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}

@media (min-width: 1025px) and (max-width: 1023px) { /* 1023-px */
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}

@media (min-width: 1024px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}

@media (min-width: 1361px) {
    .hidden-xl { display: none !important; }
    .visible-xl-block { display: block !important; }
    .visible-xl-inline { display: inline !important; }
    .visible-xl-inline-block { display: inline-block !important; }
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { min-height: 100vh; overflow: hidden; }

.wrapper--about.tabs-active { padding-top: 36px; }

@media (max-width: 1024px) {
    .wrapper--mobile-alt .header-mobile .btn-menu,
    .wrapper--mobile-alt .header-mobile .btn-cart {display: none; }
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1025px; margin: auto; padding-left: 10px; padding-right: 10px; }
@media (min-width: 1025px) { .shell { padding-left: 30px; padding-right: 30px; } }

.shell--large { max-width: 1360px; }
@media (min-width: 1600px) { 

  .shell--hd { max-width: 1920px; } 
  /* .shell--large { max-width: 1920px; } */
} /* new */

.shell--fluid { max-width: none; }

/* ------------------------------------------------------------ *\
    Main
\* ------------------------------------------------------------ */

.main { -webkit-transition: margin .3s; -o-transition: margin .3s; transition: margin .3s; margin-top: 97px; }
.main.small { margin-top: 0px; }

.main.active { margin-top: 41px; }

@media (max-width: 1024px) {
    .main { margin-top: 63px; }
    .main--no-gutter { margin-top: 0; }
}

/* ------------------------------------------------------------ *\
    Bar Progress
\* ------------------------------------------------------------ */

.bar-progress { overflow: hidden; text-align: center; width: 100%; margin-left: 28px; text-transform: uppercase; font-size: 12px; font-weight: 300; color: #bcbcbc; }

.bar-progress a { text-decoration: none; cursor: text }
.bar-progress a:hover { color: #bcbcbc;  }
.bar-progress .active a:hover {color: #000;}
.bar-progress ul { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; list-style-type: none; }

.bar-progress .active { font-weight: 700; color: #000; }

.bar-progress li + li { position: relative; margin-left: 54px; }

.bar-progress li + li:after { content: ''; position: absolute; left: -30px; top: 5px; display: block; width: 5px; height: 5px; border-radius: 50%; background-color: #bcbcbc; }

.bar-progress .active + li:after { background-color: #000; }

.bar-progress ul:after,
.bar-progress ul:before { content: ''; position: absolute; right: calc(100% + 20px); top: 8px; height: 1px; width: 100vh; background-color: #c9c8c8; }

.bar-progress ul:after { right: auto; left: calc(100% + 20px); }

@media (max-width: 1024px) {
    .bar-progress { font-size: 14px; margin: 0; }


    .bar-progress li { width: 50%; }
    .bar-progress li + li { margin-left: 44px; }
    .bar-progress li + li:after { left: -25px; top: 6px; }
}

@media (max-width: 720px) {

    .bar-progress ul { -ms-flex-wrap: wrap; flex-wrap: wrap; text-align: left; list-style-type: none;}
    .bar-progress li + li { margin: 0; }

    .bar-progress ul:after,
    .bar-progress ul:before { display: none; }

    .bar-progress ul:after,
    .bar-progress ul:before { display: none; }

    .bar-progress li + li:after { display: none; }
}

/* ------------------------------------------------------------ *\
    Bar Info
\* ------------------------------------------------------------ */

.bar-info { position: fixed; top: 42px; right: 0; left: 0; z-index: 30; background-color: #fff; border-bottom: 1px solid #c6c6c6; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; font-weight: 300; }

.bar-info .shell { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-right: 0; }

.bar-info.active { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.bar-info .bar__aside { position: relative; margin: 0 0 -1px; }

.bar-info span { display: inline-block; margin: 0 0 0 10px; }

.bar-info .bar__price-old { text-decoration: line-through; font-style: italic; color: #7f7f7f; }

.bar-info .bar__price-new { font-weight: 700; color: #b9763e; }

@media (max-width: 1024px) {
    .bar-info { display: none; }
}

/* ------------------------------------------------------------ *\
    Search
\* ------------------------------------------------------------ */

.search .search__inner { position: relative; padding-left: 28px; }

.search label { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.search .search__field { display: block; width: 100%; height: 35px; border: none; font-size: 13px; font-weight: 300; color: #000; }

.search .search__field::-webkit-input-placeholder { font-style: italic; color: #bfbfbf; }

.search .search__field:-ms-input-placeholder { font-style: italic; color: #bfbfbf; }

.search .search__field::-ms-input-placeholder { font-style: italic; color: #bfbfbf; }

.search .search__field::placeholder { font-style: italic; color: #bfbfbf; }

@media (max-width: 1024px) {
    .search form { width: 100%; padding: 25px 30px 0 25px; }
    .search .search__inner { position: relative; border-bottom: 1px solid #c9c8c8; padding: 0; }
    .search .search__inner label { position: absolute; right: 0; left: auto; }
    .search .search__inner label i { width: 26px; height: 24px; }

    .search .search__field { height: 34px; font-size: 16px; }
}

/* ------------------------------------------------------------ *\
    Section
\* ------------------------------------------------------------ */

.section { padding: 72px 0; }

.section + .section { padding-top: 30px; }

.section .section__head { position: relative; margin-bottom: 28px; text-align: center; }

.section .section__title { overflow: hidden; color: #000; font-size:30px; font-weight:100; line-height: 1.3;}

.section .section__title span { position: relative; }

.section .section__title span a { text-decoration: none; }

.section .section__title span:after,
.section .section__title span:before { content: ''; position: absolute; right: calc(100% + 34px); top: 21px; height: 1px; width: 100vh; background-color: #c9c8c8; }

.section .section__title span:after { right: auto; left: calc(100% + 34px); }

.section .section__entry { max-width: 600px; margin: 38px auto 0; text-align: center; font-weight: 300; color: #545454; font-size: 14px; line-height: 1.7; }
.section .section__sketch { display: flex; position: relative; } /* new */
.section .section__sketch:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #f7f7f7; opacity: .4; pointer-events: none; } /* new */
.section .section__sketch picture { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; overflow: hidden; z-index: -1; } /* new */

.section .section__actions span:after { right: auto; left: calc(100% + 34px); }

.section .section__foot { padding-top: 62px; font-weight: 300; }

.section .section__link { position: absolute; top: 60px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); font-weight: 300; font-size: 12px; }

.section .section__feature-styling { margin-bottom: 64px; }

.section .section__content > h4 { text-align: center; font-size: 24px; line-height: 1.50; max-width: 90%; margin: 0 auto 150px; color: #7f7f7f; font-weight: 400; }

.section .section__blockquote { position: relative; max-width: 254px; margin: 0 auto; padding-left: 8px; font-size: 22px; line-height: 1.78; color: #7f7f7f; font-style: italic; } /* font-size: 18px; font-style: normal; */

.section .section__blockquote p { margin-bottom: 14px; }

.section .section__blockquote i { position: absolute; top: -32px; left: -50px; z-index: -1; } /* left: -11px; */

.section .section__blockquote strong { display: block; font-size: 20px; line-height: 1.60; }

.section .section__list-elements { max-width: 90%; margin: 30px 0 60px; padding-left: 27px; }

.section .section__paragraph { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-right: 4px; }

.section .section__paragraph .section__paragraph-content { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; line-height: 1.75; padding-top: 45px; }

.section .section__paragraph .section__paragraph-content h3 { font-size: 28px; line-height: 1.14; margin-bottom: 23px; color: #000; }

.section .section__paragraph .section__paragraph-content--size1 { padding-top: 52px; }

.section .section__paragraph .section__paragraph-content--size1 h3 { margin-bottom: 28px; }

.section .section__paragraph .section__paragraph-image { max-width: 425px; -webkit-box-flex: 0; -ms-flex: 0 0 425px; flex: 0 0 425px; margin: 0 0 0 55px; }

.section .section__paragraph .section__paragraph-image-inner { padding-top: 117.212%; position: relative; margin-bottom: 20px; }

.section .section__paragraph .section__paragraph-image-caption { font-size: 12px; line-height: 2; padding-left: 10px; }

.section .section__paragraph .section__paragraph-image--size1 { max-width: 430px; -webkit-box-flex: 0; -ms-flex: 0 0 430px; flex: 0 0 430px; margin: -132px 52px 0 0; }

.section .section__paragraph .section__paragraph-image--size1 .section__paragraph-image-inner { padding-top: 124.885%; margin-bottom: 28px; }

.section .section__paragraph .section__paragraph-image--size1 .section__paragraph-image-caption { text-align: right; padding: 0 17px 0 0; }

.section .section__paragraph-alt {  margin: 86px 0 10px; }

.section .section__paragraph-alt .section__paragraph-content { line-height: 1.75; max-width: 698px; margin: 0 auto 100px; }

.section .section__paragraph-alt .section__paragraph-content p + p { margin-top: 46px; }

.section .section__paragraph-alt .section__paragraph-content h4 { font-size: 26px; line-height: 1.23; padding-top: 20px; } /* padding-top: 20px; => NEW */

.section .section__paragraph-alt .section__paragraph-image { max-width: 560px; margin: 0 auto; }

.section .section__paragraph-alt .section__paragraph-image-inner { padding-top: 76.25%; position: relative; margin-bottom: 23px; }

.section .section__paragraph-alt .section__paragraph-image-caption { font-size: 12px; line-height: 2; text-align: center; }

.section .section__paragraph-alt--size2 { margin-top: 0px; /* margin-top: 33px; */ }

.section .section__paragraph-alt--size2 .section__paragraph-content { margin: 0 auto 90px; }

.section .section__paragraph-alt--size2 .section__paragraph-image-inner { margin-bottom: 30px; }

.section .section__paragraph-alt--size2 h4 { margin-bottom: 28px; }

.section .section__paragraph-type1 { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-right: 4px; margin-bottom: 100px; }

.section .section__paragraph-type1:last-child { margin: 0; }

.section .section__paragraph-type1:nth-child(2) { margin-bottom: 124px; }

.section .section__paragraph-type1 .section__paragraph-content { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; padding-top: 62px; line-height: 1.75; }

.section .section__paragraph-type1 .section__paragraph-content h3 { font-size: 28px; line-height: 1.14; margin-bottom: 26px; }

.section .section__paragraph-type1 .section__paragraph-content--size2 { padding-top: 40px; }

.section .section__paragraph-type1 .section__paragraph-image { max-width: 423px; -webkit-box-flex: 0; -ms-flex: 0 0 423px; flex: 0 0 423px; margin-left: 45px; }

.section .section__paragraph-type1 .section__paragraph-image-caption { font-size: 12px; line-height: 2; }

.section .section__paragraph-type1 .section__paragraph-image-caption--right { text-align: right; padding-top: 5px; }

.section .section__paragraph-type1 .section__paragraph-image-inner { position: relative; padding-top: 140%; margin-bottom: 27px; } /* padding-top: 105.4%; */

.section .section__paragraph-type1 .section__paragraph-image--size1  { max-width: 458px; -webkit-box-flex: 0; -ms-flex: 0 0 458px; flex: 0 0 458px; margin: 0 45px 0 0; }

.section .section__paragraph-type1 .section__paragraph-image--size1 .section__paragraph-image-inner { padding-top: 80%; } /* padding-top: 65.97%; */

.section .section__paragraph-type1 .section__paragraph-image--size2 { max-width: 429px; -webkit-box-flex: 0; -ms-flex: 0 0 429px; flex: 0 0 429px; margin: 0 -3px 0 50px; }

.section .section__paragraph-type1 .section__paragraph-image--size2 .section__paragraph-image-inner { padding-top: 150%; } /* padding-top: 125%; */

.section .section__paragraph-type1--size1 .section__paragraph-content { padding-top: 79px; }

.section--grey { background-color: #f7f7f7; }

.section .section__head--alt { border-bottom: 2px solid #c9c8c8; padding-bottom: 17px; margin-bottom: 42px; }

.section .section__title--uppercase { text-transform: uppercase; }

.section .section__title--smaller { font-size: 24px; }

.section--no-gutter { padding: 0; }

.section--small-gutter { padding: 25px 0; }

.section--medium-gutter { padding: 50px 0; }

.section--forehead { padding: 50px 0 0; }

.section--forehead-small { padding: 20px 0 0; }

.section--forehead-medium { padding: 35px 0 0; }

.section--alt { padding: 42px 0; }

.section .section__head--large-margin { margin-bottom: 40px; }

.section--size1 { padding: 72px 0 111px; }

.section--size1 .shell { max-width: 1025px; }

.section--size2 .section__head { margin-bottom: 48px; }

.section--size2 .section__foot { padding-top: 138px; }

.section--size2 .shell { max-width: 1025px; }

.section--size3 { padding: 83px 0; }

.section--size3 .section__inner--alt { /* margin-left: -292px;*/ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.section--size3 .section__inner--alt .section__aside { max-width: 250px; -webkit-box-flex: 0; -ms-flex: 0 0 250px; flex: 0 0 250px; width: 250px; height: 230px; background: #fff; -webkit-box-shadow: 6px 6px 9px 0 rgba(0,0,0,.3); box-shadow: 6px 6px 9px 0 rgba(0,0,0,.3); }

.section--size3 .section__inner--alt .section__aside-inner { height: 100%; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.section--size3 .section__inner--alt .section__aside-link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-decoration: none; z-index: 3; }

.section--size3 .section__inner--alt .section__aside-actions { padding: 5px 6px 0; margin-bottom: 20px; -webkit-box-flex: 1; -ms-flex: auto; flex: auto; position: relative; }

.section--size3 .section__inner--alt .section__aside-images { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 2px; overflow: hidden; }

.section--size3 .section__inner--alt .section__aside-images > img { -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s;  }

.section--size3 .section__inner--alt .section__aside:hover .section__aside-images > img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.section--size3 .section__inner--alt .section__aside:hover .btn--black { background-color: #b9763e; }

.section--size3 .section__inner--alt .section__content { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; margin-left: 30px; }

.section--size3 .section__products { margin-bottom: 98px; }

.section--size3 .shell { max-width: 1024px; }

.section--size4 { padding: 127px 0 88px; }

.section--size4 .shell { max-width: 1020px; }

.section--size5 { padding: 5px 0 50px; }

.section--size5 .section__head { padding: 42px 0 70px; border-bottom: 1px solid  #ccc; margin-bottom: 83px; }

.section--size5 .section__head > h1 { font-size: 40px; font-weight: 700; text-transform: uppercase; margin-bottom: 41px; }

.section--size5 .section__head > h2 { color: #747474; font-size: 24px; line-height: 1.50; font-weight: 400; max-width: 600px; margin: 0 auto 76px; }

.section--size5 .section__head > h4 { color: #747474; font-size: 24px; line-height: 1.50; font-weight: 400; max-width: 600px; margin: 0 auto 76px; }

.section--size5 .section__head-image { margin-bottom: 20px; }

.section--size5 .section__products-slider { max-width: 705px; margin: 0 auto;  }

.section--size5 .shell { max-width: 1020px; }

.section--styles { padding: 84px 0 94px; }

.section--styles .section__head { padding-top: 19px; margin-bottom: 19px; }

.section--styles .section__title { font-size: 36px; }

.section--styles .section__actions { text-align: center; margin-top: 88px; }

.section--styles .section__actions .link { font-size: 16px; font-weight: 400; }

.section--styles .shell { max-width: 1022px; }

@media(max-width: 1548px){
    .section--size3 .section__inner--alt { /* margin-left: calc(-50vw + 492px); */ }
}

@media(min-width: 1024px){
    .section .section__paragraph .section__paragraph-image--size1 { margin-top: 20px; }
}

@media (max-width: 1360px) {
    .section .section__content > h4 { margin: 0 auto 60px; }
    .section--size2 .section__foot { padding-top: 60px; }
    .section--size3 .section__inner--alt .section__aside { max-width: 200px; -webkit-box-flex: 0; -ms-flex: 0 0 200px; flex: 0 0 200px; width: 200px; height: 205px; }
    .section--size3 .section__inner--alt .section__aside-images-right { max-width: 160px; -webkit-box-flex: 0; -ms-flex: 0 0 160px; flex: 0 0 160px; }
}

@media (max-width: 1023px) {
    .section .section__paragraph { padding-left: 0; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
    .section .section__paragraph .section__paragraph-content { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; }
    .section .section__paragraph .section__paragraph-image { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin: 30px auto 0; }
    .section .section__paragraph .section__paragraph-image .section__paragraph-image-inner { margin-bottom: 15px; }
    .section .section__paragraph .section__paragraph-image-caption { text-align: center; padding: 0; }
    .section .section__paragraph .section__paragraph-image--size1 .section__paragraph-image-inner { margin-bottom: 15px; }
    .section .section__paragraph .section__paragraph-image--size1 .section__paragraph-image-caption { text-align: center; padding: 0; }

    .section .section__paragraph-type1 { margin-bottom: 60px; }
    .section .section__paragraph-type1:nth-child(2) { margin-bottom: 60px; }
    .section .section__paragraph-type1 .section__paragraph-content { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; padding-top: 0; }
    .section .section__paragraph-type1 .section__paragraph-content--size2 { padding-top: 40px; }
    .section .section__paragraph-type1 .section__paragraph-image { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; margin: 30px auto 0; }
    .section .section__paragraph-type1 .section__paragraph-image-caption { text-align: center; padding: 0; }
    .section .section__paragraph-type1 .section__paragraph-image .section__paragraph-image-inner { margin-bottom: 15px; }
    .section .section__paragraph-type1 .section__paragraph-image--size1 .section__paragraph-image-caption { text-align: center; padding: 0; }

    .section .section__paragraph-alt .section__paragraph-content { margin: 0 auto 60px; }
    .section .section__paragraph-alt .section__paragraph-content p + p { margin-top: 25px; }
    .section .section__paragraph-alt--size2 { margin-top: 0; }

    .section .section__list-elements { margin: 20px 0 40px; }
}

@media (max-width: 1024px) {
    .section { padding: 60px 0; }
    .section + .section { padding-top: 0; }
    .section .section__head { margin-bottom: 24px; }

    .section .section__entry { font-size: 16px; max-width: 100%; margin: 45px auto 0; }

    .section .section__content > h4 { margin: 0 auto 60px; }

    .section--alt { padding: 42px 0; }
    .section--no-gutter { padding: 0; }
    .section--small-gutter { padding: 28px 0; }


    .section--styles .section__head  { padding-top: 0; }
    .section--styles .section__title { font-size: 30px; }
    .section--styles .section__actions { margin-top: 40px; }

    .section--size2 { padding: 60px 0 20px; }

    .section--size3 { padding: 40px 0; }
    .section--size3 .section__inner--alt { margin-left: 0; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
    .section--size3 .section__inner--alt .section__aside { height: auto; }
    .section--size3 .section__inner--alt .section__aside.is_stuck { top: 90px !important;  }
    .section--size3 .section__inner--alt .section__aside.is_stuck.at-bottom { top: auto !important; }
    .section--size3 .section__inner--alt .section__aside-actions { margin-bottom: 10px; }
    .section--size3 .section__inner--alt .section__content { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }

    .section--size3 .section__products { margin-bottom: 40px; }

    .section--size5 { padding: 40px 0 30px; }
    .section--size5 .section__head { padding: 0 0 40px; }
    .section--size5 .section__head > h4 { max-width: 400px; }
}

@media (max-width: 720px) {
    .section .section__content > h4 { font-size: 18px; max-width: none; margin: 0 0 40px; }

    .section .section__feature-styling { margin-bottom: 40px; }

    .section .section__blockquote { font-size: 16px; }
    .section .section__blockquote strong { font-size: 18px; }

    .section .section__paragraph { font-size: 16px; line-height: 1.8;  }
    .section .section__paragraph + .section__paragraph { margin-top: 40px; }
    .section .section__paragraph .section__paragraph-content { padding-top: 0; }
    .section .section__paragraph .section__paragraph-content h3 { margin-bottom: 10px; font-size: 24px; }
    .section .section__paragraph-alt { margin: 40px 0 0; font-size: 16px; line-height: 1.8; }
    .section .section__paragraph-alt .section__paragraph-content { margin: 0 auto 25px; }

    .section .section__paragraph-type1 { padding-right: 0; margin-bottom: 30px; font-size: 16px; }
    .section .section__paragraph-type1:nth-child(2) { margin-bottom: 30px; }
    .section .section__paragraph-type1 .section__paragraph-image { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }
    .section .section__paragraph-type1 .section__paragraph-image .section__paragraph-image-inner { margin-bottom: 5px; }
    .section .section__paragraph-type1 .section__paragraph-content h3 { margin-bottom: 10px; font-size: 16px; }
    
    .section .section__paragraph-alt .section__paragraph-image-caption,
    .section .section__paragraph .section__paragraph-image-caption { font-size: 14px; }
    
    .section--small-gutter { padding: 15px 0; }
    .section--forehead { padding: 30px 0 0; }

    .section--styles .section__actions { margin-top: 30px; }
    .section--styles .shell { padding: 0 10px; }

    .section--size .shell { padding: 0 10px; }

    .section--size2 .section__head { margin-bottom: 18px; }
    .section--size2 .section__title span:before,
    .section--size2 .section__title span:after { top: 12px; }
    .section--size2 .section__foot { padding: 40px 10px 0; }
    .section--size2 .paging .paging__title { margin: 0 10px 10px 0; }
    .section--size2 .shell { padding: 0 10px; }

    .section--size2 + .section--size2 { padding-top: 36px; }

    .section--size3 .section__inner--alt .section__content { margin: 0; }
    .section--size3 .section__inner--alt .section__aside { display: none; }
    .section--size3:last-child { padding-bottom: 0; }
    .section--size3 .shell { padding: 0 10px; }

    .section--size4 { padding: 40px 0; }
    .section--size4 .shell { padding: 0 10px; }

    .section--size4 .section__paragraph-type1 .section__paragraph-content h3 { font-size: 24px;  }
    .section--size4 .section__paragraph-image-caption p { font-size: 14px; }

    .section--size5 { padding: 40px 0; }
    .section--size5 .section__head { padding-bottom: 22px; margin-bottom: 47px; }
    .section--size5 .section__head > h1 { font-size: 28px; margin-bottom: 13px; }
    .section--size5 .section__head > h2 { max-width: 100%; font-size: 18px; margin-bottom: 38px; }
    .section--size5 .section__head > h4 { max-width: 100%; font-size: 18px; margin-bottom: 38px; }
    .section--size5 .section__head > h2 > span { display: none; }
    .section--size5 .section__head > h4 > span { display: none; }

    .section--size5 .section__head-image { margin: 0 -10px 13px; }

    .section--size5 .section__products-slider { padding: 0 10px; }
    .section--size5 .shell { padding: 0 10px; }
    .section--size5 .article-page-alt .article__label { font-size: 14px; }
    .section--size5 .article-page-alt .article__subtitle { font-size: 24px; }
}

@media (max-width: 460px) {
    .section .section__paragraph .section__paragraph-image { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }
}

/* ------------------------------------------------------------ *\
    Section Grey
\* ------------------------------------------------------------ */

.section-grey { margin: 55px 0 40px; background-color: #f7f7f7; }

.section-grey .section__inner { max-width: 471px; margin: 0 auto; padding: 38px 0 55px; }

.section-grey .section__title { margin-bottom: 24px; }

.section-grey .section__entry { line-height: 1.85; margin-bottom: 36px; }

.section-grey--size1 { margin: 0; background: #e1e1e1; }

.section-grey--size1 .section__inner { padding: 42px 0 57px; max-width: 464px; }

.section-grey--size1 .section__entry { font-size: 13px; text-align: left; margin: 27px -20px 34px 0; padding-left: 2px; }

.section-grey--size1 .section__title { font-size: 28px; line-height: 1.14; }

@media (max-width: 1024px) {
    .section-grey .section__inner { max-width: 100%; padding: 30px; }
    .section-grey .section__title { text-align: center; }
}

@media (max-width: 720px) {
    .section-grey--size1 .section__inner { padding: 34px 22px 25px; }
    .section-grey--size1 .section__title { font-size: 14.5px; font-weight: 400; margin-bottom: 17px; }
    .section-grey--size1 .section__entry { font-size: 10px; line-height: 1.80; padding: 0; margin: 0 0 6px; }
}

/* ------------------------------------------------------------ *\
    Section Image
\* ------------------------------------------------------------ */

.section-image { padding: 65px 0 85px; color: #fff; background-size: cover; }

.section-image h3 { color: #fff; }

.section-image--light { max-height: 100%; margin-top: 30px; background-size: contain; background-position: center left; background-repeat: no-repeat; color: #000; }

@media (max-width: 1024px) {
    .section-image { padding: 27px 0; }
}

/* ------------------------------------------------------------ *\
    Section Alt
\* ------------------------------------------------------------ */

.section-alt .section__head { text-align: left; padding-bottom: 4px; border-bottom: 1px solid #c9c8c8; }

.section-alt .section__title { text-transform: uppercase; font-weight: 700; }

.section-alt .section__head--alt { margin-bottom: 40px; }

@media (max-width: 1024px) {
    .section-alt .section__title { font-size: 24px; }
    .section-alt .section__head { margin-bottom: 48px; }
}

@media (max-width: 720px) {
    .section-alt .section__title { font-size: 18px; }
    .section-alt .section__head { margin-bottom: 20px; }
}

/* ------------------------------------------------------------ *\
    Section Large
\* ------------------------------------------------------------ */

.section-large { padding: 15px 0 110px; background-color: #f7f7f7; }

@media (max-width: 1023px) { /* 1023-px */
    .section-large { padding: 0 0 110px; }
}

@media (max-width: 1024px) {
    .section-large { padding: 0 0 455px; }
}

@media (max-width: 720px) {
    .section-large { padding: 0 0 100px; }
}

/* ------------------------------------------------------------ *\
    Section Columns
\* ------------------------------------------------------------ */

.section-columns { font-size: 14px; border-top: 1px solid #eee; padding-top: 85px; font-weight: 300; }

.section-columns p { margin-bottom: 5px; }

.section-columns em { font-size: 13px; line-height: 1.8; color: #545454; }

.section-columns i { display: inline-block; margin-right: 12px; }

.section-columns .section__content { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.section-columns .section__col { width: 25%; }

.section-columns .section__row { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 10px; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.section-columns .section__col-inner { width: 106px; }

.section-columns .section__title-alt { margin-bottom: 38px; font-size: 19px; }

.section-columns .section__actions { padding-top: 28px; font-size: 12px; }

.section-columns .section__foot { padding-top: 85px; text-transform: uppercase;  }

.section-columns .section__foot--small-gutter { padding-top: 44px; }

.section-columns--no-border { border: 0; padding-top: 46px; }

@media (max-width: 1024px) {
    .section-columns { font-size: 18px; padding: 63px 0 32px; }
    .section-columns p { margin-bottom: 13px; }
    .section-columns em { font-size: 16px; line-height: 2.15; }
    .section-columns .section__col { width: 50%; margin-bottom: 80px; }

    .section-columns .section__actions { padding-top: 20px; font-size: 16px; }
    .section-columns .section__foot { text-align: center; padding-top: 25px; font-size: 20px; }

    .section-columns--no-border { padding: 32px 0; }
    .section-columns--no-border .section__foot { padding-top: 4px; }

    .section-columns .section__title-alt { margin-bottom: 56px; font-size: 24px; }
    .section-columns .section__col-alt { margin-bottom: 40px; }
}

@media (max-width: 720px) {
    .section-columns { font-size: 14px; padding: 30px 0 15px; }
    .section-columns em { font-size: 13px; line-height: 1.5; }
    .section-columns .section__foot { padding-top: 10px; font-size: 13px; }
    .section-columns .section__actions { padding-top: 5px; font-size: 13px; }
    .section-columns .section__col { width: 100%; margin-bottom: 40px; }
    .section-columns .link-invoice { display: block; margin-top: 10px; }
}

/* ------------------------------------------------------------ *\
    Section Boxes
\* ------------------------------------------------------------ */

.section-boxes { padding: 65px 0 20px; }

.section-boxes .section__title { text-transform: uppercase; font-weight: 700; font-size: 14px; }

.section-boxes .section__actions { padding-top: 75px; text-align: center; }

.section-boxes .section__entry { font-size: 12px; }

.section-boxes .section__foot { padding-top: 45px; }

@media (max-width: 1024px) {
    .section-boxes { padding: 70px 0 0; }
    .section-boxes .section__title { margin-bottom: 45px; text-align: center; font-size: 20px; }
    .section-boxes .section__actions { padding-top: 88px; }

    .section-boxes .section__foot { padding-top: 0; }
    .section-boxes .section__entry { font-size: 18px; }
}

/* ------------------------------------------------------------ *\
    Section Dark
\* ------------------------------------------------------------ */

.section-dark { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 30px; background-color: #000; color: #fff; font-weight: 300; }
.section-dark h2 { color:#b9763e; } /* new */
.section-dark h3 { color:#fff; margin-top:20px; } /* new */

.section-dark .section__image { position: relative; width: 33.33%; background-repeat: no-repeat; background-size: cover; background-position: top right; }

.section-dark .section__content { width: 66.67%; padding: 24px 47px 40px; }

/** new gallery **/
.section__picture_header { width: 100%; position: relative; overflow: hidden;padding-top: 13%;}
.section__picture_header picture { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: top; }
.section__picture_header picture img{ width:100%; }
#bottom-gallery.section-dark.section-gallery {margin-bottom: 0;}
#bottom-gallery.section-dark.section-gallery .section__content { width: 100%; padding: 24px 47px 40px;}
#bottom-gallery.section-dark.section-gallery #gallery_more_button { width: 100%; padding: 35px 0 0; text-align: center; display: none; cursor: pointer; transition: display 0.3s ease; }
#bottom-gallery-text { max-height: 350px; overflow: hidden; transition: max-height 0.3s ease;}
#bottom-gallery.section-dark.section-gallery .section__content #bottom-gallery-text.expanded {max-height: none;}

.other_gallery_category { margin-top: 20px;display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; font-size: 12px;}
.other_gallery_category .product-outer .product--border{ padding-bottom:0; margin:0;}
.other_gallery_category .product-outer { width: 100%; padding: 0; font-size: 12px; }
.other_gallery_category .product-outer .product .product__title{ font-size: 12px; }
#old_offline_gallery { display:none;}
.section-dark .section__title { margin-bottom: 5px; text-transform: uppercase; font-size: 36px; }

.section-dark .section__description { font-size: 18px; font-style: italic; }

.section-dark .section__entry { line-height: 1.5; } /* max-width: 530px; */

.section-dark .section__actions { position: absolute; bottom: 28px; right: 0; z-index: 10; }

.section-dark--alt { min-height: 310px; text-align: right; }

.section-dark--alt .section__content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.section-dark--alt .section__entry {} /* max-width: 560px; */

.section-dark--alt .section__title { text-transform: none; margin-bottom: 15px; }

.section-dark--small .section__title { font-size: 18px; margin-bottom: 35px; }

.section-dark--small .section__image { width: 66.67%; }

.section-dark--small .section__content { width: 33.33%; padding: 55px 40px 45px; }

.section-dark--small .section__entry { font-size: 13px; }

@media (max-width: 1023px) { /* 1023-px */
    .section-dark--small .section__image { width: 65%; }
    .section-dark--small .section__content { width: 35%; }
}

@media (max-width: 1024px) {
    .section-dark .section__actions { z-index: 15; }
    .section-dark--small .section__title { font-size: 22px; margin-bottom: 28px; }

    .section-dark--small { position: relative; }
    .section-dark--small .section__image { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; }
    .section-dark--small .section__content { position: relative; z-index: 10; width: 100%; padding: 39px 37px 100px; background-color: rgba(0, 0, 0, 0.5); }
    .section-dark--small .section__entry { max-width: 100%; font-size: 18px; line-height: 1.3; margin-bottom: 10px; }
    .other_gallery_category { grid-template-columns: repeat(6, 1fr); gap: 10px; }
    .other_gallery_category .product--border .product__body { height: auto; }
}

@media (max-width: 720px) {
    .section-dark .section__content { width: 100%; padding: 24px 30px 40px; text-align: center; }
    .section-dark .section__image { width: 100%; position: relative; height: auto; } /* padding-top: 66.67%; */
    .section-dark .section__image img { width: 100%; }
    .gallery_header .section__image{ display:none;}
    .section-dark--alt { text-align: center; }
    .section-dark--alt .section__content { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
    .other_gallery_category { grid-template-columns: repeat(4, 1fr); gap: 10px; }
}

/* ------------------------------------------------------------ *\
    Section Infos
\* ------------------------------------------------------------ */

.section-infos { padding: 90px 0 0; }

@media (max-width: 1024px) {
    .section-infos { padding: 80px 0 0; }
}

/* ------------------------------------------------------------ *\
    Section Flex
\* ------------------------------------------------------------ */

.section-flex { padding: 95px 0; }

.section-flex .shell { display: -webkit-box; display: -ms-flexbox; display: flex; font-weight: 300; }

.section-flex .section__aside { width: 30%; }

.section-flex .section__content { width: 70%; padding-left: 30px; }

.section-flex .section__nav + .section__nav { margin-top: 80px; }

.section-flex .section__nav ul { padding-left: 35px; }

.section-flex .section__nav ul ul { padding: 10px 0 5px 35px; list-style-type: disc; }

.section-flex .section__nav ul li + li { margin-top: 10px; }

.section-flex .section__nav ul li a { text-decoration: none; }

.section-flex .section__nav-title { text-transform: uppercase; font-weight: 700; padding-bottom: 5px; border-bottom: 1px solid #bcbcbc; }

.section-flex .section__body { padding-top: 50px; line-height: 1.8; }

.section-flex p { margin-bottom: 10px; }

.section-flex ul, .section-flex ol { padding-left: 35px; }

@media (max-width: 1024px) {
    .section-flex .section__nav > ul { display: none; }

    .section-flex { font-size: 18px; }
    .section-flex .shell { -ms-flex-wrap: wrap; flex-wrap: wrap; }
    .section-flex .section__aside { width: 100%; margin-bottom: 92px; }
    .section-flex .section__content { width: 100%; padding-left: 0; }

    .section-flex .section__nav + .section__nav { margin-top: 15px; }
    .section-flex .section__nav-title { position: relative; font-size: 20px; padding-bottom: 8px; }
    .section-flex .section__nav-title:before { content: ''; position: absolute; right: 35px; top: -8px; display: inline-block; width: 36px; height: 36px; border-radius: 50%; background-image: url(/objects/files-sprite/v4_ico-plus.png); background-size: 100% 100%; }
    .section-flex .section__nav-title.active:before { background-image: url(/objects/files-sprite/v4_ico-minus.png); }

    .section-flex .section__nav > ul { padding: 0; }
    .section-flex .section__nav > ul a { display: block; padding: 0 0 5px 40px; border-bottom: 1px solid #bcbcbc; }

    .section-flex .section__nav ul ul { list-style-type: none; }
}

/* ------------------------------------------------------------ *\
    Slick
\* ------------------------------------------------------------ */

.slick-slide img { display: inline-block; }

.slick-dots { position: absolute; bottom: 23px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); display: -webkit-box; display: -ms-flexbox; display: flex; list-style-type: none; }

.slick-dots li + li { margin-left: 12px; }

.slick-dots button { position: relative; border: 0; width: 6px; height: 6px; border-radius: 3px; background-color: #9c9c9c; font-size: 0; -webkit-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }

/*.slick-dots button:before { content: ''; position: absolute; left: 1px; top: 1px; bottom: 1px; right: 1px; background-color: $medium-gray; border-radius: 50%; z-index: -1; }*/

.slick-dots .slick-active button { opacity: .5; }

.slick-arrow { position: absolute; top: 91px; left: -10px; height: 17px; width: 7px; background-image: url(/objects/files-sprite/v4_ico-arrow.png); background-size: 100% 100%; background-color: transparent; font-size: 0; border: 0; }

.slick-next { left: auto; right: -10px; -webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); transform: scaleX(-1); }

@media (max-width: 1024px) {
  
  .slick-prev { left: -2px; }
  .slick-next { right: -4px; }
}


.slider--small .slick-arrow { top: 38px; }

@media (max-width: 1024px) {
    .slick-arrow { top: 9vw; }
    .slider--small .slick-arrow { top: 55px; left: 0; }
    .slider--small .slick-next { left: auto; right: 0; }
}

@media(max-width: 600px){
    .slick-arrow { top: 13vw; }
}

@media(max-width: 460px){
    .slick-arrow { top: 26vw; }
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder { color: inherit; opacity: 1; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }

textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }

textarea:-ms-input-placeholder { color: inherit; opacity: 1; }

textarea::-ms-input-placeholder { color: inherit; opacity: 1; }

textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset; font: inherit; line-height: 1; padding-top: 0; margin-top: 0;  }

.field { display: block; width: 100%; height: 38px; padding: 0 10px; border: 1px solid #9c9c9c; font-weight: 500; font-style: italic; }
.field.error {border: 1px solid #ff0000;}
.field.valid {border: 1px solid #008000;}

.textarea { height: 243px; padding: 10px; vertical-align: top; resize: none; }

.checkbox { padding: 60px 0 0; text-align: center; }

.checkbox input { visibility: hidden; position: absolute; }

.checkbox label { position: relative; padding-left: 32px; font-size: 13px; text-decoration: underline; }

.checkbox label:before { content: ''; position: absolute; left: 0; top: -2px; display: block; height: 18px; width: 18px; border: 1px solid #000; }

.checkbox label:after { content: ''; position: absolute; left: 5px; top: 3px; display: block; height: 8px; width: 8px; background-color: #000; opacity: 0; -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }

.checkbox input:checked + label:after { opacity: 1; }

@media (max-width: 1024px) {
    .field { height: 55px; padding: 0 14px; font-size: 18px; }
    .textarea { height: 243px; padding: 10px; }
}

@media (max-width: 1024px) {
    .field { height: 38px; padding: 0 10px; font-size: 13px; }
    .textarea { height: 243px; padding: 10px; }
    .checkbox { padding: 30px 0 0; }
}

/* ------------------------------------------------------------ *\
    List-checkboxes
\* ------------------------------------------------------------ */

.list-checkboxes { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 50px -20px 0; padding: 40px 0 30px; list-style-type: none; border-top: 1px solid #c9c8c8; }

.list-checkboxes li { width: 33.33%; padding: 0 20px; }

@media (max-width: 1024px) {
    .list-checkboxes { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
    .list-checkboxes li { width: 100%; }
    .list-checkboxes li + li { margin-top: 25px; }
}

/* ------------------------------------------------------------ *\
    Checkbox Small
\* ------------------------------------------------------------ */

.checkbox-small { color: #000; font-weight: 300; font-size: 12px; }

.checkbox-small input { position: absolute; visibility: hidden; }

.checkbox-small label { position: relative; display: block; padding-left: 32px; }

.checkbox-small label:before { content: ''; position: absolute; left: 0; top: -1px; width: 17px; height: 17px; border: 1px solid #000; }

.checkbox-small label:after { content: ''; position: absolute; left: 4px; top: 3px; width: 9px; height: 9px; background-color: #000; opacity: 0; -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }

.checkbox-small input:checked + label:after { opacity: 1; }

@media (max-width: 1024px) {
    .checkbox-small { font-size: 16px; }
}

/* ------------------------------------------------------------ *\
    Button
\* ------------------------------------------------------------ */

.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: #000; color: #fff; height: 43px; line-height: 43px; padding: 0 35px; text-transform: uppercase; font-weight: 700; border: 0; -webkit-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }

.btn:hover { background-color: #b9763e; color: #fff; text-decoration: none; text-shadow: none; }

/*  Button Block  */

.btn--block { display: block !important; padding-left: 0; padding-right: 0; width:100%;}

.btn--large { height: 50px; line-height: 50px; padding: 0 38px; text-transform: none; font-size: 22px; font-weight: 100; }

.btn--filter { position: absolute; top: 0; right: -10px; display: none; height: 42px; padding: 0 16px 0 36px; font-size: 16px; line-height: 42px; z-index: 25; } /* right: -30px; */

.btn--filter i { position: absolute; top: 16px; left: 11px; -webkit-transform: scaleX(1) rotate(90deg); -ms-transform: scaleX(1) rotate(90deg); transform: scaleX(1) rotate(90deg); -webkit-transition: .2s ease-out; -o-transition: .2s ease-out; transition: .2s ease-out; }

.btn--filter.active { background-color: #b9763e; }

.btn--filter.active i { -webkit-transform: scaleX(-1) rotate(90deg); -ms-transform: scaleX(-1) rotate(90deg); transform: scaleX(-1) rotate(90deg); }

.btn--size1 { font-size: 13px; height: 45px; line-height: 45px; background: #AA6336; padding: 0 68px; }

.btn--size2 { font-size: 13.5px; height: 50px; line-height: 50px; background: #b9763e; padding: 0 5px; }

.btn--size3 { height: 50px; line-height: 50px; padding: 0 15px; background-color: #b9763e; min-width: 238px; }

.btn--size3:hover { background-color: #000; }

.btn--black { background-color: #000; }

.btn--black:hover { background-color: #b9763e; }

@media (max-width: 1024px) {
    .btn--filter  { display: block; }
    .btn--size2 { font-size: 11px; height: 44px; line-height: 44px; }
}

@media (max-width: 460px) {
    .btn--large  { font-size: 14px; white-space: nowrap; }
}

@media(max-width: 479px) {
    .btn--filter { padding: 0 14px 0 26px; font-size: 12px; }
    .btn--filter i { left: 6px; }
    .btn--filter.active { background-color: #000; }
    .btn--filter.active i { -webkit-transform: scaleX(1) rotate(90deg); -ms-transform: scaleX(1) rotate(90deg); transform: scaleX(1) rotate(90deg); }

    .btn--size3 { min-width: auto; }
}

/* ------------------------------------------------------------ *\
    Btn Secondary
\* ------------------------------------------------------------ */

.btn-secondary { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: transparent; color: #000; height: 43px; line-height: 39px; padding: 0 35px; border: 2px solid #000; font-weight: 500; -webkit-transition: color .3s, border-color .3s; -o-transition: color .3s, border-color .3s; transition: color .3s, border-color .3s; }

.btn-secondary:hover { color: #b9763e; border-color: #b9763e; text-decoration: none; text-shadow: none; }

.btn--small { padding: 0 28px; height: 32px; line-height: 28px; }

/* ------------------------------------------------------------ *\
    Btn-white
\* ------------------------------------------------------------ */

.btn-white { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: #000; color: #fff; height: 47px; line-height: 43px; border: 2px solid #fff; padding: 0 26px; text-transform: uppercase; font-weight: 700; -webkit-transition: background-color .3s, border-color .3s; -o-transition: background-color .3s, border-color .3s; transition: background-color .3s, border-color .3s; }

.btn-white:hover { background-color: #b9763e; border-color: #b9763e; text-shadow: none; }

/* ------------------------------------------------------------ *\
    Btn To Top
\* ------------------------------------------------------------ */

.btn-totop { position: fixed; z-index: 20; bottom: 15px; right: 15px; opacity: 0; visibility: hidden; -webkit-transition: opacity .3s, visibility .3s; -o-transition: opacity .3s, visibility .3s; transition: opacity .3s, visibility .3s; }

.btn-totop.active { opacity: 1; visibility: visible; }

/* ------------------------------------------------------------ *\
    Btn Cart
\* ------------------------------------------------------------ */

.btn-cart { position: relative; display: block; }

.btn-cart:before  { content: ''; position: absolute; right: -10px; top: 0; bottom: 0; left: 0;  }

.btn-cart .btn__amount { position: absolute; right: -10px; top: -3px; width: 20px; height: 20px; border-radius: 10px; line-height: 20px; font-size: 12px; font-weight: 400; background-color: #b9763e; color: #fff; text-align: center; text-shadow: none;  }

@media (max-width: 1024px) {
    .btn-cart--absolute { display: block; position: absolute; right: 30px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
    .btn-cart--absolute .btn__amount { position: absolute; right: -11px; top: -2px; width: 26px; height: 26px; border-radius: 13px; line-height: 26px; font-size: 14px; background-color: #b9763e; color: #fff; text-align: center; font-weight: 300; }
}

/* ------------------------------------------------------------ *\
    Btn Menu
\* ------------------------------------------------------------ */

.btn-menu { position: absolute; top: 50%; left: 30px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); height: 29px; width: 40px; -webkit-transition: margin .3s; -o-transition: margin .3s; transition: margin .3s; }

.btn-menu span { display: block; height: 3px; background-color: #000; -webkit-transition: margin .3s, opacity .3s, visibility .3s, -webkit-transform .3s; transition: margin .3s, opacity .3s, visibility .3s, -webkit-transform .3s; -o-transition: transform .3s, margin .3s, opacity .3s, visibility .3s; transition: transform .3s, margin .3s, opacity .3s, visibility .3s; transition: transform .3s, margin .3s, opacity .3s, visibility .3s, -webkit-transform .3s; }

.btn-menu span + span { margin-top: 9px; }

.btn-menu.active { margin-top: 12px; }

.btn-menu.active span + span { margin-top: 0; }

.btn-menu.active span:first-child { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.btn-menu.active span:nth-child(2) { visibility: hidden; opacity: 0; }

.btn-menu.active span:last-child { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); margin-top: -5px; }

/* ------------------------------------------------------------ *\
    Btn Help
\* ------------------------------------------------------------ */

.btn-help { position: fixed; height: 40px; top: 97px; right: 0; z-index: 30; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: auto; padding: 9px 13px; background-color: #b9763e; text-decoration: none; text-align: right; font-family: 'Helvetica Neue', Helvetica-Neue, Arial, Helvetica, sans-serif; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }

.btn-help.active { -webkit-transform: translateY(-12px); -ms-transform: translateY(-12px); transform: translateY(-12px);  }

.btn-help:hover { text-decoration: none; color: #fff; text-shadow: none; }

.btn-help span { display: block; margin-left: 5px; font-weight: 500; font-size: 11px; }

@media (max-width: 1024px) {
    .btn-help { display: none; }
}

/* ------------------------------------------------------------ *\
    Btn Group
\* ------------------------------------------------------------ */

.btn-group { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 92px; border: 1px solid #d3d3d3; }

.btn-group a { display: block; width: 50%; font-weight: 100; height: 70px; line-height: 70px; font-size: 20px; border: 0; text-transform: none;  }

@media (max-width: 1024px) {
    .btn-group a { font-size: 24px; }
}

@media (max-width: 720px) {
    .btn-group { margin-top: 50px; }
    .btn-group a { height: 56px; line-height: 56px; font-size: 13px; padding: 0; }
}

/* ------------------------------------------------------------ *\
    Link
\* ------------------------------------------------------------ */

.link { position: relative; text-decoration: none; color: #b9763e; font-size: 13px; font-weight: 300; }

.link:after { content: ''; position: absolute; left: 1px; right: 1px; bottom: -2px; display: block; height: 1px; background-color: #b9763e; -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }

.link:hover { text-decoration: none; color: #a9662e; }

@media (max-width: 1024px) {
    .link { font-size: 14px; }
}

/* ------------------------------------------------------------ *\
    Link Alt
\* ------------------------------------------------------------ */

.link-alt { text-decoration: none; font-size: 12px; }

.link-alt i { display: inline-block; margin-left: 10px; }

.link-alt:hover { text-decoration: underline; }

@media (max-width: 1024px) {
    .link-alt { font-size: 16px; }
}

/* ------------------------------------------------------------ *\
    Link Dropdown
\* ------------------------------------------------------------ */

.link-dropdown.active > a > i { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.link-dropdown .link__bottom { display: none; padding-top: 45px; }

.link-dropdown .link__head { font-weight: 300; font-size: 14px; }

.link-dropdown .link__head i { display: inline-block; margin-left: 13px; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }

@media (max-width: 1024px) {
    .link-dropdown { text-align: center; font-size: 17px; }
    .link-dropdown i { margin-left: 20px; }
}

/* ------------------------------------------------------------ *\
    Dots
\* ------------------------------------------------------------ */

.dots { position: absolute; left: 30px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display: none; margin-right: 25px; }

.dots span { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background-color: #bcbcbc; }

.dots span + span { margin-left: 10px; }

@media (max-width: 1024px) {
    .dots { display: -webkit-box; display: -ms-flexbox; display: flex; }
}

/* ------------------------------------------------------------ *\
    Subscribe
\* ------------------------------------------------------------ */

.subscribe { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.subscribe > label { display: block; margin-bottom: 5px; font-size: 14px; font-weight: 700; }

.subscribe form { position: relative; padding-left: 24px; }

.subscribe .subscribe__field { display: block; width: 100%; height: 21px; padding-bottom: 4px; background-color: transparent; border: 0; border-bottom: 1px solid #fff; font-weight: 300; font-style: italic; border-radius: 0; }

.subscribe .subscribe__btn { position: absolute; bottom: 4px; right: 2px; background-color: transparent; border: 0; font-weight: 300; width: 10px; cursor: pointer;}

.subscribe--alt { display: block; height: 21px;  }

.subscribe--alt form { padding: 0; }

.subscribe--alt .subscribe__field { border-color: #000; height: 21px;  }

@media (max-width: 1024px) {
    .subscribe { padding-bottom: 80px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
    .subscribe form { width: calc(100% - 56px);  }
    .subscribe label { margin-bottom: 10px; }
    .subscribe .subscribe__btn { bottom: 8px; width: 12px; height: 20px; background-size: 100% 100%; font-size: 0; background-image: url(/objects/files-sprite/v4_ico-arrow-white-large.png); }
    .subscribe .subscribe__field { font-size: 14px; font-style: normal; }

    .subscribe--alt { padding-bottom: 0; }
    .subscribe--alt form { width: 100%; }
    .subscribe--alt .subscribe__btn { font-size: 14px; background-image: none; }
}

/* ------------------------------------------------------------ *\
    Socials
\* ------------------------------------------------------------ */

.socials { margin-top: 8px; }

.socials ul { display: -webkit-box; display: -ms-flexbox; display: flex; list-style-type: none; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.socials li + li { margin-left: 21px; }

.socials--center ul { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media (max-width: 1024px) {
    .socials { position: absolute; bottom: 122px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
    .socials li + li { margin-left: 52px; }

    .socials--static { margin-top: 20px; position: static; -webkit-transform: none; -ms-transform: none; transform: none; }
}

/* ------------------------------------------------------------ *\
    Contacts
\* ------------------------------------------------------------ */

.contacts { padding-top: 6px; }

.contacts a { text-decoration: none; }

.contacts ul { list-style-type: none; }

.contacts li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.contacts li + li { margin-top: 8px; }

.contacts .contacts__icon { width: 60px; margin-right: 18px; text-align: center; }

/* ------------------------------------------------------------ *\
    Rating
\* ------------------------------------------------------------ */

.rating { position: relative; overflow: hidden; }

.rating .rating__procents { position: absolute; left: 0; top: 0; bottom: 0; }

.rating .rating__procents:after { content: ''; position: absolute; left: 100%; top: 0; bottom: 0; width: 100%; background-color: #000; }

.rating--white { font-size: 9px; }

.rating--white i { max-width: 20px; max-height: 18px; }

.rating--medium i { max-width: 20px; max-height: 18px; }

@media (max-width: 1024px) {
    .rating--white i { max-width: 20px; max-height: 18px; }
}

/* ------------------------------------------------------------ *\
    Rating Outer
\* ------------------------------------------------------------ */

.rating-outer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.rating-outer .rating__text { position: relative; margin-left: 2px; top: 2px; color: #545454; }

@media (max-width: 1024px) {
    .rating-outer { font-size: 18px;  }
}

/* ------------------------------------------------------------ *\
    Video
\* ------------------------------------------------------------ */

.video { position: relative; padding-top: 56.25%; }

.video video { position: absolute; top: 0; right: 0; left: 0; bottom: 0; min-width: 100%; max-width: 100%; width: 100%; height: auto; }

/* ------------------------------------------------------------ *\
    Product Small
\* ------------------------------------------------------------ */

.product-small { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 17px 10px; font-size: 11px; }

.product-small .product__title { font-size: 12px; font-family: 'Helvetica Neue', Helvetica-Neue, Arial, Helvetica, sans-serif; font-weight: 500; margin-bottom: 6px; }

.product-small .product__title a { text-decoration: none; }

.product-small .product__price { margin-bottom: 6px; font-weight: 700; color: #b9763e; font-size: 15px; }

.product-small .product__image { display: inline-block; width: 78px; vertical-align: top;}

.product-small .product__entry { font-weight: 300; }

.product-small .product__availability { font-style: italic; color: #5ea513; }

.product-small + .product-small { border-top: 1px solid #c9c8c8; }

.product-small:nth-child(even) { background-color: #f7f7f7; }

.product-small--large { font-size: 13px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.product-small--large .product__image { width: auto; margin-top: -8px; }

.product-small--large .product__title { font-size: 16px; font-weight: 400; }

.product-small--large .product__entry { margin-bottom: 5px; font-style: italic; color: #7f7f7f; }

.product-small--large .product__content {}

@media (max-width: 720px) {
    .product-small--large .product__content { padding-right: 0; }
}

@media (max-width: 460px) {
    .product-small--large { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; }
    .product-small--large .product__content { padding-right: 0; }
    .product-small--large .product__image { margin: 0 0 20px; }
    .product-small--large .product__price { margin-top: 6px; }
}

/* ------------------------------------------------------------ *\
    Products
\* ------------------------------------------------------------ */

.products { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -8px; }

.products .product { width: calc(33.33% - 16px); margin: 0 8px 36px; }

.products--alt { margin: 0 -30px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.products--alt .product { width: 240px; margin: 0 0 36px; }

.products--big { margin: 0 -11px; }

.products--big .product--big { width: calc(33.33% - 22px); margin: 0 11px 36px; }

.products--big-size1 { margin: 0 -11px -118px; }

.products--big-size1 .product--big { margin: 0 11px 118px; }

.products--size1 { margin: 0 -18px;  }

.products--size1 .product--size1 { width: calc(25% - 36px); margin: 0 18px; }

.products--size2 { margin: 0 -16px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.products--size2 .product--size2 { width: calc(33.33% - 32px); margin: 0 16px; }

.products--size3 { margin: 0 -13px -72px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.products--size3 .product--size3 { width: calc(25% - 26px); margin: 0 13px 72px; }

@media (max-width: 1360px) {
    .products--alt { margin: 0; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
    .products--alt .product { margin: 0 24px 36px -6px; }

    .products--big { margin: 0 -8px -40px;  }
    .products--big .product--big { width: calc(33.33% - 16px); margin: 0 8px 40px;  }
    .products--big-size1 .product--big { margin: 0 8px 60px; }
}

@media (max-width: 1023px) {
    .products--size3 { margin: 0 -8px -25px; }
    .products--size3 .product--size3 { width: calc(33.33% - 16px); margin: 0 8px 25px; }
}

@media (max-width: 1024px) {
    .products .product { width: calc(50% - 16px); }
    .products .product .product__body { height: 214px; }

    .products--size1 { margin: 0 -15px -17px; }
    .products--size1 .product--size1 { width: calc(50% - 30px); margin: 0 15px 17px;  }
    .products--size1 .product--size1 .product__body { height: auto; margin-bottom: 13px; }

    .products--size2 { margin: 0 -8px -35px;  }
    .products--size2 .product--size2 { width: calc(33.33% - 16px); margin: 0 8px 35px; }
}

@media (max-width: 720px) {
    .products .product { width: calc(100% - 16px); }

    .products--size1 { margin: 0 -13px -17px; }
    .products--size1 .product--size1 { width: calc(50% - 26px); margin: 0 13px 17px;  }

    .products--size2 .product--size2 .product__body { margin-bottom: 47px; }

    .products--big-size1 { margin: 0 -6px -20px;  }
    .products--big-size1 .product--big { width: calc(50% - 12px); margin: 0 6px 20px; }
    .products--big-size1 .product--big .product__body { height: auto; margin-bottom: 20px; }

    .products--size3 .product { width: calc(50% - 16px); padding-left: 7px; padding-right: 7px; }
    .products--size3 .product img { height: auto; }
    .products--size3 .product .product__body { height: auto; }
}

/* ------------------------------------------------------------ *\
    Product
\* ------------------------------------------------------------ */

.product__collection_name { display: block; font-weight: bold; font-size: calc(100% - 1px); margin-top: 5px; }
.product__collection_name::before { content: "- "; }
.product__collection_name::after { content: " -"; }

.product__gallery.gateway a {font-weight: bold; } /* 05-06-2025 */
.product__collection_name.gateway { font-weight:normal; } /* 05-06-2025 */

.product { position: relative; color: #000; }

.product .product__body { position: relative; display: block; padding-top: 66.67%;  margin-bottom: 20px; color: #fff; background-size: cover; text-shadow: none; }

.product .product__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; position: absolute; top: 0; left: 0; right: 0; bottom: 0; padding: 18px 25px; background-color: rgba(0, 0, 0, 0.5); opacity: 0; pointer-events: none; -webkit-transition: opacity .3s, visibility .3s; -o-transition: opacity .3s, visibility .3s; transition: opacity .3s, visibility .3s; }

.product .product__link { position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; }

.product .product__entry { font-size: 12px; font-weight: 700; margin-bottom: 0; }

.product .product__description { margin-top: 5px; font-weight: 100; font-style: italic; font-size: 13px; line-height: 1.8; }

.product .product__bottom { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; border-bottom: 1px solid #fff; padding: 0 0 7px; }

.product .product__actions a, .product .product__actions span { text-decoration: none; pointer-events: auto; }

.product .product__actions a + a, .product .product__actions span + span { margin-left: 5px; }

/* .product .product__actions a i { height: 20px; width: auto; } */

.product .product__bottom .product__entry { font-size: 13px; line-height: 1; }

.product:hover .product__inner { opacity: 1; visibility: visible; }

.product .product__title { display: block; margin-bottom: 5px; text-align: center; font-weight: 400; text-decoration: none; font-size:16px; line-height: 1.3; white-space: normal;}

.product .product__title a { text-decoration: none; }

.product .product__price { text-align: center; font-weight: 700; color: #b9763e; font-size: 15px; }
.product .product__price i { margin-left: 5px; color: #FFF; font-weight: normal; font-size: 12px; background: #b9763e; padding: 3px; border-radius: 6px; } /* new */

.product .product__body--flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 0; height: 198px; padding-top: 0; }

.product .product__add { position: absolute; top: 80px; right: 20px; display: inline-block; width: 28px; height: 28px; border-radius: 50%; text-decoration: none; text-align: center; line-height: 21px; color: #afafaf; font-size: 23px; font-weight: 300; -webkit-transition: color .3s, border-color .3s; -o-transition: color .3s, border-color .3s; transition: color .3s, border-color .3s; }

.product .product__add:hover { color: #b9763e; border-color: #b9763e; }

.product .product__date { text-align: center; font-weight: 300; font-size: 13px; color: #7f7f7f; }

.product--medium { padding: 0 6px; }

.product--medium .product__body { padding-top: 66.67%; height: auto; }

.product--medium .product__title { font-size: 14px; }

.product--medium .product__foot a { text-decoration: none; }

.product--small .product__body { height: 90px; padding-top: 0; margin-bottom: 12px; }

.product--small .product__title { font-size: 11px; }

.product--small .product__price { font-size: 10px; }

.product--small .product__image { max-width: 120px; }

.product--border { width: 100%; margin: 0 0 14px; border: 1px solid #e1e1e1; padding-bottom: 20px; }
.product--border .product__body { height: auto; }

.product--border.alt { border: 0px; } /* new */
.product--border .product__body.alt { border-bottom: 1px solid #e1e1e1; } /* new */

/* .product--border .product__title { margin-bottom: 20px; } */

.product--border-large { padding-bottom: 55px; }

.product--border-large .product__body { height: auto; margin-bottom: 45px; }

.product--border-large .product__title { margin-bottom: 15px; font-size: 22px; }

.product--border-large .product__price { font-size: 20px; }

.product .product__inner--alt { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; top: 15px; left: 30px; right: 30px; bottom: 15px; padding: 13px; }

.product .product__inner--alt .product__entry { font-weight: 300; line-height: 1.5; }

.product .product__title--alt { text-transform: uppercase; font-size: 14px; }

.product--big .product__body { padding-top: 72.47%; margin-bottom: 26px; }

.product--big .product__body--size1 { margin-bottom: 32px; }

.product--big .product__title { margin-bottom: 7px; }

.product--size1 .product__body { padding-top: 100%; overflow: hidden; }

.product--size1 .product__title--alt { font-weight: 700; }

.product--size1:hover .product__title a { color: #b9763e; }

.product--size1:hover .photo { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); }

.product--size2 .product__body { padding-top: 99.2%; margin-bottom: 47px; overflow: hidden; }

.product--size2 .product__body:hover .photo { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); }

.product--size2 .product__foot { text-align: center; font-size: 16px; line-height: 1.50; padding: 0 5px; }

.product--size2 .product__title { font-size: 20px; line-height: 1.20; font-weight: 700; margin-bottom: 15px; }

.product--size2 .product__text { color: #4d4d4d; }

.product--size3 .product__body { padding-top: 100%; margin-bottom: 10px; overflow: hidden; }

.product--size3 .product__title { font-weight: 700; }

.product--size3:hover .product__title a { color: #b9763e; }

.product--size3:hover .photo { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); }

.product--size4 .product__title { font-size: 14px; line-height: 1.20; margin-bottom: 11px; }

.product--size4 .product__price { font-size: 12px; }

.product--size4 .product__body--flex { height: 156px; }

@media (max-width: 1024px) {
    .product .product__body { height: auto; }
    .product .product__inner { opacity: 1; visibility: visible; background-color: transparent; }
    .product .product__top { display: none; }
    .product .product__bottom { border: 0; }
    .product .product__bottom .product__entry { display: none; }

    .product .product__actions { position: absolute; right: 15px; top: 15px; bottom: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
    .product .product__actions a + a { margin-left: 0; }
    .product .product__price { font-size: 16px; }

    .product--border .product__body { height: 210px; }
    .product--border-large .product__body { height: 440px; }

    .product--size2 .product__body { margin-bottom: 20px; }
    .product--size2 .product__text { font-size: 14px; }

    .product--size4 .product__body { height: 156px; }
}

@media (max-width: 720px) {
    .product--border { padding-bottom: 20px; }
    .product--border .product__body { height: auto; margin-bottom: 20px; }
    .product--border .product__title { font-size: 18px; margin-bottom: 5px; }

    .product--big .product__body { margin-bottom: 10px; }
    .product--big .product__title { margin-bottom: 5px; }

    .product--size2 .product__title { margin-bottom: px; font-size: 18px; }

    .product--size4 .product__body { margin-bottom: 14px; height: 72px; }
    .product--size4 .product__title { font-size: 10px; margin-bottom: 6px; }
    .product--size4 .product__price { font-size: 9px; }
}

@media (max-width: 460px) {
    .product--border .product__body { height: auto; }
    .product--border .product__title { font-size: 16px; }
}

/* ------------------------------------------------------------ *\
    Product Outer
\* ------------------------------------------------------------ */

.product-outer { width: 25%; padding: 0 10px; }
@media (max-width: 1024px) { .product-outer { width: 25%; padding: 0 5px; } }

.product-outer--large { width: 50%; }

@media (max-width: 1023px) { /* 1023-px */
    .product-outer { width: 33.33%; }
    .product-outer--large { width: 66.67%; }
}

@media (max-width: 1024px) {
    .product-outer { width: 50%; }
    .product-outer--large { width: 100%; }
}

/* ------------------------------------------------------------ *\
    Product Outer / SLIDE FOR NEW GALLERY GRID
\* ------------------------------------------------------------ */
.gallery .gallery__body.gallery_grid { display:grid; grid-template-columns: repeat(4, 1fr); margin: 25px 0 0 0; grid-auto-flow: dense;}
.gallery .gallery__body.gallery_grid .product-outer { width: 100%; padding: 0 10px; }
.gallery .gallery__body.gallery_grid .product-outer--large { width: 100%; grid-column: span 2; grid-row: span 2; }

@media (max-width: 1024px) {
    .gallery .gallery__body.gallery_grid .product-outer { width: 100%; padding: 0 5px; }
    .gallery .gallery__body.gallery_grid  { grid-template-columns: repeat(2, 1fr); }
}


@media (max-width: 1023px) { /* 1023-px */
    .gallery .gallery__body.gallery_grid .product-outer { width: 100%; }
    .gallery .gallery__body.gallery_grid .product-outer--large { width: 100%; }
}

@media (max-width: 1024px) {
    .gallery .gallery__body.gallery_grid .product-outer { width: 100%; }
    .gallery .gallery__body.gallery_grid .product-outer--large { width: 100%; }
}

.css-slider-products-large {width: 100%; position: relative;}
.css-slider-products-large .slides_container {overflow: hidden;}
.css-slider-products-large .slides {display: flex; width: 100%; height: 100%; transition: transform 0.5s ease-in-out;}
.css-slider-products-large .slick_next { left: auto; right: -10px; -webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); transform: scaleX(-1); }
.css-slider-products-large .slides_box { position:relative;}
.css-slider-products-large .slide { width: 12.5%; min-width: 12.5%; box-sizing: border-box;}
.css-slider-products-large .slide .product { width: 100%; height: 100%; object-fit: cover;}
.css-slider-products-large .product--medium { padding: 0 6px;}
.css-slider-products-large .slider__slides { margin: 0 -6px; }
.css-slider-products-large .slick-arrow { top: 58px; }

@media (max-width: 1360px) {
	.css-slider-products-large .slick-arrow { top: 4.3vw; }
}

@media (max-width: 1023px) { /* 1023-px */
	.css-slider-products-large .slick-arrow { top: 6.8vw; }
}

@media (max-width: 1024px) {
	.css-slider-products-large .slick-arrow { top: 9vw; }
	.css-slider-products-large .slide { width: 25%; min-width: 25%; }
}

@media (max-width: 720px) {
	.css-slider-products-large .slick-arrow { top: 13.5vw; }
}

@media (max-width: 460px) {
	.css-slider-products-large .slick-arrow { top: 11vw; }
}

/* carrousel best seller */
.css-slider-products-bestseller { width: 100%; position: relative;}
.css-slider-products-bestseller .slides_container { overflow: hidden;}
.css-slider-products-bestseller .slides { display: flex; width: 100%; height: 100%; transition: transform 0.5s ease-in-out;}
.css-slider-products-bestseller .slick_next { left: auto; right: -10px; -webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); transform: scaleX(-1); }
.css-slider-products-bestseller .slides_box { position:relative;}
.css-slider-products-bestseller .slider__slide { width: 33.3%; min-width: 33.3%; box-sizing: border-box; padding: 0 8px;}
.css-slider-products-bestseller .slider__slide .product { width: 100%; height: 100%; object-fit: cover;}
.css-slider-products-bestseller .slider__slides { margin: 0 -6px; }
.css-slider-products-bestseller .slick-arrow { top: 91px; }

@media (max-width: 1360px) {
	.css-slider-products-bestseller .slick-arrow { top: 4.3vw; }
}

@media (max-width: 1023px) { /* 1023-px */
	.css-slider-products-bestseller .slick-arrow { top: 6.8vw; }
}

@media (max-width: 720px) {
	.css-slider-products-bestseller .slick-arrow { top: 9vw; }
	.css-slider-products-bestseller .slider__slide { width: 50%; min-width: 50%; }
}

@media (max-width: 720px) {
	.css-slider-products-bestseller .slick-arrow { top: 13.5vw; }
}

@media (max-width: 460px) {
	.css-slider-products-bestseller .slick-arrow { top: 11vw; }
}

/* carrousel fav */
.css-slider-products-fav { width: 100%; position: relative;}
.css-slider-products-fav .slides_container { overflow: hidden;}
.css-slider-products-fav .slides { display: flex; width: 100%; height: 100%; transition: transform 0.5s ease-in-out;}
.css-slider-products-fav .slick_next { left: auto; right: -10px; -webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); transform: scaleX(-1); }
.css-slider-products-fav .slides_box { position:relative;}
.css-slider-products-fav .slider__slide { width: 33.3%; min-width: 33.3%; box-sizing: border-box; padding: 0 8px;}
.css-slider-products-fav .slider__slide .product { width: 100%; height: 100%; object-fit: cover;}
.css-slider-products-fav .slider__slides { margin: 0 -6px; }
.css-slider-products-fav .slick-arrow { top: 91px; }

@media (max-width: 1360px) {
	.css-slider-products-fav .slick-arrow { top: 4.3vw; }
}

@media (max-width: 1023px) { /* 1023-px */
	.css-slider-products-fav .slick-arrow { top: 6.8vw; }
}

@media (max-width: 720px) {
	.css-slider-products-fav .slick-arrow { top: 9vw; }
	.css-slider-products-fav .slider__slide { width: 50%; min-width: 50%;}
}

@media (max-width: 720px) {
	.css-slider-products-fav .slick-arrow { top: 13.5vw; }
}

@media (max-width: 460px) {
	.css-slider-products-fav .slick-arrow { top: 11vw; }
}

/* carrousel popup recent */
.css-slider-products-recent { width: 100%; position: relative;}
.css-slider-products-recent .slides_container { overflow: hidden; text-align: center;}
.css-slider-products-recent .slides { display: flex; width: 100%; height: 100%; transition: transform 0.5s ease-in-out;}
.css-slider-products-recent .slick_next { left: auto; right: -10px; -webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); transform: scaleX(-1); }
.css-slider-products-recent .slides_box { position:relative;}
.css-slider-products-recent .slider__slide { width: 20%; min-width: 20%; box-sizing: border-box; padding: 0 8px;}
.css-slider-products-recent .slider__slide .product { width: 100%; height: 100%; object-fit: cover;}
.css-slider-products-recent .slider__slides { margin: 0 -6px; }
.css-slider-products-recent .slick-arrow { top: 40px; }

@media (max-width: 1360px) {
	.css-slider-products-recent .slick-arrow { top: 4.3vw; }
}

@media (max-width: 1023px) { /* 1023-px */
	.css-slider-products-recent .slick-arrow { top: 6.8vw; }
}

@media (max-width: 720px) {
	.css-slider-products-recent .slick-arrow { top: 9vw; }
}

@media (max-width: 720px) {
	.css-slider-products-recent .slick-arrow { top: 13.5vw; }
}

@media (max-width: 460px) {
	.css-slider-products-recent .slick-arrow { top: 11vw; }
}

/* ------------------------------------------------------------ *\
    Product image
\* ------------------------------------------------------------ */

.product-image { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; margin: 0 0 14px; height: auto; padding-top: calc(66.67% + 84px);  background-position: center center; background-repeat: no-repeat; background-size: cover; color: #fff; font-weight: 400; text-align: center; font-size: 12px; line-height: 1.6; }

.product-image .product__inner { position: absolute; top: 20px; right: 20px; bottom: 20px; left: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: rgba(0,0,0, .4); padding: 10px; }

.product-image .product__title { text-transform: uppercase; margin-bottom: 26px; }

.product-image--alt-size1 { padding-top: calc(76.87% + 84px); }

.product-image--alt-size1 .photo { height: 100%; }

.product-image--alt-size1 .photo img { height: 100%; }

@media (max-width: 1024px) {
    .product-image { height: auto; padding-top: calc(33.33% + 88px); }
    .product-image--alt { padding-top: calc(66.33% + 88px); }
    .product-image--alt-size1 { padding-top: calc(74.84% + 84px); }
}

@media (max-width: 720px) {
    .product-image .product__title { margin-bottom: 12px; }
    .product-image--alt-size1 { padding-top: calc(68.14% + 84px); }
}

@media (max-width: 460px) {
    .product-image .product__inner { top: 5px; right: 5px; bottom: 5px; left: 5px; padding: 5px; }

}

/* ------------------------------------------------------------ *\
    Product grey
\* ------------------------------------------------------------ */

.product-grey { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: auto; padding-top: calc(66.67% + 115px); margin: 0 0 14px; background-color: #eee; text-align: center; font-weight: 300; line-height: 1.6; }

.product-grey .product__inner { position: absolute; top: 20px; right: 30px; bottom: 20px; left: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.product-grey .product__title { text-transform: uppercase; margin-bottom: 22px; font-size:20px; font-weight: 100; line-height: 1.6;}

.product-grey .product__subtitle { font-size: 16px; font-style: italic; }

.product-grey .product__entry { margin-bottom: 30px; }

@media (max-width: 1360px) {
    .product-grey .product__inner { top: 10px; right: 10px; bottom: 10px; left: 10px; }
    .product-grey .product__title,
    .product-grey .product__entry,
    .product-grey .product__subtitle { margin-bottom: 10px; }
}

@media (max-width: 1024px) {
    .product-grey { height: auto; padding-top: calc(66.67% + 115px); }
}

@media (max-width: 720px) {
    .product-grey .product__actions { width: 100%; }
    .product-grey .product__actions .btn { display: block; width: 100%; padding: 0; font-size: 12px; }
    .product-grey .product__entry { font-size: 12px; }
}

@media (max-width: 460px) {
    .product-grey .product__entry { display: none; }
}

/* ------------------------------------------------------------ *\
    Product Alt
\* ------------------------------------------------------------ */

.product-alt { position: relative; height: 420px; width: 627px; background-size: cover; background-position: center center; }

.product-alt .product__content { position: relative; background-color: #000; color: #fff; max-width: 190px; padding: 8px 22px 35px; line-height: 1.5; opacity: 0; visibility: hidden; -webkit-transition: opacity .3s, visibility .3s; -o-transition: opacity .3s, visibility .3s; transition: opacity .3s, visibility .3s; }

.product-alt .product__link { position: absolute; left: 0; right: 0; bottom: 0; top: 0; }

@media (max-width: 1024px) {
    .product-alt { height: 322px; width: 485px; }
    .product-alt .product__content { max-width: 170px; height: 100%; padding: 8px 15px 35px; line-height: 1.7; }
}

@media (max-width: 460px) {
    .product-alt { height: 322px; width: 300px; }
}

/* ------------------------------------------------------------ *\
    Slider Products
\* ------------------------------------------------------------ */

.slider-products .slider__slides { margin: 0 -8px; }

.slider-products .slider__slide { padding: 0 8px; }

@media (max-width: 1024px) {
    .slider-products .slider__slides { margin: 0 -6px; }
    .slider-products .slider__slide { padding: 0 6px; }
}

/* ------------------------------------------------------------ *\
    Slider
\* ------------------------------------------------------------ */

.slider-popup-small { padding: 0 20px; }

/* ------------------------------------------------------------ *\

\* ------------------------------------------------------------ */

.slider__slides:not(.slick-initialized) { white-space: nowrap; max-width: 100%; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.slider__slides:not(.slick-initialized) .slider__slide  { width: 35%; display: block; }
.slider_intro .slider__slides:not(.slick-initialized) .slider__slide  { width: 35%; display: none; }
.slider_intro .slider__slides:not(.slick-initialized) .slider__slide:first-of-type  { width: 100%; display: block; }

.slider-product .slider__slides:not(.loaded) .slider__slide:first-of-type { width: 100%; }

.slider-product .slider__slides:not(.loaded) .slider__slide:not(:first-of-type) { position: absolute; z-index: -1; opacity: 0; visibility: hidden; -webkit-transition: .2s ease-out; -o-transition: .2s ease-out; transition: .2s ease-out; }

/* ------------------------------------------------------------ *\
    Slider testimonials
\* ------------------------------------------------------------ */

.slider-testimonials .slick-arrow {
    top: 91px;
}

@media (max-width: 1024px) {
    .slider-testimonials .slick-arrow {
        top: 64px;
    }
}

/* ------------------------------------------------------------ *\
    Popup
\* ------------------------------------------------------------ */

.popup { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 40; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: rgba(255, 255, 255, 0.75); opacity: 0; visibility: hidden; -webkit-transition: opacity .5s, visibility .5s; -o-transition: opacity .5s, visibility .5s; transition: opacity .5s, visibility .5s; }

.popup.active { visibility: visible; opacity: 1; }

.popup .popup__inner { width: 660px; background-color: #fff; padding: 33px 30px 44px; border: 2px solid #c9c8c8; }

.popup .popup__title { text-transform: uppercase; font-weight: 300; text-align: center; margin-bottom: 50px;}

.popup .popup__actions { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-top: 36px; }

.popup .popup__actions a { width: calc(50% - 7px); font-size: 16px; }

.popup .section { padding-bottom: 0; }

.popup .section .section__head { margin-bottom: 0; }

.popup .section .section__body { padding: 0 20px; }

.popup--alt .popup__inner { max-width: 446px; border: 0; padding: 0; }

.popup--alt .box-large { width: 100%; }

@media (max-width: 1024px) {
    .popup .popup__foot { display: none; }
    .popup .popup__actions a { padding: 0 15px; }

    .popup--alt .popup__inner { max-width: 500px; max-height: 100vh; overflow: auto; }
}

@media (max-width: 460px) {
    .popup { padding: 10px; }
    .popup .popup__inner { padding: 30px 15px 15px;  }
    .popup .popup__title { margin-bottom: 20px; font-size: 18px; }
    .popup .popup__actions { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 10px; }
    .popup .popup__actions a { width: 100%; font-size: 12px; }
    .popup .popup__actions a + a { margin-top: 15px; }
}

/* ------------------------------------------------------------ *\
    Form Steps
\* ------------------------------------------------------------ */

#container_login { display:none; opacity: 0; visibility: hidden; -webkit-transition: opacity .5s, visibility .5s; -o-transition: opacity .5s, visibility .5s; transition: opacity .5s, visibility .5s; }
#container_login.activate { display:block; visibility: visible; opacity: 1; }

#container_step_2 { display:none; opacity: 0; visibility: hidden; -webkit-transition: opacity .5s, visibility .5s; -o-transition: opacity .5s, visibility .5s; transition: opacity .5s, visibility .5s; }
#container_step_2.activate { display:block; visibility: visible; opacity: 1; }

/* ------------------------------------------------------------ *\
    Popup Side
\* ------------------------------------------------------------ */

.popup-side { position: fixed; top: 97px; right: 0; z-index: 30; width: 762px; background-color: #fff; color: #000; text-align: left; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); visibility: hidden; -webkit-transition: top .3s, visibility .5s, -webkit-transform .5s; transition: top .3s, visibility .5s, -webkit-transform .5s; -o-transition: transform .5s, top .3s, visibility .5s; transition: transform .5s, top .3s, visibility .5s; transition: transform .5s, top .3s, visibility .5s, -webkit-transform .5s; }

.popup-side.active { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); visibility: visible; }

.popup-side.fixed { top: 40px;  }

.popup-side .popup__head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 10px 0; margin-bottom: 20px; background-color: #f7f7f7; color: #b9763e; }

.popup-side .popup__head .popup__title { margin-left: 8px; }

.popup-side .popup__title { text-transform: uppercase; }

.popup-side .popup__body { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 30px; margin: 0 -30px 10px; }

.popup-side .popup__foot { padding: 0 30px; }

.popup-side .popup__aside { position: relative; width: 33%; padding: 0 30px; }

.popup-side .popup__aside:after { content: ''; position: absolute; right: 3px; top: 5px; bottom: 5px; width: 1px; background-color: #c9c8c8; }

.popup-side .popup__content { width: 67%; padding: 0 30px; }

.popup-side .popup__content .slider-products { padding-right: 23px; }

.popup-side .popup__close { position: absolute; width: 30px; height: 30px; top: 5px; right: 0; display: inline-block; }

.popup-side .popup__close span { position: absolute; top: 50%; left: 50%; display: inline-block; width: 20px; height: 2px; background-color: #000; -webkit-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }

.popup-side .popup__close span + span { -webkit-transform: translate(-50%, -50%) rotate(-45deg); -ms-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }

.popup-side .popup__title-small { margin-bottom: 15px; font-size: 13px; font-weight: 700; overflow: hidden; }

.popup-side .popup__title-small span { position: relative; }

.popup-side .popup__title-small span:after { content: ''; position: absolute; left: calc(100% + 30px); top: 10px; height: 1px; width: 100vh; background-color: #c9c8c8; }

@media (max-width: 1024px) {
    .popup-side { display: none; }
}

/* ------------------------------------------------------------ *\
    List
\* ------------------------------------------------------------ */

.list-primary { font-weight: 300; }

.list-primary li + li { margin-top: 8px; }

.list-primary a { text-decoration: none; }

.list-primary a:hover { text-decoration: underline; }

/* ------------------------------------------------------------ *\
    List Horizontal
\* ------------------------------------------------------------ */

.list-horizontal { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; list-style-type: none; }

.list-horizontal li + li { margin-left: 5px; }

@media (max-width: 1024px) {
    .list-horizontal { font-size: 18px; }
    .list-horizontal li + li { margin-left: 5px; }
}

@media (max-width: 720px) {
    .list-horizontal { font-size: 14px; }
    .list-horizontal li + li { margin-left: 5px; }
}

/* ------------------------------------------------------------ *\
    BreadCrumps
\* ------------------------------------------------------------ */

.breadcrumps { padding: 12px 0; color: #7f7f7f; font-size: 12px; font-weight: 300; }

.breadcrumps ul { display: -webkit-box; display: -ms-flexbox; display: flex; list-style-type: none; }

.breadcrumps li { position: relative; margin-right: 26px; }

.breadcrumps li:before { content: ''; display: block; position: absolute; top: 3px; right: -15px; width: 4px; height: 9px; background-image: url(/objects/files-sprite/v4_ico-arrow-grey.png); background-repeat: no-repeat; background-size: 100% 100%; }

.breadcrumps li:last-child { margin-right: 0; }

.breadcrumps li:last-child:before { display: none; }

.breadcrumps li.breadcrumps__more-links { display: none; }

.breadcrumps a { text-decoration: none; }

.breadcrumps a:hover { text-decoration: underline; }

.breadcrumps .slick-arrow { display: none !important; }

.breadcrumps--size1 {  padding: 17px 0 14px; }

@media (max-width: 1024px) {
    .breadcrumps { padding: 20px 0; font-size: 18px; } /* font-size: 20px; */
    .breadcrumps li { margin-right: 44px; }
    .breadcrumps li:not(:last-child) { display: none; }
    .breadcrumps li.breadcrumps__more-links { display: block; }
    .breadcrumps li:last-child { margin-right: 0; }
    .breadcrumps li:before { top: 6px; right: -23px; width: 7px; height: 16px; }

    .breadcrumps .shell { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

    .breadcrumps--slider { position: relative; padding-left: 20px; display: block; } /* padding-left: 60px; */
    .breadcrumps--slider li { padding-right: 11px; line-height: 26px; }
    .breadcrumps--slider li:before { display: none; }
    .breadcrumps--slider li:after { content: ''; display: block; position: absolute; width: 7px; height: 16px; background-image: url(/objects/files-sprite/v4_ico-arrow-grey.png); background-repeat: no-repeat; background-size: 100% 100%; }
    .breadcrumps--slider li:last-child:after { position: relative; display: inline-block; vertical-align: baseline; margin-left: 9px; bottom: -1px; }
    .breadcrumps--slider .slick-slide:last-child li:after { display: none; }
    .breadcrumps--slider .shell { display: block; }
}

/* ------------------------------------------------------------ *\
    Tabs
\* ------------------------------------------------------------ */

.tabs { padding-top: 45px; }

.tabs .tabs__head { text-align: center; }

.tabs .tabs__head.active .tabs__nav ul { border: 0; }

.tabs .tabs__nav { position: relative; display: inline-block; text-align: center; font-size: 13px; text-transform: uppercase; font-weight: 400; }

.tabs .tabs__nav ul { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; border-bottom: 1px solid #c9c8c8; line-height: 1; }

.tabs .tabs__nav a { display: inline-block; padding: 3px 15px 8px; text-decoration: none; -webkit-transition: text-shadow .3s, color .3s; -o-transition: text-shadow .3s, color .3s; transition: text-shadow .3s, color .3s; }
.tabs .tabs__nav span.toggle { cursor: pointer; display: inline-block; padding: 3px 15px 8px; text-decoration: none; -webkit-transition: text-shadow .3s, color .3s; -o-transition: text-shadow .3s, color .3s; transition: text-shadow .3s, color .3s; }

.tabs .tabs__nav .active a { font-weight: 700; }
.tabs .tabs__nav .active span.toggle { font-weight: 700; }

.tabs .tabs__status { position: absolute; bottom: 0; left: 0; width: 78px; height: 3px; background-color: #b9763e; -webkit-transition: left .3s, width .3s; -o-transition: left .3s, width .3s; transition: left .3s, width .3s; }

.tabs .tabs__body { padding: 80px 0 60px; }

.tabs .tabs__body--small-gutter { padding: 36px 0; }

.tabs--accordion .tab .tab__head { position: relative; display: none; padding: 11px 0 9px; border-bottom: 1px solid #afafaf; text-transform: uppercase; font-size: 24px; }

.tabs--accordion .tab .tab__head:after { content: ''; position: absolute; right: 23px; top: 8px; width: 36px; height: 36px; background-image: url(/objects/files-sprite/v4_ico-plus.png); background-size: 100% 100%; }

.tabs--accordion .tab.active .tab__head:after { background-image: url(/objects/files-sprite/v4_ico-minus.png); }

@media (max-width: 1024px) {
    .tabs .tabs__nav--smaller-mobile { font-size: 16px; }
    .tabs .tabs__nav--smaller-mobile a { padding: 0 11px 7px; }

    .tabs .tabs__body--small-gutter { padding: 75px 0 20px; }

    .tabs--accordion { display: block; }
    .tabs--accordion .tabs__head { display: none; }

    .tabs--accordion .tab { display: block; }
    .tabs--accordion .tab .tab__body { display: none; padding: 40px 0; }
    .tabs--accordion .tab .tab__head { display: block; }
    .tabs--accordion .tab.active .tab__body { display: block; }
}

@media (max-width: 720px) {
    .tabs .tabs__nav ul { display: block; }
    .tabs .tabs__nav li + li { margin-top: 15px; }
    .tabs .tabs__status { visibility: hidden; }

    .tabs .tabs__body--small-gutter { padding: 50px 0 15px; }

    .tabs--accordion .tab .tab__head { font-size: 16px; }
    .tabs--accordion .tab .tab__head:after { right: 0; top: 9px; width: 24px; height: 24px; }
}

/* ------------------------------------------------------------ *\
    Tab
\* ------------------------------------------------------------ */

.tab { display: none; font-weight: 300; }

.tab.active { display: block; }

/* ------------------------------------------------------------ *\
    Accordion
\* ------------------------------------------------------------ */

@media (max-width: 1024px) {
    .accordion-mobile { padding: 0 !important; }
    .accordion-mobile .section { padding: 0 !important; }
    .accordion-mobile .accordion__head { position: relative; padding: 10px 0 !important; text-align: left; text-transform: uppercase; margin: 0; }
    .accordion-mobile .accordion__head:after { content: ''; position: absolute; right: 23px; top: 8px; width: 36px; height: 36px; background-image: url(/objects/files-sprite/v4_ico-plus.png); background-size: 100% 100%; }
    .accordion-mobile.active .accordion__head:after { background-image: url(/objects/files-sprite/v4_ico-minus.png); }

    .accordion-mobile .accordion__body { display: block !important; height: 0;  overflow: hidden;  }
    .accordion-mobile .accordion__body.active { height: auto; padding: 30px 0 !important; }
    .accordion-mobile .tabs__body { padding: 0; }
    .accordion-mobile .accordion__head .section__title { font-size: 24px; }
}

/* ------------------------------------------------------------ *\
    Intro Small
\* ------------------------------------------------------------ */

.intro-small { height: 200px; background-position: center center; background-repeat: no-repeat; background-size: cover; display:flex;}

.intro-small .intro__title { font-size: 48px; text-transform: uppercase; color: #fff; text-align: center; font-weight: 300; margin:auto;}

@media (max-width: 1024px) {
    .intro-small { height: 330px; }

    .intro-small--mobile-short { height: 200px; }
}

/* ------------------------------------------------------------ *\
    Paging
\* ------------------------------------------------------------ */

.paging { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-weight: 300; }

.paging .paging__title { font-weight: 700; text-transform: uppercase; margin-right: 15px; }

.paging .paging__nav { position: relative; display: inline-block; text-align: center; font-size: 13px; text-transform: uppercase; font-weight: 300; }

.paging .paging__nav ul { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; border-bottom: 1px solid #c9c8c8; }

.paging .paging__nav a { display: inline-block; padding: 0 15px 8px; text-decoration: none; -webkit-transition: text-shadow .3s; -o-transition: text-shadow .3s; transition: text-shadow .3s; }

.paging .paging__nav .active { position: relative; }

.paging .paging__nav .active:after { content: ''; position: absolute; bottom: -2px; left: 0; display: block; width: 100%; height: 3px; background-color: #b9763e; }

.paging .paging__nav .active a { text-shadow: 1px 0 0 currentColor, 1px 0 0 currentColor; }

/* ------------------------------------------------------------ *\
    Table
\* ------------------------------------------------------------ */

.table { padding-top: 5px; font-size: 14px; font-weight: 400; }

.table em { display: block; color: #5ea513; font-size: 13px; font-weight: 500; }

.table a { display: inline-block; text-decoration: none; }

.table .table__inner { overflow: auto; }

.table tr:not(:last-child) { border-bottom: 1px solid #d3d3d3; }

.table tr.table--border { border-top: 2px solid #d3d3d3; border-bottom: 0;  }

.table tr.table--border td { padding-bottom: 0; }

.table tr td { padding: 15px 0; text-align: center; }

.table tr td:first-child { width: 120px; text-align: left; }

.table tr td:nth-child(2) { text-align: left; }

.table tr td:last-child,
.table tr th:last-child { text-align: right; padding-right: 40px !important; }

.table table th { padding: 12px 0; text-align: center; }

.table tr th:first-child { text-align: left; }

.table .table__product { border: 0 !important; }

.table .table__product:nth-child(odd) { background-color: #f7f7f7; border-bottom: 1px solid #d3d3d3 !important; }

.table .table__product td { padding: 34px 0; max-width: 200px; }

.table .table__image { margin-left: 15px; }

.table .table__image img { max-width: 80px; }

.table .table__bottom { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-top: 30px; }

.table .table__bottom-content { max-width: 500px; font-size: 12px; } /* max-width: 415px; */

.table .table__entry { line-height: 1.6; }

.table .table__entry.icon { display:inline-block; width: 100px; vertical-align: top; padding-top: 5px; } /* new */
.table .table__entry.txt { display:inline-block; width: 400px; vertical-align: top; } /* new */

.table .table__title { margin-bottom: 23px; text-transform: uppercase; }

.table .table__actions { padding-top: 20px; }

.table .table__actions .btn { height: 36px; line-height: 36px; }

.table .table__links a { display: block; text-decoration: none; font-size: 12px; }

.table .table__links a + a { margin-top: 5px; }

.table .table__links a i { display: inline-block; margin-left: 10px; }

.table--alt em { color: #7f7f7f; }

.table--alt .color-danger { color: #ff0000; }

.table--alt .color-success { color: #5ea513; }

.table--alt tr:last-child { border-top: 0; border-bottom: 1px solid #d3d3d3; }

.table--alt tr th:nth-child(2) { text-align: left; }

.table--alt tr th:nth-child(n + 3),
.table--alt tr td:nth-child(n + 3) { text-align: center; }

.table--alt tr th:last-child,
.table--alt tr td:last-child { text-align: right; padding-right: 12px !important; }

@media (max-width: 1024px) {
    .table { font-size: 20px; }
    .table em { font-size: 18px; }

    .table .table__bottom { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
    .table .table__actions { padding-top: 70px; max-width: 320px; margin: 0 auto; }
    .table .table__actions .btn { height: 58px; line-height: 58px; }

    .table .table__bottom-content { max-width: 100%; margin-top: 130px; font-size: 12px; }
    .table .table__title { font-size: 18px; }
    .table .table__entry { font-size: 16px; }
    .table .table__entry.txt { width: calc(100% - 100px) } /* new */

    .table .table__links { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

    .table--alt tr th { font-size: 18px; }
    .table--alt,
    .table--alt em { font-size: 16px; }

    .table--alt tr th:last-child,
    .table--alt tr td:last-child { padding-right: 0 !important; }
}

@media (max-width: 720px) {
    .table { font-size: 13px; }
    .table em { font-size: 12px; padding-top: 5px; }

    .table .table__actions { padding-top: 30px; max-width: 200px; margin: 0 auto; }
    .table .table__actions .btn { height: 30px; line-height: 30px; font-size: 14px; }

    .table .table__bottom-content { margin-top: 40px; font-size: 12px; }
    .table .table__title { font-size: 13px; }
    .table .table__entry { font-size: 12px; }
    .table .table__entry.txt { width: calc(100% - 100px) } /* new */

    .table .table__product picture { display: block; margin-bottom: 15px; }

    .table tr td,
    .table tr th { text-align: center; }
    .table tr td:first-child { padding: 20px 30px 20px 10px !important; text-align: left; width: 150px !important; }
    .table tr td:first-child p { margin-top: 10px; }
    .table tr td:last-child { padding-right: 10px !important; }
    .table tr th:first-child { text-align: left; }

    .table tr td:last-child, .table tr th:last-child { padding-right: 10px !important; }

    .table--alt tr th { font-size: 13px; }
    .table--alt,
    .table--alt em { font-size: 12px; }

    .table--alt tr td:first-child { width: auto !important; }
}

/* ------------------------------------------------------------ *\
    Article
\* ------------------------------------------------------------ */

.article { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; padding-top: 10px; font-weight: 300; }

.article .article__content { width: 66.67%; }

.article .article__content + .article__aside { padding: 45px 0 0 45px; }

.article .article__title { margin-bottom: 58px; line-height: 1.3; text-transform: uppercase; }

.article .article__aside { width: 33.33%; line-height: 1.71; }

.article .article__actions { margin-top: 55px; }

.article--no-flex { display: block; }

.article .article__title--small { font-size: 18px; margin-bottom: 30px; font-weight: 100; line-height: 1.3;}

.article .article__title--lowercase { text-transform: none; }

.article .article__actions--small { margin-top: 25px; }

.article .article__aside--right { margin-left: auto; }

@media (max-width: 1024px) {
    .article { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
    .article .article__content { width: 100%; }

    .article .article__content { text-align: center; }
    .article .article__aside { width: 300px; font-size: 18px; line-height: 1.3; }
    .article .article__content + .article__aside { width: 100%; padding: 45px 0 0 0; }

    .article .article__title { margin-bottom: 16px; }
    .article .article__actions { margin-top: 14px; }
}

@media (max-width: 460px) {
    .article .article__aside { width: 100%; }
}

/* ------------------------------------------------------------ *\
    Article Photo
\* ------------------------------------------------------------ */

.article-photo { position: relative; color: #545454; max-width: 1920px; margin: 0 auto; }

.article-photo + .article-photo { margin-top: 112px; }

.article-photo .article__aside { position: absolute; top: 50%; left: 0; width: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.article-photo .article__image { display: block; padding-top: 66%; width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; }

.article-photo .article__label { position: absolute; bottom: -50px; right: 50px; font-size: 12px; color: #7f7f7f; }

.article-photo .article__content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 50%; min-height: 450px; padding-left: 36px; margin-left: auto; }

.article-photo .article__title { margin-bottom: 25px; }

.article-photo .article__subtitle { margin-top: --25px; margin-bottom: 30px; }

.article-photo .article__entry { font-size: 14px; line-height: 1.8; font-weight: 300; margin-bottom: 15px; }

.article-photo .article__picture { position: absolute; right: 100px; top: 50px; }

.article-photo .article__picture .article__label { right: auto; left: 0; bottom: -40px; }

.article-photo .article__picture--alt-1 { top: -200px; }

.article-photo .article__picture--alt-2 { top: -70px; right: 0; }

.article-photo .article__picture--alt-2 .article__label { left: auto; top: 280px; right: 2px; }

.article-photo .article__content-inner { margin-right: auto; margin-left: 0; max-width: 225px; }

.article-photo .article__content-inner .article__title { margin-bottom: 55px; }

.article-photo .article__images-small { position: absolute; top: 50%; right: calc(50% - 450px); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.article-photo .article__image-small { position: relative; width: 134px; height: 134px; background-size: cover; display: block; }

.article-photo .article__image-small .photo { border-radius: 50%; }

.article-photo .article__image-small em { position: absolute; bottom: -50px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width:200px; font-size: 12px; color: #7f7f7f; text-align:center; }

.article-photo .article__images-small .article__image-small + .article__image-small { margin-top: 65px; }

.article-photo .article__label--alt { bottom: -30px; right: 0; height:24px; }

.article-photo--inverse .article__content-inner { margin-left: auto; margin-right: 70px; }

.article-photo--inverse .article__aside { left: auto; right: 0; }

.article-photo--inverse .article__label { right: auto; left: 0; }

.article-photo--inverse .article__content { margin-left: 0; margin-right: auto; padding: 0 36px 0 0; text-align: right; }

.article-photo--small .article__content { min-height: 355px; width: calc(10% + 438px); }

.article-photo--small .article__aside { width: 40%; }

@media(min-width: 1680px) {
    .article-photo { padding: 70px 0; }
}

@media (max-width: 1023px) { /* 1023-px */
    .article-photo + .article-photo { margin-top: 70px; }
    .article-photo .article__content { min-height: 320px; }


    .article-photo .article__content--small { min-height: 454px; }
    .article-photo--small .article__content--small { min-height: 355px; }
    .article-photo .article__images-small { right: calc(50vw - 430px); }


    .article-photo .article__label--custom1 { left: 38px; }
    .article-photo .article__picture--alt-1 { right: auto; }
    .article-photo .article__aside--alt { padding-left: 57px; }
}

@media (max-width: 1024px) {
    .article-photo .article__title { font-size: 24px; }
    .article-photo .article__title--alt { margin-bottom: 30px; }
    .article-photo .article__subtitle { margin-bottom: 25px; }
    .article-photo .article__subtitle,
    .article-photo .article__entry { font-size: 16px; line-height: 1.5; }

    .article-photo .article__images-small { top: calc(100% + 110px); right: 50%; -webkit-transform: translateX(50%); -ms-transform: translateX(50%); transform: translateX(50%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

    .article-photo .article__image-small { width: 217px; height: 217px; }
    .article-photo .article__image-small em { display: inline-block; font-size: 16px; width:300px; bottom: -70px; }
    .article-photo .article__images-small .article__image-small + .article__image-small { margin: 0 0 0 100px; }

    .article-photo--small .article__aside { width: 50%; }

    .article-photo .article__content--small { min-height: 340px; }

    .article-photo--inverse .article__content-inner { margin-left: auto; margin-right: 0; }

    .article-photo--small .article__content { width: 50%; }

    .article-photo .article__content-inner .article__title { font-size: 28px; }

    .article-photo .article__label--alt { bottom: -35px; font-size: 16px; height: 32px; }
    .article-photo .article__picture--alt-1 { max-width: 64%; }
    .article-photo .article__picture--alt-2 { max-width: 37%; }
    .article-photo .article__picture--alt-2 .article__label { top: auto; white-space: nowrap; }
}

@media (max-width: 720px) {
    .article-photo .article__aside { position: relative; height: 200px; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
    .article-photo .article__label { position: absolute; bottom: -35px; left: 50%; right: auto; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 100%; text-align: center; }
    .article-photo .article__content { display: block; width: 100%; padding: 60px 0 20px; min-height: 0; padding-left: 0; padding-right: 0; margin-left: 0; text-align: center; }
    .article-photo .article__content-inner { max-width: 100% !important; }
    .article-photo .article__content-inner .article__title { margin-bottom: 15px; }

    .article-photo .article__picture .article__label { left: 0; -webkit-transform: none; -ms-transform: none; transform: none; }
    .article-photo .article__images-small { position: static; display: block; -webkit-transform: none; -ms-transform: none; transform: none; text-align: center; }
    .article-photo .article__image-small { display: block; width: 150px; height: 150px; margin: 0 auto; }
    .article-photo .article__images-small .article__image-small + .article__image-small { margin: 100px auto 0 auto; }
    .article-photo .article__image-small em { bottom: -70px; }

    .article-photo + .article-photo { margin-top: 30px; }

    .article-photo .article__aside { -webkit-transform: none; -ms-transform: none; transform: none; height: auto; }
    .article-photo .article__aside--alt { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding-left: 0; }
    .article-photo .article__picture { position: relative; right: auto; left: auto; top: auto; bottom: auto; width: 100%; max-width: none;  margin-bottom: 40px; }
    .article-photo .article__picture img { width: 100%; }
    .article-photo .article__picture + .article__picture { margin-top: 20px; }
    .article-photo .article__picture--alt-2 { padding-top: 66.66%; }
    .article-photo .article__picture--alt-2 picture { position: absolute; left: 0; right: 0; bottom: 0; top: 0; padding-top: 66.66%; overflow: hidden; }
    .article-photo .article__picture--alt-2 img { position: absolute; bottom: 0; left: 0; right: 0; }
}

/* ------------------------------------------------------------ *\
    List Radios
\* ------------------------------------------------------------ */

.list-boxes { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style-type: none; margin: 0 -16px; }

.list-boxes li { width: 25%; padding: 0 16px; }

.list-boxes .btn { text-transform: none; font-size: 14px; height: 54px; line-height: 54px; }

.list-boxes .list__actions { padding-top: 40px; text-align: center; font-weight: 300; font-size: 12px; }

@media (max-width: 1024px) {
    .list-boxes { margin: 0 -25px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
    .list-boxes li { width: 50%; padding: 0 25px; margin-bottom: 50px; }

    .list-boxes .list__actions { padding: 50px 0 20px; font-size: 16px; }

    .list-boxes .btn { font-size: 20px; height: 80px; line-height: 80px; }
}

@media (max-width: 720px) {
    .list-boxes { margin: 0 -25px; }
    .list-boxes li { width: 100%; padding: 0 25px; margin-bottom: 0; }
    .list-boxes li + li { margin-top: 30px; }
}

/* ------------------------------------------------------------ *\
    Radio
\* ------------------------------------------------------------ */

.radio input { position: absolute; visibility: hidden; }

.radio input:checked + .box .box__bottom:after { opacity: 1; }

.box { display: block; text-align: center; border: 1px solid #eee; font-weight: 300; font-size: 14px; }

.box .box__top { padding: 25px 10px 20px; }

.box .box__bottom { position: relative; height: 56px; border-top: 1px solid #eee; }

.box .box__bottom:before { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); height: 15px; width: 15px; border-radius: 50%; border: 1px solid #000; }

.box .box__bottom:after { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); height: 8px; width: 8px; border-radius: 50%; background-color: #000; opacity: 0; -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }

.box picture { display: block; max-width: 144px; margin: 0 auto 27px; }

.box .box__title { margin-bottom: 10px; }
.box .box__expedition { color: #5ea513; margin-bottom: 10px; height:40px;}

.box .box__entry { color: #7f7f7f; font-size: 13px; }

.box--fixed-height .box__top { min-height: 170px; padding-bottom: 10px; }

@media (max-width: 1024px) {
    .box { font-size: 20px; }
    .box .box__top { padding: 35px 10px 32px; }
    .box .box__bottom { height: 82px; }
    .box .box__bottom:before { height: 23px; width: 23px; }
    .box .box__bottom:after { height: 12px; width: 12px; }
    .box picture { margin-bottom: 44px; max-width: 100%; }

    .box .radio__title { margin-bottom: 15px; }
    .box .box__entry { font-size: 18px; }

    .box--fixed-height .box__top { min-height: 255px; padding-bottom: 15px; }
}

/* ------------------------------------------------------------ *\
    Testimonials
\* ------------------------------------------------------------ */

.testimonials { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

/* ------------------------------------------------------------ *\
    Testimonial Small
\* ------------------------------------------------------------ */

.testimonial-small { width: 33.33%; font-weight: 300; line-height: 1.7; overflow: hidden; }
.testimonial-small.medium {width:25%;}

.testimonial-small .testimonial__box { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 200px; padding: 15px 50px; background-position: center center; background-size: cover; background-color: #f7f7f7; color: #545454; -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; text-decoration: none; }

.testimonial-small:hover .testimonial__box { -webkit-transform: scale(1.075); -ms-transform: scale(1.075); transform: scale(1.075); }

.testimonial-small .testimonial__box:last-child { -webkit-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; transform-origin: 50% 0%; }

.testimonial-small .testimonial__box i { position: absolute; left: 23px; top: 30px; }

.testimonial-small .testimonial__entry { position: relative; z-index: 10; }

.testimonial-small .testimonial__title { color: #fff; text-align: center; text-decoration: none; }

.testimonial-small--opposite { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

.testimonial-small--opposite .testimonial__box { -webkit-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; transform-origin: 50% 0%; }

.testimonial-small--opposite .testimonial__box:last-child { -webkit-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; transform-origin: 50% 100%; }

.testimonial-small--alt { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.testimonial-small--alt .testimonial__box { width: 50%; height: 300px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; font-size: 14px; background-color: #fff; }

.testimonial-small--alt.testimonial-small--opposite { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; text-align: right; }

.testimonial-small .testimonial__box--large { height: 230px; }

@media (max-width: 1024px) {
    .testimonial-small { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
    .testimonial-small .testimonial__box { width: 100%; height: 220px; -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; font-size: 16px; }
    .testimonial-small--opposite { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
    .testimonial-small.medium {width:100%;}

    .testimonial-small--alt .testimonial__box { padding: 10px; font-size: 14px; line-height: 1.5; }
    .testimonial-small--alt .testimonial__title { font-size: 20px; }
}

@media (max-width: 460px) {
    .testimonial-small .testimonial__box { width: 100%; height: 220px; }
    .testimonial-small + .testimonial-small { margin-top: 15px; }
    .testimonial-small.medium {width:100%;}
}

/* ------------------------------------------------------------ *\
    Fixed Navigatioon
\* ------------------------------------------------------------ */

.fixed-navigation.active { position: fixed !important; top: 43px; left: 0; right: 0; z-index: 20; padding-top: 10px; background-color: #fff; border-bottom: 1px solid #c9c8c8; }

/* ------------------------------------------------------------ *\
    Helpers
\* ------------------------------------------------------------ */

.td-no { text-decoration: none; }

.link-disabled { cursor: text; pointer-events: none; }

.fz-xs { font-size: 12px; }

.fz-sm { font-size: 13px; }

.fz-md { font-size: 14px; }

.fw-bd { font-weight: 700; }

.z-rel { position: relative; z-index: 1; }

.ov-h { overflow: hidden;  }

/* ------------------------------------------------------------ *\
    Amount
\* ------------------------------------------------------------ */

.amount { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.amount a { display: inline-block; text-decoration: none; width: 20px; height: 20px; line-height: 16px; border: 1px solid #d2d1d1; text-align: center; font-size: 16px; -webkit-transition: border-color .3s, color .3s; -o-transition: border-color .3s, color .3s; transition: border-color .3s, color .3s; }

.amount a:hover { border-color: #b9763e; color: #b9763e; }

.amount .amount__text { width: 25px; border: 0; background-color: transparent; text-align: center; }

@media (max-width: 1024px) {
	.amount a { width: 35px; height: 35px; line-height: 30px; font-size: 24px; }
	.amount .amount__text { width: 44px; }
}

@media (max-width: 720px) {
	.amount { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
}

/* ------------------------------------------------------------ *\
	Coupon Code
\* ------------------------------------------------------------ */

.coupon-code form { display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; }

.coupon-code label { position: absolute; right: calc(100% + 20px); top: 6px; white-space: nowrap; text-transform: uppercase; }

.coupon-code .btn-secondary,
.coupon-code .field { width: 130px; height: 30px; line-height: 26px; padding: 0 10px; } /* OLD : width: 110px; */

.coupon-code .field { margin-right: 26px; }

.coupon-code .error_promo_code { color: #FF0000; font-style:italic; max-width: 240px;}
.coupon-code .error_promo_code a{text-decoration:underline}

@media (max-width: 1024px) {
	.coupon-code form { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
	.coupon-code label { position: static; margin-right: auto;  }
	.coupon-code .error_promo_code {text-align: right;max-width: 100%; width: 100%}

	.coupon-code .btn-secondary,
	.coupon-code .field { width: 140px; height: 37px; line-height: 32px; padding: 0 10px; }
}

@media (max-width: 720px) {
	.coupon-code label { margin: 15px 0;  }
	.coupon-code form { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
	.coupon-code .field { margin: 0 0 15px; }
	.coupon-code .error_promo_code {text-align: center;max-width: 100%; width: 100%}
}


/* ------------------------------------------------------------ *\
  Feature styling
\* ------------------------------------------------------------ */

.feature-styling { color: #fff; text-align: center;  }

.feature-styling .feature__inner { background: #efefef; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; color: #545454; -webkit-transition: color .4s, background .4s; -o-transition: color .4s, background .4s; transition: color .4s, background .4s; padding: 10px 0 10px 10px; }

.feature-styling .feature__inner:hover { color: #fff; background: #B7773E; }

.feature-styling .feature__inner:hover .feature__content-head { border-bottom-color: #fff; }

.feature-styling .feature__inner:hover .feature__content-body > span { color: #fff; }

.feature-styling .feature__inner:hover .btn { background-color: #000; }

.feature-styling .feature__link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-decoration: none; z-index: 3; }

.feature-styling .feature__image { padding-top: 47.15%; -webkit-box-flex: 0; -ms-flex: 0 0 648px; flex: 0 0 648px; background-size: cover; background-position: 50%; background-repeat: no-repeat; position: relative; overflow: hidden; } /* max-width: 620px; */

.feature-styling .feature__image .photo { z-index: 0; }

.feature-styling .feature__content { line-height: 1.75; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; padding: 80px 28px 20px 31px; }

.feature-styling .feature__content h4 { text-transform: uppercase; line-height: 1.20; font-weight: 400; }

.feature-styling .feature__content-head { border-bottom: 2px solid rgba(84, 84, 84, .2); padding: 0 20px 21px 0; margin: 0 0 37px 21px; -webkit-transition: border-bottom-color .4s; -o-transition: border-bottom-color .4s; transition: border-bottom-color .4s; }

.feature-styling .feature__content-body { padding: 0 5px 0 14px; }

.feature-styling .feature__content-body > span { display: block; margin-bottom: 41px; font-size: 13px; line-height: 1.20; text-transform: uppercase; color: #9c9c9c; -webkit-transition: color .4s; -o-transition: color .4s; transition: color .4s; }

/*  Feature styling vertical  */

.feature-styling--vertical { margin-bottom: 14px; }

.feature-styling--vertical .feature__inner { padding: 19px 18px 20px; display: block; } /* padding: 19px 18px 23px; */

.feature-styling--vertical .feature__image { padding-top: 70%; margin-bottom: 33px; }
@media (min-width: 1600px) { .feature-styling--vertical .feature__image { padding-top: 70%; margin-bottom: 23px; } } /* new */

.feature-styling--vertical .feature__content { max-width: 81%; margin: 0 auto; padding: 0; min-height: 162px; } /* min-height: 162px; : NEW */

.feature-styling--vertical .feature__content h4 { margin-bottom: 16px; }

.feature-styling--vertical .feature__actions { margin-top: 24px; }

@media (max-width: 1023px) {
  .feature-styling .feature__content { padding: 30px 20px 20px; }
  .feature-styling .feature__content-head { padding: 0 0 15px; margin: 0 0 20px; }
  .feature-styling .feature__content-body { padding: 0; }
  .feature-styling--vertical .feature__inner { padding: 19px 18px 30px; }
  .feature-styling--vertical .feature__content { padding: 0; }
  .feature-styling--vertical .feature__image { margin-bottom: 23px; max-width: 100%; }
}

@media (max-width: 1024px) {
  .feature-styling .feature__image { max-width: 64%; -webkit-box-flex: 0; -ms-flex: 0 0 64%; flex: 0 0 64%; }
  .feature-styling .feature__content { padding: 20px 15px 15px; }
  .feature-styling .feature__content-head { padding: 0 0 10px; margin: 0 0 15px; }
  .feature-styling .feature__content-body { padding: 0; }
  .feature-styling .feature__content-body > span { margin-bottom: 20px; }
  .feature-styling--vertical .feature__image { max-width: 100%; }
}

@media (max-width: 720px) {
  .feature-styling .feature__inner { display: block; }
  .feature-styling .feature__image { margin: 0; max-width: 100%; padding-top: 68.5%; }
  .feature-styling .feature__content { padding: 30px 15px 10px; font-size: 14px; }
  .feature-styling .feature__content-head { padding-bottom: 10px; margin-bottom: 15px; }
  .feature-styling .feature__content-body > span { margin-bottom: 20px; }
  .feature-styling .feature__link { font-size: 14px;  }
}

@media (max-width: 460px) {
  /*.feature-styling .feature__inner { padding: 10px 10px 15px; }*/
  .feature-styling .feature__content { max-width: none; }
  .feature-styling .feature__content h4 { margin-bottom: 10px; }

  .feature-styling--vertical .feature__inner { padding: 10px 10px 15px; }
  .feature-styling--vertical .feature__image { margin-bottom: 15px; }
  .feature-styling--vertical .feature__content { max-width: none; }
  .feature-styling--vertical .feature__content h4 { margin-bottom: 10px; }
}

/* ------------------------------------------------------------ *\
  Intro big
\* ------------------------------------------------------------ */

.intro-big { /* min-height: 404px; */ /*height: 1px;*/  padding-top: 25.7%; background-position: center center; background-repeat: no-repeat; background-size: cover;/* border-top: 3px solid  #3a2720;*/ position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-bottom: 3px; }

.intro-big:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .4; pointer-events: none; }

.intro-big .intro__title { font-size: 60px; text-transform: uppercase; color: #fff; text-align: center; line-height: 1.20; position: relative; z-index: 2; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.intro-big .intro__title--big { font-size: 72px; }
.intro-big .intro__sub-title { display: block; margin: 0 auto; font-size: 32px; color: #fff; text-align: center; line-height: 1.20; position: relative; z-index: 2; position: absolute; top: 70%; font-weight: 300; }

@media (max-width: 1024px) {
    .intro-big .intro__title { font-size: 38px; }
    .intro-big .intro__title--big { font-size: 44px; }
    .intro-big .intro__sub-title { font-size: 22px; }
}

@media (max-width: 720px) {
  .intro-big { padding-bottom: 0; height: 188px; padding-top: 0; }
  .intro-big .photo { width: 720px; right: auto; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
  .intro-big .photo img { height: 100%; }
  .intro-big .intro__title { font-size: 28px; }
  .intro-big .intro__title--big { font-size: 34px; }
  .intro-big .intro__sub-title { font-size: 18px; }
}

/* ------------------------------------------------------------ *\
  Picture big
\* ------------------------------------------------------------ */

.picture-big { background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-bottom: 50px; }
.picture-big:before {}
.picture-big .picture__title { font-size: 60px; text-transform: uppercase; color: #fff; text-align: center; line-height: 1.20; position: relative; z-index: 2; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.picture-big .picture__title--big { font-size: 72px; }
.picture-big img {width: 100%; max-width: 1600px;}

@media (max-width: 1024px) {
    .picture-big .picture__title { font-size: 38px; }
    .picture-big .picture__title--big { font-size: 44px; }
}

@media (max-width: 720px) {
  .picture-big { padding-bottom: 20px; }
  .picture-big .picture__title { font-size: 28px; }
  .picture-big .picture__title--big { font-size: 34px; }
}


/* ------------------------------------------------------------ *\
  List elements
\* ------------------------------------------------------------ */

.list-elements { line-height: 1.75; list-style-type: none; }

.list-elements li { position: relative; padding-left: 25px; margin-bottom: 15px; }

.list-elements li:before { content: ''; position: absolute; top: 8px; left: 0; width: 9px; height: 9px; background: #b9763e; border-radius: 50%; }

/* ------------------------------------------------------------ *\
  Product Secondary
\* ------------------------------------------------------------ */

@media (max-width: 1023px) {
  .tabs .product-secondary .product__content {
    display: block;
  }

  .tabs .product-secondary .product__content-col + .product__content-col {
    margin-top: 15px;
  }
}

/* ------------------------------------------------------------ *\
    Slider Products Medium
\* ------------------------------------------------------------ */

.slider-products-medium .slider__slides { margin: 0 -8px; }

.slider-products-medium .slider__slide { padding: 0 8px; }

@media (max-width: 1024px) {
    .slider-products-medium .slider__slides { margin: 0 -6px; }
    .slider-products-medium .slider__slide { padding: 0 6px; }
}

@media (max-width: 720px) {
    .slider-products-medium .slider__slides { margin: 0; }
    .slider-products-medium .slider__slide { padding: 0; }

    .slider-products-medium .slick-arrow { top: 30px; }
}

/* ------------------------------------------------------------ *\
  Article Page Alt
\* ------------------------------------------------------------ */

.article-page-alt { position: relative; }

.article-page-alt .articles__body { margin-bottom: 110px; }

.article-page-alt .article__content { margin: 0 auto 97px; max-width: 700px; padding: 0 53px;  }

.article-page-alt .article__title { font-size: 24px; font-weight: 700; margin-bottom: 55px; color: #000; text-align: center; line-height: 1.33; }

.article-page-alt .article__subtitle { font-size: 24px; font-weight: 100; margin-bottom: 22px; color: #000; text-align: center; line-height: 1.33; }

.article-page-alt .article__entry { line-height: 1.75; color: #545454; margin-bottom: 0; }

.article-page-alt .article__entry + .article__entry { margin-top: 15px; }

.article-page-alt .article__image { position: relative; margin: 54px -30px 80px -10px; text-align: center; }

.article-page-alt .article__image picture { display: block; margin-bottom: 26px; }

.article-page-alt .article__label { font-size: 12px; padding-right: 25px; }

.article-page-alt .article__paragraphs + .article__paragraphs { margin-top: 30px; }

.article-page-alt .article__foot { border-top: 1px solid #c9c8c8; padding-top: 5px; }

@media (max-width: 1024px) {
  .article-page-alt .article__content { margin: 0 auto 40px; }

  .article-page-alt .article__title { margin-bottom: 25px; }

  .article-page-alt .article__subtitle { margin-bottom: 10px; }

  .article-page-alt .article__entry + .article__entry { margin-top: 10px; }

  .article-page-alt .article__image { margin: 30px 0; }
  .article-page-alt .article__image picture { margin-bottom: 14px; }

  .article-page-alt .article__label { padding-right: 0; }
}

@media (max-width: 720px) {
  .article-page-alt .articles__body { margin-bottom: 63px; }
  .article-page-alt .article__content { padding: 0; font-size: 16px; margin-bottom: 90px; line-height: 1.8; }

  .article-page-alt .article__title { text-align: left; font-size: 24px; margin-bottom: 23px; }
  .article-page-alt .article__subtitle { text-align: left; font-size: 16px; margin-bottom: 21px; }

  .article-page-alt .article__entry { padding-right: 5px; }
  .article-page-alt .article__entry + .article__entry { margin-top: 18px; }

  .article-page-alt .article__image { margin: 65px 0 39px; }

  .article-page-alt .article__label { font-size: 10px; line-height: 1.40; }

  .article-page-alt .article__paragraphs + .article__paragraphs { margin-top: 45px; }
}

/* ------------------------------------------------------------ *\
  Pattern
\* ------------------------------------------------------------ */

.pattern { position: relative; overflow: hidden; }

.pattern .pattern__inner { background-repeat: repeat-x; height: 35px; width: 100%; }

/* ------------------------------------------------------------ *\
  Review
\* ------------------------------------------------------------ */

.review .review__entry {
  font-weight: normal;
}

@media (max-width: 1024px) {
  .header__bar-aside .nav-utils {
    width: calc(100% - 398px);  
  }
}

/* ------------------------------------------------------------ *\
	Infos
\* ------------------------------------------------------------ */

.infos { padding: 32px 0 45px; }

/* ------------------------------------------------------------ *\
	Info
\* ------------------------------------------------------------ */

.info { font-weight: 300; font-size: 14px; }

.info + .info { margin-top: 30px; }

.info .info__entry--alt { text-transform: uppercase; margin: -5px 0 0 32px; line-height: 1.7; }

@media (max-width: 1024px) {
	.info + .info { margin-top: 35px; }

	.info .info__title { font-size: 18px; margin-bottom: 10px; }
	.info .info__entry { font-size: 16px; }
}

@media (max-width: 720px) {
	.info .info__title { font-size: 14px; margin-bottom: 5px; }
	.info .info__entry { font-size: 13px; }
}

/* ------------------------------------------------------------ *\
    Footer
\* ------------------------------------------------------------ */

.footer { position: relative; margin-top: 50px; background-color: #000; color: #fff; font-size: 12px; font-weight: 300; line-height: 1.7; }

.footer .footer__bottom { text-align: center; border-top: 1px solid #fff; padding:20px 0 20px 0; }
.footer .footer__bottom span+span { margin-left:10px; }

.footer .footer__body { padding: 50px 0; }

.footer .footer__logo { display: inline-block; margin-bottom: 28px; }

.footer .footer__title { margin-bottom: 12px; font-size: 14px; text-transform: uppercase; font-weight: 700; color:#fff;}

.footer .footer__nav li + li { margin-top: 3px; }

.footer .footer__nav a { text-decoration: none; }

.footer .footer__nav a:hover { text-decoration: underline; }

.footer .cols + .cols { margin-top: 40px; }

.footer input:-webkit-autofill { -webkit-text-fill-color: #fff; -webkit-box-shadow: 0 0 0 1000px #000 inset; }

@media (max-width: 1024px) {
    .footer { font-size: 14px; }
    .footer .footer__top { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
    .footer .footer__contacts { position: absolute; width: 50%; bottom: calc(100% + 43px); right: 0; }
    .footer .shell { max-width: 610px; }
    .footer .footer__body { padding: 70px 0 170px; }

    .footer .cols + .cols { margin-top: 55px; }
    .footer .footer__title { font-size: 16px; }
    .footer .footer__title i { position: relative; margin-left: 10px; right: 0;  }

    .footer .footer__title--arrow { white-space: nowrap; }

    .footer .footer__nav { display: none; }
    .footer .footer__nav li + li { margin-top: 8px; }

    .footer .footer__bottom { padding: 16px 0; }
}

@media (max-width: 460px) {
    .footer .footer__contacts { position: static;  }
    .footer .footer__title--arrow { white-space: inherit; }
}

/* ------------------------------------------------------------ *\
    Footer-alt
\* ------------------------------------------------------------ */

.footer-alt { position: relative; margin-top: 50px; background-color: #000; color: #fff; font-size: 12px; font-weight: 300; line-height: 1.7; }

.footer-alt .rating { white-space: nowrap; }

.footer-alt .footer__content { padding: 50px 0; }

.footer-alt .footer__title { margin-bottom: 12px; font-size: 14px; text-transform: uppercase; font-weight: 700; }

.footer-alt .footer__nav li + li { margin-top: 3px; }

.footer-alt .footer__nav a { text-decoration: none; }

.footer-alt .footer__nav a:hover { text-decoration: underline; }

.footer-alt input:-webkit-autofill { -webkit-text-fill-color: #fff; -webkit-box-shadow: 0 0 0 1000px #000 inset; }

.footer-alt .footer__bar { position: relative; padding-top: 33px; padding-bottom: 44px; }

.footer-alt .footer__bar:before  { content: ''; position: absolute; top: 0; left: 0; right: 0; margin-left: auto; margin-right: auto; max-width: 1002px; height: 1px; background-color: #c0c0c1;  }

.footer-alt .footer__bar i { margin-left: auto; margin-right: auto; display: block; }

.footer-alt .contacts { padding-top: 0; margin-top: -5px; }

.footer-alt .footer__cols  { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

.footer-alt .footer__col { width: 33%; max-width: 33%; -webkit-box-flex: 0; -ms-flex: 0 0 33%; flex: 0 0 33%; }

@media (max-width: 1024px) {
    .footer-alt { font-size: 14px; }
    .footer-alt .footer__title { font-size: 16px; }
    .footer-alt .footer__nav li + li { margin-top: 8px; }
    .footer-alt .footer__bar { padding-top: 28px; }
}

@media (max-width: 720px) {
    .footer-alt .footer__bar { padding-top: 21px; }
    .footer-alt .footer__title { font-size: 14px; }
    .footer-alt .footer__cols  { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
    .footer-alt .footer__col { width: 100%; max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }
    .footer-alt .footer__col + .footer__col { margin-top: 30px; }
 
}

@media (max-width: 460px) {
    .footer-alt .footer__contacts { position: static;  }
}

/* ------------------------------------------------------------ *\
    Slider Products
\* ------------------------------------------------------------ */

.slider-products-large .slider__slides { margin: 0 -6px; }

.slider-products-large .slick-arrow { top: 58px; }

@media (max-width: 1360px) {
	.slider-products-large .slick-arrow { top: 4.3vw; }
}

@media (max-width: 1023px) { /* 1023-px */
	.slider-products-large .slick-arrow { top: 6.8vw; }
}

@media (max-width: 1024px) {
	.slider-products-large .slick-arrow { top: 9vw; }
}

@media (max-width: 720px) {
	.slider-products-large .slick-arrow { top: 13.5vw; }
}

@media (max-width: 460px) {
	.slider-products-large .slick-arrow { top: 11vw; }
}

/* ------------------------------------------------------------ *\
	Gallery
\* ------------------------------------------------------------ */

.gallery { position: relative; margin-bottom: 50px; padding: 19px 0 0; } /* padding: 69px 0 0;  */

.gallery .gallery__body { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin: 23px -7px 0; }

.gallery .gallery__head { position: absolute; top: 40px; left: 0; right: 0; text-align: center; font-size: 13px; text-transform: uppercase; font-weight: 400; }

.gallery .gallery__nav { padding-bottom: 10px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; border-bottom: 1px solid #c9c8c8; }

.gallery .gallery__head.active .gallery__nav { border: 0; }

.gallery .gallery__nav a { display: inline-block; padding: 0 5px; text-decoration: none; -webkit-transition: .2s ease-out; -o-transition: .2s ease-out; transition: .2s ease-out; }

.gallery .gallery__nav a:hover { opacity: .5; }

.gallery .gallery__amount { display: inline-block; padding: 0 15px 0; text-decoration: none; }

.gallery .gallery__amount + .gallery__amount  { margin-left: -10px; }

.gallery .gallery__amount a { padding: 0 11px; }

.gallery .gallery__amount .gallery__label { display: inline-block; vertical-align: middle; margin-bottom: -2px; margin-right: 6px; letter-spacing: -.050em; }

.gallery .gallery__title { margin: 2px 29px -2px 0; letter-spacing: -.05em; font-weight: 700; }

.gallery .gallery__dispon { margin-left: -3px; margin-top: 2px; letter-spacing: -.050em; }

.gallery .gallery__inner .gallery__close { display: none; }

@media (max-width: 1024px) {
	.gallery { padding-top: 80px; }
	.gallery .gallery__head { top: 24px; border: 0 !important; background-color: transparent !important; white-space: nowrap;}
	.gallery .gallery__nav { position: absolute; left: 0; top: 0; z-index: 20; width: 100vw; padding: 11px 196px 12px 78px; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; text-align: left; border: 1px solid #c9c8c8 !important; border-right: 0 !important; background-color: #fff; visibility: hidden; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); -webkit-transition: opacity .5s, visibility .5s, -webkit-transform .5s; transition: opacity .5s, visibility .5s, -webkit-transform .5s; -o-transition: opacity .5s, transform .5s, visibility .5s; transition: opacity .5s, transform .5s, visibility .5s; transition: opacity .5s, transform .5s, visibility .5s, -webkit-transform .5s; }
	.gallery .gallery__nav.active { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); opacity: 1; visibility: visible; }

	.gallery .gallery__head.active .btn--filter { top: 39px; right: 0; }
	.gallery .gallery__head.active .gallery__nav { top: 39px; }
}

@media(max-width: 479px) {
	.gallery .gallery__nav { z-index: 26; padding: 11px 0 12px; }
	.gallery .gallery__head .fz-xs { font-size: 11px; text-align: center;}
	.gallery .gallery__amount + .gallery__amount  { margin-left: -22px; }
	.gallery .gallery__amount a { padding: 0 10px;  }
	.gallery .gallery__amount .gallery__label { margin-right: 2px; display:block; padding:0 0 10px 0; }
	.gallery .gallery__dispon { margin-left: -12px;  }
	.gallery .gallery__inner .gallery__close { display: inline-block; }
}

@media(max-width: 360px) {
	.gallery .gallery__amount a  { padding: 0 5px; }
	.gallery .gallery__inner .gallery__dispon  { margin-left: -5px; margin-right: 2px; }
	.gallery .gallery__inner { margin-left: -12px; }
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { position: fixed; left: 0; right: 0; top: 0; z-index: 40; background-color: #fff; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }

.header.active { -webkit-transform: translateY(-35px); -ms-transform: translateY(-35px); transform: translateY(-35px); }

.header .header__bar { border-bottom: 1px solid #c9c8c8; position: relative; z-index: 101; }

.header .shell { display: -webkit-box; display: -ms-flexbox; display: flex; max-width: 1360px; }

/* @media (min-width: 1600px) { .header .shell { max-width: 1920px; } } */ /* new */

.header .header__search { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; }

.header .header__bar-aside { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; border-left: 1px solid #c9c8c8; }

.header .header__bar-aside nav { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } /* width: 50%; */
.header .header__bar-aside nav + nav { border-left: 1px solid #e1e0e0; }

.header .header__content { padding: 0; border-bottom: 1px solid #c9c8c8; }

.header .header__content .shell { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.header .header__logo { position: relative; padding: 11px 32px 11px 0; -webkit-transition: padding .3s; -o-transition: padding .3s; transition: padding .3s; }

.header .header__slogan { position: relative; }

.header .header__logo i,
.header .header__slogan .header__slogan-text { max-width: 120px; margin-bottom: 0; -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; font-size: 14px; white-space: nowrap; font-weight: 800; line-height: 1.3;}

.header .header__logo i + i,
.header .header__slogan i + i { position: absolute; top: 50%; left: 10px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); opacity: 0; }

.header .hidden-scroll { -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }

.header.active .hidden-scroll { opacity: 0; }

.header.active .header__logo { padding: 0px 0; border-color: transparent; }

.header.active .header__logo i,
.header.active .header__slogan .header__slogan-text { opacity: 0; }

.header.active .header__logo i + i,
.header.active .header__slogan i + i { opacity: 1; }

.header.active .nav > ul > li > a { height: 42px; margin-top: -2px; line-height: 42px; }

.header .header__slogan .nav-utils--scrolled { position: absolute; top: 50%; left: 38px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); opacity: 0; -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }

.header.active .header__slogan .nav-utils--scrolled { opacity: 1; text-align: left; }

.header.active .header__slogan .nav-utils--scrolled i { opacity: 1; }

.header .header__slogan { padding: 0; font-size: 10px; font-weight: 800; text-align: right; }

.header.active .dropdown-header { top: 77px; }

@media(min-width: 1025px){
    .header { display: block !important; }
}

@media (max-width: 1360px) {
    .header .shell,
    .header .header__content .shell { padding: 0 20px; }
    .header .header__slogan .header__slogan-text { max-width: 108px; font-size: 11px; }
}

@media (max-width: 1024px) {
    .header { display: none; position: fixed; top: 63px; max-height: calc(100vh - 63px); left: 0; right: 0; bottom: 0; }
    .header .header__bar-aside { width: 100%; border: 0; -ms-flex-wrap: wrap; flex-wrap: wrap; }
    .header .header__bar-aside nav { /* width: 60%; */ }
    .header .header__bar-aside nav + nav { /* width: 40%; */ }

    .header .shell { display: block; }

    .header .header__logo,
    .header .header__slogan { display: none; }

    .header .header__content { height: calc(100vh - 141px); overflow: auto; border: 0; display: block; }
    .header .header__content .shell { height: 100% }
    .header .header__content .shell .header__nav { height: 100% }
    .header .header__content .shell .header__nav ul { height: 100% }


    .header .header__search { position: absolute; top: -97px; right: 0; left: 80px; display: -webkit-box; display: -ms-flexbox; display: flex; height: 96px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #fff; }

    .header .header__bar .shell { padding: 0 30px 0 0; }
}

@media(max-width: 767px){ /* new */
    .header .header__bar-aside nav { width: auto; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }
    .header .header__bar-aside nav.nav-styles { max-width: 81px; -webkit-box-flex: 0; -ms-flex: 0 0 81px; flex: 0 0 81px; }
}

@media (max-width: 720px) {
    .header .header__bar .shell { padding: 0 10px 0 0; }
}

@media(max-width: 375px){ /* new */
    .header .header__bar-aside nav.nav-styles { max-width: 45px; -webkit-box-flex: 0; -ms-flex: 0 0 45px; flex: 0 0 45px; }
}

/* ------------------------------------------------------------ *\
    Header-mobile
\* ------------------------------------------------------------ */

.header-mobile { position: fixed; top: 0; right: 0; left: 0; z-index: 31; padding: 9px 0; display: none; text-align: center; border-bottom: 1px solid #eee; background-color: #fff; }

@media (max-width: 1024px) {
    .header-mobile { display: block; }
}

/* ------------------------------------------------------------ *\
    Header Alt
\* ------------------------------------------------------------ */

.header-alt {  padding: 38px 0 0; }

.header-alt .shell { display: -webkit-box; display: -ms-flexbox; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } /* display: flex; */

@media (max-width: 1024px) {
    .header-alt {  } /* padding-top: 120px; */
}

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro { position: relative; text-align: center; color: #fff; }

.intro .intro__inner { position: relative; padding-top: 36%; min-height: 350px; }

.intro .intro__image { position: absolute; top: 0; bottom: 0; right: 0; left: 0; background-position: center center; background-size: cover; }
.intro .intro__black {max-width: 640px; margin: 0 auto; background-color: rgba(0, 0, 0, 0.65); color: #FFF; padding: 20px}
.intro .intro__content { position: absolute; top: 50%; right: 0; left: 0; bottom: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }


.intro .intro__title { max-width: 600px; font-size: 72px; margin: 0 auto 10px; font-weight: 300; }

.intro .intro__actions { padding-top: 30px; }

.intro .intro__bottom { position: fixed; z-index: 38; bottom: 2px; right: 60px; }

.intro .intro__box { margin-top: 3px; padding: 0 10px; background-color: #000; color: #fff; font-weight: 300; font-size: 9px; height: 32px; line-height: 32px; }

.intro .intro__subtitle { max-width: 720px; margin: 0 auto; } /* padding: 0 15px; */

.intro .intro__price { max-width: 720px; font-size: 18px; margin: -10px auto 10px auto; padding: 0px 15px 10px 15px; display:block; }

@media (min-width: 1360px) {
    .intro .intro__price { font-size: 25px; line-height: 25px; } /* NEW */
    .intro .intro__subtitle { font-size: 18px; line-height: 35px; } /* NEW */
}

@media (max-width: 1360px) {
	.intro .intro__title { font-size: 60px; }
    .intro .intro__black {padding: 10px}
}

@media (max-width: 1024px) {
    .intro .intro__title { font-size: 42px; }
	.intro .intro__content { -webkit-transform: translateY(-60%); -ms-transform: translateY(-60%); transform: translateY(-60%); }
	.intro .intro__black { padding: 10px}
	.intro .intro__bottom { bottom: 2px; right: 15px; }
}

/* ------------------------------------------------------------ *\
	HOME
\* ------------------------------------------------------------ */
.homepage_bg.lazyloaded {background-image: url("/media/website-ui/homepage/beauty-in-details.jpg");}

/* ------------------------------------------------------------ *\
	Panel Info
\* ------------------------------------------------------------ */

.panel-info { position: fixed; bottom: 0; left: 0; z-index: 39; display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #fff; color: #000; border: 1px solid #c9c8c8; }

.panel__link { font-size: 13px; text-decoration: none; font-weight: 500; line-height: 15px;}

.panel__link i { display: inline-block; margin-right: 5px; }

.panel-info .panel__section { padding: 5px 0; }

.panel-info .panel__section + .panel__section { border-top: 1px solid #c9c8c8; }

.panel-info .panel__aside { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0 12px; min-height: 68px; border-right: 1px solid #c9c8c8; }

.panel-info .panel__content { display: none; }

.panel-info .panel__content-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 7px 25px; height: 100%; text-decoration: none; opacity: 0; -webkit-transition: opacity .2s 0s; -o-transition: opacity .2s 0s; transition: opacity .2s 0s; }

.panel-info.active .panel__content-inner { opacity: 1; -webkit-transition: opacity .3s .4s; -o-transition: opacity .3s .4s; transition: opacity .3s .4s; }

.panel-info .panel__text { text-transform: uppercase; font-size: 12px; font-weight: 700; color: #000; }

.panel-info .panel__title { font-style: italic; font-size: 14px; font-weight: 500; }

.panel-info .panel__subtitle { color: #545454; font-size: 11px; font-weight: 500; }

.panel-info .panel__arrow { cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #7f7f7f; margin: -1px; padding: 0 5px; -webkit-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }

.panel-info .panel__arrow:after { content: ''; display: block; width: 0; height: 0; border-style: solid; border-width: 3.5px 0 3.5px 3px; border-color: transparent transparent transparent #fff; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }

.panel-info .panel__arrow:hover,
.panel-info .panel__arrow.active { background-color: #b9763e; }

.panel-info .panel__arrow.active:after { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

@media (max-width: 1024px) { .panel-info .panel__arrow {padding:0 10px;} }

/* ------------------------------------------------------------ *\
	Slider Large
\* ------------------------------------------------------------ */

.slider-large .slider__slides { margin: 0 ; }

.slider-large .slider__slide { margin: 0 -15px; -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }

.slider-large .slick-current .slider__slide { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform .3s .5s; transition: -webkit-transform .3s .5s; -o-transition: transform .3s .5s; transition: transform .3s .5s; transition: transform .3s .5s, -webkit-transform .3s .5s; }

.slider-large .slick-current .slider__slide .product-alt .product__content { opacity: 1; visibility: visible; }

.slider-large .slick-arrow { left: 50%; margin-left: -403px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 10; width: 55px; height: 48px; background-color: #fff; background-size: 7px 17px; background-position: center center; background-repeat: no-repeat; }

.slider-large .slick-next { right: 50%; left: auto; margin-right: -397px; -webkit-transform: scaleX(-1) translateY(-50%); -ms-transform: scaleX(-1) translateY(-50%); transform: scaleX(-1) translateY(-50%); }

@media (max-width: 1024px) {
	.slider-large .slick-arrow { margin-left: -303px; width: 40px; height: 36px; background-size: 5px 13px; }
	.slider-large .slick-next { margin-right: -297px; }
}

@media (max-width: 460px) {
	.slider-large .slick-arrow { margin-left: -180px; width: 30px; background-color: transparent; }
	.slider-large .slick-next { margin-right: -180px; }
	.slider-large .slider__slide { margin: 0 10px; -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); }
}

/* ------------------------------------------------------------ *\
	Slider testimonials
\* ------------------------------------------------------------ */

.slider-testimonials--alt .slick-arrow { top: 50%; margin-top: -30px; left: -15px; }

.slider-testimonials--alt .slick-next { left: auto; right: -15px; }

.slider-testimonials--alt .slider__image { display: block; margin-bottom: 35px; }

.slider-testimonials--alt .slider__entry { text-align: center; font-weight: 300; }

/* ------------------------------------------------------------ *\
	Services
\* ------------------------------------------------------------ */

.services { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-top: 18px; }

@media (max-width: 460px) {
	.services { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
}

/* ------------------------------------------------------------ *\
	Service
\* ------------------------------------------------------------ */

.service { width: 33.33%; text-align: center; }

.service .service__image { height: 40px; }

.service .service__title { font-weight: 300; margin-bottom: 10px; font-size:20px; font-weight: 300; line-height: 1.3; }

.service .service__entry { max-width: 200px; margin: 0 auto; color: #545454; line-height: 1.71; font-weight: 300; }

@media (max-width: 460px) {
	.service { width: 100%; }
	.service + .service { margin-top: 20px; }
}

/* ------------------------------------------------------------ *\
	testimonial
\* ------------------------------------------------------------ */

.testimonial { text-align: center; padding-bottom: 2px; }

.testimonial .testimonial__image { display: block; margin-bottom: 50px; }

.testimonial .testimonial__entry { font-size: 18px; font-weight: 300; }

.testimonial .testimonial__actions { padding-top: 30px; }

@media (max-width: 1024px) {
	.testimonial .testimonial__image { max-width: 260px; margin: 0 auto 28px;  }
	.testimonial .testimonial__actions { padding-top: 12px; }
}

/* ------------------------------------------------------------ *\
	Panels
\* ------------------------------------------------------------ */

.panels { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -8px; }

.panels .panel-large,
.panels .panel { width: calc(33.33% - 16px); margin: 0 8px 16px; }

@media (max-width: 1024px) {
	.panels .panel-large,
	.panels .panel { width: calc(50% - 16px); }
}

@media (max-width: 460px) {
	.panels .panel-large,
	.panels .panel { width: calc(100% - 16px); }
}

/* ------------------------------------------------------------ *\
	Panel
\* ------------------------------------------------------------ */

.panel { border: 1px solid #c9c8c8; font-weight: 300; font-size: 13px; min-height: 290px; overflow: hidden; }

.panel .panel__head { display: block; color: #fff; padding: 18px 22px 13px; background-size: cover; background-position: center center; text-decoration: none; -webkit-transition: .2s ease-out; -o-transition: .2s ease-out; transition: .2s ease-out; }

.panel .panel__title { text-transform: uppercase; font-weight: 700; -webkit-transition: .2s ease-out; -o-transition: .2s ease-out; transition: .2s ease-out; text-shadow: 0 0 3px transparent; font-size:20px; line-height: 1.6; color:#fff; }

.panel .panel__title-small { margin-bottom: 7px; font-weight: 400; text-transform: uppercase; font-size: 13px; }

.panel .panel__head:hover { -webkit-transform: scale(1.03); -ms-transform: scale(1.03); transform: scale(1.03); }

.panel .panel__head:hover .panel__title { -webkit-transform: scale(.97); -ms-transform: scale(.97); transform: scale(.97); text-shadow: 0 0 3px rgba(0,0,0,0.5); }

.panel .panel__body { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 25px 22px; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.panel .panel__col { width: 50%; }
.panel .panel__col.wide  { width: 100%; } /* new */

.panel .panel__list { color: #545454; list-style-type: none; line-height: 1.7; }

.panel .panel__list a { text-decoration: none; font-size: 13px; line-height: 18px; }
.panel .panel__list a.wide { font-size: 15px; } /* new */

.panel .panel__list a:hover { text-decoration: underline; }

@media (max-width: 1024px) {
	.panel { font-size: 14px; }
	.panel .panel__title-small { font-size: 16px; }
	.panel .panel__title { font-size: 24px; }

	.panel .panel__col { padding: 0 5px 0 0; }
	.panel .panel__col + .panel__col { padding: 0 0 0 5px; }
}

/* ------------------------------------------------------------ *\
	Panel Large
\* ------------------------------------------------------------ */

.panel-large { background-size: cover; color: #fff; padding: 29px; }

.panel-large .panel__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; height: 100%; padding: 10px 30px; background-color: rgba(0, 0, 0, 0.4); font-weight: 300; font-size: 14px; line-height: 1.7; }
.panel-large .panel__inner.wide { font-size: 15px; } /* new */

@media (max-width: 1024px) {
	.panel-large .panel__inner { font-size: 18px; }
}

/* ------------------------------------------------------------ *\
	Photo
\* ------------------------------------------------------------ */

.photo { 
  position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; overflow: hidden; z-index: -1; 
  /* filter: sepia(0.1) saturate(1.1) contrast(1.1); */ /* new */
}
/* .product-outer .photo { filter: sepia(0.1) saturate(1.1) contrast(1.1); } */

.photo.filter { filter:brightness(0.75);  } /* Nos collections Homepage */ /* New */

.photo source,
.photo img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } /* height: auto; */

.photo .photo__vertical { position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); height: 100%; width: auto; max-width: none; }

.photo .photo__left { left: 0; right: auto; -webkit-transform: none; -ms-transform: none; transform: none; }

.photo .photo__right { left: auto; right: 0; -webkit-transform: none; -ms-transform: none; transform: none; }

/* ------------------------------------------------------------ *\
	Boxes Large
\* ------------------------------------------------------------ */

.boxes-large { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media (max-width: 1024px) {
	.boxes-large { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
}

/* ------------------------------------------------------------ *\
	Box Large
\* ------------------------------------------------------------ */

.box-large { width: 50%; padding: 54px 25px; text-align: center; border: 1px solid #c9c8c8; }

.box-large .box__inner { max-width: 284px; margin: 0 auto; }

.box-large .box__controls { position: relative; text-align: left; }

.box-large .box__controls i { position: absolute; bottom: 14px; right: 12px; max-width: 14px; max-height: 12px; opacity: 0; pointer-events: none; -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }

.box-large .box__controls.checked i { opacity: 1; }

.box-large .box__col { width: 380px; }

.box-large .box__row { text-align: left; }

.box-large .box__row + .box__row { margin-top: 40px; }

.box-large .field { color: #3f3f3f; }

.box-large .link { margin-top: 18px; color: #fff; font-size: 11px; -webkit-transition: .2s ease-out; -o-transition: .2s ease-out; transition: .2s ease-out; }

.box-large .link:hover { color: #a9662e; }

.box-large .link:after { background-color: #fff; -webkit-transition: .2s ease-out; -o-transition: .2s ease-out; transition: .2s ease-out; }

.box-large .link:hover:after { background-color: #a9662e; }

.box-large .box__entry { padding: 23px 0; margin: 0 -35px; font-size: 16px; line-height: 2.2; font-weight: 300; }

.box-large .box__actions { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding-top: 56px; }

.box-large .box__title { margin-bottom: 40px; text-transform: uppercase; }

.box-large .box__controls label { position: absolute; left: 0; top: -20px; font-weight: 700; font-size: 12px; }

.box-large--dark { background-color: #000; color: #fff; border: 0; }

.box-large--alt { padding: 0; width: 100%; border: 0; }

.box-large--alt .box__title { text-align: left; }

.box-large .box__row--flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media (max-width: 1024px) {
	.box-large { width: 100%; padding: 40px 25px 70px; border: 0; }
	.box-large .box__inner { max-width: 400px; margin: 0 auto; }

	.box-large .box__controls label { display: inline-block; margin-bottom: 7px; position: static; font-size: 20px; }
	.box-large .box__title { font-size: 28px; margin-bottom: 26px; }
	.box-large .box__entry { padding: 0; font-size: 20px; }

	.box-large .box__actions { padding-top: 25px; }
	.box-large .field { min-height: 54px; line-height: 54px; padding: 0 15px; font-size: 18px; }
	.box-large .box__row + .box__row { margin-top: 26px; }
	.box-large .box__row i { bottom: 18px; max-width: 100%; max-height: 100%; }

	.box-large .btn,
	.box-large .btn-white { font-size: 20px; padding: 0 68px; height: 60px; line-height: 60px; }

	.box-large .btn-white { padding: 0 46px; line-height: 56px; }
	.box-large .link { margin-top: 22px; font-size: 18px; }

	.box-large .box__col { margin-bottom: 30px; }

	.box-large--dark { padding: 62px 25px; }
	.box-large--dark .box__title { margin-bottom: 40px; }
	.box-large--dark .box__actions { padding-top: 65px; }

	.box-large--alt .box__title { text-align: center; margin-bottom: 70px; }
	.box-large .box__row--flex { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 !important; }
}

@media (max-width: 720px) {
	.box-large .box__col { width: 100%; }
	.box-large .box__controls label { font-size: 12px; }
}

/* ------------------------------------------------------------ *\
	Article Large
\* ------------------------------------------------------------ */

.article-large { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; font-weight: 300; border: 1px solid #d3d3d3; font-size: 14px; }

.article-large .article__link { position: absolute; left: 0; right: 0; bottom: 0; top: 0; z-index: 1; }

.article-large .article__image { position: relative; width: 66.66%; height: 398px; background-size: cover; background-repeat: no-repeat; background-position: center center; } /* height: 433px; */

.article-large .article__content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 33.33%; padding: 45px 24px 10px; }

.article-large .article__title { padding-bottom: 32px; margin-bottom: 23px; font-weight: 300; text-align: center; font-size: 24px; border-bottom: 1px solid #d3d3d3; line-height: 1.1; font-weight:300; }

.article-large .article__head { margin-bottom: 20px; }

.article-large .article__subtitle { color: #545454; text-align: center; }

.article-large .article__entry { color: #545454; line-height: 1.71; }

.article-large .article__label { position: absolute; right: 0; top: 20px; padding: 8px 12px; background-color: #b9763e; color: #fff; text-transform: uppercase; -webkit-transform: translateX(50%); -ms-transform: translateX(50%); transform: translateX(50%); }

@media (max-width: 1024px) {
	.article-large .article__image { height: 316px; }
	.article-large .article__label { top: 10px; padding: 4px 12px; }
	.article-large .article__head { margin-bottom: 30px; }

	.article-large .article__title { font-size: 18px; padding-bottom: 24px; margin-bottom: 12px; }
	.article-large .article__subtitle { font-size: 14px; }
}

@media (max-width: 720px) {
	.article-large { display: block; }
	.article-large .article__image { width: 100%; height: 240px; }
	.article-large .article__content { width: 100%; padding: 30px 15px 10px; text-align: center; }

	.article-large .article__label { right: 50%; top: auto; bottom: 0; -webkit-transform: translate(50%, 50%); -ms-transform: translate(50%, 50%); transform: translate(50%, 50%); }
}

/* ------------------------------------------------------------ *\
	Articles Page
\* ------------------------------------------------------------ */

.articles-page { padding-top: 10px; font-weight: 300; }

.articles-page .articles__head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; background-color: #eee; color: #7f7f7f; height: 48px; font-size: 16px; }

.articles-page .articles__date { width: 33.33%; text-align: center; margin-bottom: 0; }

.articles-page .articles__select { width: 66.67%; height: 39px; padding: 0 20px 0 34px; border-left: 1px solid #c9c8c8; }

.articles-page .articles__select select { width: 100%; height: 100%; border: 0; background-color: transparent; font-weight: 300; text-transform: uppercase; }

.articles-page .articles__body { padding-top: 67px; }

@media (max-width: 1024px) {
	.articles-page .articles__head { margin: 0 -30px; }
	.articles-page .articles__body { padding-top: 40px; }
}

/* ------------------------------------------------------------ *\
	Article Page
\* ------------------------------------------------------------ */

.article-page { position: relative; }

.article-page .article__aside { position: absolute; top: 0; left: 0; width: 33.33%; }

.article-page .article__content { margin-left: auto; width: 66.67%; }

.article-page .article__title { font-size: 30px; font-weight: 100; margin-bottom: 22px; color: #000; }

.article-page .article__entry { line-height: 1.85; color: #545454; }

.article-page .article__image { position: relative; margin: 75px 0; }

.article-page .article__quote { position: relative; max-width: 215px; font-size: 18px; line-height: 1.78; color: #7f7f7f; }

.article-page .article__quote i { position: absolute; top: -34px; left: -14px; }

.article-page .article__label { position: absolute; bottom: -32px; left: 0; font-size: 12px; }

.article-page .article__author { padding: 55px 0 38px; }

.article-page .article__author-image { margin-bottom: 15px; }

.article-page .article__author-image img { max-width: 60px; }

.article-page .article__foot { border-top: 1px solid #c9c8c8; padding-top: 5px; }

@media (max-width: 1024px) {
	.article-page .article__content,
	.article-page .article__aside { width: 100%; position: static; }

	.article-page .article__quote { max-width: 100%; margin-bottom: 55px; font-size: 22px; line-height: 1.4; }
	.article-page .article__entry { font-size: 16px; line-height: 1.8; margin-bottom: 13px; }
	.article-page .article__title { margin-bottom: 15px; }

	.article-page .article__label { font-size: 14px; }

	.article-page .article__quote--large { margin: 105px 20px 65px; }

	.article-page .article__image img { width: 100%; }
	.article-page .article__author-image img { max-width: 117px; }
	.article-page .article__author { font-size: 16px; }
}

/* ------------------------------------------------------------ *\
	Section Info
\* ------------------------------------------------------------ */

.section-info { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 12px; font-weight: 300; }

.section-info + .section-info { border-top: 1px solid #d3d3d3; padding-top: 36px; }

.section-info .section__tables { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -30px; }

.section-info .section__tables--alt  { margin: 0 0 0 -30px; }

.section-info .section__aside { width: 45px; }

.section-info .section__aside--alt { width: auto; position: absolute; right: 0; }

.section-info .section__content { width: calc(100% - 45px); }

.section-info .section__title { font-size: 14px; margin-bottom: 22px; }

@media (max-width: 1024px) {
	.section-info { padding-bottom: 45px; font-size: 16px; }
	.section-info + .section-info { padding-top: 70px; }
	.section-info .section__title { font-size: 20px; }
}

@media (max-width: 720px) {
	.section-info { padding-bottom: 20px; font-size: 13px; }
	.section-info + .section-info { padding-top: 35px; }

	.section-info .section__content  { width: calc(100% - 30px); padding-left: 15px; }
	.section-info .section__aside { width: 30px; }
	.section-info .section__aside--alt { width: auto; }
	.section-info .section__title { padding-right: 55px;  font-size: 16px; }
}

/* ------------------------------------------------------------ *\
	Info Alt
\* ------------------------------------------------------------ */

.info-alt { width: 50%; padding: 0 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.info-alt .info__title,
.info-alt .info__entry { width: 50%; }

.info-alt em { color: #7f7f7f; }

.info-alt p { margin-bottom: 17px; }

@media (max-width: 1024px) {
	.info-alt { width: 100%; }
	.info-alt { font-size: 18px; }
	.info-alt p { margin-bottom: 12px; }
}

@media (max-width: 720px) {
	.info-alt { font-size: 12px; }
}

/* ------------------------------------------------------------ *\
    Nav
\* ------------------------------------------------------------ */

.nav { padding: 0 0; font-size: 14px; font-weight: bold; color: #383838; }

.nav ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.nav > ul > li > a { position: relative; display: block; height: 61px; line-height: 61px; margin: -1px 0 0; padding: 0 15px; text-decoration: none; overflow: hidden; text-transform: uppercase; -webkit-transition: background-color .3s, color .3s; -o-transition: background-color .3s, color .3s; transition: background-color .3s, color .3s; }

.nav > ul > li > a:after { content: ''; position: absolute; display: block; top: 0; left: 0; right: 0; height: 4px; background-color: #b9763e; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); }

.nav > ul > li > a > i + i { position: absolute; top: 50%; left: 50%; margin-top: 1px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }

@media(min-width: 1025px) {
    .nav > ul > li > a  { white-space: nowrap; }
    .nav > ul > li:hover > a { background-color: #000; color: #fff; text-shadow: none; }
    .nav > ul > li:hover > a:after { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
    .nav > ul > li:hover > a > i { opacity: 0; }
    .nav > ul > li:hover > a > i + i { opacity: 1; }
}

.nav > ul > li:last-child { margin-right: 0; }

.dropdown-header { position: absolute; top: 96px; left: 0; right: 0; z-index: 100; font-size: 13px; overflow: hidden; opacity: 0; visibility: hidden; -webkit-transition: opacity .3s, visibility .3s; -o-transition: opacity .3s, visibility .3s; transition: opacity .3s, visibility .3s; }

.dropdown-header .dropdown__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; border-top: 13px solid #000; background-color: rgba(255, 255, 255, 0.95); -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; } /* background-color: rgba(255, 255, 255, 0.9); */

@media(min-width: 1025px){
    .has-dropdown-header:hover .dropdown-header { opacity: 1; visibility: visible; cursor: pointer; }
    .has-dropdown-header:hover .dropdown-header .dropdown__inner { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.dropdown-header .dropdown__nav { position: relative; display: block; }

.dropdown-header .dropdown__nav:after { content: ''; position: absolute; top: 100%; left: 0; right: 0; display: block; height: 100vh; background-color: #000; }

.dropdown-header .dropdown__nav a { display: block; width: 250px; padding: 5px 0 5px 57px; text-transform: uppercase; text-decoration: none; font-family: 'Helvetica Neue', Helvetica-Neue, Arial, Helvetica, sans-serif; font-weight: 500; background-color: #000; color: #fff; }

.dropdown-header .dropdown__nav .dropdown-active a { background-color: transparent; color: #000; }

.dropdown-header .dropdown__body { position: relative; width: calc(100% - 250px); padding-left: calc(50vw - 910px); padding-right: calc(50vw - 655px); }

.dropdown-header .dropdown__tab { display: -webkit-box; display: -ms-flexbox; display: flex; max-width: none; margin: 0 -100px 0 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; visibility: hidden; opacity: 0; -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }

.dropdown-header .dropdown__tab.active { position: static; opacity: 1; visibility: visible; }

.dropdown-header .dropdown__aside,
.dropdown-header .dropdown__content { width: 50%; }

.dropdown-header .dropdown__content-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.dropdown-header .dropdown__content-title { display: none; }

.dropdown-header .dropdown__content-title > a { display: block; width: 100%; text-decoration: none; }

.dropdown-header .dropdown__col { width: 50%; padding: 30px; }

.dropdown-header .dropdown__list { display: block; font-weight: 300; line-height: 1.6; }

.dropdown-header .dropdown__list a { text-decoration: none; font-family: 'Helvetica Neue', Helvetica-Neue, Arial, Helvetica, sans-serif;  }

.dropdown-header .dropdown__list a:hover { text-decoration: underline; }

.dropdown-header .dropdown__title a { text-decoration: none; }

.dropdown-header .dropdown__title { display:block; margin-bottom: 10px; font-size: inherit; text-transform: uppercase; color: black; margin-block-start: 1.67em; margin-block-end: 1.67em; margin-inline-start: 0px; margin-inline-end: 0px; font-weight: 500;}

.dropdown-header .dropdown__title .dropdown_bg { color: #FFF; background: #000; padding: 5px;}

.dropdown-header .dropdown__aside { padding: 25px 126px 20px 0; }

.dropdown-header .dropdown__top { display: none; }

@media (max-width: 1360px) {
    .nav { font-size: 12px; }
    .dropdown-header .dropdown__body  { padding: 0;  }
    .dropdown-header .dropdown__content { -webkit-box-flex: 0; -ms-flex: 0 0 66.66%; flex: 0 0 66.66%; margin: 0; }
    .dropdown-header .dropdown__title .dropdown_bg { color: #000 ; background: #FFF ; padding: 0;}
    .dropdown-header .dropdown__aside { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin: 0; padding-right: 0; padding-left: 0; font-weight: 300;}
    .dropdown-header .dropdown__tab  { margin: 0; }
}

@media (max-width: 1024px) {
    .nav { font-size: 28px; }
    .nav > ul { display: block; }
    .nav > ul > li,
    .nav > ul > li > a { width: 100%; display: block; }

    .nav > ul > li > a { position: relative; margin: 0 0 0 144px; width: calc(100% - 144px); padding: 0; overflow: visible; }
    .nav > ul > li > a:before { content: ''; position: absolute; left: -109px; top: 12px; display: inline-block; width: 36px; height: 36px; border-radius: 50%; background-image: url(/objects/files-sprite/v4_ico-arrow-mobile.png); background-size: 100% 100%; pointer-events: none;}

    .nav > ul > li > a:after { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); left: -39px; top: 10px; bottom: 10px; height: auto; width: 1px; right: auto; background-color: #c9c8c8; pointer-events: none; }

    .nav > ul > li { border-bottom: 1px solid #c9c8c8; padding-left: 0; padding-right: 0; }

    .dropdown-header { top: 45px; max-height: calc(100vh - 141px); overflow: auto; background-color: #fff; height: 100%; }
    .dropdown-header .dropdown__nav { display: none; }
    .dropdown-header .dropdown__aside { display: none; }
    .dropdown-header .dropdown__content { width: 100%; padding: 0 30px; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }

    .dropdown-header .dropdown__content-title { display: block; }
    .dropdown-header .dropdown__content-inner { display: none; }

    .dropdown-header .dropdown__col { width: 100%; padding: 0; }
    .dropdown-header .dropdown__inner { border: 0; }

    .dropdown-header .dropdown__body { position: relative; width: 100%; }
    .dropdown-header .dropdown__tab { position: static; opacity: 1; visibility: visible; }

    .dropdown-header .dropdown__top { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; background-color: #000; color: #fff; font-size: 28px; padding: 8px 30px; margin: 5px 0 0 0; text-decoration: none; }
    .dropdown-header .dropdown__top .c-link, .dropdown-header .dropdown__top > a { display: block; width: 100%; text-decoration: none; margin-left: 16px; }

    .dropdown-header.active { opacity: 1; visibility: visible; }
    .dropdown-header.active .dropdown__inner { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

    .dropdown-header .dropdown__list { display: none; }
    .dropdown-header .dropdown__title { width: 100%; display: block; }

    .dropdown-header .dropdown__content-title,
    .dropdown-header .dropdown__title { position: relative; padding: 13px 0 13px 75px; }

    .dropdown-header .dropdown__list > li { border-bottom: 1px solid #c9c8c8; background-color: #f7f7f7; }
    .dropdown-header .dropdown__list > li .c-link, .dropdown-header .dropdown__list > li > a { display: block; padding: 13px 0 13px 120px; font-size: 20px; }

    .dropdown-header .dropdown__content-title { margin: 0; font-size: 20px; }
    .dropdown-header .dropdown__content-title:after,
    .dropdown-header .dropdown__title:after { content: ''; position: absolute; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); left: 55px; top: 10px; bottom: 10px; height: auto; width: 1px; right: auto; background-color: #c9c8c8; }
    .dropdown-header .dropdown__title:after { left: 100px; }

    .dropdown-header .dropdown__content-title:before,
    .dropdown-header .dropdown__title:before { content: ''; position: absolute; left: 0px; top: 10px; display: inline-block; width: 36px; height: 36px; border-radius: 50%; background-image: url(/objects/files-sprite/v4_ico-plus.png); background-size: 100% 100%; }
    .dropdown-header .dropdown__title { margin-bottom: 0; text-transform: uppercase !important; }

    .dropdown-header .dropdown__content-title.active:before,
    .dropdown-header .dropdown__title.active:before { background-image: url(/objects/files-sprite/v4_ico-minus.png); }

    .dropdown-header .dropdown__list .dropdown__list > li { border-bottom: 0; border-top: 1px solid #c9c8c8; background-color: #f7f7f7; }
    .dropdown-header .dropdown__list .dropdown__title { font-style: normal; padding-left: 250px;  }
    .dropdown-header .dropdown__list .dropdown__title:before { display: none; }

    .dropdown-header .dropdown__title:before { left: 42px; }
    .dropdown-header .dropdown__title { padding-left: 123px; text-transform: none; font-style: italic; font-size: 20px; color: #000; margin-top:0px;}

    .dropdown-header .dropdown__content-title,
    .dropdown-header .dropdown__title { border-bottom: 1px solid #c9c8c8; }
}

@media(max-width: 600px){
    .nav > ul > li > a { margin: 0 0 0 70px; width: calc(100% - 70px); font-size: 14px; }
    .nav > ul > li > a:before { left: -70px; }
    .nav > ul > li > a:after { left: -20px; }

    .dropdown-header { top: 47px; }

    .dropdown-header .dropdown__content-title,
    .dropdown-header .dropdown__list > li > a { padding: 13px 0 13px 70px; }

    .dropdown-header .dropdown__content-title:before,
    .dropdown-header .dropdown__title:before { left: 0; }


    .dropdown-header .dropdown__content-title:after { left: 50px; }

    .dropdown-header .dropdown__title:before { left: 34px; }
    .dropdown-header .dropdown__title:after { left: 89px; }
    .dropdown-header .dropdown__title { padding: 13px 0 13px 104px; }

    .dropdown-header .dropdown__list > li > a { padding-left: 38px; }
}

/* ------------------------------------------------------------ *\
    Nav Links
\* ------------------------------------------------------------ */

.nav-links { font-size: 12px; font-weight: bold; text-transform: uppercase; color: #b9763e; }
.nav-links.black {color: #FFF;background: #000;}

.nav-links ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; height: 100%; list-style-type: none; }

.nav-links ul > li { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }

.nav-links li { height: 100%; }

.nav-links a, .nav-links span.c-link { display: block; height: 100%; padding: 0 15px; text-decoration: none; line-height: 35px; -webkit-transition: background-color .3s, color .3s; -o-transition: background-color .3s, color .3s; transition: background-color .3s, color .3s; text-align: center; }

.nav-links span.c-link { color: inherit; text-shadow: 1px 0 0 transparent, 1px 0 0 transparent; }

.nav-links a:hover { background-color: #b9763e; color: #fff; text-shadow: none; }

@media (max-width: 1360px) {
    .nav-links { font-size: 11px; }
}

@media (max-width: 1024px) {
    .nav-links { padding: 0; font-size: 24px; }
    .nav-links a, .nav-links span.c-link { height: 50px; line-height: 50px; }
}

@media(max-width: 600px){
    .nav-links { font-size: 12px; }
    .nav-links a, .nav-links span.c-link { height: auto; line-height: 50px; }
}

/* ------------------------------------------------------------ *\
    Nav Utils
\* ------------------------------------------------------------ */

.nav-utils { padding: 0 10px 0 28px; }

.nav-utils ul { list-style-type: none; display: -webkit-box; display: -ms-flexbox; display: flex; }

.nav-utils li { position: relative; z-index: 28; }

.nav-utils li + li { margin-left: 25px; }

.nav-utils .has-icon > span:after { content: ''; position: absolute; right: -14px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);  display: block; width: 8px; height: 4px; border-style: solid; border-width: 4px 4px 0 4px; border-color: #000 transparent transparent transparent; }

.nav-utils .has-icon > span:before  { content: ''; position: absolute; right: -14px; top: 0; bottom: 0; left: 0;  }

.nav-utils .has-dropdown > span { cursor:pointer; display: block; position: relative; }

.nav-utils .has-dropdown > ul { position: absolute; top: 100%; right: -15px; display: block; background-color: #fff; width: 300px; padding: 15px; border: 1px solid #c9c8c8; opacity: 0; visibility: hidden; -webkit-transition: opacity .3s, visibility .3s; -o-transition: opacity .3s, visibility .3s; transition: opacity .3s, visibility .3s; }

.nav-utils .has-dropdown > ul > li > a { display: block; text-decoration: none; }

.nav-utils .has-dropdown > ul > li > a > i { margin-right: 8px; }

.nav-utils .has-dropdown > ul > li + li { margin: 12px 0 0; }

.nav-utils .dropdown { position: absolute; top: 100%; right: -70px; z-index: 28; width: 300px; padding-top: 8px; visibility: hidden; opacity: 0; font-size: 14px; -webkit-transition: opacity .3s, visibility .3s; -o-transition: opacity .3s, visibility .3s; transition: opacity .3s, visibility .3s; }

.nav-utils .dropdown .dropdown__actions { margin-top: 20px; }

.nav-utils .dropdown .dropdown__inner { background-color: #fff; padding: 29px; border: 1px solid #c9c8c8; }

.nav-utils .has-dropdown:hover > .dropdown,
.nav-utils .has-dropdown:hover > ul { opacity: 1; visibility: visible; }

.nav-utils--scrolled { padding: 0 3px 0 28px; }

.nav-utils--scrolled .dropdown { right: -40px; padding-top: 10px; }

@media (max-width: 1024px) {
    .nav-utils { max-width: 35%; } /* new */
    .nav-utils { padding: 0 10px; width: calc(100% - 327px); -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
    .nav-utils > ul { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; }
    .nav-utils > ul > li + li { margin-left: 8vw; }

    .nav-utils .has-dropdown > ul { z-index: 30; }
    .nav-utils .has-dropdown > a { padding-right: 0; }
}

@media(max-width: 600px){
    .nav-utils { width: calc(100% - 159px); }
}

@media (max-width: 460px) {
    .nav-utils > ul > li + li { margin-left: 5vw; }
}

/* ------------------------------------------------------------ *\
    Nav styles
\* ------------------------------------------------------------ */

.nav-styles { width: 145px; }

.nav-styles ul { width: 100%; height: 100%; }

.nav-styles ul > li { height: 100%; }

.nav-styles li > a { font-weight: 700; text-decoration: none; font-size: 13px; line-height: 1.20; color: #3E3E3E; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 4px 10px 0; height: 100%; -webkit-transition: background .5s, color .5s; -o-transition: background .5s, color .5s; transition: background .5s, color .5s; }

.nav-styles li > a > svg { margin: -4px -12px 0 15px; width: 32px; height: 26px; }

.nav-styles .dropdown { position: absolute; top: 100%; left: 0; right: 0; background: rgba(255,255,255,.95); opacity: 0; visibility: hidden; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: opacity .5s, visibility .5s, -webkit-transform .5s; transition: opacity .5s, visibility .5s, -webkit-transform .5s; -o-transition: transform .5s, opacity .5s, visibility .5s; transition: transform .5s, opacity .5s, visibility .5s; transition: transform .5s, opacity .5s, visibility .5s, -webkit-transform .5s; z-index: -2; }

.nav-styles .dropdown .dropdown__inner { border-top: 18px solid  #AA6336; padding: 32px 0 48px; }

.nav-styles .dropdown .dropdown__content { margin-bottom: 70px; }

.nav-styles .dropdown .dropdown__title { display: none; text-align: center; font-size: 14px; line-height: 1.20; font-weight: 700; margin-bottom: 26px; color: #3E3E3E; }

.nav-styles .dropdown .dropdown__actions { text-align: center; }

.nav-styles .dropdown .shell { max-width: 1370px; margin: 0 auto; display: block; }

@media(min-width: 1024px){
    .nav-styles ul > li.has-dropdown:hover .dropdown { -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); opacity: 1; visibility: visible; }
    .nav-styles ul > li.has-dropdown:hover > a { color: #fff; background: #AA6336; }
}

@media (max-width: 1023px) {
    .nav-styles .dropdown { -webkit-transform: none; -ms-transform: none; transform: none; }
    .nav-styles ul > li.has-dropdown.is-active > a { color: #fff; background: #AA6336; }
    .nav-styles ul > li.has-dropdown.is-active .dropdown { opacity: 1; visibility: visible; }
}

@media (max-width: 1023px) {
    .nav-styles li > a { font-size: 0; }
    .nav-styles { width: 81px; }
    .nav-styles li > a { padding: 0; }
    .nav-styles li > a > svg { margin: 0; }
    .nav-styles .dropdown { max-height: calc(100vh - 140px); overflow: auto; }
    .nav-styles .dropdown .dropdown__inner { padding: 17px 0; }
    .nav-styles .dropdown .dropdown__content { max-width: 417px; margin: 0 auto 30px; }
    .nav-styles .dropdown .dropdown__title { display: block;  }
    .nav-styles .dropdown .shell { padding: 0 20px; }
}

/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */

.articles .articles__head { margin-bottom: 40px; }

.articles .articles__title { font-size: 36px; text-align: center; text-transform: uppercase; }

.articles .articles__title strong { text-transform: none; font-size: 30px; }

.articles .articles__actions { padding-top: 130px; text-align: center; font-size: 14px; }

@media (max-width: 1023px) { /* 1023-px */
	.articles .articles__actions { padding-top: 140px; }
}

@media (max-width: 1024px) {
	.articles .articles__title { font-size: 28px; }
	.articles .articles__title strong { font-size: 24px; }
}

@media (max-width: 720px) {
	.articles .articles__actions { padding-top: 40px; }
}

/* ------------------------------------------------------------ *\
	Form Small
\* ------------------------------------------------------------ */

.form-small { margin-top: 68px; padding: 56px 15px 70px; border: 1px solid #afafaf; font-weight: 300; }

.form-small .form__label { display: block; margin-bottom: 6px; font-weight: 700; font-size: 14px; }

.form-small .form__row + .form__row { margin-top: 17px; }

.form-small .form__inner { max-width: 420px; margin: 0 auto; }

.form-small .form__upload { position: relative; }

.form-small .form__actions { text-align: center; padding-top: 60px; }

.form-small .form__upload input { position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; }

.form-small .form__upload input:hover + label { border-color: #b9763e; color: #b9763e; }

@media (max-width: 1024px) {
	.form-small .form__label { font-size: 20px; margin-bottom: 8px; }
}

@media (max-width: 720px) {
	.form-small .form__label { font-size: 12px; margin-bottom: 4px; }
	.form-small { margin-top: 30px; padding: 30px 15px; }
	.form-small .form__actions { padding-top: 30px; }
}

/* ------------------------------------------------------------ *\
	Product Large
\* ------------------------------------------------------------ */

.product-large { max-width: 1920px; margin: 0 auto; }

.product-large .product__container { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; font-weight: 300; font-size: 12px; overflow: visible; }

.product-large .product__aside { position: relative; width: calc(100% - 278px); }

.product-large .product__content { margin-top: 0; width: 278px; padding: 45px 28px 5px; text-align: center; }

.product-large .product__image { position: relative; height: auto; padding-top: 66%; background-size: cover; background-position: center center; background-repeat: no-repeat; background-color: #000; cursor: -webkit-zoom-in; cursor: zoom-in; }

.product-large .product__images-small { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-top: 5px; margin-bottom: 15px; }

.product-large .product__image-small { width: 36px; height: 36px; border-radius: 50%; background-size: cover; }

.product-large .product__images-small .product__image-small + .product__image-small { margin-left: 14px; }

.product-large .product__head { margin-bottom: 25px; }

.product-large .product__body { margin-bottom: 32px; }

.product-large .product__title { font-size: 24px; margin-bottom: 10px; color: #000; line-height: 1.3; }
.product-large .product__title .product__collection_name { font-size: 20px; color: #000; }

.product-large .product__title-small { text-transform: uppercase; margin-top: 25px; font-size: 14px; }

.product-large .product__title-small a { text-decoration: none; }

.product-large .product__entry { color: #545454; }

.product-large .product__entry a { text-decoration: none; }

.product-large .product__entry a:hover { text-decoration: underline; }

.product-large .product__entry span { font-size: 14px; line-height: 2.7; }

.product-large .product__entry strong { color: #000; }

.product-large .product__actions { margin-bottom: 12px; }

.product-large .product__price { margin-bottom: 0; font-size: 24px; color: #b9763e; }

.product-large .product__close { position: absolute; width: 30px; height: 30px; top: 15px; left: 15px; z-index: 15; display: none; }

.product-large .product__close span { position: absolute; top: 50%; left: 50%; display: inline-block; width: 20px; height: 2px; background-color: #fff; -webkit-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); }

.product-large .product__close span + span { -webkit-transform: translate(-50%, -50%) rotate(-45deg); -ms-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }

.product-large .product__share { position: absolute; right: 18px; top: 18px; padding: 8px; background-color: transparent; -webkit-transition: background-color .3s; -o-transition: background-color .3s; transition: background-color .3s; }

.product-large .product__share-head { position: relative; display: block; z-index: 30; -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }

.product-large .product__share-head i { -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }

.product-large .product__share-head i + i { position: absolute; top: 0; left: 0; opacity: 0; }

.product-large .product__share.active { background-color: #afafaf; }

.product-large .product__share:hover .product__share-head i,
.product-large .product__share.active .product__share-head i { opacity: 0; }

.product-large .product__share:hover .product__share-head i + i,
.product-large .product__share.active .product__share-head i + i { opacity: 1; }

.product-large .product__share-dropdown { position: absolute; top: 50%; right: 100%; opacity: 0; visibility: hidden; z-index: 25;  -webkit-transform: translate(100%, -50%);  -ms-transform: translate(100%, -50%);  transform: translate(100%, -50%); -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s; transition: opacity .3s, visibility .3s, -webkit-transform .3s; -o-transition: opacity .3s, transform .3s, visibility .3s; transition: opacity .3s, transform .3s, visibility .3s; transition: opacity .3s, transform .3s, visibility .3s, -webkit-transform .3s; }

.product-large .product__share.active .product__share-dropdown { opacity: 1; visibility: visible; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); }

.product-large .product__share-dropdown ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; list-style-type: none; }

.product-large .product__share-dropdown li { margin-right: 13px; }

.product-large .product__share-dropdown a { -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }

.product-large .product__share-dropdown a:hover { opacity: .6; }

.product-large .slick-arrow { left: 15px; top: 50%; z-index: 20; -webkit-transform: translateY(-50%) scaleX(-1); -ms-transform: translateY(-50%) scaleX(-1); transform: translateY(-50%) scaleX(-1); background-image: url(/objects/files-sprite/v4_ico-arrow-white-large.png); width: 14px; height: 25px; }

.product-large .slick-arrow:before { content: ''; position: absolute; left: -10px; right: -10px; top: -5px; bottom: -5px; }

.product-large .slick-next { right: 15px; left: auto; -webkit-transform: translateY(-50%) scaleX(1); -ms-transform: translateY(-50%) scaleX(1); transform: translateY(-50%) scaleX(1); }

@media (min-width: 1025px) {
	.product-large .slick-dots { display: block; left: 60px; top: 50%; bottom: auto; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
	.product-large .slick-dots li + li { margin: 24px 0 0; }
	.product-large .slick-dots button { width: 65px; height: 65px; border-radius: 50%; background-size: cover; opacity: .5; -webkit-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
}

.product-large .slick-dots .slick-active button { opacity: 1; }

.product-large .slider-product.fixed { position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 2000; }
.product-large .slider-product.fixed_phone { position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    text-align: center;
    z-index:2000;
}

.product-large .slider-product.fixed_phone .slider__clip {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-large .slider-product.fixed .product__close { display: block; }
.product-large .slider-product.fixed_phone .product__close { display: block; }
.product-large .slider-product.fixed_phone .product__close span { background-color: #000;}

.product-large .slider-product.fixed .product__close:before { content: ''; position: absolute; left: -5px; right: -5px; top: -5px; bottom: -5px; }
.product-large .slider-product.fixed_phone .product__close:before { content: ''; position: absolute; left: -5px; right: -5px; top: -5px; bottom: -5px; }

.product-large .slider-product.fixed .product__image { height: 100vh; padding-top: 0; background-size: contain; cursor: -webkit-zoom-in; cursor: zoom-in; }
.product-large .slider-product.fixed_phone .product__image { cursor: -webkit-zoom-out; cursor: zoom-out; }

.product-large .slider-product.fixed .product__image .photo source,
.product-large .slider-product.fixed .product__image .photo img { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.product-large .slider-product.fixed_phone .product__image .photo source,
.product-large .slider-product.fixed_phone .product__image .photo img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}


.product-large .slider-product.zoomed .product__image { background-size: cover; cursor: -webkit-zoom-out; cursor: zoom-out; }

.product-large .slider-product.zoomed .product__image .photo { display: block; }

.product-large .slider-product.zoomed .product__image .photo source,
.product-large .slider-product.zoomed .product__image .photo img { position: relative; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: auto; max-width: none; }

@media (max-width: 1023px) { /* 1023-px */
	.product-large .product__image { height: 454px; }
	.product-large .product__body { margin-bottom: 26px; }
	.product-large .product__content { padding: 33px 28px 5px; }

	.product-large .slick-arrow { left: 8px; }
	.product-large .slick-next { right: 8px; left: auto; }

	.product-large .slick-dots { left: 30px; }
}

@media (max-width: 1024px) {
	.product-large { display: block; }

	.product-large .product__aside { width: 100%; }
	.product-large .product__content { width: 100%; padding: 68px 28px 67px; position: static !important; }
	.product-large .product__content + div  { display: none !important; }

	.product-large .product__image { min-height: 240px; height: auto; padding-top: 66%; }

	.product-large .product__close { position: fixed; }

	.product-large .product__share { right: 25px; top: 25px; }

	.product-large .product__title { font-size: 36px; }

	.product-large .product__price { font-size: 36px; line-height: 1.1; }

	.product-large .product__title-small { font-size: 18px; margin-top: 53px; }

	.product-large .product__entry { font-size: 18px; }
	.product-large .product__entry span { font-size: 20px; }

	.product-large .product__actions { margin-bottom: 18px; }


	.product-large .product__images-small { padding: 10px 0 20px; }
	.product-large .product__images-small .product__image-small + .product__image-small { margin-left: 26px; }
	.product-large .product__image-small { width: 67px; height: 67px; }

	.product-large .btn,
	.product-large .btn-secondary { display: inline-block !important; width: 310px; height: 62px; line-height: 62px; font-size: 20px; }

	.product-large .btn-secondary { line-height: 58px; font-size: 22px; }

	.product-large .slick-dots { left: 50%; bottom: 63px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
	.product-large .slick-dots li + li { margin-left: 20px; }
	.product-large .slick-dots button { width: 10px; height: 10px; border-radius: 5px; background-color: #bcbcbc !important; background-image: none !important; }
	.product-large .slick-dots .slick-active button { background-color: #fff !important; }
}

@media (max-width: 460px) {
	.product-large .slick-dots  { bottom: 30px; }
}

/* ------------------------------------------------------------ *\
	Product Secondary
\* ------------------------------------------------------------ */

.product-secondary { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; max-width: 750px; margin: 0 auto; }

.product-secondary .product__title strong { font-size: 14px; }

.product-secondary .product__content { width: 40%; }
.product-secondary .product__aside { width: 55%; }

.product-secondary .product__content.large { width: 100%; } /* new */
.product-secondary .product__aside.large { width: 100%; } /* new */

.product-secondary .product__aside picture { display: block; margin-bottom: 40px; }
.product-secondary .product__aside picture.large { margin-bottom: 0px; } /* new */

.product-secondary .slider .slick-dots { bottom: -33px; }

.product-secondary .slider .slick-dots button { background-color: #000; opacity: .4; }

.product-secondary .slider .slick-active button { background-color: #000; opacity: 1; }

.product-secondary .product__content-col + .product__content-col { margin-top: 15px; }
.product-secondary .product__content-col.large { display: inline-block; margin-top: 40px; width: 50%; padding: 0; vertical-align: top;} /* new */
.product-secondary .product__content-col.large + .product__content-col.large {} /* new */

@media (max-width: 1024px) {
	.product-secondary { margin: 0; max-width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 18px; }
	.product-secondary .product__content { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; padding-top: 70px; }
	.product-secondary .product__aside { width: 100%; text-align: center; }

    .product-secondary .product__content.large { text-align:center; } /* new */

	.product-secondary .product__title { font-size: 16px; }
	.product-secondary .product__title strong { font-size: 18px; }

	.product-secondary .slider .slick-dots button { width: 8px; height: 8px; border-radius: 50%; }

	.product-secondary .product__content-col + .product__content-col { margin-top: 0px; }

    .product-secondary .product__content-col.large + .product__content-col.large { margin-top: 40px; } /* new */
    .product-secondary .product__content-col .list-primary { list-style: none; } /* new */
}

@media (max-width: 720px) {
	.product-secondary { font-size: 14px; }
	.product-secondary .product__title { font-size: 13px; }
	.product-secondary .product__title strong { font-size: 14px; }
	.product-secondary .product__content { display: block; }
	.product-secondary .product__content-col + .product__content-col { margin-top: 15px; }
    .product-secondary .product__content-col.large + .product__content-col.large { margin-top: 40px; } /* new */
}

/* ------------------------------------------------------------ *\
	Review
\* ------------------------------------------------------------ */

.review { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 24px 20px 24px 0; background-color: #f7f7f7; font-weight: 300; }

.review .review__aside { width: 33.33%; text-align: center; }

.review .review__aside picture { display: inline-block; opacity: .6; margin-bottom: 10px; }

.review .review__aside-inner { max-width: 195px; }

.review .review__content { width: 66.67%; }

.review .review__author { margin-bottom: 3px; font-weight: 700; font-size: 14px; line-height: 1.3; }

.review .review__date,
.review .review__author-date { color: #545454; }

.review .review__title { font-weight: 300; margin-bottom: 10px; font-size:16px;}

.review .review__subtitle { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 20px; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; color: #545454; }

.review .review__entry { line-height: 1.5; }

.review:nth-child(even) { background-color: #fff; }

.review:nth-child(even) .review__aside picture { opacity: 1; }

/* -- RGPD -- */
body.modal-open{overflow:hidden;}  

.cookie-consent-banner {display: none; position: fixed; inset:0; z-index: 10000; box-sizing: border-box; width: 100%;  justify-content: center; align-items: center;   background-color: rgba(0, 0, 0, 0.6);  overflow-y:auto;}
.cookie-consent-banner__inner {  max-height:90vh; overflow-y:auto; max-width: 960px; margin: auto; padding: 20px 20px;  position: relative; background-color: #fff}
@media(max-width:1024px) { .cookie-consent-banner__inner {max-width: 90%;}}
.cookie-consent-banner__actions {display: flex; justify-content: flex-end; gap: 3rem;margin-top: 20px;}
@media(max-width:600px){.cookie-consent-banner__actions{flex-direction:column;align-items:stretch;gap:.75rem;} .cookie-consent-banner__cta{width:100%;text-align:center;}}
.cookie-consent-banner__header {margin-bottom: 20px;font-size: 16px; line-height: 12px; font-weight: bold; color: #a1a1a1;}
.cookie-consent-banner__description {font-weight: normal; color: #838F93; font-size: 12px; line-height: 24px; }
.cookie-consent-banner__cta { box-sizing: border-box; display: inline-block; min-width: 164px; padding: 6px; border-radius: 5px; background-color: #b9763e; color: #FFF; text-decoration: none; text-align: center; font-weight: normal; font-size: 13px; line-height: 16px; }
.cookie-consent-banner__cta--secondary { border: 1px solid #838F93; background-color: transparent; color: #838F93;}
.cookie-consent-banner__cta--tertiary { border: 1px solid #545454; background-color: #545454; color: #FFF;}
.cookie-consent-banner__cta:hover {color: #FFF;}
.cookie-consent-banner__cta--secondary:hover { border-color: #3e484b; background-color: transparent; color: #03233f; }
.cookie-consent-banner__cta:last-child {  }
#cookie-consent-parameters {display: none;}
     
.cookie-consent-form {display:flex;justify-content:flex-end;margin-top: 30px;}

.cookie-consent-list{display:inline-block;text-align:left;list-style:none;margin:0;padding:0;}
.cookie-consent-item{display:grid;grid-template-columns:auto max-content max-content;column-gap:1.5rem;align-items:center;margin-bottom:.8rem;}
.cookie-consent-label{text-align:left; padding-right:1rem;}
.cookie-consent-radio{display:inline-flex;align-items:center;cursor:pointer;gap:.4rem;position:relative;font-size:12px;}
.cookie-consent-radio .box_radio{flex:none;width:20px;height:20px;position:relative;}
.cookie-consent-banner__inner .box_radio::before{content:'';position:absolute;inset:0;border:1px solid #000;border-radius:50%;}
.cookie-consent-banner__inner .box_radio::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:#000;opacity:0;transition:opacity .25s;}
.cookie-consent-radio input:checked + .box_radio::after{opacity:1;}
.cookie-consent-radio input{position:absolute;inset:0;opacity:0;margin:0;cursor:pointer;}
