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;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.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;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.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;
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    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--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    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 {
    animation-timing-function: cubic-bezier(0.5, 0, 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;
    transform-origin: top left;
    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-pan .fancybox-content,
.fancybox-can-swipe .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--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .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-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.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;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    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;
}
.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--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.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;
}
.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;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
.fancybox-caption {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.85) 0,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.15) 65%,
        rgba(0, 0, 0, 0.075) 75.5%,
        rgba(0, 0, 0, 0.037) 82.85%,
        rgba(0, 0, 0, 0.019) 88%,
        transparent
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}
.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;
}
.fancybox-loading {
    animation: a 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: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@keyframes a {
    to {
        transform: rotate(1turn);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}
@media (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;
    }
    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}
.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;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
    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;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    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, 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, 0.1);
    background-position: 50%;
    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;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}
@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

.marketing-politics-btn,
.marketing-oferta-btn,
.marketing-vozvrat-btn,
.marketing-check-btn {
    color: #fff !important;
}

.ajax_loader {
    display: none;
}
.ajax_loader_block {
    text-align: center;
}
.ajax_loader_block img {
    margin: 0 auto;
}
.ajax_loader_block span {
    color: inherit;
}
select,
button,
img,
input,
video {
    outline: none;
}

.swiper-pagination-bullet {
    background: rgb(100, 9, 4) !important;
    width: 10px !important;
    height: 10px !important;
}

/* normalize
--------------------------------*/

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
    margin: 0;
    background: rgb(100, 9, 4) !important;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

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

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
    display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
    display: none;
}

/* remodal
--------------------------------*/

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
    display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: '';
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.remodal-is-initialized {
    /* Disable Anti-FOUC */
    display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
    background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
    padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 35px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
    background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}

/* Close button */

.remodal-close {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #95979c;
    border: 0;
    outline: 0;
    background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
    color: #2b2e38;
}

.remodal-close:before {
    font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: '\00d7';
    text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
    font: inherit;
    display: inline-block;
    overflow: visible;
    min-width: 110px;
    margin: 0;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    outline: 0;
}

.remodal-confirm {
    color: #fff;
    background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
    background: #66bb6a;
}

.remodal-cancel {
    color: #fff;
    background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
    background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes remodal-opening-keyframes {
    from {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@keyframes remodal-closing-keyframes {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        opacity: 0;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 700px;
    }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
    background: #2b2e38;
}

.lt-ie9 .remodal {
    width: 700px;
}

/* animate.css
--------------------------------*/

/* slick-carousel
--------------------------------*/

/* fancyapps
--------------------------------*/

/* roulette
--------------------------------*/

.roulette {
    width: 25em;
    height: 25em;
    font-size: 20px;
    position: relative;
}

.roulette__btn {
    text-decoration: none;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #bd0606;
    text-align: center;
    color: #ffe400;
    text-transform: uppercase;
    padding: 10px 10px;
    box-sizing: border-box;
    display: table;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
}

.roulette__btn:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 23px 14px;
    border-color: transparent transparent #222 transparent;
    position: absolute;
    top: 2px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.roulette__btn span {
    font-size: 36px;
}

.roulette__line {
    width: 2px;
    height: 100%;
    background: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.roulette__line-1 {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

.roulette__line-2 {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.roulette__line-3 {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.roulette__line-4 {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.roulette__sale {
    position: absolute;
    font: 1.8em/1 Arial, Helvetica, sans-serif;
    letter-spacing: 0.02em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    color: #000;
}

.roulette__sale-1 {
    top: 14%;
    right: 28.6%;
    -webkit-transform: rotate(28.8deg);
    -ms-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
}

.roulette__sale-2 {
    right: 9.7%;
    top: 32.1%;
    -webkit-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    transform: rotate(70deg);
}

.roulette__sale-3 {
    right: 9%;
    bottom: 32.9%;
    -webkit-transform: rotate(118deg);
    -ms-transform: rotate(118deg);
    transform: rotate(118deg);
}

.roulette__sale-4 {
    bottom: 14%;
    right: 28.6%;
    -webkit-transform: rotate(-200.8deg);
    -ms-transform: rotate(-200.8deg);
    transform: rotate(-200.8deg);
}

.roulette__sale-5 {
    bottom: 14%;
    left: 28.6%;
    -webkit-transform: rotate(200.8deg);
    -ms-transform: rotate(200.8deg);
    transform: rotate(200.8deg);
}

.roulette__sale-6 {
    left: 9%;
    bottom: 32.9%;
    -webkit-transform: rotate(-118deg);
    -ms-transform: rotate(-118deg);
    transform: rotate(-118deg);
}

.roulette__sale-7 {
    left: 9.7%;
    top: 32.1%;
    -webkit-transform: rotate(-70deg);
    -ms-transform: rotate(-70deg);
    transform: rotate(-70deg);
}

.roulette__sale-8 {
    top: 14%;
    left: 28.6%;
    -webkit-transform: rotate(-28.8deg);
    -ms-transform: rotate(-28.8deg);
    transform: rotate(-28.8deg);
}

.roulette__sale span {
    font: 1em/1 Arial, Helvetica, sans-serif;
}

.roulette.in-complete .roulette__btn,
.roulette.in-process .roulette__btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

#marketing-footer-buttons > button {
    color: #fff;
}

.card__count {
    position: absolute;
    top: 0px;
    right: 5px;
    color: #ff1a24;
    font: 18px/1.2 'FuturaPT-Medium', sans-serif;
    text-align: center;
}

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

@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

body {
    background: rgb(100, 9, 4);
    color: #000;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

button,
select,
input,
textarea {
    outline: none;
}

button:focus {
    outline: none;
}

figure {
    margin: 0;
}

img {
    display: block;
}

label {
    display: none;
}

/* ---------- classes ---------- */

/* ---------- base ---------- */

.container1 {
    max-width: 100%;
    min-width: 320px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container1 {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container1 {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container1 {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container1 {
        max-width: 1170px;
    }
}

.nowrap {
    white-space: nowrap;
}

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

.responsive-iframe {
    position: relative;
    padding-bottom: 56.25%;
    /*16:9*/
    height: 0;
    overflow: hidden;
}

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

/* ---------- standard ---------- */

.timer {
    max-width: 282px;
    width: 100%;
    margin: auto;
    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;
}

.timer .time {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.timer .time-item {
    box-sizing: border-box;
    padding-bottom: 5px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 2px;
    color: #3258a4;
}

.timer .time-item:first-child {
    margin-left: 0;
}

.timer .time-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.timer .time-num span {
    background: url(../img/timer-cell-bg.png) no-repeat 50% 50%;
    width: 35px;
    height: 50px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    color: #d4d4d4;
}

.timer .time-text {
    margin-top: 2px;
    text-transform: uppercase;
    color: #222;
}

.order-form input {
    display: inline-block;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    font: 16px/35px 'FuturaPT-Book', sans-serif;
    color: #8d8d8d;
    background: #f5f5f5;
    border: none;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.order-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8d8d8d;
}

.order-form input::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    color: #8d8d8d;
}

.order-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #8d8d8d;
}

.order-form input:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    color: #8d8d8d;
}

.order-form input:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8d8d8d;
}

.order-form input:focus::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
    color: #8d8d8d;
}

.order-form input:focus:-ms-input-placeholder {
    /* IE 10+ */
    color: #8d8d8d;
}

.order-form input:focus:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
    color: #8d8d8d;
}

.order-form select {
    display: inline-block;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    font: 16px/35px 'FuturaPT-Book', sans-serif;
    color: #8d8d8d;
    background: #f5f5f5;
    border: none;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 0px 20px;
    /*for WebKit*/
    -webkit-appearance: none;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none !important;
    background-image: url('../img/select-arrow.png');
    background-position: 93% 50%;
    background-repeat: no-repeat;
}

.order-form select:focus {
    border-color: #acacac;
    color: #202020;
}

.order-form select::-ms-expand {
    display: none;
}

.order-form button {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 68px 12px;
    font: 36px/1 'FuturaPT-Book', sans-serif;
    border: none;
    cursor: pointer;
    color: #000;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.3s ease-in-out;
    display: block;
    width: 100%;
}

.privacy-policy-link {
    position: relative;
    color: #000;
}

.privacy-policy-link:hover {
    text-decoration: underline;
}

.privacy-policy-modal {
    position: relative;
    color: #333;
    text-decoration: none;
    padding: 50px;
}

@media (max-width: 767px) {
    .privacy-policy-modal {
        padding: 40px 30px;
    }
}

.privacy-policy-modal-content {
    text-align: justify;
    line-height: 1.5;
    font-size: 18px;
}

.privacy-policy-modal .remodal-close {
    left: auto;
    right: 0;
    width: 40px;
    height: 40px;
}

.privacy-policy-modal .remodal-close:before {
    width: 100%;
    line-height: 40px;
    font-size: 27px;
}

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 68px 12px;
    font: 36px/1 'FuturaPT-Book', sans-serif;
    border: none;
    cursor: pointer;
    color: #000;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.3s ease-in-out;
}

.btn_yellow {
    background: #ffdf4a;
    border: 5px solid #ffdf4a;
    box-shadow: 0 0 10px rgba(255, 203, 0, 0.16);
    color: #000;
    text-transform: uppercase;
}

.btn_yellow-order {
    background: #ffdf4a;
    border: 3px solid #ffdf4a;
    color: #1d3039;
    padding: 0 15px;
    font: 20px/40px 'FuturaPT-Book', sans-serif;
    text-transform: uppercase;
}

.btn_blue-products {
    font: 18px/40px 'FuturaPT-Medium', sans-serif;
    background: transparent;
    color: #307ca0;
    border: 2px solid #307ca0;
    padding: 0 28px;
    text-transform: uppercase;
}

.btn_blue-products:hover {
    background: #307ca0;
    color: #1d3039;
}

.btn_block {
    display: block;
    width: 100%;
}

.heading-1 {
    font: 42px/1.2 'FuturaPT-Book', sans-serif;
    text-transform: uppercase;
    color: #48d4ff;
}

@media (max-width: 767px) {
    .heading-1 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .heading-1 {
        font-size: 30px;
    }
}

@media (max-width: 400px) {
    .heading-1 {
        font-size: 24px;
    }
}

.price {
    max-width: 400px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.price__old {
    position: relative;
    padding: 0 3px;
    color: #000;
}

.price__old:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: #ff0000;
}

.price__current {
    color: #005385;
}

/***** products *****/

.products {
    display: none;
    position: relative;
    z-index: 10;
    padding-bottom: 60px;
}

@media (max-width: 575px) {
    .products {
        padding-bottom: 300px;
    }
}

.products__container {
    position: relative;
    z-index: 1;
}

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

.products__bg-wrap {
    position: absolute;
    top: 400px;
    left: 50%;
    -webkit-transform: translateX(-46.5%);
    -ms-transform: translateX(-46.5%);
    transform: translateX(-46.5%);
    font-size: 40px;
    width: 37.8em;
    height: 56.75em;

    background-size: contain;
}

@media (max-width: 1300px) {
    .products__bg-wrap {
        font-size: 38px;
    }
}

@media (max-width: 1199px) {
    .products__bg-wrap {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .products__bg-wrap {
        top: 0;
        font-size: 30px;
        background-position: 0 940px;
        height: 100%;
        top: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .products__bg-wrap {
        background: none;
    }
}

@media (max-width: 575px) {
    .products__bg-wrap {
        font-size: 26px;
    }
}

.products__bg-wrap > * {
    position: absolute;
}

.products__bg:after {
    content: '';
    display: block;
    position: absolute;
    height: 250px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #640904;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#640904));
    background: linear-gradient(to bottom, transparent 0%, #640904 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#640904', GradientType=0);
}

.products__bg .star-1 {
    width: 4.8em;
    top: -13.2%;
    right: 15%;
}

@media (max-width: 1300px) {
    .products__bg .star-1 {
        top: -15.3%;
    }
}

@media (max-width: 991px) {
    .products__bg .star-1 {
        top: 20px;
        right: -10px;
        opacity: 0.9;
    }
}

.products__bg .star-2 {
    width: 4.8em;
    top: 2.8%;
    left: -1%;
    -webkit-transform: rotate(28deg);
    -ms-transform: rotate(28deg);
    transform: rotate(28deg);
}

@media (max-width: 991px) {
    .products__bg .star-2 {
        top: 710px;
        left: -40px;
    }
}

.products__bg .arrow-1 {
    width: 4.05em;
    top: 18.4%;
    right: 6.9%;
    -webkit-transform: rotate(99deg);
    -ms-transform: rotate(99deg);
    transform: rotate(99deg);
}

@media (max-width: 991px) {
    .products__bg .arrow-1 {
        width: 5.05em;
        top: 12.4%;
        right: 2.9%;
    }
}

@media (max-width: 767px) {
    .products__bg .arrow-1 {
        right: -4.1%;
    }
}

.products__bg .arrow-2 {
    width: 5.55em;
    bottom: 34.8%;
    left: -2.8%;
}

@media (max-width: 767px) {
    .products__bg .arrow-2 {
        left: -7.8%;
    }
}

@media (max-width: 500px) {
    .products__bg .arrow-2 {
        left: -13.8%;
    }
}

.products__bg .arrow-3 {
    width: 6.877em;
    bottom: 26.8%;
    right: 19.1%;
}

@media (max-width: 1300px) {
    .products__bg .arrow-3 {
        bottom: 21.8%;
    }
}

@media (max-width: 991px) {
    .products__bg .arrow-3 {
        bottom: 200px;
        left: 70%;
        -webkit-transform: translateX(-90%);
        -ms-transform: translateX(-90%);
        transform: translateX(-90%);
    }
}

@media (max-width: 575px) {
    .products__bg .arrow-3 {
        bottom: 100px;
        left: 50%;
    }
}

.products__bg .present {
    width: 6.4em;
    bottom: 19%;
    right: 9%;
}

@media (max-width: 1300px) {
    .products__bg .present {
        bottom: 14%;
    }
}

@media (max-width: 991px) {
    .products__bg .present {
        bottom: 0;
    }
}

@media (max-width: 575px) {
    .products__bg .present {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-30%);
        -ms-transform: translateX(-30%);
        transform: translateX(-30%);
    }
}

.products__top {
    text-align: center;
}

.products__btns {
    margin: 37px 0 51px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 575px) {
    .products__btns {
        display: block;
    }
}

@media (max-width: 500px) {
    .products__btns {
        margin: 25px 0 45px;
    }
}

@media (max-width: 767px) {
    .products__btn {
        width: 45%;
    }
}

@media (max-width: 575px) {
    .products__btn {
        display: block;
        width: 260px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 500px) {
    .products__btn {
        width: 240px;
    }
}

.products__btn-woman {
    margin-right: 53px;
}

@media (max-width: 767px) {
    .products__btn-woman {
        margin-right: 20px;
    }
}

@media (max-width: 575px) {
    .products__btn-woman {
        margin-bottom: 14px;
        margin-right: auto;
    }
}

.products__btn.active {
    background: #307ca0;
    color: #1d3039;
}

.products__title {
    font: 40px/1.2 'FuturaPT-Book', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 767px) {
    .products__title {
        font-size: 32px;
    }
}

@media (max-width: 500px) {
    .products__title {
        font-size: 28px;
    }
}

.products__title-discount {
    display: block;
    margin-top: -19px;
    font: 72px 'FuturaPT-Bold', sans-serif;
    color: #fff600;
}

@media (max-width: 500px) {
    .products__title-discount {
        font-size: 60px;
    }
}

.products__subtitle {
    margin-top: -19px;
    font: 24px/1.2 'FuturaPT-Book', sans-serif;
    color: #ffffff;
}

@media (max-width: 767px) {
    .products__subtitle {
        margin-top: -10px;
        max-width: 450px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 500px) {
    .products__subtitle {
        max-width: 320px;
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .products__subtitle {
        max-width: 280px;
        font-size: 16px;
    }
}

.products__main-man {
    display: none;
}

.products__main-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -60px;
    margin-left: -29px;
}

@media (max-width: 991px) {
    .products__main-wrap {
        margin-left: -40px;
    }
}

@media (max-width: 767px) {
    .products__main-wrap {
        margin-left: -20px;
        margin-bottom: -40px;
    }
}

@media (max-width: 575px) {
    .products__main-wrap {
        margin-left: 0;
    }
}

.products__card.card {
    margin-bottom: 60px;
    margin-left: 29px;
}

@media (max-width: 1199px) {
    .products__card.card {
        width: 290px;
    }
}

@media (max-width: 991px) {
    .products__card.card {
        width: 325px;
        margin-left: 40px;
    }
}

@media (max-width: 767px) {
    .products__card.card {
        width: 245px;
        margin-left: 20px;
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .products__card.card {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 400px) {
    .products__card.card {
        width: 263px;
    }
}

/***** card *****/

.card {
    position: relative;
    width: 263px;
    height: 442px;
}

.card__base {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;
    margin-bottom: 40px;
}

.card__top {
    padding: 45px 15px 10px 15px;
    background: #fff;
    text-align: center;
    min-height: 420px;
}

.card__discount {
    position: absolute;
    top: -1px;
    left: 5px;
    width: 75px;
    height: 59px;
    padding-left: 9px;
    background: url(../img/card-discount-img.png) no-repeat 0 0;
    background-size: contain;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg) translateY(-100%);
    -ms-transform: rotate(90deg) translateY(-100%);
    transform: rotate(90deg) translateY(-100%);
    color: #fff600;
    font: 20px/59px 'FuturaPT-Bold', sans-serif;
}

.card__description-title {
    display: inline-block;
    position: relative;
    font: 18px/1 'FuturaPT-Book', sans-serif;
    color: rgb(100, 9, 4);
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}

.card__description-title:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: rgb(100, 9, 4);
}

.card__description-paragraphs {
    display: none;
    text-align: left;
}

.card__description-paragraphs p {
    margin-bottom: 16px;
    font: 16px/1.2 'FuturaPT-Book', sans-serif;
    color: #666;
}

.card__description-paragraphs p:last-child {
    margin-bottom: 20px;
}

.card__description-paragraphs ul {
    margin-bottom: 20px;
}

.card__description-paragraphs li {
    margin-bottom: 10px;
    font: 16px/1.2 'FuturaPT-Book', sans-serif;
    color: #666;
}

.card__description-paragraphs li:last-child() {
    margin-bottom: 0;
}

.card__description-paragraphs li span {
    display: block;
    font-family: 'FuturaPT-Bold', sans-serif;
    color: #4c4c4c;
}

.card__name {
    display: table;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font: 18px/1.2 'FuturaPT-Medium', sans-serif;
    text-transform: uppercase;
    color: #232323;
}

.card__name-text {
    display: table-cell;
    vertical-align: middle;
}

.card__name-ml {
    color: #949393;
}

.card__img {
    max-width: 200px !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.card__img-box {
    height: 170px;
    margin-bottom: 9px;
    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;
}

.card__price {
    margin: 10px 0;
    padding: 5px 0;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: margin 0.1s, padding 0.1s;
    transition: margin 0.1s, padding 0.1s;
}

.card__price-old {
    position: relative;
    padding: 0 3px;
    color: #949393;
}

.card__price-old:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #949393;
    font: 18px/1 'FuturaPT-Medium', sans-serif;
}

.card__price-current {
    margin-left: 7px;
    color: #ff3039;
    font: 30px/1 'FuturaPT-Demi', sans-serif;
}

.card__form {
    display: none;
    padding: 14px;
    padding-bottom: 30px;
    background: #fff;
}

.card__form .form-group.item-1 {
    margin-bottom: 10px;
}

.card__form button {
    display: none;
}

.card[data-card='open'] .card__base {
    z-index: 500;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.card[data-card='open'] .card__price {
    margin: 0px 0px;
    padding: 15px 0px;
}

/* ---------- partials ---------- */

/***** wrapper *****/

/***** header *****/

.header {
    padding-bottom: 420px;
    margin-bottom: -420px;
    padding-top: 20px;
    background: url(../images/header.png) no-repeat 0 -100px;
    background-size: cover;
}

@media (max-width: 500px) {
    .header {
        padding-top: 10px;
    }
}

@media (max-width: 1400px) {
    .header {
        background-size: auto;
    }
}

@media (max-width: 767px) {
    .header {
        background-position: 0 -110px;
    }
}

@media (max-width: 575px) {
    .header {
        background-position: 0 0px;
    }
}

.header .top {
    margin-bottom: 43px;
    text-align: center;
}

.header .heading-1 {
    margin-bottom: 17px;
    padding: 6px 0 8px;
    background: rgba(29, 48, 57, 0.7);
    box-shadow: 0 0 15px #fff;
}

@media (max-width: 500px) {
    .header .heading-1 {
        margin-bottom: 10px;
    }
}

.header .subtitle {
    padding: 0px 0px 2px;
    background: rgba(29, 48, 57, 0.7);
    box-shadow: 0 0 15px #fff;
    font: 30px/1.2 'FuturaPT-Book', sans-serif;
    color: #fff;
}

@media (max-width: 767px) {
    .header .subtitle {
        font-size: 28px;
        line-height: 0.9;
        padding: 3px 0px 2px;
    }
}

@media (max-width: 575px) {
    .header .subtitle {
        font-size: 24px;
    }
}

@media (max-width: 400px) {
    .header .subtitle {
        font-size: 20px;
    }
}

.header .subtitle div {
    display: inline;
}

@media (max-width: 991px) {
    .header .subtitle div {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .header .subtitle .container1 {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 350px) {
    .header .subtitle .container1 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.header .subtitle span {
    font: 48px 'FuturaPT-Demi', sans-serif;
    color: #ffe400;
}

@media (max-width: 575px) {
    .header .subtitle span {
        font-size: 40px;
    }
}

@media (max-width: 400px) {
    .header .subtitle span {
        font-size: 36px;
    }
}

.header .bottom {
    margin-bottom: 21px;
}

.header .bottom .main {
    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;
}

@media (max-width: 991px) {
    .header .bottom .main {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header .bottom .btn {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 53px;
    padding: 13px 32px 15px;
}

@media (max-width: 1199px) {
    .header .bottom .btn {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .header .bottom .btn {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
    }
}

@media (max-width: 767px) {
    .header .bottom .btn {
        width: 64%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 575px) {
    .header .bottom .btn {
        width: 340px;
        margin-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .header .bottom .btn {
        margin-bottom: 0;
    }
}

@media (max-width: 400px) {
    .header .bottom .btn {
        width: 100%;
        font-size: 30px;
    }
}

.header .bottom [class^='perf'] {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header .bottom .perf-1 {
    margin-left: 24px;
}

@media (max-width: 1199px) {
    .header .bottom .perf-1 {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .header .bottom .perf-1 {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .header .bottom .perf-1 {
        max-width: 240px;
        width: 100%;
        margin-right: 0px;
    }
}

@media (max-width: 500px) {
    .header .bottom .perf-1 {
        max-width: 200px;
        margin-right: -26px;
    }
}

.header .bottom .perf-2 {
    margin-top: 10px;
    margin-right: 82px;
}

@media (max-width: 1199px) {
    .header .bottom .perf-2 {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .header .bottom .perf-2 {
        position: relative;
        max-width: 240px;
        width: 100%;
        margin-top: 50px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-right: -60px;
    }
}

@media (max-width: 500px) {
    .header .bottom .perf-2 {
        max-width: 200px;
        margin-left: -30px;
        margin-right: -80px;
    }
}

@media (max-width: 991px) {
    .header[data-status='active'] {
        background-position: 0 -220px;
    }
}

/***** roulette-section *****/

.roulette-section {
    overflow: hidden;
    margin-top: -670px;
    padding-top: 250px;
}

.roulette-section .container {
    padding-bottom: 56px;
    position: relative;
}

@media (max-width: 991px) {
    .roulette-section .container {
        padding-bottom: 100px;
    }
}

@media (max-width: 575px) {
    .roulette-section .container {
        padding-bottom: 12vw;
    }
}

.roulette-section .container .perfs {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 500px;
    width: 100%;
}

@media (max-width: 991px) {
    .roulette-section .container .perfs {
        top: 250px;
        bottom: auto;
    }
}

@media (max-width: 575px) {
    .roulette-section .container .perfs {
        display: none;
    }
}

.roulette-section .container .perfs [class^='perf'] {
    position: absolute;
}

.roulette-section .container .perfs .perf-1 {
    bottom: -287px;
    left: -373px;
    width: 722px;
}

@media (max-width: 991px) {
    .roulette-section .container .perfs .perf-1 {
        width: 592px;
    }
}

@media (max-width: 767px) {
    .roulette-section .container .perfs .perf-1 {
        width: 432px;
    }
}

.roulette-section .container .perfs .perf-2 {
    position: absolute;
    bottom: 370px;
    left: 342px;
    width: 364px;
}

@media (max-width: 767px) {
    .roulette-section .container .perfs .perf-2 {
        width: 244px;
    }
}

.roulette-section .container .perfs .perf-3 {
    position: absolute;
    bottom: -174px;
    right: -302px;
    width: 486px;
}

@media (max-width: 991px) {
    .roulette-section .container .perfs .perf-3 {
        width: 416px;
    }
}

@media (max-width: 767px) {
    .roulette-section .container .perfs .perf-3 {
        width: 400px;
    }
}

.roulette-section .container .title {
    max-width: 880px;
    text-align: center;
    margin-left: 7px;
    margin-bottom: 31px;
    font: 32px/1.2 'FuturaPT-Medium', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 1300px) {
    .roulette-section .container .title {
        width: 100%;
        max-width: 845px;
        text-align: center;
        margin-left: 44px;
        margin-right: auto;
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .roulette-section .container .title {
        max-width: 635px;
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .roulette-section .container .title {
        max-width: 100%;
        padding-left: 38px;
        text-align: center;
        margin-left: 0;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .roulette-section .container .title {
        margin-left: 0;
        margin-right: 0;
        padding-left: 58px;
        padding-right: 20px;
    }
}

@media (max-width: 575px) {
    .roulette-section .container .title {
        font-size: 24px;
        max-width: 440px;
        padding: 0 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 400px) {
    .roulette-section .container .title {
        padding: 0 0;
    }
}

.roulette-section .main {
    position: relative;
    z-index: 2;
    margin-right: 252px;
    background: #fff;
}

@media (max-width: 1300px) {
    .roulette-section .main {
        margin-left: 40px;
    }
}

@media (max-width: 991px) {
    .roulette-section .main {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .roulette-section .main {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .roulette-section .main {
        margin-left: 0;
    }
}

.roulette-section .right {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
}

@media (max-width: 991px) {
    .roulette-section .right {
        text-align: center;
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        height: 231px;
        right: auto;
        top: auto;
        background: #fff;
        margin-bottom: 200px;
    }
}

@media (max-width: 575px) {
    .roulette-section .right {
        width: 100%;
        margin-bottom: 46vw;
        height: 47vw;
    }
}

.roulette-section .right .arrow {
    width: 462px;
    position: absolute;
    top: 95px;
    left: -141px;
    -webkit-transform: translate(100%, -100%);
    -ms-transform: translate(100%, -100%);
    transform: translate(100%, -100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

@media (max-width: 1340px) {
    .roulette-section .right .arrow {
        width: 420px;
        top: 45px;
        left: -141px;
    }
}

@media (max-width: 1199px) {
    .roulette-section .right .arrow {
        width: 375px;
        top: 24px;
        left: -131px;
    }
}

@media (max-width: 991px) {
    .roulette-section .right .arrow {
        left: 50px;
        top: 100px;
        -webkit-transform: translate(100%, -100%) rotate(10deg);
        -ms-transform: translate(100%, -100%) rotate(10deg);
        transform: translate(100%, -100%) rotate(10deg);
    }
}

@media (max-width: 767px) {
    .roulette-section .right .arrow {
        display: none;
    }
}

.roulette-section .right #roulette {
    width: 24.3em;
    height: 24.3em;
    font-size: 20px;
    position: relative;
}

@media (max-width: 1199px) {
    .roulette-section .right #roulette {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .roulette-section .right #roulette {
        font-size: 19px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .roulette-section .right #roulette {
        font-size: 3.7vw;
        position: absolute;
        top: 100%;
        -webkit-transform: translateY(-50.5%) translateX(-50%);
        -ms-transform: translateY(-50.5%) translateX(-50%);
        transform: translateY(-50.5%) translateX(-50%);
        left: 50%;
    }
}

.roulette-section .left {
    padding: 20px 20px 40px 30px;
    background: url(../img/pattern.jpg);
    background-size: contain;
}

@media (max-width: 991px) {
    .roulette-section .left {
        padding-top: 30px;
        padding-bottom: 70px;
        background: #fff;
        padding-left: 40px;
    }
}

@media (max-width: 575px) {
    .roulette-section .left {
        padding-bottom: 50px;
    }
}

@media (max-width: 500px) {
    .roulette-section .left {
        padding-top: 12px;
        padding-left: 15px;
        padding-bottom: 40px;
    }
}

.roulette-section .left .rules {
    margin-bottom: 32px;
}

@media (max-width: 991px) {
    .roulette-section .left .rules {
        margin-bottom: 40px;
    }
}

@media (max-width: 500px) {
    .roulette-section .left .rules {
        margin-bottom: 27px;
    }
}

.roulette-section .left .title {
    text-align: left;
    position: relative;
    display: inline-block;
    width: 358px;
    margin-left: -80px;
    margin-bottom: 15px;
    padding: 14px 5px 11px 48px;
    font: 28px/1.2 'FuturaPT-Book', sans-serif;
    text-transform: uppercase;
    background: rgb(150, 27, 20);
    color: #1d2f38;
}

@media (max-width: 991px) {
    .roulette-section .left .title {
        width: 370px;
        margin-left: -90px;
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .roulette-section .left .title {
        width: 330px;
        font-size: 24px;
        margin-left: -65px;
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {
    .roulette-section .left .title {
        width: 315px;
    }
}

.roulette-section .left .title .svg-1 {
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 14px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.roulette-section .left .title .svg-1 path {
    fill: rgb(150, 27, 20);
}

.roulette-section .left .title .svg-2 {
    width: 11px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.roulette-section .left .title .svg-2 path {
    fill: rgb(150, 27, 20);
}

.roulette-section .left ul {
    max-width: 535px;
    width: 100%;
}

@media (max-width: 1199px) {
    .roulette-section .left ul {
        max-width: 380px;
    }
}

@media (max-width: 991px) {
    .roulette-section .left ul {
        max-width: none;
    }
}

.roulette-section .left li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 24px;
    font: 24px/1.3 'FuturaPT-Book', sans-serif;
    color: #232323;
}

@media (max-width: 1199px) {
    .roulette-section .left li {
        font-size: 21px;
    }
}

@media (max-width: 500px) {
    .roulette-section .left li {
        font-size: 18px;
        padding-left: 20px;
    }
}

.roulette-section .left li:last-child {
    margin-bottom: 0;
}

.roulette-section .left li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #232323;
    border-radius: 50%;
    position: absolute;
    top: 0.5em;
    left: 3px;
}

@media (max-width: 500px) {
    .roulette-section .left li:before {
        width: 5px;
        height: 5px;
    }
}

.roulette-section .left li span {
    font-family: 'FuturaPT-Bold', sans-serif;
    color: #ff4747;
}

.roulette-section[data-status='active'] {
    margin-bottom: -330px;
    padding-bottom: 330px;
}

/* ---------- plugins ---------- */

/***** roulette *****/

.roulette {
    box-shadow: 0 0 20px #fff;
    border-radius: 50%;
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
}

.roulette__circle {
    background: rgb(100, 9, 4);
}

.roulette__btn {
    width: 11em;
    height: 11em;
    background: rgb(219, 22, 12);
    -webkit-transition: background-color 0.5s, -webkit-transform 0.7s;
    transition: background-color 0.5s, -webkit-transform 0.7s;
    transition: transform 0.7s, background-color 0.5s;
    transition: transform 0.7s, background-color 0.5s, -webkit-transform 0.7s;
    color: #fff !important;
}

.roulette__btn:before {
    border-width: 0 0.7em 1.9em 0.7em;
    border-color: transparent transparent rgb(219, 22, 12) transparent;
    -webkit-transition: border-color 0.5s;
    transition: border-color 0.5s;
}

.roulette__btn > div {
    font: 0.8em/1.24 'FuturaPT-Bold', sans-serif !important;
    color: #fff !important;
    font-weight: 900 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.roulette__line {
    background: #fff;
}

.roulette__sale {
    font: 2em/1 'FuturaPT-Light', sans-serif;
    text-transform: uppercase;
    color: #fff;
    -webkit-transform: all 0.3s;
    -ms-transform: all 0.3s;
    transform: all 0.3s;
}

.roulette__sale span {
    font: 1em/1 'FuturaPT-Light', sans-serif;
}

.roulette__sale.active {
    color: #fff600;
    font-family: 'FuturaPT-Bold', sans-serif;
    font-size: 2.3em;
}

.roulette__sale-1 {
    top: 11.6%;
    right: 28.8%;
    -webkit-transform: rotate(25.2deg);
    -ms-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
}

.roulette__sale-2 {
    right: 8.9%;
    top: 32.4%;
}

.roulette__sale-3 {
    right: 9%;
    bottom: 32.2%;
    -webkit-transform: rotate(117deg);
    -ms-transform: rotate(117deg);
    transform: rotate(117deg);
}

.roulette__sale-4 {
    bottom: 13.9%;
    -webkit-transform: rotate(-201deg);
    -ms-transform: rotate(-201deg);
    transform: rotate(-201deg);
    right: 27.2%;
}

.roulette__sale-4.active {
    -webkit-transform: rotate(155deg);
    -ms-transform: rotate(155deg);
    transform: rotate(155deg);
    bottom: 11.9%;
    right: 27.7%;
}

.roulette__sale-5 {
    bottom: 13.2%;
    left: 28.3%;
    -webkit-transform: rotate(201.8deg);
    -ms-transform: rotate(201.8deg);
    transform: rotate(201.8deg);
}

.roulette__sale-6 {
    left: 9.1%;
    bottom: 32.6%;
    -webkit-transform: rotate(-113.2deg);
    -ms-transform: rotate(-113.2deg);
    transform: rotate(-113.2deg);
}

.roulette__sale-6.active {
    left: 7.7%;
    bottom: 32%;
    -webkit-transform: rotate(-112.5deg);
    -ms-transform: rotate(-112.5deg);
    transform: rotate(-112.5deg);
}

.roulette__sale-7 {
    top: 33.5%;
    left: 9.3%;
    -webkit-transform: rotate(-76deg);
    -ms-transform: rotate(-76deg);
    transform: rotate(-76deg);
}

.roulette__sale-8 {
    top: 11.7%;
    left: 27.8%;
    -webkit-transform: rotate(-26.7deg);
    -ms-transform: rotate(-26.7deg);
    transform: rotate(-26.7deg);
}

.roulette.in-process {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    box-shadow: 0 0 70px rgba(255, 255, 255, 0.9);
}

/* ---------- keyframes ---------- */

label.error {
    display: none !important;
}

input.error {
    border: 2px solid red !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.roulette {
    width: 25em;
    height: 25em;
    font-size: 20px;
    position: relative;
}

.roulette__circle {
    background: url('../images/rout-2.png') no-repeat center !important;
    background-size: contain;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    transform: rotate(-23deg);
    transition: transform 15s cubic-bezier(0.1, 0.7, 0.1, 1);
}

.roulette__btn {
    text-decoration: none;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 9em;
    height: 9em;
    border-radius: 50%;
    background: #ed5738;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 10px;
    box-sizing: border-box;
    display: table;
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
    border: none;
    color: #885c06 !important;
}

.roulette__btn:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 23px 14px;
    border-color: transparent transparent #ed5738 transparent;
    position: absolute;
    top: 2px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.roulette__btn span {
    font-size: 36px;
}

.roulette__line {
    width: 2px;
    height: 100%;
    background: #cd0404;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.roulette__line-1 {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

.roulette__line-2 {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.roulette__line-3 {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.roulette__line-4 {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.roulette__sale {
    position: absolute;
    font: 1.8em/1 Arial, Helvetica, sans-serif;
    letter-spacing: 0.02em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    color: #000;
}

.roulette__sale-1 {
    top: 14%;
    right: 28.6%;
    -webkit-transform: rotate(28.8deg);
    -ms-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
}

.roulette__sale-2 {
    right: 9.7%;
    top: 32.1%;
    -webkit-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    transform: rotate(70deg);
}

.roulette__sale-3 {
    right: 9%;
    bottom: 32.9%;
    -webkit-transform: rotate(118deg);
    -ms-transform: rotate(118deg);
    transform: rotate(118deg);
}

.roulette__sale-4 {
    bottom: 14%;
    right: 28.6%;
    -webkit-transform: rotate(-200.8deg);
    -ms-transform: rotate(-200.8deg);
    transform: rotate(-200.8deg);
}

.roulette__sale-5 {
    bottom: 14%;
    left: 28.6%;
    -webkit-transform: rotate(200.8deg);
    -ms-transform: rotate(200.8deg);
    transform: rotate(200.8deg);
}

.roulette__sale-6 {
    left: 9%;
    bottom: 32.9%;
    -webkit-transform: rotate(-118deg);
    -ms-transform: rotate(-118deg);
    transform: rotate(-118deg);
}

.roulette__sale-7 {
    left: 9.7%;
    top: 32.1%;
    -webkit-transform: rotate(-70deg);
    -ms-transform: rotate(-70deg);
    transform: rotate(-70deg);
}

.roulette__sale-8 {
    top: 14%;
    left: 28.6%;
    -webkit-transform: rotate(-28.8deg);
    -ms-transform: rotate(-28.8deg);
    transform: rotate(-28.8deg);
}

.roulette__sale span {
    font: 1em/1 Arial, Helvetica, sans-serif;
}

.roulette.in-complete .roulette__btn,
.roulette.in-process .roulette__btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.roulette-section .container1 .title {
    max-width: 880px;
    text-align: center;
    margin-left: 7px;
    margin-bottom: 31px;
    font: 32px/1.2 'FuturaPT-Medium', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 1300px) {
    .roulette-section .container1 .title {
        width: 100%;
        max-width: 845px;
        text-align: center;
        margin-left: 44px;
        margin-right: auto;
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .roulette-section .container1 .title {
        max-width: 635px;
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .roulette-section .container1 .title {
        max-width: 100%;
        padding-left: 38px;
        text-align: center;
        margin-left: 0;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .roulette-section .container1 .title {
        margin-left: 0;
        margin-right: 0;
        padding-left: 58px;
        padding-right: 20px;
    }
}

@media (max-width: 575px) {
    .roulette-section .container1 .title {
        font-size: 24px;
        max-width: 440px;
        padding: 0 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 400px) {
    .roulette-section .container1 .title {
        padding: 0 0;
    }
}

.btn-start-quiz {
    display: block;
    background-color: #ff7544;
    color: #fff;
    height: 60px;
    max-width: 320px;
    width: 100%;
    font-size: 22px !important;
    border-radius: 4px;
    font-weight: 700;
    border: 1px solid transparent;
    margin-inline: auto;
    margin-top: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
    transition: 0.5s;
}

.btn-start-quiz:active {
    transform: translateY(5px);
}
