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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

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

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

.mfp-figure figure {
    margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio, canvas, progress, video {
    display: inline-block
}

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

progress {
    vertical-align: baseline
}

template, [hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

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

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

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.icon-codedby {
    width: 47px;
    height: 5px;
    background-image: url("../img/icons.png");
    background-position: 0px -15px
}

.icon-coderiver {
    width: 49px;
    height: 5px;
    background-image: url("../img/icons.png");
    background-position: 0px 0px
}

html, body {
    height: 100%
}

body {
    color: #000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.25
}

* {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    line-height: 1;
    margin: 0
}

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

a {
    text-decoration: none;
    -webkit-transition: none;
    transition: none
}

a:hover {
    text-decoration: none
}

ul, ol {
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
    margin: 0
}

p {
    margin: 0
}

button {
    outline: none
}

button:focus {
    outline: none
}

[class^='icon-'], [class*=' icon-'] {
    position: relative;
    vertical-align: middle
}

.wrapper {
    position: relative;
    min-width: 320px;
    min-height: 100%;
    overflow: hidden
}

.btn {
    position: relative;
    display: inline-block;
    height: 44px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
    cursor: pointer
}

.btn:hover, .btn:active {
    color: #fff;
    outline: none
}

.btn:focus {
    outline: none
}

.btn.disabled, .btn[disabled] {
    pointer-events: none;
    opacity: 0.5;
    cursor: auto
}

::-webkit-input-placeholder {
    color: #999;
    opacity: 1
}

::-moz-placeholder {
    color: #999;
    opacity: 1
}

:-ms-input-placeholder {
    color: #999;
    opacity: 1
}

:-moz-placeholder {
    color: #999;
    opacity: 1
}

input, textarea {
    position: relative;
    background: #fff;
    color: #000;
    width: 100%;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #666;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input:hover, textarea:hover {
    border-color: #333
}

input:active:not(.btn):not([disabled])::-webkit-input-placeholder, input:focus:not(.btn):not([disabled])::-webkit-input-placeholder, textarea:active:not(.btn):not([disabled])::-webkit-input-placeholder, textarea:focus:not(.btn):not([disabled])::-webkit-input-placeholder {
    color: transparent
}

input:active:not(.btn):not([disabled])::-moz-placeholder, input:focus:not(.btn):not([disabled])::-moz-placeholder, textarea:active:not(.btn):not([disabled])::-moz-placeholder, textarea:focus:not(.btn):not([disabled])::-moz-placeholder {
    color: transparent
}

input:active:not(.btn):not([disabled]):-ms-input-placeholder, input:focus:not(.btn):not([disabled]):-ms-input-placeholder, textarea:active:not(.btn):not([disabled]):-ms-input-placeholder, textarea:focus:not(.btn):not([disabled]):-ms-input-placeholder {
    color: transparent
}

input:active:not(.btn):not([disabled]):-moz-placeholder, input:focus:not(.btn):not([disabled]):-moz-placeholder, textarea:active:not(.btn):not([disabled]):-moz-placeholder, textarea:focus:not(.btn):not([disabled]):-moz-placeholder {
    color: transparent
}

input[disabled], textarea[disabled] {
    opacity: 0.5
}

input {
    height: 44px;
    text-overflow: ellipsis;
    overflow: hidden
}

textarea {
    height: 110px;
    padding: 15px 15px;
    resize: none
}

.has-error input, .has-error textarea {
    color: #b01e1e !important;
    border-color: #ce7f7f !important
}

.has-error input::-webkit-input-placeholder, .has-error textarea::-webkit-input-placeholder {
    color: #ce7f7f !important
}

.has-error input::-moz-placeholder, .has-error textarea::-moz-placeholder {
    color: #ce7f7f !important
}

.has-error input:-ms-input-placeholder, .has-error textarea:-ms-input-placeholder {
    color: #ce7f7f !important
}

.has-error input:-moz-placeholder, .has-error textarea:-moz-placeholder {
    color: #ce7f7f !important
}

.has-success input, .has-success textarea {
    color: #4ab020 !important;
    border-color: #4ab020 !important
}

.form-title {
    position: relative
}

.form-body {
    position: relative
}

.form-text {
    position: relative
}

.form-group {
    position: relative
}

.form-group:not(:last-child) {
    margin-bottom: 20px
}

.form-button {
    position: relative
}

.form-button:not(:last-child) {
    margin-bottom: 20px
}

.checkbox {
    position: relative;
    display: inline-block
}

.checkbox [type="checkbox"], .checkbox [type="radio"] {
    position: absolute;
    left: -9999px;
    width: inherit;
    height: inherit
}

.checkbox [type="checkbox"] ~ label, .checkbox [type="radio"] ~ label {
    position: relative;
    display: inline-block;
    min-height: 20px;
    color: #1a1a1a;
    line-height: 20px;
    padding-left: 20px;
    margin: -5px 0;
    cursor: pointer
}

.checkbox [type="checkbox"] ~ label:before, .checkbox [type="radio"] ~ label:before {
    content: '';
    position: absolute;
    background: #fff;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #c8c8c8;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.checkbox [type="checkbox"] ~ label:after, .checkbox [type="radio"] ~ label:after {
    content: '';
    position: absolute;
    background: #ccc;
    top: 50%;
    left: 4px;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0
}

.checkbox [type="checkbox"] ~ label:hover:before, .checkbox [type="radio"] ~ label:hover:before {
    border-color: #999
}

.checkbox [type="checkbox"] ~ label:not(:empty), .checkbox [type="radio"] ~ label:not(:empty) {
    margin: 0;
    padding-left: 30px
}

.checkbox [type="checkbox"]:disabled ~ label:after, .checkbox [type="radio"]:disabled ~ label:after {
    opacity: 0
}

.checkbox [type="checkbox"]:checked ~ label:after, .checkbox [type="radio"]:checked ~ label:after {
    opacity: 1
}

.checkbox [type="checkbox"]:checked:disabled ~ label:after, .checkbox [type="radio"]:checked:disabled ~ label:after {
    opacity: 0.2
}

.checkbox [type="radio"] ~ label:before, .checkbox [type="radio"] ~ label:after {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.checkbox.has-error [type="checkbox"] ~ label, .checkbox.has-error [type="radio"] ~ label {
    color: #b01e1e !important
}

.checkbox.has-error [type="checkbox"] ~ label:before, .checkbox.has-error [type="radio"] ~ label:before {
    border-color: #ce7f7f !important
}

.help-block {
    position: absolute;
    top: 100%;
    width: 100%;
    color: #b01e1e;
    font-size: 12px;
    line-height: 16px;
    padding: 0 30px
}

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

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icons' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
  font-size: 20px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-wss:before {
    content: "\e924";
    color: #75797b
}

.icon-arrow-down-accord:before {
    content: "\e921"
}

.icon-quest .path1:before {
    content: "\e91d";
    color: #000
}

.icon-quest .path2:before {
    content: "\e91e";
    margin-left: -1em;
    color: #fff
}

.icon-table:before {
    content: "\e91f"
}

.icon-message:before {
    content: "\e920"
}

.icon-checkout-google .path1:before {
    content: "\e918";
    color: #fbbb00
}

.icon-checkout-google .path2:before {
    content: "\e919";
    margin-left: -1em;
    color: #518ef8
}

.icon-checkout-google .path3:before {
    content: "\e91a";
    margin-left: -1em;
    color: #28b446
}

.icon-checkout-google .path4:before {
    content: "\e91b";
    margin-left: -1em;
    color: #f14336
}

.icon-checkout-facebook:before {
    content: "\e91c";
    color: #145ecc
}

.icon-btn-facebook:before {
    content: "\e916";
    color: #fff
}

.icon-btn-google:before {
    content: "\e917";
    color: #fff
}

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

.icon-footer-pinterest:before {
    content: "\e900"
}

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

.icon-trash:before {
    content: "\e902"
}

.icon-minus:before {
    content: "\e903"
}

.icon-shopping:before {
    content: "\e904"
}

.icon-close:before {
    content: "\e905"
}

.icon-menu:before {
    content: "\e906"
}

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

.icon-wish:before {
    content: "\e908"
}

.icon-cart:before {
    content: "\e909"
}

.icon-footer-facebook:before {
    content: "\e90a"
}

.icon-footer-instagram:before {
    content: "\e90b"
}

.icon-footer-tiktok:before {
    content: "\e90c"
}

.icon-footer-youtube:before {
    content: "\e90d"
}

.icon-wallet:before {
    content: "\e90e"
}

.icon-return:before {
    content: "\e90f"
}

.icon-shop:before {
    content: "\e910"
}

.icon-t-shirt:before {
    content: "\e911"
}

.icon-gift:before {
    content: "\e912"
}

.icon-plus:before {
    content: "\e913"
}

.icon-help-minus:before {
    content: "\e914"
}

.add-to-popup {
    z-index: -1;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    position: fixed;
    top: 95px;
    right: 10px;
    max-width: 348px;
    width: 100%
}

.add-to-popup--open {
    border: 1px solid #DEDEDE;
    background: #fff;
    z-index: 51;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.add-to-popup__wrapper {
    padding: 30px 0 30px 30px
}

.add-to-popup__text {
    margin-bottom: 20px
}

.add-to-popup__text p {
    max-width: 230px;
    font-family: "Lato";
    font-size: 14px;
    line-height: 20px;
    color: #000000
}

.add-to-popup__text p a {
    color: inherit
}

.add-to-popup__text p a:hover {
    text-decoration: underline
}

.add-to-popup__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.add-to-popup__btn span {
    font-family: "Oswald";
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
    margin-right: 10px
}

.add-to-popup__btn:hover {
    cursor: pointer;
    opacity: .6
}

.add-to-popup__close {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px
}

.add-to-popup__close span {
    font-size: 20px
}

.mfilter-free-container {
    border-left: 1px solid #ECECEC;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.mfilter-free-container--open {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.mfilter-option.mfilter-hide {
    display: none
}

.mfilter-free-container {
    max-width: 338px;
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: white
}

.mfilter-button-reset {
    font-family: "Oswald";
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #AAAAAA
}

.mfilter-button-top {
    margin-bottom: 60px
}

.mfilter-heading {
    margin-bottom: 10px;
    pointer-events: none
}

.mfilter-heading-text span {
    font-family: "Oswald";
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000
}

a.mfilter-button-more {
    font-family: "Oswald";
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #AAAAAA
}

.mfilter-price-slider {
    margin-bottom: 15px
}

.mfilter-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.mfilter-price-inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ui-slider span.ui-slider-handle {
    background: #000000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
    outline: none;
    width: 12px;
    height: 12px;
    display: inline-block
}

.ui-slider-horizontal div.ui-slider-range {
    background: #000000;
    height: 1px;
    left: 11px
}

.ui-slider-horizontal .ui-slider-handle {
    left: 11px
}

div.ui-slider-horizontal {
    height: 1px;
    border: none;
    background: #B5B5B5;
    max-width: -webkit-calc(100% - 22px);
    max-width: calc(100% - 22px);
    margin: 0 auto
}

div.ui-slider-horizontal:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 23px;
    left: -21px;
    background: #B5B5B5
}

div.ui-slider-horizontal:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 17px;
    right: -17px;
    background: #B5B5B5
}

.price-min, .price-max {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.price-min span, .price-max span {
    font-family: "Oswald";
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.price-max input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right
}

.price-max span:last-child {
    margin-left: 5px
}

.price-min input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 31%;
    -ms-flex: 1 1 31%;
    flex: 1 1 31%;
    text-align: left
}

.price-min span:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-left: 5px
}

.box-content.mfilter-content {
    position: relative
}

.close_button {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0
}

.close_button span:before {
    font-size: 16px
}

#mfilter-opts-price-min, #mfilter-opts-price-max {
    padding: 0;
    border: 0;
    outline: none;
    height: auto;
    font-family: "Oswald";
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000
}

.mfilter-tb-as-tr {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mfilter-tb-as-tr:not(:last-child) {
    margin-bottom: 8px
}

.mfilter-tb-as-tr > div:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.mfilter-tb-as-tr label {
    width: 100%;
    cursor: pointer
}

.mfilter-tb-as-tr label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    right: 0px;
    top: 34%;
    width: 17px;
    height: 9px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    opacity: 0
}

.mfilter-tb-as-tr input[type="checkbox"]:checked, .mfilter-tb-as-tr input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    height: auto
}

.mfilter-filter-item:not(:last-child) {
    margin-bottom: 36px
}

.mfilter-opts-container {
    margin-bottom: 8px
}

.mfilter-col-count {
    display: none
}

.mfilter-tb-as-td {
    font-family: "Oswald";
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #AAAAAA
}

.mfilter-tb-as-td:hover {
    color: #000;
    cursor: pointer
}

.mfilter-input-active label {
    color: #000
}

.mfilter-input-active label:after {
    opacity: 1
}

.mfilter-free-container #mfilter-free-container-0 {
    height: 100vh
}

.mfilter-free-container #mfilter-free-container-0 > div {
    height: 100%;
    overflow: auto
}

.mfilter-box {
    padding: 30px 20px 0 30px
}

.error_block {
    position: relative;
    max-width: 447px;
    width: 100%;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #F13F33;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 9px 11px
}

.error_block img {
    margin-right: 10px
}

.error_block span {
    color: #F13F33;
    padding-right: 15px
}

.error_block.shown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.error_block button {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    outline: none;
    background: none
}

.mfilter-col-count {
    display: none
}

.product-alert {
    margin-left: 20px
}

.login__validator {
    max-width: 447px;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #F13F33;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 9px 11px;
    position: absolute;
    top: 130px;
    left: 180px
}

.login__validator img {
    margin-right: 10px
}

.login__validator span {
    color: #F13F33
}

.login__validator.shown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 1366px) {
    .login__validator {
        left: 64px
    }
}

@media screen and (max-width: 991px) {
    .login__validator {
        top: 90px;
        left: 42px
    }
}

@media screen and (max-width: 768px) {
    .login__validator {
        position: relative;
        top: 90px;
        left: 0;
        margin: 0 auto
    }
}

@media screen and (max-width: 500px) {
    .login__validator {
        margin: 0 32px
    }
}

.success-block {
    position: relative;
    max-width: 447px;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #000000;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 9px 11px
}

.success-block img {
    margin-right: 10px
}

.success-block span {
    color: #000;
    padding-right: 15px
}

.success-block.shown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px)
}

.success-block button {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    outline: none;
    background: none
}

.icon-close-btn:hover {
    cursor: pointer;
    opacity: .6
}

.checkout__bottom-order:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.6)
}

a.button__disabled, button.button__disabled, input.button__disabled {
    pointer-events: none;
    background: #FDFDFD;
    border: 1px solid #E2E2E2;
    color: #B0B2B8
}

@font-face {
    font-family: 'Oswald';
    src: url("../css/fonts/Oswald-Regular.eot");
    src: local("☺"), url("../css/fonts/Oswald-Regular.woff") format("woff"), url("../css/fonts/Oswald-Regular.ttf") format("truetype"), url("../css/fonts/Oswald-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Lato';
    src: url("../css/fonts/Lato-Regular.eot");
    src: local("☺"), url("../css/fonts/Lato-Regular.woff") format("woff"), url("../css/fonts/Lato-Regular.ttf") format("truetype"), url("../css/fonts/Lato-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

.page {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden
}

.page__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.page__pagination {
    position: absolute;
    top: 50%;
    right: 24px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.page__bullet {
    width: 9px;
    height: 9px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #000000;
    margin: 4px 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s
}

.page__bullet.bullet_active {
    background-color: #000000
}

.page__bullet--dark {
    border: 1px solid #ffffff
}

.page__bullet--dark.bullet_active {
    background-color: #ffffff
}

.page__scroll {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.page__drag-scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer
}

.page__screen--video .screen__content {
    display: none
}

.page__screen--video img {
    display: none
}

.screen {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    position: relative
}

.screen__content {
    position: relative;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.screen__title {
    font-family: "Oswald";
    font-weight: 400;
    font-size: 120px;
    line-height: 178px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer
}

.screen__body {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden
}

.screen__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.screen__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover
}

.screen__image video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.screen__image iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

@media screen and (max-width: 991px) {
    .page__screen--video .screen__content {
        display: block
    }

    .page__screen--video iframe {
        display: none
    }

    .page__screen--video img {
        display: block
    }

    .page__pagination {
        top: unset;
        bottom: 23px;
        right: 27px
    }

    .page__bullet {
        border: 1px solid #fff;
        margin: 4.5px 0
    }

    .page__bullet.bullet_active {
        background-color: #fff
    }

    .screen__title {
        font-size: 82px;
        line-height: 122px
    }
}

@media screen and (max-width: 440px) {
    .screen__title {
        font-size: 42px;
        line-height: 48px
    }
}

.bottom-section__wrapper {
    padding: 100px 0 98px
}

.bottom-section__inst-text {
    font-family: "Oswald";
    font-weight: 400;
    text-align: center;
    font-size: 90px;
    line-height: 133px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px
}

.bottom-section__inst-link {
    max-width: 270px;
    margin: 0 auto;
    text-align: center
}

.bottom-section__inst-link a {
    font-family: "Oswald";
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #000000
}

.season-cards {
    padding: 0 20px;
    margin-bottom: 32px;
    margin-right: -13px;
    margin-left: -13px
}

.season-card {
    cursor: pointer;
    margin: 0 13px
}

.season-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center
}

@media screen and (max-width: 991px) {
    .season-card {
        margin: 0 4px
    }

    .season-cards {
        margin-right: -4px;
        margin-left: -4px
    }
}

@media screen and (max-width: 768px) {
    .season-cards {
        padding-right: 40px;
        padding-left: 0
    }
}

@media screen and (max-width: 480px) {
    .season-cards {
        margin-right: -4px;
        margin-left: -4px;
        padding-right: 0
    }

    .bottom-section__wrapper {
        overflow: hidden
    }

    .season-card {
        margin: 0 4px
    }
}

@media screen and (max-width: 991px) {
    .bottom-section__wrapper {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .bottom-section__inst-text {
        font-size: 54px;
        line-height: 80px;
        margin-bottom: 5px
    }

    .season-cards {
        margin-bottom: 5px
    }
}

@media screen and (max-width: 600px) {
    .bottom-section__inst-text {
        font-size: 36px;
        line-height: 53px;
        margin-bottom: 5px
    }
}

.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

html {
    -ms-overflow-style: none;
    scrollbar-width: none
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent
}

.scroll-disable {
    overflow: hidden
}

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

.discount > span:first-child {
    text-decoration: line-through
}

.discount > span:not(:last-child) {
    margin-right: 20px
}

.discount .discount-price {
    color: #F13F33;
    display: block
}

.discount .discount-size {
    border: 1px solid #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 45px;
    height: 24px
}

.discount-price {
    display: none
}

.discount-size {
    display: none
}

.login__validator {
    max-width: 447px;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #F13F33;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: 9px 11px;
    position: absolute;
    top: 150px;
    left: 180px
}

.login__validator img {
    margin-right: 10px
}

.login__validator span {
    color: #F13F33
}

.login__validator.shown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 1366px) {
    .login__validator {
        left: 64px
    }
}

@media screen and (max-width: 991px) {
    .login__validator {
        top: 90px;
        left: 42px
    }
}

@media screen and (max-width: 768px) {
    .login__validator {
        position: relative;
        top: 90px;
        left: 0;
        margin: 0 auto
    }

    .page__pagination {
        top: unset;
        bottom: 65px;
        right: 27px;
    }

}

@media screen and (max-width: 500px) {
    .login__validator {
        margin: 0 32px
    }
}


/*# sourceMappingURL=libs.css.map */
