@import url("https://use.typekit.net/dxc1uaf.css");

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
}


/* HTML5 display definitions
	 ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
	 ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1,
.h1 {
    font-size: 2em;
    margin: .67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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


/* Grouping content
	 ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
	 ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

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


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}


/* Tables
	 ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@font-face {
    font-family: "TiemposHeadlineWeb";
    src: url("../fonts/TiemposHeadlineWeb-Light.eot");
    src: url("../fonts/TiemposHeadlineWeb-Light.eot?iefix") format("embedded-opentype"), url("../fonts/TiemposHeadlineWeb-Light.woff2") format("woff2"), url("../fonts/TiemposHeadlineWeb-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?yh0a6o");
    src: url("../fonts/icomoon.eot?yh0a6o#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?yh0a6o") format("truetype"), url("../fonts/icomoon.woff?yh0a6o") format("woff"), url("../fonts/icomoon.svg?yh0a6o#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-insulation:before {
    content: "\e912";
}

.icon-waterproofing:before {
    content: "\e913";
}

.icon-breathability:before {
    content: "\e914";
}

.icon-community:before {
    content: "\e90e";
}

.icon-jacket:before {
    content: "\e90f";
}

.icon-active:before {
    content: "\e910";
}

.icon-arrow-back:before {
    content: "\e911";
}

.icon-conciosly-crafted:before {
    content: "\e90a";
}

.icon-performance-tech:before {
    content: "\e90b";
}

.icon-sizing:before {
    content: "\e90c";
}

.icon-arrow-left:before {
    content: "\e915";
}

.icon-arrow-down:before {
    content: "\e900";
}

.icon-arrow-up:before {
    content: "\e90d";
}

.icon-arrow-right:before {
    content: "\e916";
}

.icon-close:before {
    content: "\e901";
}

.icon-facebook:before {
    content: "\e902";
}

.icon-instagram:before {
    content: "\e903";
}

.icon-minus:before {
    content: "\e904";
}

.icon-pinterest:before {
    content: "\e905";
}

.icon-plus:before {
    content: "\e906";
}

.icon-search:before {
    content: "\e907";
}

.icon-twitter:before {
    content: "\e908";
}

.icon-youtube:before {
    content: "\e909";
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}


/* Fix iOS */

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}


/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}


/* Fix IE11 */

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}


/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}


/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
}


/* Caption */

.fancybox-caption {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}


/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Transition effects */

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}


/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}


/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}


/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}


/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}


/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}


/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
}


/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1,
.fancybox-share .h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}


/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}


/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

.items-list,
.nav>ul,
.nav .drop ul,
.footer-nav ul,
.social-list,
.switcher,
.tabset,
.recommendation-tabset,
.category-list,
.category-list .item-list,
.color-list,
.fit-list,
.size-list,
.picture-tabset,
.color-tabset,
.fur-link-list,
.radio-list,
.fit-radio-list,
.basic-list,
.story-section .list,
.short-info-list,
.insta-list,
.carousel .pagination ul,
.collection-list,
.breadcrumb,
.accordion,
.detail-accordion {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
ul>li:after,
.content-holder:after,
.two-columns>.column:after,
.product-container:after,
.product-block-holder:after,
.color-tab:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

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

.alignleft+ul>li,
.alignright+ul>li {
    overflow: hidden;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

@media (max-width: 767px) {
    .alignleft {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .alignleft {
        margin-right: 38px;
    }
}

@media (min-width: 1200px) {
    .alignleft {
        margin: 0 51px 24px 0;
    }
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

@media (max-width: 767px) {
    .alignright {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .alignright {
        margin-left: 38px;
    }
}

@media (min-width: 1200px) {
    .alignright {
        margin: 0 0 24px 51px;
    }
}

html {
    box-sizing: border-box;
}

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

* {
    max-height: 1000000px;
}

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

body {
    color: #000;
    background: #fff;
    font: 300 15px/1.5 "sofia-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    body {
        font-size: 17px;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 18px;
        line-height: 1.6666667;
    }
}

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

.gm-style img {
    max-width: none;
}

iframe {
    max-width: 100%;
}

.resize-active * {
    -webkit-transition: none !important;
    transition: none !important;
}

table {
    margin: 0 0 19px;
}

@media (min-width: 1200px) {
    table {
        margin-bottom: 2rem;
    }
}

table th,
table td {
    padding: 5px;
}

@media (min-width: 1200px) {
    table th,
    table td {
        padding: 7px;
    }
}

ul,
ol {
    margin-top: 0;
    padding-left: 0;
    padding-bottom: 1px;
}

ul>li,
ol>li {
    margin-bottom: 1rem;
}

@media (min-width: 1200px) {
    ul>li,
    ol>li {
        margin-bottom: 1.875rem;
    }
}

ul ul,
ul ol,
ol ul,
ol ol {
    padding-left: 1em;
    margin: 0;
}

ul {
    list-style: none;
}

ul>li {
    padding-left: 15px;
    position: relative;
}

ul>li:before {
    content: "\2022";
    color: #5084a4;
    font-weight: bold;
    width: 15px;
    margin-left: -15px;
    line-height: 1;
    font-size: 111.1111111%;
    position: absolute;
    top: 0;
}

@media (min-width: 768px) {
    ul>li:before {
        top: 1px;
    }
}

@media (min-width: 1024px) {
    ul>li:before {
        top: 2px;
    }
}

@media (min-width: 1200px) {
    ul>li:before {
        top: 3px;
    }
}

.list-bullet-reset>li {
    padding-left: 0;
}

.list-bullet-reset>li:before {
    display: none;
}

.list-custom-number {
    list-style: none;
    counter-reset: item;
    padding: 5px 0 0;
}

@media (min-width: 480px) {
    .list-custom-number {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .list-custom-number {
        padding-top: 9px;
    }
}

@media (min-width: 1024px) {
    .list-custom-number {
        padding-top: 12px;
    }
}

@media (min-width: 480px) {
    .list-custom-number>li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        padding: 0 8px;
        margin: 0 0 2rem;
    }
}

@media (min-width: 768px) {
    .list-custom-number>li {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 24.87%;
        margin-bottom: 1rem;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (min-width: 1024px) {
    .list-custom-number>li {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media (min-width: 1200px) {
    .list-custom-number>li {
        padding-left: 17px;
        padding-right: 17px;
    }
}

.list-custom-number h1,
.list-custom-number .h1,
.list-custom-number h2,
.list-custom-number .h2,
.list-custom-number h3,
.list-custom-number .h3,
.list-custom-number h4,
.list-custom-number .h4 {
    font-family: "sofia-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
    letter-spacing: .068em;
    margin-bottom: .9375rem;
    text-transform: uppercase;
}

.list-custom-number p {
    text-align: left;
}

@media (min-width: 1024px) {
    .list-custom-number p {
        margin: 0 0 .9375rem;
    }
}

.list-custom-number .num {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    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;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin: 0 auto 18px;
}

.list-custom-number .num:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    line-height: 1;
    margin: 0 0 3px 3px;
}

@media (min-width: 768px) {
    .list-custom-number .num {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }
}

@media (min-width: 1024px) {
    .list-custom-number .num {
        width: 58px;
        height: 58px;
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    .list-custom-number .num {
        width: 64px;
        height: 64px;
        font-size: 30px;
    }
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 24px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 15px;
}

@media (min-width: 768px) {
    h1,
    .h1,
    .h1 {
        font-size: 33px;
    }
    h2,
    .h2,
    .h2 {
        font-size: 27px;
    }
    h3,
    .h3,
    .h3 {
        font-size: 24px;
    }
    h4,
    .h4,
    .h4 {
        font-size: 21px;
    }
    h5,
    .h5,
    .h5 {
        font-size: 18px;
    }
}

@media (min-width: 1024px) {
    h1,
    .h1,
    .h1 {
        font-size: 36px;
    }
    h2,
    .h2,
    .h2 {
        font-size: 33px;
    }
    h3,
    .h3,
    .h3 {
        font-size: 30px;
    }
    h4,
    .h4,
    .h4 {
        font-size: 24px;
    }
    h5,
    .h5,
    .h5 {
        font-size: 20px;
    }
    h6,
    .h6,
    .h6 {
        font-size: 16px;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h {
    display: block;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: inherit;
    color: inherit;
    margin: 0 0 .7em;
    font-weight: 700;
    line-height: 1.1;
}

h1,
.h1 {
    color: rgba(0, 0, 0, .9);
    font-weight: 300;
    letter-spacing: 1px;
    font-family: "TiemposHeadlineWeb", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

@media (min-width: 1024px) {
    h1,
    .h1 {
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 1200px) {
    h1,
    .h1 {
        margin-bottom: 1.75rem;
    }
}

h1.main-title,
.main-title.h1 {
    font-size: 2.0625rem;
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    h1.main-title,
    .main-title.h1 {
        font-size: 2.3125rem;
    }
}

@media (min-width: 1024px) {
    h1.main-title,
    .main-title.h1 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1200px) {
    h1.main-title,
    .main-title.h1 {
        margin-bottom: 2.6875rem;
    }
}

h2,
.h2 {
    font-weight: 300;
    color: #000;
    font-family: "TiemposHeadlineWeb", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

h3,
.h3 {
    font-weight: 300;
    font-family: "TiemposHeadlineWeb", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

h6,
.h6,
.h6 {
    font-weight: 500;
}

p {
    margin: 0 0 1.25rem;
}

@media (min-width: 1024px) {
    p {
        margin-bottom: 1.5625rem;
    }
}

@media (min-width: 1200px) {
    p {
        margin-bottom: 1.9375rem;
    }
}

a {
    -webkit-transition: color .25s linear, background .25s linear, border .25s linear, opacity .25s linear, box-shadow .25s linear, text-shadow .25s linear;
    transition: color .25s linear, background .25s linear, border .25s linear, opacity .25s linear, box-shadow .25s linear, text-shadow .25s linear;
    color: #5084a4;
    line-height: 1.1428571;
    text-decoration: underline;
}

a:hover {
    color: #000;
    text-decoration: none;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #000;
    font-size: 15px;
    font-family: "sofia-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
    display: block;
    width: 100%;
    background-color: #fff;
}

input[type="text"]:not(textarea),
input[type="tel"]:not(textarea),
input[type="email"]:not(textarea),
input[type="search"]:not(textarea),
input[type="password"]:not(textarea),
textarea:not(textarea) {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
    border-color: #5084a4;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5);
    text-transform: uppercase;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, .5);
    text-transform: uppercase;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: rgba(0, 0, 0, .5);
    text-transform: uppercase;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5);
    text-transform: uppercase;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: rgba(0, 0, 0, .5);
    text-transform: uppercase;
}

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

select {
    -webkit-appearance: none;
    border-radius: 0;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #000;
    padding: 0 10px;
    font-size: 15px;
    line-height: 40px;
}

select:focus {
    outline: none;
}

textarea {
    resize: vertical;
    vertical-align: top;
    overflow: auto;
    line-height: 1.1;
    padding: 8px 10px;
}

button {
    border: 1px solid #000;
}

input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
    background: #000;
    color: #d8d8d8;
    border: 1px solid #000;
    outline: none;
    height: 40px;
    padding: 0 10px;
    font-size: 15px;
    line-height: 40px;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
    background: #979797;
    color: #fff;
}

.container {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

.more-link,
.mail-link {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2em;
}

@media (min-width: 1024px) {
    .more-link,
    .mail-link {
        letter-spacing: 2px;
    }
}

.mail-link {
    color: #728a9c;
    letter-spacing: .2em;
}

@media (min-width: 1024px) {
    .mail-link {
        letter-spacing: .31em;
    }
}

.caption-holder {
    max-width: 936px;
    margin: 0 auto 42px;
    text-align: center;
}

.caption-holder p {
    margin-bottom: 15px;
}

.input-hidden {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9999;
}

.detail-link {
    font-size: 12px;
    color: #737373;
}

.detail-link:hover {
    color: #5084a4;
}

#main {
    padding: 0 0 62px;
}

#main>*:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.main-section {
    padding: 25px 0 15px;
}

@media (min-width: 768px) {
    .main-section {
        padding-top: 35px;
        padding-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    .main-section {
        padding-top: 40px;
        padding-bottom: 25px;
    }
}

@media (min-width: 1200px) {
    .main-section {
        padding-top: 45px;
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .main-section:first-child {
        padding-top: 25px;
    }
}

@media (min-width: 1024px) {
    .main-section:first-child {
        padding-top: 30px;
    }
}

@media (min-width: 1200px) {
    .main-section:first-child {
        padding-top: 38px;
    }
}

.main-section.section-bg-gray {
    background-color: #e7edf0;
}

.main-section.how-works-section {
    padding-top: 35px;
    padding-bottom: 25px;
}

@media (min-width: 768px) {
    .main-section.how-works-section {
        padding-top: 45px;
        padding-bottom: 30px;
    }
}

@media (min-width: 1024px) {
    .main-section.how-works-section {
        padding-top: 55px;
        padding-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .main-section.how-works-section {
        padding-top: 63px;
        padding-bottom: 40px;
    }
}

@media (min-width: 1200px) {
    .main-section.persons-section {
        padding-top: 77px;
    }
}

.main-section.tips-section {
    padding-top: 14px;
}

@media (min-width: 1024px) {
    .recommendation-block .product-block-holder {
        margin: 0 -20px;
    }
}

@media (min-width: 1024px) {
    .recommendation-block .product-block-holder .product-block {
        padding: 0 20px;
    }
}

.visual-banner {
    margin: 10px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 768px) {
    .visual-banner {
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    .visual-banner {
        margin-bottom: 25px;
    }
}

@media (min-width: 1200px) {
    .visual-banner {
        margin-bottom: 30px;
    }
}

.visual-banner img {
    opacity: 0;
    width: 100%;
}

.visual-banner .visual-box {
    max-width: 480px;
    margin: 0 auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.3333333%;
    flex: 1 1 33.3333333%;
    max-width: 33.3333333%;
}

.visual-box {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.how-works-section {
    color: #728a9c;
    text-align: center;
}

.how-works-section .section-title {
    font-family: "sofia-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
    letter-spacing: .3em;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .how-works-section .section-title {
        margin-bottom: 1.5625rem;
    }
}

.items-list {
    font-size: 14px;
    padding: 0 0 20px;
    text-align: center;
}

.items-list>li {
    padding-left: 0;
}

.items-list>li:before {
    display: none;
}

@media (min-width: 768px) {
    .items-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 0 25px;
    }
}

@media (min-width: 1024px) {
    .items-list {
        padding-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .items-list {
        padding-bottom: 35px;
    }
}

.items-list>li {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .items-list>li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3333333%;
        flex: 1 1 33.3333333%;
        max-width: 33.3333333%;
        margin-bottom: 0;
        padding: 0 15px 10px;
    }
}

.items-list .icon-holder {
    color: #000;
    font-size: 48px;
    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;
    height: 70px;
    margin: 0 auto 7px;
}

@media (min-width: 768px) {
    .items-list .icon-holder {
        height: 75px;
    }
}

@media (min-width: 1024px) {
    .items-list .icon-holder {
        height: 80px;
    }
}

@media (min-width: 1200px) {
    .items-list .icon-holder {
        font-size: 58px;
        height: 85px;
    }
}

.items-list .icon-holder img {
    max-height: 75px;
    width: auto;
}

.items-list .icon-holder .icon-jacket {
    font-size: 120%;
}

.items-list .text {
    display: block;
    letter-spacing: .32em;
    text-transform: uppercase;
}

.heading-block {
    padding: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .heading-block {
        padding-bottom: 25px;
    }
}

@media (min-width: 1024px) {
    .heading-block {
        padding-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .heading-block {
        padding-bottom: 34px;
    }
}

.heading-block h1,
.heading-block .h1,
.heading-block h2,
.heading-block .h2,
.heading-block h3,
.heading-block .h3 {
    margin-bottom: 8px;
}

.title-info {
    color: #728a9c;
    display: block;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .32em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .persons-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (min-width: 1200px) {
    .persons-container {
        margin-left: -32px;
        margin-right: -32px;
    }
}

@media (min-width: 768px) {
    .persons-container .person-box {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.333333% - 30px);
        flex: 1 1 calc(33.333333% - 30px);
        max-width: calc(33.333333% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 1024px) {
    .persons-container .person-box {
        -ms-flex-preferred-size: calc(33.333333% - 40px);
        flex-basis: calc(33.333333% - 40px);
        max-width: calc(33.333333% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    .persons-container .person-box {
        -ms-flex-preferred-size: calc(33.333333% - 64px);
        flex-basis: calc(33.333333% - 64px);
        max-width: calc(33.333333% - 64px);
        margin-left: 32px;
        margin-right: 32px;
    }
}

.person-box {
    background: #f8f6f4;
    line-height: 1.28571429;
    position: relative;
    padding: 25px 15px 35px;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .person-box {
        margin-bottom: 34px;
        padding-top: 35px;
        padding-bottom: 42px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .person-box {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .person-box {
        margin-bottom: 38px;
        padding-top: 45px;
    }
}

@media (min-width: 1200px) {
    .person-box {
        margin-bottom: 43px;
        padding: 62px 24px 42px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .person-box .h3 {
        font-size: 20px;
    }
}

.person-box.box-active {
    background-color: #fff;
}

.person-box.box-active .invisible-box-active {
    opacity: 0;
    visibility: hidden;
}

.person-box.box-active .image-rounded {
    opacity: .5;
}

.person-box h1,
.person-box .h1,
.person-box h2,
.person-box .h2,
.person-box h3,
.person-box .h3,
.person-box h4,
.person-box .h4 {
    font-family: "sofia-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 -4px 12px;
}

@media (min-width: 1200px) {
    .person-box h1,
    .person-box .h1,
    .person-box h2,
    .person-box .h2,
    .person-box h3,
    .person-box .h3,
    .person-box h4,
    .person-box .h4 {
        margin-left: -7px;
        margin-right: -7px;
    }
}

.person-box p {
    margin: 0 0 10px;
}

.person-box .image-rounded {
    margin: 0 auto 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .person-box .image-rounded {
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    .person-box .image-rounded {
        margin-bottom: 27px;
    }
}

.person-box .mail-link {
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .person-box .mail-link {
        font-size: 12px;
    }
}

.person-box .mail-link:hover {
    color: #000;
}

.person-box .link-block {
    text-align: center;
}

.person-box .invisible-box-active,
.person-box .image-rounded,
.person-open-close .box-slide {
    -webkit-transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
}

.person-box .more-link,
.box-slide .link-back {
    position: absolute;
    bottom: 14px;
    left: 15px;
    z-index: 10;
}

@media (min-width: 1024px) {
    .person-box .more-link,
    .box-slide .link-back {
        bottom: 16px;
        left: 18px;
    }
}

@media (min-width: 1200px) {
    .person-box .more-link,
    .box-slide .link-back {
        bottom: 19px;
        left: 24px;
    }
}

.link-block {
    padding: 0 0 10px;
}

.link-block a {
    display: inline-block;
    vertical-align: top;
    color: #728a9c;
    text-decoration: none;
}

.link-block a:hover {
    color: #000;
}

.image-rounded img {
    border-radius: 50%;
    width: 100%;
    max-width: 266px;
}

.description-list {
    margin: 0 0 16px;
}

.description-list dt {
    color: #6489a8;
    font-weight: 700;
    margin: 0 0 2px;
}

.description-list dd {
    font-weight: 300;
    margin: 0 0 15px;
    margin: 0 0 5%;
}

@media (min-width: 1200px) {
    .description-list dd {
        margin-bottom: 22px;
    }
}

.description-list address {
    font-style: normal;
}

.person-open-close.box-active .box-slide {
    opacity: 1;
    visibility: visible;
}

.person-open-close .js-slide-hidden {
    left: 0 !important;
    top: 0 !important;
}

.person-open-close .box-slide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(248, 246, 244, .35);
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.box-slide {
    padding: 25px 15px 20px;
}

@media (min-width: 768px) {
    .box-slide {
        padding: 15px 25px 25px;
    }
}

@media (min-width: 1024px) {
    .box-slide {
        padding: 20px 35px 35px;
    }
}

@media (min-width: 1200px) {
    .box-slide {
        padding: 25px 41px 40px;
    }
}

.box-slide .description-list {
    margin-bottom: 0;
}

.box-slide .description-list dd {
    margin: 0 0 5%;
}

@media (min-width: 480px) {
    .box-slide .description-list dd {
        margin-bottom: 3%;
    }
}

@media (min-width: 768px) {
    .box-slide .description-list dd {
        margin-bottom: 4%;
    }
}

@media (min-width: 1024px) {
    .box-slide .description-list dd {
        margin-bottom: 8.8%;
    }
}

@media (min-width: 1200px) {
    .box-slide .description-list dd {
        margin-bottom: 22px;
    }
}

.link-back {
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
}

.link-back [class^="icon-"],
.link-back [class*=" icon-"] {
    font-size: 12px;
}

.fit-box {
    margin: 0 -15px;
    padding: 15px;
}

@media (min-width: 768px) {
    .fit-box {
        background-color: #e7edf0;
        margin: 0 0 2rem;
        padding: 17px;
    }
}

.fit-box h2,
.fit-box .h2 {
    color: inherit;
    font-size: 1.375rem;
    font-family: "sofia-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
    letter-spacing: .073em;
}

@media (min-width: 768px) {
    .fit-box h2,
    .fit-box .h2 {
        font-size: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .fit-box h2,
    .fit-box .h2 {
        font-size: 1.75rem;
    }
}

.fit-box .header-row {
    position: relative;
    z-index: 5;
}

@media (min-width: 768px) {
    .fit-box .header-row {
        padding-bottom: 0;
        margin: 0 0 -35px;
    }
}

@media (min-width: 1024px) {
    .fit-box .header-row {
        margin-bottom: -45px;
    }
}

@media (min-width: 1200px) {
    .fit-box .header-row {
        margin-bottom: -55px;
    }
}

@media (min-width: 768px) {
    .fit-box .header-row+.three-blocks {
        margin-top: -45px;
    }
}

@media (min-width: 1024px) {
    .fit-box .header-row+.three-blocks {
        margin-top: -50px;
    }
}

@media (min-width: 1200px) {
    .fit-box .header-row+.three-blocks {
        margin-top: -78px;
    }
}

.fit-box .images-container {
    background-color: #e7edf0;
    margin: 0 -15px 20px;
}

@media (min-width: 768px) {
    .fit-box .images-container {
        margin: 0 -17px;
    }
}

@media (min-width: 768px) {
    .fit-box .two-blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 768px) {
    .fit-box .two-blocks .block {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .fit-box .three-blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 768px) {
    .fit-box .three-blocks .block {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33.333333%;
        flex: 1 1 33.333333%;
        max-width: 33.333333%;
    }
}

.fit-box .btn-row {
    margin: 0 0 14px;
}

@media (min-width: 768px) {
    .fit-box .btn-row {
        margin-top: -30px;
    }
}

@media (min-width: 1024px) {
    .fit-box .btn-row {
        margin-top: -45px;
    }
}

@media (min-width: 1200px) {
    .fit-box .btn-row {
        margin-top: -57px;
    }
}

@media (min-width: 768px) {
    .fit-box .btn-outline {
        min-width: 223px;
    }
}

.header-row {
    padding: 0 0 1.25rem;
}

.header-row h1,
.header-row .h1,
.header-row h2,
.header-row .h2,
.header-row h3,
.header-row .h3 {
    color: #5084a4;
    margin: 0;
    text-transform: uppercase;
}

.header-row p {
    margin: 0;
}

.images-container .block {
    padding: 15px;
}

.images-container .block .img-holder {
    margin: -15px;
}

.img-holder {
    text-align: center;
}

.list-title-block {
    text-align: center;
}

.features-section {
    font-size: .75rem;
    line-height: 1.125rem;
}

@media (min-width: 1024px) {
    .features-section {
        font-size: .8125rem;
    }
}

.three-boxes-container {
    margin: 0 -15px;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .three-boxes-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: -10px;
    }
}

@media (min-width: 1024px) {
    .three-boxes-container {
        padding-top: 15px;
    }
}

@media (min-width: 1200px) {
    .three-boxes-container {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.three-boxes-container>.box {
    background: #f8f6f4;
    margin: 0 0 20px;
    padding: 15px 20px;
}

@media (min-width: 768px) {
    .three-boxes-container>.box {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.333333% - 20px);
        flex: 1 1 calc(33.333333% - 20px);
        max-width: calc(33.333333% - 20px);
        margin: 0 10px 20px;
    }
}

@media (min-width: 1200px) {
    .three-boxes-container>.box {
        -ms-flex-preferred-size: calc(33.333333% - 30px);
        flex-basis: calc(33.333333% - 30px);
        max-width: calc(33.333333% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
}

.feature-box h2,
.feature-box .h2,
.feature-box .h2 {
    color: #5084a4;
    font-family: "sofia-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: .875rem;
    font-weight: 900;
    letter-spacing: .15em;
    margin: 0 0 1rem;
    text-align: center;
    text-transform: uppercase;
}

.feature-box ul>li {
    margin-bottom: 0;
}

.feature-box p {
    margin: 0 0 1.125rem;
}

.feature-box .h6 {
    margin-bottom: 2px;
}

.feature-box .img-holder {
    margin: 0 auto 24px;
    text-align: center;
}

@media (min-width: 1024px) {
    .feature-box .img-holder {
        margin-bottom: 32px;
    }
}

.feature-box .img-holder+.range-block {
    margin-top: -6px;
}

.icon-rounded {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    color: #5084a4;
    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;
    margin: 0 auto 10px;
    padding: 5px;
}

@media (min-width: 768px) {
    .icon-rounded {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 1024px) {
    .icon-rounded {
        width: 70px;
        height: 70px;
    }
}

@media (min-width: 1200px) {
    .icon-rounded {
        width: 80px;
        height: 80px;
    }
}

.icon-rounded [class^="icon-"],
.icon-rounded [class*=" icon-"] {
    font-size: 32px;
}

@media (min-width: 768px) {
    .icon-rounded [class^="icon-"],
    .icon-rounded [class*=" icon-"] {
        font-size: 38px;
    }
}

@media (min-width: 1024px) {
    .icon-rounded [class^="icon-"],
    .icon-rounded [class*=" icon-"] {
        font-size: 44px;
    }
}

@media (min-width: 1200px) {
    .icon-rounded [class^="icon-"],
    .icon-rounded [class*=" icon-"] {
        font-size: 48px;
    }
}

@media (min-width: 768px) {
    .two-columns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
}

@media (min-width: 1024px) {
    .two-columns {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.two-columns>.column {
    padding: 0 0 .9375rem;
}

@media (min-width: 768px) {
    .two-columns>.column {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        padding: 10px 10px 20px;
    }
}

@media (min-width: 1024px) {
    .two-columns>.column {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.image-container {
    margin: 0 0 1.5625rem;
    text-align: center;
}

.image-container img {
    width: 100%;
    max-width: 560px;
}

.care-section .image-container img {
    max-width: 526px;
}

.image-container .subtitle {
    font-size: .8125rem;
    line-height: 1.87;
    letter-spacing: .0167em;
    display: block;
    margin: 0 0 1rem;
}

@media (min-width: 768px) {
    .image-container .subtitle {
        font-size: .875rem;
    }
}

@media (min-width: 1024px) {
    .image-container .subtitle {
        font-size: .9375rem;
        margin-bottom: 1.5rem;
    }
}

.care-section .h5 {
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .care-section .h5 {
        font-size: 1.125rem;
    }
}

.care-section .image-container {
    float: left;
}

#header {
    padding: 10px 0;
    border-top: 4px solid #000;
    line-height: 1.1;
    position: relative;
    z-index: 10;
}

@media (min-width: 768px) {
    #header {
        padding: 24px 0 27px;
    }
}

#header .container {
    position: relative;
}

.logo {
    position: relative;
    z-index: 100;
    width: 97px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 10;
    }
}

.nav-opener {
    width: 30px;
    height: 18px;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

@media (min-width: 480px) {
    .nav-opener {
        right: 31px;
    }
}

@media (min-width: 768px) {
    .nav-opener {
        display: none;
    }
}

.nav-opener:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.nav-opener span {
    background: #000;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform .25s, top .25s, background .25s;
    transition: transform .25s, top .25s, background .25s;
}

.nav-opener span:nth-child(2) {
    top: 8px;
}

.nav-opener span:nth-child(3) {
    top: 16px;
}

.nav-active .nav-opener span {
    top: 50%;
}

.nav-active .nav-opener span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-active .nav-opener span:nth-child(2) {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.nav-active .nav-opener span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-drop {
    background-color: rgba(255, 255, 255, .9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    padding: 75px 15px 30px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    -webkit-transition: -webkit-transform .25s, opacity .25s, visibility .25s;
    transition: transform .25s, opacity .25s, visibility .25s;
}

@media (min-width: 768px) {
    .mobile-drop {
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        padding: 0;
        height: auto;
        opacity: 1;
        visibility: visible;
        background-color: transparent;
    }
}

.nav-active .mobile-drop {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: 100vh;
}

.mobile-drop .drop-holder {
    overflow-y: auto;
    height: 100%;
}

@media (min-width: 768px) {
    .mobile-drop .drop-holder {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: visible;
    }
}

@media (min-width: 768px) {
    .mobile-drop .left-align,
    .mobile-drop .right-align {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(50% - 70px);
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .mobile-drop .right-align {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.nav {
    color: #000;
}

.nav>ul>li {
    padding-left: 0;
}

.nav>ul>li:before {
    display: none;
}

@media (min-width: 768px) {
    .nav>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -5px;
    }
}

@media (min-width: 1024px) {
    .nav>ul {
        margin: 0 -20px;
    }
}

.nav>ul>li {
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .nav>ul>li {
        position: relative;
        margin: 0 5px;
    }
}

@media (min-width: 1024px) {
    .nav>ul>li {
        margin: 0 20px;
    }
}

.nav>ul>li.hover>a {
    color: #5084a4;
}

.nav>ul>li.hover .drop {
    display: block;
}

@media (min-width: 768px) {
    .nav>ul>li.hover .drop {
        opacity: 1;
        visibility: visible;
    }
}

.nav>ul>li>a {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: inherit;
    font-size: 15px;
    font-weight: 500;
}

@media (min-width: 768px) {
    .nav>ul>li>a {
        font-size: 12px;
    }
}

@media (min-width: 1024px) {
    .nav>ul>li>a {
        font-size: 15px;
    }
}

.nav>ul .active {
    color: #5084a4;
}

.nav a {
    color: inherit;
    text-decoration: none;
}

.nav a:hover {
    color: #5084a4;
}

.nav .drop {
    font-size: 16px;
    font-weight: 300;
    display: none;
}

@media (min-width: 768px) {
    .nav .drop {
        padding: 27px 0 0;
        position: absolute;
        left: 0;
        top: 100%;
        display: block;
        opacity: 0;
        visibility: hidden;
        font-size: 13px;
        -webkit-transition: opacity .25s, visibility .25s;
        transition: opacity .25s, visibility .25s;
    }
}

@media (min-width: 1024px) {
    .nav .drop {
        font-size: 16px;
    }
}

.nav .drop .holder {
    padding: 20px;
}

@media (min-width: 768px) {
    .nav .drop .holder {
        background-color: #fff;
        box-shadow: 0 18px 27px 0 rgba(145, 145, 145, .07);
        width: 183px;
        padding-bottom: 28px;
    }
}

.nav .drop .title {
    text-transform: uppercase;
    display: block;
    margin: 0 0 19px;
}

.nav .drop ul>li {
    padding-left: 0;
}

.nav .drop ul>li:before {
    display: none;
}

.nav .drop ul ul {
    padding: 19px 0 0 27px;
}

.nav .drop ul li {
    margin: 0;
}

.nav .drop ul li+li {
    margin-top: 19px;
}

.search-form {
    border-bottom: 1px solid #979797;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 215px;
}

@media (min-width: 768px) {
    .search-form {
        margin: 0 0 -7px 15px;
    }
}

.search-form input[type="search"] {
    border: 0;
    width: calc(100% - 25px);
    height: 22px;
    line-height: 22px;
    padding: 0;
    letter-spacing: 1px;
    background-color: transparent;
}

@media (min-width: 768px) {
    .search-form input[type="search"] {
        font-size: 12px;
    }
}

@media (min-width: 1024px) {
    .search-form input[type="search"] {
        font-size: 15px;
    }
}

.search-form .submit {
    background-color: transparent;
    border: 0;
    font-size: 20px;
    color: #000;
    padding: 0;
    -webkit-transition: color .25s;
    transition: color .25s;
    width: 20px;
    margin: 0 0 0 5px;
}

.search-form .submit:hover {
    color: #5084a4;
}

.nav-active {
    overflow: hidden;
}

#footer {
    padding: 30px 15px;
    background-color: #e7edf0;
    font-size: 14px;
    line-height: 1.1;
}

@media (min-width: 768px) {
    #footer {
        padding: 50px 30px;
        font-size: 16px;
    }
}

#footer .container {
    max-width: 1109px;
}

#footer .bottom-holder {
    padding: 22px 0 0;
    margin: 46px 0 0;
    border-top: 1px solid #fff;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 200;
    text-align: center;
}

#footer .bottom-holder a {
    color: inherit;
    text-decoration: none;
}

#footer .bottom-holder a:hover {
    color: #5084a4;
}

#footer .title {
    text-transform: uppercase;
    display: block;
    margin: 0 0 7px;
    font-weight: 700;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    #footer .title {
        margin-bottom: 23px;
    }
}

#footer p {
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    #footer p {
        margin-bottom: 20px;
    }
}

.footer-bar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1024px) {
    .footer-bar .container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.nav-col {
    width: 48%;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .nav-col {
        width: 23.4%;
        margin: 0;
    }
}

.footer-nav ul>li {
    padding-left: 0;
}

.footer-nav ul>li:before {
    display: none;
}

.footer-nav ul li {
    margin: 0;
}

.footer-nav ul li+li {
    margin-top: 12px;
}

.footer-nav ul li.active a {
    color: #5084a4;
}

.footer-nav ul a {
    color: #000;
    line-height: inherit;
    text-decoration: none;
}

.footer-nav ul a:hover {
    color: #5084a4;
}

.contact-col {
    width: 100%;
}

@media (min-width: 768px) {
    .contact-col {
        width: 45.8%;
    }
}

.subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 25px;
}

.subscribe-form input[type="text"] {
    width: calc(100% - 136px);
    border: 0;
}

.subscribe-form .btn {
    width: 136px;
}

.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 28px;
    margin: -5px;
}

.social-list>li {
    padding-left: 0;
}

.social-list>li:before {
    display: none;
}

@media (min-width: 768px) {
    .social-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.social-list li {
    padding: 5px;
    margin: 0;
}

.social-list a {
    color: #000;
    line-height: inherit;
    text-decoration: none;
}

.social-list a:hover {
    color: #5084a4;
}

.slideshow {
    position: relative;
}

.slideshow.product-block .slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .recommendation-block .slideshow .slide {
        min-height: 420px;
    }
}

.slideshow .slideset {
    position: relative;
}

.slideshow .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    min-height: 300px;
}

@media (min-width: 768px) {
    .slideshow .slide {
        min-height: 456px;
    }
}

.slideshow .slide.active {
    z-index: 2;
}

.slideshow img {
    display: block;
    width: 100%;
}

.switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px;
}

.switcher>li {
    padding-left: 0;
}

.switcher>li:before {
    display: none;
}

.switcher li {
    margin: 4px;
}

.switcher li.active a:before {
    opacity: 1;
    visibility: visible;
}

.switcher a {
    width: 24px;
    height: 24px;
    padding: 2px;
    display: block;
    position: relative;
}

.switcher a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
}

.js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}

.tab-content {
    position: relative;
}

.tabset>li,
.recommendation-tabset>li {
    padding-left: 0;
}

.tabset>li:before,
.recommendation-tabset>li:before {
    display: none;
}

.recommendation-tabset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 200;
    margin: 0 -5px 7px;
}

.recommendation-tabset li {
    padding: 0 5px 10px;
}

.recommendation-tabset a {
    color: #1e1e1e;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 20px 10px;
}

.recommendation-tabset a.active {
    font-weight: 400;
}

.recommendation-tabset a.active:before {
    opacity: 1;
    visibility: visible;
}

.recommendation-tabset a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    background: #979797;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
}

.fade-tabset .tab {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    overflow: hidden;
    width: 100%;
}

.fade-tabset .tab.active {
    opacity: 1;
}

.size-tabs .tabset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .size-tabs .tabset {
        margin-bottom: 24px;
    }
}

@media (min-width: 1024px) {
    .size-tabs .tabset {
        margin-bottom: 29px;
    }
}

.size-tabs .tabset>li {
    margin: 0 8px;
}

@media (min-width: 768px) {
    .size-tabs .tabset>li {
        margin-left: 11px;
        margin-right: 11px;
    }
}

@media (min-width: 1200px) {
    .size-tabs .tabset>li {
        margin-left: 16px;
        margin-right: 16px;
    }
}

.size-tabs .tabset a {
    font-size: 88.888889%;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    opacity: .34;
    position: relative;
}

.size-tabs .tabset a:after {
    -webkit-transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    content: "";
    height: 2px;
    background: #979797;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.size-tabs .tabset a:hover {
    color: #5084a4;
}

.size-tabs .tabset .active a,
.size-tabs .tabset a:hover {
    opacity: 1;
}

.size-tabs .tabset .active a {
    font-weight: 700;
}

.size-tabs .tabset .active a:after {
    opacity: 1;
    visibility: visible;
}

.btn,
.btn-outline {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
    line-height: 1.1;
    font-weight: 500;
    overflow: hidden;
}

.btn:hover:after,
.btn-outline:hover:after {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    opacity: 1;
}

.btn:after,
.btn-outline:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .75s;
    transition: opacity .75s;
}

.btn {
    background: #000;
    color: #d8d8d8;
    padding: 11px 30px;
    font-size: 15px;
}

.btn.pink {
    background-color: #efdbd2;
    color: #000;
}

.btn.pink:focus,
.btn.pink:hover {
    color: #000;
}

.btn.pink:after {
    background-color: #fff;
}

.btn:focus {
    color: #d8d8d8;
}

.btn:hover {
    color: #fff;
}

.btn:after {
    background: #979797;
}

.btn-outline {
    color: #000;
    padding: 11px 36px;
    font-size: 16px;
    border: 1px solid #000;
    line-height: 1;
}

.btn-outline:focus {
    color: #000;
}

.btn-outline:hover {
    color: #fff;
}

.btn-outline:after {
    background: #000;
}

.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn-group>.btn+.btn {
    border-left: 0;
}

.filter-section {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .filter-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .filter-section .filters-opener.title {
        margin-bottom: 0;
    }
}

.filter-nav {
    margin: 0 auto 20px;
}

@media (min-width: 768px) {
    .filter-nav {
        width: 163px;
        margin: 0;
        padding: 9px 0 0 11px;
    }
}

.filter-nav .title {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.15;
    margin: 0 0 24px;
}

.filter-nav .reset {
    background-color: transparent;
    border: 0;
    padding: 0 23px 0 0;
    display: block;
    text-transform: uppercase;
    color: #5084a4;
    position: relative;
    text-align: left;
    -webkit-transition: color .25s;
    transition: color .25s;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: 1px;
    margin: 10px 0 9px;
}

@media (min-width: 768px) {
    .filter-nav .reset {
        margin-top: 49px;
    }
}

.filter-nav .reset:hover {
    color: #737373;
}

.filter-nav .reset:focus {
    outline: none;
}

.filter-nav .reset:before {
    content: "\e901";
    font-family: "icomoon";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
}

@media (max-width: 767px) {
    .filters-open-close {
        border: solid 1px #dadada;
        padding: 11px 10px 10px 8px;
    }
}

@media (max-width: 767px) {
    .filters-open-close .filters-opener {
        letter-spacing: .16em;
        padding-left: 8px;
        padding-right: 18px;
    }
}

@media (max-width: 767px) {
    .filters-open-close .filters-opener:before {
        font-size: 5px;
        right: 8px;
    }
}

@media (min-width: 768px) {
    .filters-open-close .filters-opener:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .filters-open-close .filters-slide {
        padding: 32px 0 0;
    }
}

.filter-open-close {
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .filter-open-close {
        margin: 0 0 22px;
    }
}

.filter-open-close.active .filter-opener:before,
.filters-open-close.filters-active .filters-opener:before {
    content: "\e90d";
}

.filter-opener,
.filters-opener {
    display: block;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    line-height: inherit;
    color: #000;
    position: relative;
    margin: 0 0 5px;
    padding: 0 18px 0 0;
}

.filter-opener:hover,
.filters-opener:hover {
    color: #5084a4;
}

.filter-opener:before,
.filters-opener:before {
    content: "\e900";
    font-family: "icomoon" !important;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #494848;
    font-size: 6px;
}

.filters-opener {
    font-size: 13px;
}

@media (max-width: 767px) {
    .filters-opener .hidden-sm {
        display: none;
    }
}

.category-list {
    font-size: 15px;
    line-height: 1.15;
}

.category-list>li {
    padding-left: 0;
}

.category-list>li:before {
    display: none;
}

.category-list li {
    margin: 0;
}

.category-list li+li {
    margin-top: 5px;
}

.category-list>li.active>a {
    background-color: #e5ebed;
    color: #494848;
}

.category-list a {
    display: block;
    text-decoration: none;
    padding: 4px 10px;
    color: #494848;
}

.category-list a:hover {
    color: #5084a4;
}

.category-list .item-list {
    padding: 5px 0 0;
}

.category-list .item-list>li {
    padding-left: 0;
}

.category-list .item-list>li:before {
    display: none;
}

.category-list .item-list>li {
    margin: 0;
}

.category-list .item-list a {
    padding-left: 20px;
    padding: 3px 10px 3px 20px;
}

.color-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6px -4px -4px;
}

.color-list>li {
    padding-left: 0;
}

.color-list>li:before {
    display: none;
}

.color-list li {
    margin: 4px;
    position: relative;
}

.color-list input[type="checkbox"]:checked~label:before {
    opacity: 1;
    visibility: visible;
}

.color-list label {
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: relative;
    padding: 2px;
}

.color-list label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
}

.color-list img {
    pointer-events: none;
}

.fit-list {
    font-size: 13px;
    line-height: 1.1;
    color: #636363;
    margin: -2px 0 0;
}

.fit-list>li {
    padding-left: 0;
}

.fit-list>li:before {
    display: none;
}

.fit-list li {
    position: relative;
    margin: 0;
}

.fit-list li+li {
    margin-top: 10px;
}

.fit-list input[type="checkbox"]:checked~label {
    color: #5084a4;
}

.fit-list label {
    cursor: pointer;
    color: inherit;
    font-size: inherit;
}

.size-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

.size-list>li {
    padding-left: 0;
}

.size-list>li:before {
    display: none;
}

.size-list li {
    margin: 5px;
    position: relative;
}

.size-list input[type="checkbox"]:checked~label,
.size-list input[type="radio"]:checked~label {
    color: #000;
    border-color: currentColor;
}

.size-list label {
    width: 28px;
    height: 28px;
    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;
    border: 1px solid #979797;
    color: #737373;
    font-size: 13px;
    line-height: 1.1;
    border-radius: 50%;
    cursor: pointer;
}

@media (min-width: 768px) {
    .size-list label {
        width: 30px;
        height: 30px;
    }
}

.product-container-holder {
    overflow: hidden;
}

@media (min-width: 768px) {
    .product-container-holder {
        width: calc(100% - 221px);
    }
}

@media (min-width: 768px) {
    .product-container {
        margin: 0 -10px;
    }
}

@media (min-width: 1024px) {
    .product-container {
        margin: 0 -25px;
    }
}

.product-container .description-holder {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 1.88;
}

@media (min-width: 768px) {
    .product-container .description-holder {
        padding: 0 10px;
    }
}

@media (min-width: 1024px) {
    .product-container .description-holder {
        padding: 0 25px;
    }
}

.product-container .description-holder h2,
.product-container .description-holder .h2 {
    margin-bottom: 3px;
}

@media (min-width: 1024px) {
    .product-container .description-holder h2,
    .product-container .description-holder .h2 {
        font-size: 30px;
    }
}

.product-container .product-block {
    float: left;
    width: 50%;
    padding: 0 10px;
}

@media (min-width: 1024px) {
    .product-container .product-block {
        width: 33.3%;
        padding: 0 25px;
        margin-bottom: 58px;
    }
}

.product-container .product-block .info-holder {
    margin: 9px 0 4px;
}

.product-single-block {
    margin: 0 0 0px;
}

@media (min-width: 768px) {
    .product-single-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto 0px;
        max-width: 963px;
    }
}

.visual-col {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .visual-col {
        width: 58.8%;
        margin-bottom: 0;
    }
}

.sample-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.picture-tabset {
    width: 17.4%;
}

.picture-tabset>li {
    padding-left: 0;
}

.picture-tabset>li:before {
    display: none;
}

@media (min-width: 768px) {
    .picture-tabset {
        padding-left: 12px;
        padding-top: 4px;
    }
}

.picture-tabset li {
    margin: 0;
}

.picture-tabset li+li {
    margin-top: 20px;
}

.visual-block {
    width: 78.4%;
    margin-left: auto;
    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;
    text-align: center;
}

@media (min-width: 768px) {
    .visual-block {
        padding-top: 7px;
    }
}

.visual-block .tab:only-child {
    opacity: 1;
}

@media (min-width: 768px) {
    .detail-col {
        width: 36.3%;
    }
}

.detail-col h1,
.detail-col .h1 {
    margin: 0 0 3px;
    letter-spacing: 0;
}

.detail-col .sub-title {
    display: block;
    font-size: 15px;
    line-height: 1.15;
    color: #737373;
    font-weight: 300;
    margin: 0 0 10px;
}

.detail-col .sub-title span {
    display: inline-block;
    vertical-align: top;
}

.detail-col .sub-title span+span:before {
    display: inline-block;
    vertical-align: top;
    content: "|";
    margin: 0 10px;
}

.detail-col .price {
    display: block;
    margin: 0 0 25px;
}

@media (min-width: 768px) {
    .detail-col .price {
        margin-bottom: 36px;
    }
}

.order-form {
    margin: 0 0 22px;
}

.order-form .row+.row {
    margin-top: 22px;
}

.order-form .label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 5px;
}

.order-form .value {
    color: #737373;
    font-weight: 300;
}

.order-form .value:first-child {
    margin-left: 5px;
}

.order-form .value+.value:before {
    display: inline-block;
    vertical-align: top;
    content: "|";
    margin: 0 4px;
}

.order-form .size-list {
    margin: -6px;
}

.order-form .btn {
    width: 100%;
    font-weight: 600;
    margin-top: 30px;
    padding: 15px 10px;
}

.order-form .btn:focus {
    outline: none;
}

.color-tabset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6px;
}

.color-tabset>li {
    padding-left: 0;
}

.color-tabset>li:before {
    display: none;
}

.color-tabset li {
    margin: 6px;
}

.color-tabset input[type="radio"]:checked~label:before {
    opacity: 1;
    visibility: visible;
}

.color-tabset label {
    display: block;
    width: 34px;
    height: 34px;
    cursor: pointer;
    position: relative;
    padding: 2px;
}

.color-tabset label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
}

.fur-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -8px -8px;
}

.fur-link-list>li {
    padding-left: 0;
}

.fur-link-list>li:before {
    display: none;
}

.fur-link-list li {
    margin: 8px;
}

.fur-link-list li.active a {
    border-color: #000;
    color: #000;
}

.fur-link-list a {
    display: block;
    font-size: 13px;
    line-height: 1.1;
    width: 105px;
    padding: 4px 5px 6px;
    color: #636363;
    text-decoration: none;
    border: 1px solid #83888c;
    text-align: center;
}

.fur-link-list a:hover {
    border-color: #5084a4;
    color: #5084a4;
}

.radio-list,
.fit-radio-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6px -9px 6px;
}

.radio-list>li,
.fit-radio-list>li {
    padding-left: 0;
}

.radio-list>li:before,
.fit-radio-list>li:before {
    display: none;
}

.radio-list li,
.fit-radio-list li {
    margin: 9px;
}

.radio-list .disable label,
.fit-radio-list .disable label {
    border-color: #dadada;
    color: #737373;
    pointer-events: none;
}

.radio-list .disable label:before,
.fit-radio-list .disable label:before {
    opacity: 1;
    visibility: visible;
}

.radio-list input[type="radio"]:checked~label,
.fit-radio-list input[type="radio"]:checked~label {
    border-color: #000;
    color: #000;
}

.radio-list label,
.fit-radio-list label {
    display: block;
    font-size: 13px;
    line-height: 1.1;
    width: 101px;
    padding: 4px 5px 6px;
    color: #636363;
    text-decoration: none;
    border: 1px solid #83888c;
    text-align: center;
    -webkit-transition: color .25s, border-color .25s;
    transition: color .25s, border-color .25s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.radio-list label:hover,
.fit-radio-list label:hover {
    border-color: #5084a4;
    color: #5084a4;
}

.radio-list label:before,
.fit-radio-list label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% + 1px);
    height: 1px;
    background: #dadada;
    -webkit-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
    transform: rotate(-13deg);
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 1024px) {
    .fancybox-content {
        max-width: 994px;
        margin: 0 auto;
        padding-top: 45% !important;
        height: auto !important;
    }
}

.fancybox-image {
    height: auto;
}

.banner {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.banner .container {
    max-width: 1356px;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 70px 15px;
    min-height: 380px;
}

@media (min-width: 768px) {
    .banner .container {
        min-height: 520px;
    }
}

@media (min-width: 1024px) {
    .banner .container {
        padding: 70px 140px;
        min-height: 678px;
    }
}

.banner .text-holder {
    max-width: 380px;
    text-align: center;
}

.banner h1,
.banner .h1 {
    color: inherit;
    line-height: 1.15;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 18px;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .banner h1,
    .banner .h1 {
        font-size: 44px;
    }
}

.banner .btn-outline {
    border-color: #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 11px 40px;
}

.banner .btn-outline:hover {
    color: #000;
}

.banner .btn-outline:after {
    background-color: #fff;
}

.basic-section {
    padding: 30px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .basic-section {
        padding: 65px 0 87px;
    }
}

.basic-section h1,
.basic-section .h1 {
    margin: 0 0 29px;
}

.basic-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
}

.basic-list>li {
    padding-left: 0;
}

.basic-list>li:before {
    display: none;
}

.basic-list li {
    width: 50%;
    padding: 10px;
    margin: 0;
}

@media (min-width: 1024px) {
    .basic-list li {
        width: 25%;
    }
}

.basic-list a {
    text-decoration: none;
    color: #000;
}

.basic-list a:hover .title:before {
    width: 100%;
}

.basic-list a:hover .picture-holder img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.basic-list .picture-holder {
    margin: 0 0 13px;
    overflow: hidden;
}

.basic-list .picture-holder img {
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
}

.basic-list .title {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.1;
    padding-top: 7px;
}

@media (min-width: 768px) {
    .basic-list .title {
        font-size: 24px;
    }
}

.basic-list .title:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    width: 0;
    height: 2px;
    background: #5084a4;
    -webkit-transition: width .25s;
    transition: width .25s;
}

.story-section {
    padding: 30px 0;
    text-align: center;
    background-color: #e7edf0;
}

@media (min-width: 768px) {
    .story-section {
        padding: 44px 0;
    }
}

.story-section .container {
    max-width: 945px;
}

.story-section h1,
.story-section .h1 {
    margin: 0 0 25px;
}

.story-section p {
    margin: 0 0 34px;
}

.story-section .list {
    margin: 0 0 20px;
    font-weight: 500;
}

.story-section .list>li {
    padding-left: 0;
}

.story-section .list>li:before {
    display: none;
}

@media (min-width: 768px) {
    .story-section .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -10px -10px 21px;
    }
}

@media (min-width: 1024px) {
    .story-section .list {
        max-width: 730px;
        margin: -10px auto 21px;
    }
}

@media (min-width: 768px) {
    .story-section .list li {
        width: 33.3%;
        padding: 10px;
        margin: 0;
    }
}

.story-section .list li+li {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .story-section .list li+li {
        margin-top: 0;
    }
}

.story-section .list .text {
    display: block;
    margin: 0 0 10px;
}

.story-section .list [class^="icon-"],
.story-section .list [class*=" icon-"] {
    font-size: 28px;
}

.short-info-section {
    padding: 30px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .short-info-section {
        padding: 107px 0 63px;
    }
}

.short-info-section .container {
    max-width: 1190px;
}

.short-info-list>li {
    padding-left: 0;
}

.short-info-list>li:before {
    display: none;
}

@media (min-width: 768px) {
    .short-info-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -16px -15px;
    }
}

.short-info-list li {
    margin: 0;
}

@media (min-width: 768px) {
    .short-info-list li {
        padding: 16px;
        width: 50%;
    }
}

.short-info-list li+li {
    margin-top: 35px;
}

@media (min-width: 768px) {
    .short-info-list li+li {
        margin-top: 0;
    }
}

.short-info-list .picture-holder {
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .short-info-list .picture-holder {
        margin-bottom: 30px;
    }
}

.short-info-list h1,
.short-info-list .h1 {
    margin: 0 0 14px;
    letter-spacing: 0;
}

.short-info-list .btn-outline {
    min-width: 223px;
    padding: 11px 23px;
}

.article-section {
    background-color: #f8f6f4;
    padding: 30px 0;
}

@media (min-width: 768px) {
    .article-section {
        padding: 38px 0 43px;
    }
}

.article-section .container {
    max-width: 1195px;
}

.article-section h1,
.article-section .h1 {
    margin: 0 0 31px;
    text-align: center;
}

@media (min-width: 768px) {
    .article-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -15px;
    }
}

.article {
    line-height: 2.02;
}

@media (min-width: 768px) {
    .article {
        padding: 15px;
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .article {
        width: 25%;
    }
}

.article+.article {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .article+.article {
        margin-top: 0;
    }
}

.article p {
    margin: 0;
}

.article .title {
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 0 0 16px;
    letter-spacing: 1px;
    line-height: 1.1;
    text-align: center;
}

@media (min-width: 1024px) {
    .article .title {
        text-align: left;
    }
}

.article .circle-holder {
    border-radius: 50%;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    background-color: #d8d8d8;
    margin: 0 auto 31px;
    max-width: 250px;
    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;
}

@media (min-width: 1024px) {
    .article .circle-holder {
        margin: 0 0 31px;
    }
}

.article .circle-holder>img {
    opacity: 0;
}

.article .circle-holder .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    font-size: 14px;
    padding: 15px;
}

@media (min-width: 768px) {
    .article .circle-holder .text {
        font-size: 17px;
    }
}

@media (min-width: 1024px) {
    .article .circle-holder .text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.insta-section {
    padding: 30px 0;
}

@media (min-width: 768px) {
    .insta-section {
        padding: 38px 0 62px;
    }
}

.insta-section .container {
    max-width: 1030px;
}

.insta-section .title {
    display: block;
    text-align: center;
    font-weight: 400;
    margin: 0 0 26px;
}

.insta-section .title a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 0 15px;
}

@media (min-width: 768px) {
    .insta-section .title a {
        font-size: 16px;
    }
}

.insta-section .title a:hover {
    color: #5084a4;
}

.insta-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px;
}

.insta-list>li {
    padding-left: 0;
}

.insta-list>li:before {
    display: none;
}

.insta-list li {
    padding: 4px;
    width: 25%;
    margin: 0;
}

.head-page {
    background-color: #e7edf0;
    padding: 30px 15px;
    text-align: center;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .head-page {
        padding: 41px 15px;
        margin-bottom: 31px;
    }
}

.head-page h1,
.head-page .h1 {
    margin: 0 0 9px;
    letter-spacing: 0;
}

.head-page .sub-title {
    display: block;
    letter-spacing: 4px;
    color: #728a9c;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

@media (min-width: 768px) {
    .head-page .sub-title {
        font-size: 14px;
    }
}

.carousel {
    position: relative;
    margin: 0 0 14px;
}

.carousel .mask {
    position: relative;
    overflow: hidden;
}

.carousel .slideset {
    width: 99999px;
    float: left;
}

.carousel .slide {
    float: left;
}

.carousel .pagination {
    line-height: 1;
    margin-top: 9px;
}

.carousel .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.carousel .pagination ul>li {
    padding-left: 0;
}

.carousel .pagination ul>li:before {
    display: none;
}

.carousel .pagination ul li {
    margin: 4px;
}

.carousel .pagination ul li.active a {
    border-color: #5084a4;
}

.carousel .pagination ul a {
    text-indent: -9999px;
    overflow: hidden;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #d8d8d8;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    display: block;
}

.carousel .pagination ul a:hover {
    border-color: #5084a4;
    background-color: #5084a4;
}

.carousel .btn-prev,
.carousel .btn-next {
    width: 20px;
    height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: rgba(231, 237, 240, .6);
    text-decoration: none;
    z-index: 99;
}

.carousel .btn-prev:hover,
.carousel .btn-next:hover {
    background-color: #e7edf0;
}

.carousel .btn-prev [class^="icon-arrow"],
.carousel .btn-prev [class*="icon-arrow"],
.carousel .btn-next [class^="icon-arrow"],
.carousel .btn-next [class*="icon-arrow"] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #585a5e;
    font-size: 20px;
}

.carousel .btn-prev {
    left: 0;
}

.carousel .btn-next {
    right: 0;
}

.collection-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px -5px 20px;
    text-align: center;
    line-height: 1.3;
    font-size: 14px;
}

.collection-list>li {
    padding-left: 0;
}

.collection-list>li:before {
    display: none;
}

@media (min-width: 768px) {
    .collection-list {
        margin: -15px -15px 20px;
        line-height: 1.1;
    }
}

@media (min-width: 1024px) {
    .collection-list {
        margin: -49px -36px 20px;
    }
}

.collection-list li {
    width: 100%;
    padding: 10px 5px 20px;
    margin: 0;
}

@media (min-width: 768px) {
    .collection-list li {
        padding: 15px;
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .collection-list li {
        padding: 49px 36px;
    }
}

.collection-list a {
    color: #000;
    display: block;
    text-decoration: none;
}

.collection-list a:hover h2,
.collection-list a:hover .h2 {
    font-weight: 400;
}

.collection-list a:hover h2 span:before,
.collection-list a:hover .h2 span:before {
    width: 100%;
}

.collection-list .picture-holder {
    margin: 0 0 9px;
}

.collection-list h2,
.collection-list .h2 {
    margin: 0 0 5px;
    font-family: "sofia-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
}

@media (min-width: 768px) {
    .collection-list h2,
    .collection-list .h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

.collection-list h2 span,
.collection-list .h2 span {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.collection-list h2 span:before,
.collection-list .h2 span:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    width: 0;
    height: 2px;
    background: #5084a4;
    -webkit-transition: width .25s;
    transition: width .25s;
}

.shop-section {
    margin: 0 0 20px;
}

.shop-section h1,
.shop-section .h1 {
    text-align: center;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .shop-section h1,
    .shop-section .h1 {
        margin-bottom: 30px;
    }
}

.product-block {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .product-block {
        margin: 0 0 39px;
    }
}

.product-block .info-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    margin: 1px 0 2px;
}

@media (min-width: 768px) {
    .product-block .info-holder {
        font-size: 15px;
    }
}

.product-block .info-holder .title {
    display: block;
    color: #242424;
}

.product-block .info-holder .title+.price {
    margin: 0 0 0 5px;
}

.product-block-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

@media (min-width: 768px) {
    .product-block-holder {
        margin: 0 -14px;
    }
}

.product-block-holder .product-block {
    width: 50%;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .product-block-holder .product-block {
        width: 33.3%;
        padding: 0 14px;
    }
}

@media (min-width: 1024px) {
    .product-block-holder .product-block {
        width: 25%;
    }
}

.hero-section {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 0 23px;
}

.hero-section .frame {
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 469px;
    padding: 70px 0;
    width: 100%;
}

.hero-section .text-holder {
    padding: 0 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .hero-section .text-holder {
        padding: 0 40px;
    }
}

@media (min-width: 1024px) {
    .hero-section .text-holder {
        padding: 0 80px;
    }
}

.hero-section h1,
.hero-section .h1 {
    margin: 0;
    letter-spacing: 0;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.2;
    color: #1e1e1e;
    margin: 10px 0 25px;
}

.breadcrumb li {
    margin: 0 14px 5px 13px;
    padding-left: 0;
}

.breadcrumb li:before {
    content: "|";
    position: absolute;
    width: auto;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    top: auto;
    left: -13px;
    margin: 0;
}

.breadcrumb li:first-child {
    margin-left: 0;
}

.breadcrumb li:first-child:before {
    display: none;
}

.breadcrumb a {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #5084a4;
}

.breadcrumb span {
    text-decoration: underline;
}

.accordion>li,
.detail-accordion>li {
    padding-left: 0;
}

.accordion>li:before,
.detail-accordion>li:before {
    display: none;
}

.accordion .opener,
.detail-accordion .opener {
    text-decoration: none;
    position: relative;
}

.accordion .opener:before,
.detail-accordion .opener:before {
    content: "\e906";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "icomoon" !important;
}

.accordion .active .opener:before,
.detail-accordion .active .opener:before {
    content: "\e904";
}

.opener.h1,
.opener.h2,
.opener.h3 {
    margin-bottom: 0;
}

.detail-accordion>li {
    border-bottom: 1px solid #d8d8d8;
    margin: 0;
}

.detail-accordion>li:first-child {
    border-top: 1px solid #d8d8d8;
}

.detail-accordion .opener {
    display: block;
    color: #000;
    font-size: 13px;
    line-height: inherit;
    padding: 8px 30px 8px 0;
}

.detail-accordion .opener:before {
    color: #d8d8d8;
    font-size: 9px;
}

.detail-accordion .slide {
    font-size: 13px;
    line-height: 1.38;
    padding: 0 0 22px;
}

.detail-accordion .slide p {
    margin: 0 0 21px;
}

.detail-accordion .slide p:last-child {
    margin-bottom: 0;
}

.detail-accordion .slide strong {
    font-weight: 600;
}

.accordion-size-chart {
    padding: 0 0 .875rem;
}

@media (min-width: 1024px) {
    .accordion-size-chart {
        padding-bottom: 1.25rem;
    }
}

@media (min-width: 1200px) {
    .accordion-size-chart {
        padding-top: 25px;
    }
}

.accordion-size-chart>li {
    border-bottom: 2px solid #979797;
    margin: 0;
    text-align: center;
}

.accordion-size-chart>li:first-child {
    border-top: 2px solid #979797;
}

.accordion-size-chart .opener {
    display: inline-block;
    vertical-align: top;
    line-height: 1.25;
    padding: 7px 40px 12px 15px;
}

@media (min-width: 1024px) {
    .accordion-size-chart .opener {
        padding: 10px 40px 16px 15px;
    }
}

@media (min-width: 1200px) {
    .accordion-size-chart .opener {
        padding: 12px 46px 21px 20px;
    }
}

.accordion-size-chart .opener:before {
    font-size: 21px;
}

.table-responsive {
    overflow-x: auto;
}

.table-responsive table {
    min-width: 820px;
    width: 100%;
}

.table-size {
    font-size: 88.8888889%;
    font-weight: 500;
    letter-spacing: .15em;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .table-size {
        margin-bottom: 2.4375rem;
    }
}

.table-size th:first-child,
.table-size td:first-child {
    text-align: left;
    padding-left: 10px;
}

@media (min-width: 768px) {
    .table-size th:first-child,
    .table-size td:first-child {
        padding-left: 15px;
    }
}

@media (min-width: 1024px) {
    .table-size th:first-child,
    .table-size td:first-child {
        padding-left: 20px;
    }
}

@media (min-width: 1200px) {
    .table-size th:first-child,
    .table-size td:first-child {
        padding-left: 28px;
    }
}

.table-size th:last-child,
.table-size td:last-child {
    padding-right: 10px;
}

@media (min-width: 768px) {
    .table-size th:last-child,
    .table-size td:last-child {
        padding-right: 15px;
    }
}

@media (min-width: 1024px) {
    .table-size th:last-child,
    .table-size td:last-child {
        padding-right: 20px;
    }
}

@media (min-width: 1200px) {
    .table-size th:last-child,
    .table-size td:last-child {
        padding-right: 28px;
    }
}

.table-size th {
    font-weight: 700;
}

.table-size th:first-child {
    width: 163px;
}

@media (min-width: 768px) {
    .table-size th {
        height: 40px;
    }
}

@media (min-width: 1024px) {
    .table-size th {
        height: 50px;
    }
}

@media (min-width: 1200px) {
    .table-size th {
        height: 58px;
    }
}

@media (min-width: 768px) {
    .table-size td {
        height: 50px;
    }
}

@media (min-width: 1024px) {
    .table-size td {
        height: 60px;
    }
}

@media (min-width: 1200px) {
    .table-size td {
        height: 75px;
    }
}

.table-size thead {
    background: #83888c;
    color: #fff;
    text-transform: uppercase;
}

.table-size thead tr:first-child th:before {
    display: none;
}

.table-size thead th {
    position: relative;
}

.table-size thead th:before {
    content: "";
    height: 2px;
    background: rgba(255, 255, 255, .7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.table-size thead th:first-child:before {
    left: 10px;
}

@media (min-width: 768px) {
    .table-size thead th:first-child:before {
        left: 15px;
    }
}

@media (min-width: 1024px) {
    .table-size thead th:first-child:before {
        left: 20px;
    }
}

@media (min-width: 1200px) {
    .table-size thead th:first-child:before {
        left: 28px;
    }
}

.table-size thead th:last-child:before {
    right: 10px;
}

@media (min-width: 768px) {
    .table-size thead th:last-child:before {
        right: 15px;
    }
}

@media (min-width: 1024px) {
    .table-size thead th:last-child:before {
        right: 20px;
    }
}

@media (min-width: 1200px) {
    .table-size thead th:last-child:before {
        right: 28px;
    }
}

.table-size tbody tr:nth-child(2n) td {
    background: #f7f7f7;
}

.range-block {
    margin: 0 0 19px;
    padding: 0 0 38px;
    position: relative;
}

.range-block .range-point {
    color: #000;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    bottom: 0;
    padding: 45px 0 0;
}

@media (min-width: 768px) {
    .range-block .range-point {
        font-size: 14px;
    }
}

@media (min-width: 1024px) {
    .range-block .range-point {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .range-block .range-point {
        font-size: 16px;
    }
}

.range-block .range-point:first-child {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.range-block .range-point:last-child {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
}

.range-block .range-point:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    content: "";
    width: 1px;
    height: 31px;
    background: #979797;
    top: 0;
}

.range-row {
    width: 100%;
    height: 13px;
    background: #fff;
    border-radius: 6px;
}

.range-row.range_waterproofing .range-point-01 {
    left: 41px;
}

.range-row.range_waterproofing .range-point-02 {
    right: 47px;
}

.range-row.range_breathability .range-point-01 {
    left: 44px;
}

.range-row.range_breathability .range-point-01:before {
    left: 5px;
}

.range-row.range_breathability .range-point-02 {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.range-row.range_breathability .range-point-03 {
    right: 44px;
}

.range-row.range_breathability .range-point-03:before {
    left: auto;
    right: 13px;
}