@charset "UTF-8";

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

/**
 * Remove default margin.
 */
body {
    min-height: 100%;
    position: relative;
    margin: 0;
    overflow-x: hidden;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*NORMALIZE.CSS END*/
/*RESET*/
*,
:focus {
    outline: none;
}

body {
    -webkit-fontype-smalloothing: antialiased;
}

body,
html {
    width: 100%;
    min-width: 1024px;
}

a,
input[type=radio],
input[type=checkbox],
select {
    cursor: pointer;
}

select[disabled] {
    cursor: default;
}

/*normalization mozila*/
input:-webkit-autofill {
    background-color: transparent;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

input::-webkit-input-placeholder {
    color: #AAA;
}

input:-moz-placeholder {
    color: #AAA;
}

/* FF 4-18 */
input::-moz-placeholder {
    color: #AAA;
}

/* FF 19+ */
input:-ms-input-placeholder {
    color: #AAA;
}

/* IE 10+ */

/*normalization ie7*/
* + html input[type=checkbox],
* + html input[type=radio] {
    width: 13px;
    height: 13px;
}

textarea {
    resize: none;
    vertical-align: top;
}

em,
i {
    font-style: italic;
}

img {
    vertical-align: top;
}

input {
    vertical-align: middle;
}

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

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

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

:focus {
    -moz-outline: 3px solid #fff !important;
}

input[type="radio"]:focus {
    -moz-outline-radius: 12px !important;
    -moz-outline-offset: 0 !important;
}

input[type="checkbox"]:focus {
    -moz-outline-offset: -1px !important;
    -moz-outline: 1px solid #000 !important;
}

/*fix button click opera old version*/
button:after {
    content: "";
}

del {
    text-decoration: line-through;
}

table {
    width: 100%;
}

form {
    margin: 0;
    padding: 0;
}

input::-ms-clear {
    display: none;
}

.clear {
    clear: both;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
}

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

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
}

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

blockquote, q {
    quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}

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

@font-face {
    font-family: 'Helvetica Neue';
    src: url("../fonts/HelveticaNeueCyr-Thin.eot");
    src: url("../fonts/HelveticaNeueCyr-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Thin.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Thin.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Thin.svg#robotoregular") format("svg");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url("../fonts/helveticaneuecyr-thinitalic-webfont.eot");
    src: url("../fonts/helveticaneuecyr-thinitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-thinitalic-webfont.woff") format("woff"), url("../fonts/helveticaneuecyr-thinitalic-webfont.ttf") format("truetype"), url("../fonts/helveticaneuecyr-thinitalic-webfont.svg#robotoregular") format("svg");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url("../fonts/HelveticaNeueCyr-Light.otf") format("opentype");
    src: url("../fonts/HelveticaNeueCyr-Light.otf") format("opentype"), url("../fonts/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Light.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Light.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Light.svg#helveticaneuecyrlight") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url("../fonts/HelveticaNeueCyr-Roman.otf") format("opentype");
    src: url("../fonts/HelveticaNeueCyr-Roman.otf") format("opentype"), url("../fonts/helveticaneuecyr-roman-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuecyr-roman-webfont.woff") format("woff"), url("../fonts/helveticaneuecyr-roman-webfont.ttf") format("truetype"), url("../fonts/helveticaneuecyr-roman-webfont.svg#helveticaneuecyrlight") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url("../fonts/HelveticaNeueCyr-Bold.eot");
    src: url("../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Bold.svg#robotobold") format("svg");
    font-weight: 700;
    font-style: normal;
}

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

@font-face {
    font-family: 'Bebas Neue';
    src: url("../fonts/BebasNeueBold.otf");
    src: url("../fonts/BebasNeueBold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_ltlight';
    src: url('../fonts/ProximaNovaLight.eot');
    src: url('../fonts/ProximaNovaLight.eot') format('embedded-opentype'),
    url('../fonts/ProximaNovaLight.woff2') format('woff2'),
    url('../fonts/ProximaNovaLight.woff') format('woff'),
    url('../fonts/ProximaNovaLight.ttf') format('truetype'),
    url('../fonts/ProximaNovaLight.svg#ProximaNovaLight') format('svg');
    font-weight: 500;
}

@font-face {
    font-family: 'proxima_nova_ltlight';
    src: url('../fonts/ProximaNovaReg.eot');
    src: url('../fonts/ProximaNovaReg.eot') format('embedded-opentype'),
    url('../fonts/ProximaNovaReg.woff2') format('woff2'),
    url('../fonts/ProximaNovaReg.woff') format('woff'),
    url('../fonts/ProximaNovaReg.ttf') format('truetype'),
    url('../fonts/ProximaNovaReg.svg#ProximaNovaReg') format('svg');
    font-weight: 700;
}

.yellow-c {
    color: #ffbb00;
}

.purple {
    color: #9d0e91;
}

.green {
    color: #00d100;
}

.blue {
    color: #41a9df;
}

.red {
    color: #EB0C00;
}

.red:hover {
    color: #d91600;
}

.orange {
    color: #f5aa25;
}

body {
    background: #fff;
    color: #fff;
    font-family: "Helvetica Neue", Verdana;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    padding: 0 0 240px 0;
    --color-green-case: #008000;
    --color-blue-case: #16B0FF;
    --color-purple-case: #800080;
    --color-orange-case:#FFA500;
}

h1, h2, h3, h4, h5, h6 {
    color: #4c4c4c;
    font-family: "Helvetica Neue", Verdana;
    margin: 0;
    padding: 0;
    color: #000;
}

h1 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
}

h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 0 0 14px;
}

h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    color: #565656;
}

h5 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #565656;
}

h6 {
    font-size: 12px;
    line-height: 1.4;
}

p {
    padding: 0 0 12px;
    margin: 0;
}

hr {
    overflow: hidden;
    height: 1px;
    background: #e9e9e9;
    border: 0;
    margin: 32px 0;
}

q,
blockquote {
    text-align: center;
    display: block;
    font-style: italic;
}

strong,
b {
    font-weight: 600;
}

a {
    color: #354fc1;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a.button {
    text-decoration: none;
}

a.button:hover {
    text-decoration: none;
}

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

img[style*="float: left"],
img[style*="float:left"],
img[align="left"] {
    margin: 0 20px 5px 0;
}

img[style*="float: right"],
img[style*="float:right"],
img[align="right"] {
    margin: 0 0 5px 20px;
}

ol {
    list-style-type: decimal;
    list-style-position: inside;
    counter-reset: item;
}

ol li {
    display: block;
    position: relative;
}

.upper {
    text-transform: uppercase;
}

/*
table:not(.ui-datepicker-calendar) {
    width: 100%;
    margin-bottom: 21px;
}

table:not(.ui-datepicker-calendar) th {
    background: #D22329;
    color: #fff;
    text-align: left;
    padding: 9px 9px 8px 0;
}

table:not(.ui-datepicker-calendar) th:first-child {
    padding-left: 14px;
}

table:not(.ui-datepicker-calendar) tbody tr td {
    text-align: left;
    font-size: 12px;
    color: #525252;
    padding: 9px 9px 7px 0;
    background: #F5F5F5;
    border-bottom: 1px solid #DADADA;
}

table:not(.ui-datepicker-calendar) tbody tr td:first-child {
    padding-left: 14px;
}

table:not(.ui-datepicker-calendar) tbody tr td:before {
    display: none;
}

table:not(.ui-datepicker-calendar) tbody tr:nth-child(odd) td {
    background: #eee;
}

table:not(.ui-datepicker-calendar) tfoot td {
    vertical-align: middle;
    background: #fff;
    font-size: 12px;
    color: #4f4f4f;
    padding: 9px 9px 7px 0;
    border-bottom: 1px solid #DADADA;
}

table:not(.ui-datepicker-calendar) tfoot td:last-child {
    text-align: right;
}

table:not(.ui-datepicker-calendar) tfoot td > * {
    vertical-align: middle !important;
}

table:not(.ui-datepicker-calendar) tfoot td > * + * {
    margin-left: 7px;
}

table:not(.ui-datepicker-calendar) tfoot td .button {
    height: 31px;
    max-width: none;
    min-width: 105px;
    width: auto;
    padding: 3px 6px;
    color: #fff;
}

table:not(.ui-datepicker-calendar) tfoot td a {
    color: #4f4f4f;
}

table:not(.ui-datepicker-calendar) tfoot td .red-link {
    color: #d22329;
}

@media screen and (max-width: 979px) {
    table:not(.ui-datepicker-calendar) thead {
        display: none;
    }

    table:not(.ui-datepicker-calendar) tbody tr td {
        padding-left: 50% !important;
        position: relative;
        display: block;
        word-wrap: break-word;
        min-height: 41px;
    }

    table:not(.ui-datepicker-calendar) tbody tr td:before {
        color: #333;
        left: 14px;
        position: absolute;
        top: 9px;
        white-space: nowrap;
        width: 46%;
        text-overflow: ellipsis;
        overflow: hidden;
        z-index: 2;
        display: block !important;
    }

    table:not(.ui-datepicker-calendar) tbody tr td:after {
        content: '';
        position: absolute;
        width: 48%;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
    }

    table:not(.ui-datepicker-calendar) tbody tr td br {
        display: none;
    }

    table:not(.ui-datepicker-calendar) tbody tr td:last-child {
        border-bottom: 1px solid #aaa;
    }

    table:not(.ui-datepicker-calendar) tbody tr:last-child td:last-child {
        border-bottom: 0;
    }

    table:not(.ui-datepicker-calendar) tfoot td {
        display: inline-block;
        border: 0;
    }

    .content ul li:after {
        margin: 0;
        top: 13px;
    }
}

@media screen and (max-width: 767px) {
    table:not(.ui-datepicker-calendar) tbody tr td:before {
        left: 10px;
        width: 43%;
    }

    table:not(.ui-datepicker-calendar) tbody tr td:after {
        width: 47%;
    }

    table:not(.ui-datepicker-calendar) tfoot tr td {
        display: block;
        text-align: left !important;
        padding: 10px 0 0;
    }

    table:not(.ui-datepicker-calendar) tfoot tr td .button {
        margin: 10px 0 0;
        display: block;
    }
}
*/

.hide-text, .logo, .button.add-to-col, .slider-control a {
    overflow: hidden;
    text-indent: -9999px;
}

.clearfix:after, .container:after, .box-slider:after, .month-list .desc:after {
    content: "";
    display: table;
    clear: both;
}

.clear-list li {
    padding-left: 0;
}

.clear-list li:after {
    display: none;
}

.hidden {
    display: none;
}

* {
    box-sizing: border-box;
}

.container {
    padding: 0 15px;
    width: 1212px;
    margin: 0 auto;
}

.header {
    background: #282828;
}

.header .container {
    padding: 0;
}

.landing-header-nav-container {
    display: inline-block;
    float: right;
}

.logo {
    width: 218px;
    height: 56px;
    background: url("../img/logo.png") left center no-repeat;
    display: block;
    margin: 0 auto;
}

.phone {
    display: flex;
    align-items: center;
    position: absolute;
    right: 38px;
    top: 19px;
    font-size: 17px;
}

.phone-icon {
    height: 22px;
    margin: 0 6px 3px 0;
}

#logout {
    display: none;
}

.social {
    font-size: 0;
    float: right;
}

.social li {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #1c1c1c;
    height: 51px;
}

.social li a {
    display: block;
    height: 51px;
    width: 54px;
}

.social li a:hover {
    background-color: #fff;
}

.social .vk a {
    background-image: url("../img/vk-big.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.navigation {
    float: right;
    border-left: 1px solid #1c1c1c;
    border-right: 1px solid #1c1c1c;
    margin: 0 -12px 0 0;
    position: relative;
    height: 51px;
    overflow: hidden;
    z-index: 55;
}

.navigation .menu-icon {
    height: 51px;
    width: 54px;
    background: url("../img/icons/hamburger-0.png") center center no-repeat;
    display: block;
    cursor: pointer;
}

.navigation:hover {
    height: auto;
    overflow: visible;
}

.navigation:hover .menu-icon {
    background: #fff url("../img/icons/hamburger-0.png") center center no-repeat;
}

.navigation:hover > ul {
    opacity: 1;
}

.navigation > ul {
    width: 183px;
    position: absolute;
    top: 51px;
    right: 0;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.navigation > ul li {
    border-bottom: 1px solid #282828;
}

.navigation > ul li a, .navigation > ul li span {
    font-size: 15px;
    font-weight: 400;
    background: #fff;
    color: #000;
    display: block;
    padding: 13px 5px 10px 23px;
}

.navigation > ul li a:hover, .navigation > ul li span:hover {
    color: #ffbb00;
}

.navigation > ul li > span a, .navigation > ul li > span div {
    display: inline-block;
    vertical-align: top;
    padding: 0;
}

.navigation > ul li > span div {
    color: #000;
}

.footer {
    background: #1f1f1f;
    padding: 23px 0 0;
    background: url("../img/hiw-bg.png") left top repeat;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footer .container {
    text-align: left;
}

.footer .question {
    float: left;
}

.footer .help {
    float: right;
    padding: 0 70px 0 0;
}

.footer .social-footer {
    float: right;
    padding: 0 185px 0 0;
}

.footer .title {
    display: block;
    padding: 0 0 14px;
}

.question a {
    display: inline-block;
    vertical-align: top;
    color: #ffbb00;
    border: 2px solid #ffbb00;
    padding: 0 26px;
    font: 400 52px/67px "Bebas Neue", Verdana;
}

.question a:hover {
    color: #fff;
    border-color: #fff;
}

.social-links {
    font-size: 0;
}

.social-links li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 24px 0 0;
}

.social-links li a {
    display: block;
}

.social-links li a.vk {
    background-image: url(../img/sprite.png);
    background-position: -44px -40px;
    width: 41px;
    height: 22px;
}

.social-links li a.ig {
    background-image: url(../img/sprite.png);
    background-position: 0px -66px;
    width: 27px;
    height: 27px;
}

.help-list li a {
    color: #b1b1b1;
    font-size: 16px;
    line-height: 23px;
}

.help-list li a:hover {
    text-decoration: underline;
}

.cpr {
    background: rgba(20, 20, 20, 0.9);
    color: #737373;
    font-size: 14px;
    margin: 22px 0 0;
    padding: 15px 0 19px;
}

fieldset {
    display: block;
    text-align: center;
}

label {
    font-size: 16px;
    display: block;
}

label:hover {
    cursor: pointer;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="phone"],
textarea,
select {
    background: #f3f3f3;
    border: 1px solid #939393;
    color: #282828;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 15px 9px;
    font-weight: 400;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease-in-out;
    margin: 0 0 11px;
}

select {
    height: 45px
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="phone"]:focus,
textarea:focus,
select:focus {
    border-color: #696969;
    background: #fff;
}

input[type="text"].disabled,
input[type="text"][disabled="disabled"],
input[type="text"][disabled],
input[type="password"].disabled,
input[type="password"][disabled="disabled"],
input[type="password"][disabled],
input[type="email"].disabled,
input[type="email"][disabled="disabled"],
input[type="email"][disabled],
input[type="phone"].disabled,
input[type="phone"][disabled="disabled"],
input[type="phone"][disabled],
input[type="tel"].disabled,
input[type="tel"][disabled="disabled"],
input[type="tel"][disabled],
textarea.disabled,
textarea[disabled="disabled"],
textarea[disabled],
select.disabled,
select[disabled="disabled"],
select[disabled] {
    background-color: #f3f3f3;
}

select {
    display: block;
}

.ui-front {
    z-index: 9999;
}

.ui-selectmenu-button {
    border: 1px solid #939393;
    border-radius: 0;
    background: #f3f3f3;
    color: #282828;
}

.ui-selectmenu-button[aria-expanded="true"] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #8e8e8e;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    padding: 10px 15px 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.ui-selectmenu-button span.ui-icon-triangle-1-s {
    width: 45px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #939393;
    background: url("../img/icons/slct-open.png") center center no-repeat;
    margin: 0;
}

.ui-selectmenu-menu .ui-widget-content {
    border-radius: 0;
    background: #f3f3f3;
    color: #282828;
}

.ui-selectmenu-menu .ui-widget-content .ui-menu-item {
    padding: 10px 15px 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.ui-selectmenu-menu .ui-widget-content .ui-menu-item.ui-state-focus {
    border: 0;
    margin: 0;
    font-weight: inherit;
}

.button {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding: 11px 22px 9px;
    max-width: 290px;
    text-transform: uppercase;
    background: #EB0C00;
    color: #fff;
    border: 0;
    border-radius: 0;
    position: relative;
    transition: all 0.15s ease-in-out;
}

.button-more {
    background-color: #fff;
    border: 1px solid #EB0C00;
    color: #EB0C00;
    width: 191px;
}

.buy-fan-button {
    height: 50px;
    margin-left: 12px;
    width: 250px;
    padding: 10px 0 0 7px;
    letter-spacing: 1px;
    font-weight: 300;
}

.button:hover,
.button.active {
    color: #fff;
    background: #c91400;
}

a.button-bold {
    font-weight: 400;
}

.subscribe-plans .button {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-weight: 200;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 11px 22px 9px;
    max-width: 290px;
    text-transform: uppercase;
    background: #c91400;
    color: #fff;
    border: 0;
    border-radius: 0;
    position: relative;
    transition: all 0.15s ease-in-out;
}

.subscribe-plans .button:hover,
.subscribe-plans .button.active {
    color: #fff;
    background: #EB0C00;
}

.button.disabled,
.button[disabled="disabled"],
.button[disabled] {
    background: #939393;
    color: #ededed;
    pointer-events: none;
    cursor: default;
}

.button.bordered {
    border: 3px solid #c91400;
    background: #fff;
    border-radius: 0;
    padding: 10px 10px 7px;
}

.button.bordered:hover {
    border-color: #d91600;
    color: #d91600;
}

.button.add-to-col {
    width: 45px;
    height: 45px;
    background: url("../img/add-to-col.jpg") center center no-repeat;
    padding: 0;
    margin: 0 8px;
}

.button.add-to-col.disabled,
.button.add-to-col[disabled="disabled"],
.button.add-to-col[disabled] {
    background: url("../img/add-to-col-dis.jpg") center center no-repeat;
}

input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 46px;
    position: relative;
    cursor: pointer;
    font-size: 17px;
    width: auto !important;
}

input[type="checkbox"] + label:before {
    position: absolute;
    content: '';
    left: 6px;
    top: -1px;
    box-sizing: inherit;
}

input[type="checkbox"]:not(:checked) + label {
    color: #767676;
}

input[type="checkbox"]:not(:checked) + label:before {
    height: 26px;
    width: 26px;
    background: none;
    border-radius: 7px;
    border: 1px solid #a5a5a5;
}

input[type="checkbox"]:checked + label {
    color: #767676;
}

input[type="checkbox"]:checked + label:before {
    border-radius: 7px;
    border: 1px solid #a5a5a5;
}

input[type="checkbox"]:disabled:checked + label {
    color: #A4A8A9;
}

input[type="checkbox"]:disabled:not(:checked) + label {
    color: #A4A8A9;
}

input[type="radio"] {
    position: absolute;
    left: -9999px;
}

input[type="radio"] + label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    width: auto;
    font-size: 18px;
    padding: 0 0 0 28px;
}

input[type="radio"] + label:before {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #939393;
    background-color: #f3f3f3;
}

input[type="radio"]:not(:checked) + label:before {
    border-color: #939393;
}

input[type="radio"]:checked + label:before {
    background-image: url("../img/radio-1.png");
    background-position: center center;
    background-repeat: no-repeat;
}

input[type="radio"]:disabled:checked + label {
    color: #A4A8A9;
}

input[type="radio"]:disabled:not(:checked) + label {
    color: #A4A8A9;
}

.datepicker .ui-widget-content {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    color: #000;
    font: 400 12px/12px "Open Sans", Verdana;
    width: 193px !important;
}

.datepicker .ui-widget-content .ui-widget-header {
    background: #da2128;
    border: 0;
    font-weight: normal;
}

.datepicker .ui-widget-content th {
    padding: 5px 0 5px;
}

.datepicker .ui-widget-content .ui-datepicker-header {
    margin: 2px 2px 0;
    padding: 4px 0 5px;
}

.datepicker .ui-widget-content .ui-datepicker-title {
    line-height: 18px;
}

.datepicker .ui-widget-content .ui-state-default {
    background: #e1e1e1;
    border: 1px solid #ccc;
    color: #000;
    text-align: center;
    line-height: 16px;
    margin: 0 2px 2px 0;
}

.datepicker .ui-widget-content .ui-state-default:hover {
    opacity: .6;
}

.datepicker .ui-widget-content .ui-datepicker-prev-hover,
.datepicker .ui-widget-content .ui-datepicker-next-hover {
    background: transparent;
    font-weight: 400;
    top: 2px;
}

.datepicker .ui-widget-content .ui-datepicker-prev-hover {
    left: 2px;
}

.datepicker .ui-widget-content .ui-datepicker-next-hover {
    right: 2px;
}

.datepicker .ui-widget-content .ui-icon-circle-triangle-e {
    margin: -4px 0 0 -2px;
}

.datepicker .ui-widget-content .ui-icon-circle-triangle-w {
    margin: -4px 0 0 -2px;
}

.yellow {
    background: #ffbb00;
}

.pink {
    background: #c65b6f;
}

.pink-white {
    background: #ef8c87;
    color: #fff !important;
}

@media screen and (max-width: 767px) {
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="phone"],
    input[type="tel"],
    textarea,
    select {
        font-size: 16px;
    }
}

.switcher {
    border: 1px solid #dbdbdb;
    border-radius: 15px;
    width: 152px;
    color: #d4960f;
    height: 32px;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    font-size: 0;
    position: relative;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 3px 0 #ebebeb;
    text-transform: uppercase;
}

.switcher:hover {
    color: #fcbf37;
}

.switcher:hover .devid {
    background: #fcbf37;
}

.switcher.pos-right .sw-wrap {
    left: -120px;
}

.switcher .sw-wrap {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 200%;
    transition: left 0.3s ease-in-out;
}

.switcher span {
    display: inline-block;
    vertical-align: top;
    padding: 3px 0 0 0;
    text-align: center;
    width: 120px;
    font-size: 15px;
}

.switcher span.devid {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #edc149;
    padding: 0;
}

.features {
    position: relative;
    background: #000;
    overflow: hidden;
    height: 603px;
}

.features .box-slider > li {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 603px;
}

.features .container {
    position: relative;
    height: 603px;
    overflow: hidden;
}

.slider-container {
    z-index: 30;
    width: 1280px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.box-slider {
    height: 100%;
    overflow: hidden;
}

.box-slider > li {
    height: 100%;
}

.box-slider .slider-content {
    float: right;
    width: 950px;
}

.rub {
    background-image: url(../img/sprite.png);
    background-position: 0px -93px;
    width: 21px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

.white-rub {
    background-image: url(../img/sprite.png);
    background-position: -59px -93px;
    width: 21px;
    height: 19px;
    display: inline-block;
    margin: 0px 2px;
}

.slider-progress {
    height: 3px;
    width: 300px;
    margin: 20px 0 20px -150px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.slider-progress .slider-progress-bar {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    background: #11d263;
    width: 0;
    transition: width 2s linear;
}

.progress-bar-container {
    width: 300px;
    height: 3px;
    background-color: white;
    position: absolute;
    top: 470px;
    left: 80px;
    z-index: 400;
}

.progress-bar {
    background-color: #05D405;
    height: 3px;
}

.how-it-work {
    background: #222 url("../img/hiw-bg.png") left top repeat;
    text-align: center;
    padding: 48px 0 45px;
}

.how-it-work h2 {
    color: #fff;
    padding: 0 0 6px;
}

.how-it-work .intro {
    padding: 0 0 33px;
}

.how-it-work .bordered {
    margin: 0 auto;
    width: 69%;
}

.steps {
    font-size: 0;
    padding: 0 0 45px;
}

.steps li {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px 0 0;
    font-weight: 700;
    text-align: left;
    width: 32%;
    min-height: 94px;
    text-transform: uppercase;
    font-size: 18px;
}

.steps li:first-child {
    padding: 0 0 0 80px;
    background: url("../img/one.png") left center no-repeat;
}

.steps li:nth-child(2) {
    padding: 0 0 0 106px;
    background: url("../img/two.png") left center no-repeat;
}

.steps li:nth-child(3) {
    padding: 0 0 0 100px;
    background: url("../img/three.png") left center no-repeat;
}

.steps li:nth-child(3) div {
    background: none;
}

.steps li .table {
    display: table;
    width: 100%;
    height: 140px;
    background: url("../img/step-devider.png") right center no-repeat;
    padding: 0 0 0 0;
}

.steps li .table span {
    display: table-cell;
    vertical-align: middle;
}

.bordered {
    border-radius: 8px;
    border: 2px dashed #ffbb00;
    padding: 15px;
}

.bordered span {
    font-weight: 700;
    color: #ffbb00;
}

.cool {
    background: #282828;
    padding: 47px 0 60px;
}

.cool h2 {
    color: #fff;
    padding: 0 0 45px;
}

.cool-list {
    font-size: 0;
}

.cool-list li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
}

.cool-list li .title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: block;
    text-transform: uppercase;
    padding: 0 0 5px;
}

.cool-list li .sub-title {
    font-size: 18px;
    color: #8f8f8f;
    display: block;
}

.testimonials {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
    text-align: center;
    color: #282828;
    padding: 0 0 54px;
}

.testimonials h2 {
    color: #282828;
    padding: 47px 0 2px;
}

.testimonials .sub-title {
    padding: 0 0 42px;
    display: block;
}

.testimonials > .container {
    position: relative;
}

.testimonials .owl-carousel {
    padding: 0 0 24px;
}

.testimonials .owl-carousel .bx-viewport {
    overflow: visible !important;
}

.owl-carousel .item {
    display: inline-block;
    vertical-align: top;
    height: 237px;
    width: 379px;
}

.owl-carousel .item a {
    position: relative;
    overflow: hidden;
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.owl-carousel .item a img {
    display: block;
}

.owl-carousel .item a:hover .text {
    margin: 0;
}

.owl-carousel .item li .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 55px 30px;
    margin: 100% 0 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGFmZiIgc3RvcC1vcGFjaXR5PSIwLjkzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMGNmNmIiIHN0b3Atb3BhY2l0eT0iMC45MyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0, 138, 255, 0.93) 0%, rgba(16, 207, 107, 0.93) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 138, 255, 0.93)), color-stop(100%, rgba(16, 207, 107, 0.93)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 138, 255, 0.93) 0%, rgba(16, 207, 107, 0.93) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 138, 255, 0.93) 0%, rgba(16, 207, 107, 0.93) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 138, 255, 0.93) 0%, rgba(16, 207, 107, 0.93) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 138, 255, 0.93) 0%, rgba(16, 207, 107, 0.93) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed008aff', endColorstr='#ed10cf6b', GradientType=0);
    /* IE6-8 */
    transition: margin 0.2s ease-in-out;
}

.owl-carousel .item .text p {
    color: #fff;
    padding: 0 0 24px;
}

.send-photo {
    color: #0081ed;
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
}

.plans {
    background: #f3f3f3;
    color: #000;
    padding: 45px 0 55px;
}

.plans h2 {
    color: #282828;
    padding: 0 0 38px;
}

.plans .rub-red {
    position: relative;
    /*top: 5px;*/
}

.rub-red {
    background-image: url(../img/sprite.png);
    background-position: -129px -23px;
    width: 11px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
    margin: 1px 0 0 5px;
}

.red {
    color: #EB0C00;
}

.plans-list {
    font-size: 0;
}

.plans-list > li {
    display: inline-block;
    width: 277px;
    margin: 0 23px 0 0;
    background: #fff;
    padding: 0 10px;
    text-align: center;
}

.plans-list > li:last-child {
    margin-right: 0;
}

.plans-list > li.green-box .title {
    background-image: url("../img/green-box-title-bg.jpg");
}

.plans-list > li.blue-box .title {
    background-image: url("../img/blue-box-title-bg.jpg");
}

.plans-list > li.purple-box .title {
    background-image: url("../img/purple-box-title-bg.jpg");
}

.plans-list > li.orange-box .title {
    background-image: url("../img/orange-box-title-bg.jpg");
}

.plans-list > li ul {
    border-top: 1px solid #282828;
    padding: 10px 0 0;
}

.plans-list > li ul > li {
    border-bottom: 1px solid #bebebe;
    padding: 10px 6px;
    text-align: left;
    font-size: 18px;
}

.plans-list > li ul > li:last-child {
    border: 0;
}

.plans-list .title {
    margin: 0 -10px;
    height: 104px;
    text-align: center;
    font: 400 60px/60px "Bebas Neue", Verdana;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 22px 0 0;
    width: 277px;
}

.plans-list .sub-title {
    font-size: 24px;
    display: block;
    padding: 13px 0 3px;
}

.plans-list .button {
    position: relative;
    bottom: -25px;
}

.win-wrap {
    color: #EB0C00;
    font-size: 17px;
    padding: 5px 0 10px;
}

.win-wrap .win-cost {
    font-weight: 700;
    display: block;
    margin: -5px 0 0;
}

.banner {
    padding: 30px 0 60px 0;
}

.theme-of-the-month {
    color: #282828;
    overflow: hidden;
    min-height: 900px; /* если тема занимает больше, то увеличить */
}

.promo-box-modal-content .items-list-wrap {
    display: inline-block;
}

.theme-of-the-month .items-list-wrap {
    float: left;
    position: relative;
}

.theme-of-the-month .items-list-wrap .title {
    padding: 0 0 11px;
    display: block;
}

.theme-of-the-month > .container {
    position: relative;
}

.theme-of-the-month .bx-viewport {
    overflow: visible !important;
}

.theme-of-the-month .month-list li.active .item-card, .theme-of-the-month .month-list li.active .items-list-wrap {
    opacity: 1;
}

.slider-control {
    position: absolute;
    left: 15px;
    right: 15px;
    height: 245px;
    overflow: hidden;
    z-index: 100;
}

.owl-controls {
    position: absolute;
    left: 15px;
    right: 15px;
    top: -87px;
    height: 27px;
    overflow: hidden;
    z-index: 100;
    width: 1150px;
    margin: 0 auto;
}

.owl-stage-outer {
    z-index: 101;
    padding: 10px 0;
}

.slider-control .slide-left,
.owl-controls .owl-prev {
    float: left;
}

.month-list .owl-controls {
    left: 0;
    right: 0;
    top: 10px;
    height: 226px;
    width: 1180px;
}

.month-list .owl-prev,
.month-list .owl-next {
    background-color: #e5e5e5;
    height: 225px;
    cursor: pointer;
    width: 31px;
}

.month-list .owl-prev.active,
.month-list .owl-next.active {
    background-color: grey;
}

.month-list .owl-prev {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.month-list .owl-next {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.month-list .owl-prev:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 19px 13px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    top: 45%;
    left: 3px;
}

.month-list .owl-next:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 19px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    right: 4px;
    top: 45%;
}

.slider-control .slide-left a,
.testimonials .owl-controls .owl-prev a {
    background-image: url(../img/sprite.png);
    background-position: -41px 0px;
    width: 44px;
    height: 26px;
}

.slider-control .slide-left a.disabled,
.testimonials .owl-controls .owl-prev a.disabled {
    background-image: url(../img/sprite.png);
    background-position: 0px -40px;
    width: 44px;
    height: 26px;
}

.slider-control .slide-right,
.owl-controls .owl-next {
    float: right;
}

.slider-control .slide-right a,
.testimonials .owl-controls .owl-next a {
    background-image: url(../img/sprite.png);
    background-position: -85px -26px;
    width: 44px;
    height: 26px;
}

.slider-control .slide-right a.disabled,
.testimonials .owl-controls .owl-next a.disabled {
    background-image: url(../img/sprite.png);
    background-position: -85px 0px;
    width: 44px;
    height: 26px;
}

.slider-control a,
.owl-controls a {
    display: block;
    transition: none;
}

.bx-prev {
    content: ""
}

.bx-next {
    content: ""
}

.owl-carousel .video div {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url(/img/play.png) center center no-repeat;
    transition: 200ms;
}

.owl-carousel .video div:hover {
    background-color: rgba(0, 0, 0, 0);
}

.tab-content {
    display: none;
}

.tab-content:first-child {
    display: block;
}

.month-list {
    white-space: nowrap;
}

.month-list > li {
    padding: 0 0 28px;
    margin: 0 2px;
    width: 183px;
    overflow: hidden;
    display: block;
    float: left;
    white-space: normal;
    position: relative;
}

ul.items-list li {
    height: 51px;
    width: 53px
}

.month-list > li:not(.active) a {
    display: none;
}

.theme-of-the-month {
    padding: 19px 0;
}

.month-list {
    padding: 0 33px;
}

.checkout-fan-case-product {
    text-align: center;
    margin-bottom: 10px;
    min-height: 410px;
    margin-top: 10px;
}

.checkout-container .month-list {
    padding: 0;
}

.themes-container {
    display: flex;
    justify-content: center;
}

.theme-details {
    width: 1180px;
    margin: 20px auto;
    opacity: 0;
    transition: opacity 0.4s linear;
}

.theme-fan-description {
    width: 1180px;
    margin: 20px auto;
    opacity: 0;
    transition: opacity 0.4s linear;
}

.theme-fan-description {
    margin: 54px auto 20px;
}

.theme-fan-case-photo {
    width: 722px;
    height: 494px;
    background-repeat: no-repeat;
    float: left;
}

.theme-fan-case-description {
    margin-left: 720px;
    padding-top: 37px;
    width: 460px;
}

.theme-fan-case-logo {
    width: 100%;
    height: 68px;
    background-repeat: no-repeat;
    background-position: 30px;
    margin-bottom: 28px;
}

.theme-fan-case-guaranteed {
    border-bottom: 1px solid #B5B5B5;
    padding-bottom: 12px;
    margin: 59px 0 17px;
}

.theme-fan-case-guaranteed-text {
    text-transform: uppercase;
    font-size: 21px;
}

.theme-fan-case-items-count,
.theme-fan-case-price {
    font-weight: bold;
}

.theme-fan-case-items-price-container {
    float: right;
    font-size: 28px;
    font-weight: 500;
}

.theme-fan-case-items-price-container .rub-black {
    margin: 0 0 0 10px;
}

.theme-fan-case-price {
    color: #c91400;
}

.theme-fan-case-description-text-container {
    font-size: 16px;
    padding: 28px 43px 0 29px;
    font-weight: 400;
    line-height: 23px;
    border-top: 1px solid #B5B5B5;
}

.theme-fan-name {
    font-weight: 600;
    font-size: 36px;
    font-family: 'Bebas Neue', sans-serif;
}

.theme-fan-edition-number {
    font-size: 13px;
    line-height: 15px;
    margin-top: 6px;
}

.theme-fan-slider {
    text-align: center;
    border-bottom: 2px solid white;
    padding-bottom: 4px;
}

.theme-fan-name-container {
    display: inline-block;
    margin-left: -25px;
    margin-top: -2px;
}

.theme-fan-slider-arrows {
    background-image: url('../img/fan-slider-sprite-arrows.png');
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
}

.theme-fan-slider-arrows-left {
    width: 18px;
    height: 37px;
    background-position: -5px -5px;
    float: left;
    margin-left: 11px;
}

.theme-fan-slider-arrows-right {
    width: 18px;
    height: 37px;
    background-position: -33px -5px;
    float: right;
    margin-right: 9px;
}

.theme-fan-description-text {
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 0.4px;
    margin-left: -1px;
    line-height: 29px;
}

.theme-fan-description-text p {
    margin-top: 16px;
}

.theme-fan-description-text p:first-child {
    margin-top: 20px;
}

.theme-fan-case-description .buttons-container {
    margin-top: 0;
}

.theme-fan-case-description .buttons-container .buy-fan-button {
    margin-left: 30px;
}

.theme-slider-not-open,
.theme-slider-is-sold {
    display: none;
    position: absolute;
    z-index: 2;
    top: 50%;
    text-align: center;
    width: 100%;
    font-weight: 500;
    letter-spacing: 0.1px;
}

.theme-slider-placeholder {
    display: none;
    background-color: #e5e5e5;
    height: 225px;
    -webkit-backface-visibility: hidden;
}

.theme-carousel-item:hover .theme-slider-placeholder,
.theme-carousel-item.active .theme-slider-placeholder {
    background-color: grey;
}

.theme-slider-is-sold {
    color: white;
    height: 20px;
    margin-top: -10px;
}

.month-list .theme-header {
    background-color: black;
    padding: 5px 5px 5px 9px;
    height: 48px;
}

.month-list.fan .theme-header {
    padding: 0px 5px 0px 0px;
    height: 30px;
}

.month-list.fan .theme-header .sub-title {
    color: white;
    position: relative;
    line-height: 13px;
    padding: 11px 0px 9px 9px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
    float: left;
}

.month-list.fan .theme-header .sub-title:after {
    content: '';
    position: absolute;
    right: -11px;
    top: 0;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 11px;
    border-color: transparent transparent transparent #ff0000;
}

.month-list.fan .theme-header {
    background-color: rgba(255, 0, 0, 0.5);
}

.month-list.fan .theme-header .sub-title {
    background-color: #ff0000;
}

/*
.month-list.fan .theme-header.green {
    background-color: rgba(0, 209, 0, 0.5);
}

.month-list.fan .theme-header.green .sub-title {
    background-color: #00d100;
}

.month-list.fan .theme-header.blue {
    background-color: rgba(65, 169, 223, 0.5);
}

.month-list.fan .theme-header.blue .sub-title {
    background-color: #41a9df;
}

.month-list.fan .theme-header.blue .sub-title:after {
    border-color: transparent transparent transparent #41a9df;
}

.month-list.fan .theme-header.purple {
    background-color: rgba(157, 14, 145, 0.5);
}

.month-list.fan .theme-header.purple .sub-title {
    background-color: #9d0e91;
}

.month-list.fan .theme-header.purple .sub-title:after {
    border-color: transparent transparent transparent #9d0e91;
}

.month-list.fan .theme-header.orange {
    background-color: rgba(255, 187, 0, 0.5);
}

.month-list.fan .theme-header.orange .sub-title {
    background-color: #ffbb00;
}

.month-list.fan .theme-header.orange .sub-title:after {
    border-color: transparent transparent transparent #ffbb00;
}
*/

.month-list .theme-header .theme-free-cases {
    display: inline-block;
}

.month-list .theme-header .sub-title {
    color: rgb(255, 179, 0);
    padding: 0;
    letter-spacing: 0.5px;
    font-size: 13px;
    text-align: left;
    font-weight: 500;
}

.month-list .theme-header .theme-free-cases {
    float: left;
    color: white;
    font-size: 12px;
    line-height: 18px;
    text-transform: lowercase;
}

.theme-image {
    width: 100%;
    height: 177px;
    background-size: cover;
}

.month-list.fan .theme-image {
    height: 195px;
}

.theme-fan-buy-button-price {
    font-size: 27px;
    display: inline-block;
    margin-left: 1px;
    font-weight: 300;
}

.theme-free-cases.bar .theme-free-cases-text {
    font-size: 12px;
    display: inline-block;
}

.theme-free-cases .free-cases-bar {
    width: 100%;
    height: 5px;

    border-radius: 5px;

    background: #e2e2e2;
    background: -moz-linear-gradient(left, red 0%, yellow 50%, green 100%);
    background: -webkit-linear-gradient(left, red 0%, yellow 50%, green 100%);
    background: -o-linear-gradient(left, red 0%, yellow 50%, green 100%);
    background: -ms-linear-gradient(left, red 0%, yellow 50%, green 100%);
    background: linear-gradient(left, red 0%, yellow 50%, green 100%);
}

.theme-free-cases .cases-sold-bar {
    width: 30%;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    height: 5px;
    background-color: white;
}

.month-list.fan .theme-header .theme-free-cases {
    margin-top: 5px;
    margin-left: 10px;
}

.month-list-wrap .owl-nav .owl-prev,
.month-list-wrap .owl-nav .owl-next {
    opacity: 0;
    transition: opacity 1s ease-out;
}

.month-list-wrap .owl-nav .owl-next {
    transition-delay: 0.24s;
}

.theme-carousel-item {
    cursor: pointer;
    opacity: 0;
}

.theme-carousel-item.active {
    transform: translateY(-5px);
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.free-cases-to-theme {
    width: 102px;
    position: relative;
    margin-bottom: 2px;
    display: inline-block;
    margin-left: 8px;
}

.theme-slider-description {
    -webkit-backface-visibility: hidden;
    transition: opacity 0.14s;
    background-color: black;
    position: relative;
}

.theme-slider-description.empty {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.month-list.fan .theme-carousel-item.active .theme-slider-description:after {
    content: '';
    height: 8px;
    width: 100%;
    background-color: #c91400;
    position: absolute;
    bottom: 0;
    left: 0;
}

.month-list .owl-stage .owl-item > li:hover .theme-slider-description,
.month-list .owl-stage .owl-item > li.active .theme-slider-description {
    opacity: 1;
}

.theme-image-div {
    background-position: center center;
    background-size: contain;
    width: 51px;
    height: 49px;
}

.month-list h2 {
    padding: 38px 0 0;
    text-align: center !important;
}

.month-list .sub-title {
    display: block;
    text-align: center;
    margin: -3px 0 0;
    padding: 0 0 26px;
}

.month-list .desc {
    height: 147px;
    background: #fff;
    font-size: 16px;
    color: #fff;
    position: relative;
    padding: 27px 30px 10px 20px;
    margin: 0 0 31px;
}

.month-list .desc img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 1179px;
    height: 146px;
    background-size: cover;
}

.month-list .desc p {
    padding: 0;
    position: relative;
    z-index: 2;
    width: 508px;
    float: right;
}

.items-list {
    width: 301px;
    font-size: 0;
}

.items-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 9px 9px 0;
    text-align: center;
}

.items-list li:nth-child(5n) {
    margin-right: 0;
}

.items-list li a {
    display: block;
    width: 53px;
    height: 51px;
    border: 1px solid #939393;
    transition: none;
}

.items-list li a:hover {
    border-color: #333;
}

.items-list li a.active .theme-image-div {
    opacity: 0.8;
}

.items-list li a.empty.active {
    background: #e9e9e9;
}

.soon > div {
    color: #939393;
    font-size: 30px;
    font-weight: 700;
    margin-top: 17px;
}

.items-list li a.active {
    background: rgba(147, 147, 147, 0.5);
}

.items-list li a.purple {
    border-color: #9d0e91;
}

.items-list li a.purple.active {
    background: rgba(157, 14, 145, 0.5);
}

.items-list li a.green {
    border-color: #00d100;
}

.items-list li a.green.active {
    background: rgba(0, 209, 0, 0.5);
}

.items-list li a.orange {
    border-color: #d2932d;
}

.items-list li a.orange.active {
    background: rgba(210, 147, 45, 0.5);
}

.items-list li a.blue {
    border-color: #0c6ab4;
}

.items-list li a.blue.active {
    background: rgba(12, 106, 180, 0.5);
}

.items-list li img {
    vertical-align: middle;
    width: 51px;
    height: 49px;
}

.gold {
    padding: 15px 0 0;
    border-top: 1px solid #939393;
    margin: 6px 0 0;
}

.gold li .golden {
    background: #f3f3f3;
    padding: 0;
}

.gold li .golden.active {
    padding: 3px;
    background: #d77112;
    /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDc3MTEyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYzMyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg, #d77112 0%, #ffc32f 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #d77112), color-stop(100%, #ffc32f));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #d77112 0%, #ffc32f 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #d77112 0%, #ffc32f 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #d77112 0%, #ffc32f 100%);
    /* IE10+ */
    background: linear-gradient(45deg, #d77112 0%, #ffc32f 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d77112', endColorstr='#ffc32f', GradientType=1);
    /* IE6-8 fallback on horizontal gradient */
    border: 0;
    color: #fff;
}

.gold li .golden.active span {
    color: #fff;
}

.gold li .golden span {
    transform: rotate(-45deg);
    font-size: 19px;
    color: #939393;
    display: block;
    left: -3px;
    position: relative;
    top: 16px;
}

.gold li .golden:hover {
    border-color: #333;
}

.item-card .title {
    font-size: 21px;
    color: #282828;
}

.item-card .rate {
    font-size: 18px;
    padding: 0 0 10px;
}

.item-card .title, .item-card .rate {
    display: block;
}

.item-card .description {
    display: none;
    font-size: 16px;
}

.item-card .description.full {
    display: block;
    /*position: absolute;*/
    /*width: 339px;*/
    /*z-index: 100;*/
    /*min-height: 450px;*/
    background-color: white;
}

.item-description-modal .item-card .description.full {
    /*min-height: 400px;*/
}

.item-card .description p {
    padding: 0 0 24px;
}

.item-card .drop-rate {
    padding: 11px 0 38px;
}

.item-card .drop-rate > div:nth-child(1) {
    text-transform: uppercase;
    font-size: 18px;
}

.item-card .drop-rate .drop-rate-in-box {
    color: white;
    margin: 4px 0 0;
}

.item-card .drop-rate .drop-rate-in-box > div {
    width: 74px;
    padding: 7px 10px;
    text-align: center;
    margin-right: 1px;
}

.item-card .drop-rate .drop-rate-in-box > div:nth-child(1) {
    background-color: green;
}

.item-card .drop-rate .drop-rate-in-box > div:nth-child(2) {
    background-color: #16b0ff;
}

.item-card .drop-rate .drop-rate-in-box > div:nth-child(3) {
    background-color: purple;
}

.item-card .drop-rate .drop-rate-in-box > div:nth-child(4) {
    background-color: orange;
}

.figure-closed {

}

.item-card .about {
    width: 339px;
    display: inline-block;
}

.item-card .soon-title {
    font-size: 21px;
    display: block;
    padding: 56px 0 22px;
}

.item-card .preview {
    padding-top: 30px;
    position: relative;
    float: left;
    height: 450px;
    width: 540px;
}

.item-card .preview .slick-carousel {
    width: 450px;
    height: 450px;
    margin: auto;
    opacity: 0;
    transition: opacity 500ms ease;
}

.item-card .preview .slick-carousel .slick-slide {
    width: 450px;
}

.item-card .preview img {
    max-height: 450px;
    max-width: 450px;
    margin: auto;
}

.item-card .preview .item-like {
    z-index: 9;
    position: absolute;
    top: 0;
    right: 45px;
}

.item-card .preview .item-like .item-like-icon {
    transition: background-position 0.25s;
    display: inline-block;
    background-image: url(../img/icons/like-icons-sprite.png);
    background-size: 19px;
    width: 19px;
    height: 19px;
    position: relative;
    bottom: -5px;
}

.item-like .item-like-icon.liked {
    background-position: 0 19px;
}

.item-card .preview .item-like .item-like-count {
    font-size: 16px;
    display: inline-block;
}

#soon .button {
    margin-top: 17px;
}

#soon .about {
    padding-left: 0;
}

#soon .about p {
    font-size: 16px;
}

#zoomling {
    position: absolute;
    width: 379px;
    height: 379px;
    left: 0;
    top: 0;
    z-index: -1;
}

#time-left {
    padding: 16px 15px 30px;
    background: #f3f3f3;
    border-radius: 8px;
    overflow: hidden;
}

#time-left span {
    display: inline-block;
    vertical-align: top;
    background: #282828;
    border-radius: 3px;
    padding: 1px 7px;
    font: 400 50px/52px "Bebas Neue", Verdana;
    margin: 0 13px 0 0;
    color: #fff;
    text-align: center;
}

.time-left-titles {
    font-size: 16px;
    font-weight: 300;
    margin: -25px 0 21px;
    padding: 0 0 0 16px;
}

.time-left-titles div {
    display: inline-block;
    vertical-align: top;
    width: 55px;
    margin: 0 7px;
    text-align: center;
}

.time-left-titles div:last-child {
    margin: 0;
}

.close-wrapp {
    text-align: center;
}

.close-wrapp .bordered {
    border: 3px solid #c91400;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    font-size: 21px;
    font-weight: 400;
    margin: 33px 0 37px;
    padding: 21px 0 21px;
    text-transform: uppercase;
}

.close-wrapp .orange {
    display: block;
    margin: -4px 0 0;
    padding: 0 0 44px;
}

.close-wrapp .controls a {
    margin: 0 7px;
}

.bbm-modal, .upload-popup-wrapper {
    font-weight: 400;
}

.bbm-modal .fancybox-skin, .upload-popup-wrapper .fancybox-skin {
    box-shadow: none;
    background: #fff;
    padding: 31px 42px !important;
    border-radius: 0;
}

.auth-modal .bbm-modal .auth-close-modal, .upload-popup-wrapper .fancybox-close {
    background-image: url(../img/sprite.png);
    background-position: -109px -66px;
    width: 20px;
    height: 20px;
    right: -29px;
    top: 0;
}

.auth-modal .bbm-modal .auth-close-modal {
    position: absolute;
    cursor: pointer;
}

.bbm-modal .popup-title, .upload-popup-wrapper .popup-title {
    font-size: 24px;
    color: #282828;
    padding: 0 0 10px;
}

.bbm-modal .popup-top, .upload-popup-wrapper .popup-top {
    overflow: hidden;
}

.bbm-modal .popup-top a, .upload-popup-wrapper .popup-top a {
    color: #939393;
    font-size: 18px;
}

.bbm-modal .popup-top a:hover, .upload-popup-wrapper .popup-top a:hover {
    text-decoration: underline;
}

.bbm-modal input, .bbm-modal .button, .upload-popup-wrapper input, .upload-popup-wrapper .button {
    display: block;
    text-align: center;
}

.bbm-modal .button, .upload-popup-wrapper .button {
    margin: 0 auto;
}

.account-guard {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.account-guard .popup-title {
    float: left;
}

.account-guard .popup-top a {
    float: right;
}

.account-guard .forgot {
    margin: 0 0 30px;
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
    font-size: 16px;
}

.account-guard .button.login {
    width: 195px;
}

.account-guard .button.registr {
    margin-top: 20px;
    width: 243px;
    padding-left: 0;
    padding-right: 0;
}

.account-guard .captcha-img {
    border: 1px solid #939393;
}

.account-guard .reload-captcha {
    font-size: 14px;
    border-bottom: 1px dotted #282828;
    color: #282828;
}

.account-guard .captacha-wrap {
    overflow: hidden;
}

.account-guard .captacha-wrap .left {
    width: 144px;
    margin: 0 12px 0 0;
    text-align: left;
}

.account-guard .left {
    float: left;
}

.account-guard .right {
    float: right;
}

.account-guard .privacy {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    position: absolute;
    bottom: -99px;
    left: -42px;
    right: -42px;
}

.password-req .popup-title {
    float: none;
    text-align: center;
    display: block;
    padding: 0 0 20px;
}

.password-req .e-mail-pls {
    font-size: 14px;
    display: block;
    margin: -9px 0 0;
    padding: 0 0 29px;
}

.password-req .button.drop {
    width: 227px;
}

.password-req .pass-back {
    display: block;
    font-size: 15px;
    margin: 44px 0 0;
    text-decoration: underline;
}

.password-req .pass-back:hover {
    text-decoration: none;
}

.sended .intro, .sended .where {
    font-size: 15px;
    display: block;
    padding: 0 0 20px;
}

.sended .where {
    color: #747474;
}

.sended .button.close {
    width: 165px;
    color: white;
}

.upload-popup-wrapper .fancybox-skin {
    padding-top: 0 !important;
}

.upload-popup-wrapper .fancybox-close {
    top: 0;
}

#upload {
    font-weight: 400;
}

#upload label {
    color: #282828;
    font-weight: 400;
    padding: 0 0 4px;
}

#upload input, #upload textarea, #upload select {
    width: 595px;
    text-align: left;
}

#upload textarea {
    height: 45px;
}

#upload .tabs-menu {
    font-size: 0;
    margin: 0 -42px;
}

#upload .tabs-menu li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

#upload .tabs-menu li.current a {
    color: #282828;
    font-size: 24px;
    background: #fff;
}

#upload .tabs-menu li.current a span {
    border-bottom: 0;
}

#upload .tabs-menu a {
    text-align: center;
    font-size: 18px;
    color: #939393;
    display: block;
    background: #f3f3f3;
    padding: 23px 0 0;
    height: 70px;
}

#upload .tabs-menu a span {
    border-bottom: 1px dotted #939393;
}

#upload .tab-content {
    padding: 20px 0 0;
}

#upload .upload-row {
    padding: 0 0 15px;
}

#upload-video .button {
    width: 243px;
    margin-top: 11px;
}

#upload-photo .button.bordered {
    width: 243px;
    text-transform: uppercase;
    float: left;
    margin: 0 32px 0 0;
}

#upload-photo .sputnic {
    overflow: hidden;
    font-size: 16px;
}

#upload-photo .button {
    width: 243px;
    margin: 11px auto 0;
}

#upload-photo label[for="select-photo"] {
    padding: 10px 10px 7px;
    color: #c91400;
}

#upload-photo input[type="file"] {
    display: none;
}

.uploaded-photo-list {
    font-size: 0;
}

.uploaded-photo-list li {
    display: inline-block;
    vertical-align: top;
    width: 69px;
    height: 69px;
    margin: 0 10px 10px 0;
}

.uploaded-photo-list li img {
    display: block;
    max-width: 100%;
    height: auto;
}

#password-sended, #upload, #carusel-video {
    display: none;
}

.auth-modal .bbm-modal {
    width: 384px;
    padding: 20px;
}

.checkout {
    min-height: 100%;
    color: #282828;
}

.checkout .popup-wrapper {
    padding-top: 0 !important;
}

.checkout .account-guard {
    margin: 0 auto;
    width: 384px;
}

.checkout .account-guard .privacy {
    color: #282828;
    display: block;
    position: static;
    margin: 26px -42px 0;
}

.content-wrapp {
    clear: both;
}

.content-wrapp .footer {
    margin-top: -222px;
}

.inside-page .menu {
    position: fixed;
    float: left;
    width: 267px;
    background: #161616;
    height: 100%;
    z-index: 3;
}

.inside-page .menu .container {
    padding: 0;
    width: inherit;
    margin-top: 28px;
}

.checkout-container > * {
    width: 940px;
    margin: 0 auto;
}

.checkout-container .slider-control {
    width: 940px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 15px;
    height: 27px;
    overflow: hidden;
    z-index: 100;
}

.checkout-container .month-list > li {
    width: 940px;
    padding: 0;
    display: inline-block;
    float: none;
    margin: 0;
}

.checkout-container .month-list h2 {
    font-size: 20px;
    font-weight: 400;
    padding: 7px 0 0 0;
}

.checkout-container .month-list .desc {
    height: 117px;
    overflow: hidden;
    margin: 0;
    background-size: cover;
}

.checkout-container .month-list .desc p {
    display: none;
}

.checkout-container .month-list .sub-title {
    padding: 0px 0 10px;
    font-size: 16px;
}

.items-in-box {
    display: none;
}

.checkout-container .items-in-box {
    font: 100 16px/20px "Bebas Neue", Verdana;
    font-family: 'Helvetica Neue', Verdana;
    margin-left: 16px;
    margin-top: -2px;
}

.checkout-container .items-in-box strong {
    font-size: 20px;
}

.checkout-container .guaranteed {
    padding: 4px;
    padding-bottom: 0;
    min-height: 80px;
}

.checkout-container .guaranteed .orange {
    font-size: 16px;
}

.checkout-container span.guaranteed-item {
    margin-top: 0;
}

.checkout-container .plans-list-chckout {
    text-align: left;
    margin-top: 20px;
}

.checkout-container .plans-list-chckout > li {
    width: 220px;
    margin-right: 20px
}

.checkout-container .plans-list-chckout .title {
    font-size: 47px;
    padding: 13px 0 0;
}

.inside-page-logo {
    background: #232323;
    padding: 11px 0;
    text-indent: -9999px;
}

.inside-page-logo a {
    width: 218px;
    height: 41px;
    background: url("../img/logo.png") left center no-repeat;
    margin: 13px 0 0;
    display: block;
    float: none;
    margin: 0 auto;
}

.checkout-steps-list {
    font-size: 0;
}

.checkout-steps-list li {
    text-align: right;
    margin-bottom: -2px;
}

.checkout-steps-list li span {
    display: inline-block;
    font-weight: 600;
    border: 4px solid black;
    border-radius: 17px;
    padding: 0 6px;
    color: black;
    line-height: 20px;
    font-size: 16px;
    margin-right: 7px;
}

.checkout-steps-list li:before {
    border: 4px solid #282828;
    border-radius: 50%;
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    height: 21px;
    left: 47px;
    line-height: 21px;
    margin: -14px 0 0;
    text-align: center;
    top: 50%;
    width: 21px;
    z-index: 10;
}

.checkout-steps-list li.pass a {
    color: white;
}

.checkout-steps-list li.active a {
    color: black;
    background: #F86C00 !important;
}

.checkout-steps-list li a {
    font-size: 14px;
    color: #6d6d6d;
    text-transform: uppercase;
    display: block;
    padding: 10px 40px;
    position: relative;
}

.up-step, .down-step {
    height: 63px;
    text-align: center;
    background-color: whitesmoke;
    transition: transform 0.8s linear;
    transform: translate3d(0px, -70px, 0px);
    z-index: 1;
    padding: 11px 0;
    position: fixed;
    width: 100%;
    padding-left: 267px;
}

.up-step {
    z-index: 2;
}

.up-step > div {
    cursor: pointer;
    background-image: url("../img/icons/arrow-up.png");
    width: 33px;
    height: 33px;
    margin: 5px auto;
}

.down-step {
    transform: translate3d(0px, 770px, 0px);
}

.down-step > span {
    cursor: pointer;
    color: #D0D0D0;
}

.navigate {
    position: absolute;
}

.plans-list-chckout {
    padding: 0 0 60px;
    text-align: center;
    font-size: 0;
}

.plans-list-chckout > li {
    width: 277px;
    margin: 0 15px 0 0;
    font-size: 18px;
    background: #f3f3f3;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.plans-list-chckout > li:last-child {
    margin-right: 0;
}

.plans-list-chckout > li.green-box .title {
    background-image: url("../img/green-box-title-bg.jpg");
}

.plans-list-chckout > li.blue-box .title {
    background-image: url("../img/blue-box-title-bg.jpg");
}

.plans-list-chckout > li.blue-box .box-rate-drop-list {
    margin-bottom: 16px;
}

.plans-list-chckout > li.purple-box .title {
    background-image: url("../img/purple-box-title-bg.jpg");
}

.plans-list-chckout > li.purple-box .box-rate-drop-list {
    margin-bottom: 42px;
}

.plans-list-chckout > li.orange-box .title {
    background-image: url("../img/orange-box-title-bg.jpg");
}

.plans-list-chckout .title {
    height: 104px;
    text-align: center;
    font: 400 60px/60px "Bebas Neue", Verdana;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 22px 0 0;
}

.plans-list-chckout .button {
    margin: 0 0 -18px;
}

.plans .plans-list-chckout > li {
    background-color: white;
}

.plans .plans-list-chckout .triangle {
    border-color: rgb(255, 255, 255) transparent transparent;
    background-color: #f7f7f7;
}

.plans .plans-list-chckout .triangle-bottom {
    border-color: #f7f7f7 transparent transparent;
}

.plans .plans-list-chckout .box-include-list li {
    background-color: #f7f7f7;
}

.items-in-box {
    padding-bottom: 19px;
    margin: 19px 20px 0px 6px;
}

.items-in-box strong {
    font-size: 25px;
}

.triangle {
    width: 277px;
    height: 0px;
    border-style: solid;
    border-color: rgb(243, 243, 243) transparent transparent;
    border-width: 25px 138.5px 0px;
    background-color: #E7E7E7;
    padding-bottom: 10px;
}

.triangle-bottom {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 138.5px 0 138.5px;
    border-color: #e7e7e7 transparent transparent transparent;
}

.box-include-list {
    text-align: left;
}

.box-include-list li:nth-child(1) > div:nth-child(2) {
    margin-top: 10px;
}

.box-include-list li:nth-child(n+2):before {
    display: block;
    margin: 0 auto 10px;
    height: 1px;
    content: " ";
    text-shadow: none;
    background-color: #D0D0D0;
    width: 80%;
}

.box-include-list li {
    padding: 0px 0 10px 10px;
    font-size: 15px;
    background-color: #E7E7E7;
}

.box-include-list li span:nth-child(1) {
    font-weight: 700;
    display: inline-block;
    width: 80px;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
}

.box-include-list li span:nth-child(2) {
    display: inline-block;
    width: 180px;
    vertical-align: middle;
}

.box-rate-drop-list {
    border: 1px solid #b6b6b6;
    padding: 17px 13px;
    position: relative;
    margin: 0 19px 43px;
}

.box-rate-drop-list .box-rate-drop-title {
    position: absolute;
    padding: 8px;
    background: #f3f3f3;
    top: -24px;
    left: 4px;
}

.box-rate-drop-list .box-include-list {
    padding: 0;
}

.box-month-price {
    margin: 10px 14px;
    padding: 17px 0 15px 7px;
}

.box-month-price .red {
    font-size: 26px;
}

.checkout-container .box-month-price .red {
    font-size: 18px;
}

.checkout-container .box-month-price {
    margin: 21px 14px 14px;
    padding: 0;
}

.box-month-price .rub-red {
    vertical-align: baseline;
    position: relative;
    top: 1px;
    left: -2px;
}

.subscribe-plans {
    padding: 20px 0 60px;
}

.not-selected-text {
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
}

.subscribe-plans > li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 265px;
    background: #f3f3f3;
    margin: 0 31px 0 0;
    position: relative;
}

.subscribe-plans > li:last-child {
    margin-right: 0;
}

.subscribe-plans > li .title {
    font-size: 15px;
    font-weight: 700;
    padding: 27px 0 26px;
    text-transform: uppercase;
}

.subscribe-plans > li .lasting {
    font-size: 21px;
    color: #000;
    padding: 0 0 11px;
}

.subscribe-plans > li .price {
    font-size: 34px;
    font-weight: 700;
    padding: 0 0 8px;
}

.subscribe-plans > li .in-month {
    font-size: 16px;
}

.subscribe-plans > li .price-once {
    display: block;
    padding: 0 0 25px;
    border-bottom: 1px solid #282828;
    margin: 0 14px 25px;
}

.subscribe-plans > li .economy {
    font-weight: 700;
    font-size: 16px;
    display: block;
}

.subscribe-plans > li .button {
    position: relative;
    top: 24px;
    min-width: 137px;
    font-weight: 400;
}

.subscribe-plans > li.grayscale .button {
    cursor: default;
}

.economy-value {
    font-size: 17px;
}

.subscribe-plans > li .bonus {
    /*font-weight: 400;
    background: url("../img/bonus-bg.png") left top repeat;
    padding: 15px 0 16px;
    color: #fff;*/
    cursor: pointer;
}

.subscribe-plans > li > ul {
    padding: 46px 0 65px;
}

.subscribe-plans .pref .title {
    font-weight: 200;
    letter-spacing: 1px;
    letter-spacing: 1.5px;
    background: #282828;
    color: #fff;
}

.subscribe-plans .popular {
    margin-top: -14px;
    border: 3px solid #EB0C00;
    width: 277px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
}

.subscribe-plans .popular .title {
    background: #EB0C00;
    color: #fff;
    font-size: 24px;
}

.subscribe-plans .popular .lasting {
    font-weight: 700;
    font-size: 24px;
    color: #EB0C00;
    padding: 0 0 16px;
}

.subscribe-plans .popular .price {
    font-size: 38px;
    padding: 0 0 15px;
}

.subscribe-plans .popular .in-month {
    font-weight: 700;
    margin: 0 0 0 3px;
    padding: 0 0 12px;
}

.subscribe-plans .popular > ul {
    padding: 22px 0 24px;
}

.subscribe-plans .best-value .title {
    font-weight: 400;
    letter-spacing: 1px;
    background: #ffbb00;
}

.subscribe-plans .best-value > ul {
    padding: 15px 0 26px;
}

.subscribe-plans .best-value .in-month {
    padding: 0 0 16px;
}

.subscribe-plans .monthly {
    width: 242px;
    margin-left: 23px;
    margin-top: 85px;
}

.subscribe-plans .monthly .title {
    font-size: 16px;
    background: #f3f3f3;
    padding: 45px 0 0;
}

.subscribe-plans .monthly .price {
    font-size: 38px;
}

.subscribe-plans .monthly > ul {
    padding: 36px 0 42px;
}

.subscribe-plans .rub-black, .subscribe-plans .rub-red {
    vertical-align: baseline;
}

.rub-black {
    background-image: url(../img/sprite.png);
    background-position: -40px -93px;
    width: 15px;
    height: 19px;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 9px;
}

.profile-adress-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 45px 0;
}

.profile-adress-list li:last-child,
.profile-adress-list li:nth-child(3n) {
    margin-right: 0;
}

.profile-adress {
    width: 379px;
    background: #f3f3f3;
    border: 2px solid #939393;
    font-size: 16px;
    background: #f3f3f3 url("../img/addres-bg.png") right top no-repeat;
    position: relative;
}

.profile-adress .name {
    font-size: 18px;
    border-bottom: 1px solid #fff;
    padding: 17px 0 16px 16px;
}

.profile-adress .profile-adress-row {
    overflow: hidden;
    padding: 8px 0 11px 16px;
}

.profile-adress .profile-adress-row.inline {
    border-top: 2px solid #939393;
    margin: 7px 0 0;
    padding: 15px 0 0 16px;
}

.profile-adress .profile-adress-row.inline .profile-adress-col {
    display: inline-block;
    vertical-align: top;
}

.profile-adress .profile-adress-row.inline .profile-adress-col * {
    display: inline-block;
    vertical-align: top;
}

.profile-adress .profile-adress-row.inline .tshirt-data {
    padding: 0 27px 0 0;
}

.profile-adress .addr, .profile-adress .phon {
    width: 88px;
    float: left;
}

.profile-adress .addr-data, .profile-adress .phon-data {
    overflow: hidden;
}

.profile-adress .button {
    display: block;
    margin: 14px auto -33px;
    width: 171px;
}

.profile-adress .edit {
    position: absolute;
    content: '';
    background-image: url(../img/sprite.png);
    background-position: -21px -93px;
    width: 19px;
    height: 19px;
    right: 6px;
    top: 6px;
}

.profile-adress.new {
    height: 273px;
    background: #f3f3f3;
}

.profile-adress.new .name {
    text-align: center;
}

.profile-adress.new .button {
    position: absolute;
    bottom: -33px;
    left: 50%;
    width: 206px;
    padding: 11px 15px 9px;
    margin: 0 0 0 -103px;
}

.profile-adress.new .button:focus {
    top: auto;
}

.profile-adress.new .add {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("../img/addres-add.png") center center no-repeat;
}

.buyer-info {
    min-height: 780px;
}

.buyer-info h2 {
    font-size: 18px;
    color: #282828;
    padding: 0 0 20px;
    font-weight: 300;
}

.buyer-info label {
    font-weight: 400;
    font-size: 16px;
    padding: 0 0 5px;
}

.buyer-info .next {
    margin: 20px auto;
    width: 171px;
    display: block;
}

.buyer-info .general-list li.text {
    padding-top: 24px;
}

/* address fields */

.address-field-container {
    border: 1px solid #949494;
    position: relative;
}

.address-field-container .text input {
    padding: 5px;
    min-height: 40px;
    border: none;
    margin: 0;
}

.address-field-container .selector {
    background: #F2F2F2;
    border-left: 1px solid #949494;
    max-width: 40px;
    height: 40px;
    text-align: center;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}

.address-field-container .arrow {
    width: 40px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 13px;
}

.address-field-container .arrow > div {
    background: url("../img/icons/arrow-down.png");
    width: 13px;
    height: 9px;
}

.address-field-container .inner-container {
    position: absolute;
    width: 300px;
    height: 170px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: white;
    display: none;
    z-index: 1;
}

.address-field-container .inner-container > ul > li {
    width: 290px;
    cursor: pointer;
    padding: 5px;
    margin-bottom: 0;
    padding-right: 0;
    margin-right: 0;
    /*transition: background-color 0.3s ease;*/
}

.address-field-container .inner-container > ul > li.not-selected {
    cursor: default;
}

.address-field-container .inner-container > ul > li:hover {
    background-color: whitesmoke;
}

.address-field-container + .error-field {
    margin-top: 0;
}

.inner-container ul {
    overflow-x: hidden;
}

/* end address fiels */

.general-list.general-horizontal {
    display: block;
}

.general-list.general-horizontal li {
    width: 33%;
    display: inline-block;
    margin: 0;
    padding: 0 15px 14px 0;
}

.general-list.general-vertical {
    display: inline-block;
    vertical-align: text-top;
    width: 33%;
}

.general-list li {
    vertical-align: top;
    margin: 0 15px 14px 0;
    font-size: 16px;
}

.general-list li.text {
    padding-top: 22px;
    font-size: 15px;
}

.general-list .field-description {
    margin-top: 18px;
    font-size: 14px;
    color: #4A4949;
}

.general-list .error {
    min-height: auto;
}


.order-description {
display: inline-block;
    vertical-align: text-top;
}

.order-description li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;

    font-size: 16px;
}

/*.order-description li span {*/
/*    font-weight: bold;*/
/*}*/

.order-description .title {
    color: #282828;
}

.order-description_image {
    display: flex;
    justify-content: center !important;
    align-items: center;
    width: 200px;
    height: 200px;
}

.order-description_image img {
    width: 80%;
    height: 80%;
    object-fit: contain;

}

.order-description .order-description_case-price {
    text-transform: uppercase;
}


.order-description .order-description_total-price {
    font-weight: bold;
    text-transform: uppercase;
}

.tshirt-sizes {
    border-bottom: 1px dotted #282828;
    font-size: 14px;
    line-height: 16px;
    color: #282828;
    float: right;
}

.tshirt-sizes:hover {
    color: #333;
}

.buyer-delivery > div:nth-child(1), .buyer-pay {
    background-color: #F2F2F2;
    padding: 20px 20px 10px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.buyer-delivery .title {
    font-size: 16px;
    font-weight: normal;
}

.buyer-delivery > div > div,
.buyer-pay > div {
    display: inline-block;
    vertical-align: top;
}

.buyer-delivery h2,
.buyer-pay h2 {
    padding: 0 0 21px;
    text-align: center !important;
}

.buyer-delivery,
.additional-address-info,
.buyer-pay-container {
    display: none;
}

.buyer-delivery-list {
    font-size: 0;
}

.buyer-delivery-list li,
.buyer-pay li {
    vertical-align: top;
    font-size: 18px;
    margin: 0 50px 10px;
}

.buyer-delivery-list li label,
.buyer-pay li label {
    font-size: 16px;
}

.container.confirmation {
    max-width: 920px;
}

.order-data-confir {
    overflow: hidden;
    padding: 0 0 64px;
    min-height: 364px;
}

.order-data-confir.green-case {
    background: url("../img/green.png") left 105px top 28px no-repeat;
}

.order-data-confir.blue-case {
    background: url("../img/blue.png") left 105px top 28px no-repeat;
}

.order-data-confir.purple-case {
    background: url("../img/purple.png") left 105px top 28px no-repeat;
}

.order-data-confir.orange-case {
    background: url("../img/orange.png") left 105px top 28px no-repeat;
}

.order-data-list {
    width: 475px;
    float: right;
    margin: 15px 68px 0 0;
}

.order-data-list li {
    font-size: 16px;
    padding: 0 0 7px;
}

.order-data-list li span {
    display: block;
    vertical-align: top;
    width: 50%;
}

.order-data-list li span:first-child {
    text-align: right;
    float: left;
    padding: 0 23px 0 0;
}

.order-data-list li span:last-child {
    overflow: hidden;
    font-weight: 400;
}

.order-data-list li span.value {
    width: auto;
    display: inline-block;
    padding-right: 5px;
}

.promocode-pay {
    margin: 0 0 100px;
    text-align: center;
}

.promocode-pay .summary-order {
    margin-bottom: 30px;
}

.promocode-pay .summary-order > div {
    padding: 15px 14px 14px;
    background: #f3f3f3;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    width: 297px;
    height: 74px;
}

.promocode-pay .summary-order > div:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.promocode-pay .summary-order > div:last-child {
    padding-top: 25px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #E7E7E7;
}

.promocode-pay input[type="text"] {
    background: #f3f3f3;
    margin-bottom: 0;
}

.promocode-pay input[type="text"]:focus {
    background: white;
}

.promocode-pay .total-price {
    font-size: 31px;
}

.promocode-pay .button {
    width: 171px;
    margin: -6px 0 0;
}

.account, .message-page {
    color: #282828;
}

.account h2 {
    font-weight: 400;
    font-size: 21px;
    color: #282828;
    text-align: left;
    padding: 0 0 12px;
}

.account label {
    font-weight: 400;
    font-size: 16px;
    color: #282828;
    padding: 0 0 5px;
}

.account > .container {
    width: auto;
    padding: 0;
    margin: 0;
    margin-left: 267px;
}

.account > .container {
    width: auto;
    padding: 0;
    margin: 0;
    margin-left: 267px;
}

.error-page > .container {
    padding: 0;
    margin: 0 auto;
    width: 800px;
}

.personal-info, .pass-change {
    width: 380px;
    float: left;
}

.personal-info {
    margin-right: 100px;
}

.personal-info-row {
    padding: 0 0 15px;
}

.button.save {
    width: 270px;
}

.profile-adress-list-wrap {
    padding: 0 0 50px;
    clear: both;
}

.profile-adress-list-wrap h2 {
    margin: 20px 0 20px 0;
}

.order-list {
    padding: 26px 0 0;
}

.order-list > li {
    overflow: hidden;
    margin: 0 0 14px;
    font-size: 15px;
}

.order-list > li .title, .order-list > li .order-content, .order-list > li .status {
    height: 53px;
}

.order-list > li .title {
    overflow: hidden;
}

.order-list > li.box-open .title {
    background-color: #000;
}

.order-list > li > div {
    float: left;
    background: #f3f3f3;
    height: 100%;
    padding: 20px;
}

.order-list > li.active .status .control:after {
    background-image: url(../img/sprite.png);
    background-position: -53px -66px;
    width: 26px;
    height: 26px;
}

.order-list .title {
    width: 462px;
    border-right: 4px solid #fff;
    text-align: center;
    padding: 0;
}

.order-list .title.blue-bx {
    border-left: 9px solid #0c6ab4;
}

.order-list .title.green-bx {
    border-left: 9px solid #10b53e;
}

.order-list .title.orange-bx {
    border-left: 9px solid #d97714;
}

.order-list .title.purple-bx {
    border-left: 9px solid #9d0e91;
}

.order-list .order-content {
    border-right: 4px solid #fff;
    text-align: left;
    padding: 10px 11px;

    float: none;
    margin-right: 225px;
    overflow: hidden;
    word-break: break-word;
}

.order-list .order-content .table-centered > * {
    text-align: left;
}

.order-list .order-content .table-centered > * span {
    display: block;
}

.order-list .order-content .table-centered > * span > span {
    display: inline-block;
}

.order-list .order-content .table-centered > .not-paid span {
    display: inline-block;
}

.order-list .order-content #time-left, .order-list .order-content .time-left-titles {
    padding-left: 0;
}

.order-list .status {
    width: 225px;
    text-align: center;
    padding: 0 38px 0 0;
    position: relative;
    font-size: 16px;
    float: right;
}

.order-list .status .control {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    width: 38px;
    background: #ccc;
}

.order-list .status .control:after {
    position: absolute;
    content: '';
    background-image: url(../img/sprite.png);
    background-position: -27px -66px;
    width: 26px;
    height: 26px;
    top: 50%;
    margin: -13px 0 0;
    left: 6px;
    right: 6px;
}

.order-list .blue {
    color: #0094fb;
    font-weight: bold;
}

.order-list .green {
    color: #0dbc00;
    font-weight: bold;
}

.order-list a {
    color: #3ea3fa;
    text-decoration: underline;
}

.order-list input[type="text"] {
    background: #fff;
}

.order-list input[type="text"].disabled,
.order-list input[type="text"][disabled="disabled"],
.order-list input[type="text"][disabled] {
    background-color: #f3f3f3;
}

.table-centered {
    width: 100%;
    display: table;
    height: 100%;
}

.table-centered > * {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100%;
}

.box-open .title, .box-open .order-content, .box-open .status {
    height: 147px !important;
}

.box-open .title {
    position: relative;
    color: #fff;
}

.box-open .title img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.box-open .big-title {
    font-size: 30px;
    text-transform: uppercase;
}

.box-open .sub-title {
    font-size: 18px;
    padding: 11px 0 0;
}

.box-open .big-title, .box-open .sub-title {
    position: relative;
    z-index: 5;
    display: block;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.add-to-col-inp {
    width: 379px !important;
}

.box-order-details {
    clear: both !important;
    float: none !important;
    border-top: 2px solid #fff;
    overflow: hidden;
}

.box-order-details .order-data-list {
    margin: 0;
    float: left;
    width: 462px;
    padding: 23px 0 0;
}

.box-order-details .left-comment {
    float: left;
    width: 491px;
    padding: 26px 0 0 19px;
}

.box-order-details .left-comment textarea {
    height: 226px;
    background: #f3f3f3;
    margin: 7px 0 0;
}

.box-order-details .order-details-control {
    overflow: hidden;
    padding: 55px 5px 0;
}

.box-order-details .order-details-control a {
    font-size: 16px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}

.box-order-details .order-details-control .button {
    position: absolute;
    bottom: 24px;
    width: 220px;
}

.box-order-details .button-wrap {
    padding: 100px 0 0;
}

.box-order-details .upld-photo {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 11px 22px 9px;
    margin: 0 0 8px;
}

#password-sended-link {
    display: none;
}

a.not-link {
    cursor: default;
}

.user-email {
    float: right;
}

.email-login {
    height: 51px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 10px;
    width: auto;
    color: black;
    font-weight: 400;
}

.email-login:active,
.email-login:hover {
    color: black;
}

.error {
    color: red;
    margin: -10px 0 10px;
    display: block;
    opacity: 0;
    min-height: 35px;
}

.error-field {
    margin-top: -10px;
    padding: 0;
    font-size: 14px;
}

.success {
    color: green;
    margin: -10px 0 10px;
    display: none;
}

.error.general-error {
    text-align: center;
}

.promo-box {
    background: #282828 url(../img/promo-texture.png);
    margin: 26px 0 0 0;
    height: 69px;
}

.best-value .promo-box {
    margin: 16px 0 0 0;
}

.promo-box > div {
    font-family: 'Helvetica Neue', Verdana;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 17px;
    color: #FFF;
    text-align: left;
    height: 69px;
    width: 214px;
    padding: 18px 0 0 75px;
    background: url(../img/promo-box-icon.png) 15px center no-repeat;
}

.promo-box .plus {
    color: yellow;
    font-size: 30px;
    font-weight: 400;
}

.promo-box .text {
    padding: 0;
    margin: 0;
    line-height: 0;
    display: inline-block;
    color: white;
}

.promo-box .yellow-text {
    display: inline-block;
    color: #ffbb00;
}

.orange-text {
    color: #ffbb00;
    font-weight: 500;
}

.button-container {
    text-align: center;
}

.button-container > a {
    display: inline-block !important;
    margin: 20px auto !important;
    margin-right: 100px !important;
}

.checkout-container .button-container > a {
    margin-right: 0 !important;
}

.thanks {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 29px;
    margin-top: 92px;
    font-size: 25px;
    font-weight: 400;
}

.thanks-text {
    text-align: center;
    margin-bottom: 80px;
    font-size: 16px;
    font-weight: 400;
}

.promo-social {
    border: 2px solid red;
    text-align: center;
    width: 470px;
    padding: 26px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 50px;
    position: relative;
}

.promo-social button {
    position: absolute;
    left: 125px;
    bottom: -33px;
}

.error-pay {
    border: 2px solid red;
    text-align: center;
    width: 470px;
    padding: 26px;
    margin: 50px auto;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.figure-open .price,
.theme-fan-case-price-container {
    border-bottom: 1px solid #B5B5B5;
    border-top: 1px solid #B5B5B5;
    padding: 20px 0;
    margin: 20px 0 17px;
}

.theme-fan-case-price-container {
    margin-top: 28px;
    padding: 22px 0 19px 5px;
    border-bottom: none;
    padding-left: 30px;
}

span.theme-fan-case-items-price {
    font-weight: bold;
}

.figure-open .price > div {
    display: inline-block;
}

.figure-open .price > div:nth-child(2) {
    float: right;
    font-size: 30px;
    font-weight: 400;
}

.figure-open .price .rub-black {
    vertical-align: baseline;
}

.figure-open .figure-text {
    min-height: 216px;
}

.theme-move-left, .theme-move-right {
    position: absolute;
    width: 400px;
    height: 400px;
    background-color: transparent;
    z-index: 1000;
    cursor: pointer;
}

.theme-move-left {
    left: 0;
}

.theme-move-right {
    right: 0;
}

.not-found-page-container {
    width: 800px;
}

.not-found-page-container > img {
    float: left;
    margin-left: 43px;
}

.not-found-page-container a {
    color: #008AFF;
}

.not-found-page-text-container {
    margin-bottom: 29px;
    margin-top: 54px;
    font-size: 25px;
    font-weight: 400;
    text-align: left;
    margin-left: 434px;
    padding-top: 50px;
    color: black;
}

.not-found-page-title {
    margin-top: 3px;
}

.not-found-page-text {
    margin-top: 29px;
    font-size: 16px;
    line-height: 22px;
}

ul.month-list.animated {
    transition: transform 0.5s ease-in-out;
}

.month-list-wrap {
    overflow: hidden;
    height: 246px;
}

.month-list-wrap > .container {
    padding: 0;
    width: 1180px;
}

.grayscale {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.9;
}

.order-details {
    margin: 10px 15px;
}

.order-details td {
    padding: 5px;
}

.order-details td:nth-child(1) {
    width: 170px;
}

.order-details td:nth-child(3) {
    width: 150px;
}

.order-details td.address {
    width: auto;
}

.warehouse {
    display: none;
}

.warehouse-address {
    line-height: 10px;
}

#warehouse-map {
    margin-bottom: 50px;
}

.docs {
    margin-top: 30px;
    text-align: center;
    color: black;
}

.docs > div {
    display: inline-block;
    vertical-align: top;
}

.docs img {
    height: 800px;
}

.lic {
    font-family: "proxima_nova_ltlight", sans-serif;
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
    color: rgb(51, 51, 51);
    width: 930px;
}

.lic p {
    display: block;
    font-family: "proxima_nova_ltlight", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0;
}

.lic .title {
    color: rgb(50, 49, 51);
    display: block;
    font-size: 31.5px;
    font-weight: 300;
    height: 42px;
    line-height: 42px;
    margin-bottom: 10.5px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10.5px;
    text-rendering: optimizeLegibility;
}

.lic .lic-point {
    margin: 20px 0 0 0;
}

#registration-form .privacy {
    padding-top: 20px;
    color: black;
    position: inherit;
    font-size: 13px;
    display: block;
}

.no-orders {
    text-align: center;
}

.no-orders a {
    text-decoration: none;
    color: white;
}

.no-orders a:hover,
.no-orders a:active {
    text-decoration: none;
    color: white;
}

.figure-time-left > p {
    font-size: 16px;
}

#reset-password-form .error {
    margin-top: 0px;
}

.promo-box-modal {
    width: 1270px;
    max-width: 1270px;
    min-height: 700px;
}

.promo-box-items .item-card {
    display: inline-block;
}

.promo-box-items li.active > * {
    vertical-align: top;
}

.promo-box-items .about {
    max-width: 320px;
}

.promo-box-modal-title {
    padding: 30px 30px 10px 30px;
    text-align: center;
    background-color: #F3F3F3;
    color: #282828;
    margin-bottom: 10px;
    position: relative;
}

.promo-box-modal-title h3 {
    color: #282828;
    font-weight: 300;
    font-size: 31px;
    font-family: 'Helvetica Neue', Verdana;
}

.promo-box-modal-title .close {
    color: black;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
}

.promo-box-modal-content {
    min-height: 555px;
}

.not-paid a {
    padding: 10px 0;
    line-height: 27px;
}

.not-paid a:first-child {
    color: green;
}

.not-paid a:last-child {
    color: red;
}

.webmoney {
    opacity: 0.6;
    transition: 250ms;
}

.webmoney:hover {
    opacity: 1;
}

.guaranteed {
    background-color: black;
    text-align: center;
    color: white;
    padding: 9px;
    padding-bottom: 15px;
    min-height: 93px;

    display: table-cell;
    vertical-align: middle;
    width: 277px;
    height: 93px;
}

.guaranteed > span {
    display: block;
    font-size: 16px;
    line-height: 23px;
}

.guaranteed .orange {
    color: #FDBA2C;
    font-size: 18px;
}

span.guaranteed-item {
    margin-top: 6px;
    line-height: 21px;
}

.drop-rate-plane {
    background-color: #E1E1E1;
    padding: 12px;
    line-height: 20px;
    font-size: 16px;
}

.checkout-themes {
    position: relative;
}

.checkout .month-list-wrap {
    overflow: visible;
}

.checkout .month-list-wrap .container {
    width: 940px;
    overflow-x: hidden;
    margin: 0;
}

.checkout .container {
    width: inherit;
    padding: 0;
}

.bigger-text p {
    font-size: 17px;
    font-weight: 600;
}

.checkout .checkout-container {
    padding-top: 20px;
    overflow-x: hidden;
    transition: transform 0.8s ease;
    transform: translate3d(0px, 0px, 0px);
    background-color: white;
    position: absolute;
    width: 100%;
    padding-left: 267px;
    z-index: 1;
}

/* short size select styles */
.short-size-select-title {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.short-size-select-sub-title {
    margin-top: 9px;
    text-transform: uppercase;
    margin-left: 2px;
    font-size: 14px;
}

.short-size-select-sub-title.woman {
    margin-top: 42px;
}

.short-size-select-table-size-link-container {
    text-align: right;
    font-size: 14px;
    margin-top: -24px;
    margin-right: 9px;
}

.short-size-select-table-size-link-container a {
    color: black;
    border-bottom: 1px dotted black;
    transition: none;
    position: relative;
}

.short-size-select-table-size-link-container a img {
    display: none;
    position: absolute;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.2s;
    right: -3px;
    top: -194px;
}

.short-size-select-table-size-link-container a img.male {
    top: 20px;
}

.short-size-select-table-size-link-container a:hover img {
    display: block;
    opacity: 1;
}

.block:hover .image {
    width: 140px;
    height: 146px;
}

.shirt-container {
    margin-top: 7px;
}

.shirt-container:last-child {
    margin-bottom: 20px;
}

.shirt-container > div {
    display: inline-block;
    width: 145px;
    height: 144px;
    margin-right: 14px;
    border: 2px solid transparent;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    transition: border-color 0.4s;
    overflow: hidden;
}

.shirt-container > div:last-child {
    margin-right: 0;
}

.shirt-container > div > div {
    text-align: center;
    margin-top: 50px;
    color: white;
    font-weight: 700;
    font-size: 27px;
    position: absolute;
    top: 0;
    width: 143px;
}

.shirt-container > div.not-available img {
    opacity: 0.5;
}

.shirt-container > div:not(.not-available):hover {
    border-color: red;
}

.shirt-container > div:not(.not-available):after {
    content: "Выбрать";
    height: 32px;
    position: absolute;
    width: 144px;
    background-color: red;
    text-align: center;
    color: white;
    text-transform: uppercase;
    padding-top: 8px;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.2s;
    left: 0;
    font-size: 17px;
}

.shirt-container > div:not(.not-available):hover:after {
    opacity: 1;
}

.shirt-container > div.not-available {
    background-color: rgba(0, 0, 0, 0.05);
    cursor: default;
}

.shirt-container > div.not-available:after {
    content: "нет в наличии";
    height: 35px;
    position: absolute;
    width: 144px;
    background-color: rgba(243, 243, 243, 0.5);
    text-align: center;
    color: black;
    text-transform: lowercase;
    padding-top: 8px;
    bottom: 0;
    left: 0;
}

.shirt-size-item img {
    width: 140px;
    height: 146px;
}

/* end short size select styles */
.footer-left {
    float: left;
}

.contacts {
    font-size: 16px;
    margin: 10px 0 0 0;
    color: #999;
}

.contacts span {
    display: block;
}

/* checkout plans */
.checkout-container .subscribe-plans > li {
    width: 220px;
    margin: 0 20px 0 0;
}

/*.checkout-container .subscribe-plans .pref,
.checkout-container .subscribe-plans .monthly,
.checkout-container .subscribe-plans .best-value {
    margin-top: 10px;
}*/

.checkout-container .subscribe-plans .popular .title {
    font-size: 18px;
}

.checkout-container .subscribe-plans .monthly .title {
    margin-top: 32px;
    font-weight: 700;
    padding-bottom: 0;
}

.checkout-container .subscribe-plans .monthly > ul {
    padding-top: 16px;
}

.checkout-container .subscribe-plans .monthly {
    margin-left: 0px;
    margin-right: 0px;
}

.checkout-container .subscribe-plans > li .title {
    padding: 16px 0 15px;
}

.checkout-container .subscribe-plans > li.popular > ul {
    padding: 28px 0 25px;
}

.checkout-container .subscribe-plans > li > ul {
    padding: 24px 0 25px;
}

.checkout-container .subscribe-plans > li.popular .lasting {
    font-size: 16px;
    padding: 0 0 6px;
}

.checkout-container .subscribe-plans > li .lasting {
    font-size: 14px;
    padding: 0 0 6px;
}

.checkout-container .subscribe-plans > li.popular .price {
    font-size: 28px;
}

.checkout-container .subscribe-plans > li .price {
    font-size: 26px;
}

.checkout-container .subscribe-plans > li > ul > li:nth-child(2) {
    padding-left: 4px;
}

.checkout-container .subscribe-plans > li .in-month {
    font-size: 14px;
}

.checkout-container .subscribe-plans > li.popular .price-once {
    font-size: 16px;
    padding: 0 0 8px;
    margin: 0;
}

.checkout-container .subscribe-plans > li .price-once {
    font-size: 14px;
    padding: 0 0 8px;
    margin: 0;
}

.checkout-container .subscribe-plans > li .price-once .rub-red {
    vertical-align: text-top;
}

.checkout-container .subscribe-plans > li.popular .price-once .red {
    font-size: 18px;
}

.checkout-container .subscribe-plans > li .price-once .red {
    font-size: 16px;
}

.checkout-container .subscribe-plans > li.popular .economy {
    font-size: 14px;
    position: relative;
    top: 12px;
}

.checkout-container .subscribe-plans > li .economy {
    font-size: 13px;
    position: relative;
    top: 12px;
}

.general-list input[type="text"] {
    padding: 5px;
}

.not-found-city,
.general-list li.u-cities,
.general-list .city-not-found-noty,
.general-list .u-cities-nf,
.general-list .city-enter-noty {
    display: none;
}

.button.sold-button {
    cursor: default;
    background-color: #D0D0D0;
}

.button.sold-button:hover {
    background-color: #D0D0D0;
}

.bonus-container {
    width: 317px;
    background-color: #F3F3F3;
    position: absolute;
    min-height: 100%;
}

.bonus-page > div,
.my-bonus > div,
.partner-link-container > div {
    display: inline-block;
    vertical-align: top;
}

.partner-link-container > div:first-child {
    font-size: 15px;
    padding-left: 8px;
    padding-top: 5px;
    letter-spacing: 0.3px;
    float: left;
}

.my-bonus {
    height: 63px;
    line-height: 63px;
    background-color: #E6E6E6;
    text-transform: uppercase;
}

.my-bonus > div:first-child {
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
}

.my-bonus .total-bonus {
    float: right;
    background-color: #CFCFCF;
    width: 117px;
    text-align: center;
    padding-right: 2px;
    font-weight: 400;
    font-size: 24px;
}

.my-bonus .total-bonus:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31.5px 0 31.5px 10px;
    border-color: transparent transparent transparent #E6E6E6;
    float: left;
}

.bonus-list > li {
    padding: 22px;
    font-size: 14px;
    border-bottom: 1px solid #C4C4C4;
}

.bonus-list > li > div {
    display: inline-block;
}

.bonus-list > li > div:first-child {
    min-width: 190px;
}

.case-name {
    margin-left: 6px;
    font-weight: 700;
    text-transform: uppercase;
}

.bonus-item-value {
    float: right;
    font-size: 18px;
    margin-right: 6px;
}

.bonus-item-value.minus {
    color: red;
}

.partners-description {
    padding: 28px 23px;
    margin-left: 317px;
}

.cases-bonus > div {
    display: inline-block;
    margin-right: 15px;
}

.cases-bonus > div:last-child {
    margin-right: 0px;
}

.cases-bonus .bonus-price-container {
    width: 140px;
    height: 56px;
    color: white;
    text-align: center;
    margin-top: -12px;
    background-color: #D0D0D0;
    cursor: default;
}

.cases-bonus .bonus-price {
    font-size: 24px;
    padding-top: 8px;
}

.cases-bonus .bonus-price-container > div:last-child {
    font-size: 14px;
    margin-top: -4px;
}

.cases-bonus .bonus-price-container.allowed {
    background-color: #C91400;
    cursor: pointer;
}

.partner-link-container,
.change-partner-code-container {
    background-color: #F3F3F3;
    border-radius: 5px;
    margin-top: 42px;
    font-size: 16px;
    padding: 12px;
    width: 620px;
}

.change-partner-code-container {
    margin-top: 35px;
}

.partner-link-container .partner-link {
    height: 75px;
    background-color: white;
    width: 407px;
    padding: 10px;
    float: right;
    text-transform: lowercase;
}

.accountPage {
    padding: 20px;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 12px;
    border: none;
    background-color: #f3f3f3;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 12px;
    background-color: #f3f3f3;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #c91400;
    margin-top: -2px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #c91400;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 5px;

    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;

    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #c91400;
}

input[type=range]:focus::-ms-fill-lower {
    background: #888;
}

input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

.partner-percent {
    margin-top: 40px;
    font-size: 16px;
}

.partner-percent > div:first-child {
    letter-spacing: 0.3px;
    margin-bottom: 12px;
}

.distribution-percent {
    margin-top: 10px;
}

.distribution-percent > div {
    font-size: 14px
}

.distribution-percent > div:first-child {
    float: left;
}

.distribution-percent > div:last-child {
    float: right;
}

#promo-code-message {
    text-transform: uppercase;
    font-size: 18px;
    color: red;
    font-weight: 300;
    padding-top: 25px;
    padding-left: 0;
    text-align: left;
}

#promo-code-message.found {
    color: green;
}

.change-partner-code-container .button {
    height: 40px;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    width: 142px;
}

.change-partner-code-container #code {
    background-color: white;
    height: 40px;
    margin-bottom: 0;
    border: none;
    text-align: center;
    text-transform: uppercase;
}

.change-partner-code-container td:first-child {
    font-size: 15px;
    vertical-align: middle;
    letter-spacing: 0;
    padding-left: 8px;
}

.change-partner-code-container td:nth-child(2) {
    padding-right: 15px;
    padding-left: 16px;
    min-width: 288px;
}

.change-partner-code-container .hint {
    font-size: 12px;
    letter-spacing: 0.2px;
    padding: 2px 0 0 0;
    text-align: center;
}

.tabs {
    min-width: 780px;
}

.tabs > .tab {
    display: inline-block;
    width: 16.6%;
    text-align: center;
    height: 48px;
    line-height: 50px;
    color: white;
    cursor: pointer;
    min-width: 125px;
    position: relative;
    text-transform: uppercase;
}

.tabs > .tab.active:after {
    content: ' ';
    height: 0;
    border-style: solid;
    border-width: 10px 15px 0 15px;
    border-color: #007bff transparent transparent transparent;
    bottom: -10px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 3px;
}

.tabs > .tab:first-child {
    color: black;
}

.tabs > .tab.full {
    width: 100%;
    cursor: default;
    color: white;
}

.tb-common {
    background-color: #dbdbdb;
}

.tabs > .tab.tb-common.active:after {
    border-color: #dbdbdb transparent transparent transparent;
}

.tb-uncommon,
.tb-green {
    background-color: #45c60c;
}

.tabs > .tab.tb-uncommon.active:after,
.tabs > .tab.tb-green.active:after {
    border-color: #45c60c transparent transparent transparent;
}

.tb-rare,
.tb-blue {
    background-color: #0380ff;
}

.tabs > .tab.tb-rare.active:after,
.tabs > .tab.tb-blue.active:after {
    border-color: #0380ff transparent transparent transparent;
}

.tb-epic,
.tb-purple {
    background-color: #bc0ab2;
}

.tabs > .tab.tb-epic.active:after,
.tabs > .tab.tb-purple.active:after {
    border-color: #bc0ab2 transparent transparent transparent;
}

.tb-legendary,
.tb-orange {
    background-color: #ee7408;
}

.tabs > .tab.tb-legendary.active:after,
.tabs > .tab.tb-orange.active:after {
    border-color: #ee7408 transparent transparent transparent;
}

.tb-mythical {
    background-color: #ff0303;
}

.tabs > .tab.tb-mythical.active:after {
    border-color: #ff0303 transparent transparent transparent;
}

.my-collection-items {
    min-height: 241px;
    background-color: #f3f3f3;
    width: 99.6%;
    min-width: 777px;
    padding: 27px 20px;
}

.good {
    display: inline-block;
    background-color: white;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 177px;
    height: 177px;
    background-position: center center;
    background-size: 90%;
    background-repeat: no-repeat;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}

.good > img {
    width: 171px;
}

.qiwi-payment-page .container,
.code-activation .container {
    color: black;
    padding-top: 115px;
}

.qiwi-payment-page .title,
.code-activation .title {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 27px;
}

.qiwi-payment-page .container,
.code-activation .container .general {
    width: 300px;
    margin: 0 auto;
}

.qiwi-payment-page .container {
    text-align: center;
}

.code-activation .tabs {
    margin-top: 20px;
}

.code-activation .my-collection-items {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.activated-goods {
    text-align: center;
    margin-top: -90px;
}

.activated-goods .button {
    width: 164px;
    font-size: 13px;
    font-weight: 300;
    height: 40px;
    padding: 6px;
    letter-spacing: 1.4px;
}

.enter-code-field,
.enter-qiwi-phone-field {
    margin: 20px 0;
    text-align: left;
}

.enter-code-field label,
.enter-qiwi-phone-field label {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.enter-code-field input,
.enter-qiwi-phone-field input {
    padding: 6px 0 4px 8px;
    font-size: 13px;
}

#form-code-send {
    text-align: center;
}

#form-code-send .button {
    width: 165px;
    height: 41px;
    margin-top: 4px;
    font-size: 14px;
    padding-top: 7px;
}

.auth-require {
    font-size: 18px;
    text-align: center;
    margin: -3px -90px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 400;
}

.code-activation #login-form {
    text-align: center;
    width: 316px;
    margin: 0 auto;
}

.code-activation #login-form label {
    text-align: left;
    font-size: 14px;
    margin-bottom: 3px;
}

.code-activation #login-form input[type="text"],
.code-activation #login-form input[type="email"],
.code-activation #login-form input[type="password"] {
    margin-bottom: 15px;
    padding: 6px 0 4px 8px;
    font-size: 13px;
}

.code-activation #login-form input[type="submit"] {
    width: 166px;
    height: 40px;
    font-size: 14px;
    padding-top: 6px;
    font-weight: 200;
    letter-spacing: 1px;
}

.item-description-modal .bbm-modal {
    width: 865px;
    min-height: 528px;
}

.item-description-modal .bbm-modal__section {
    padding: 20px;
}

.item-description-modal .item-card .preview {
    height: 450px;
    width: 460px;
}

.item-description-modal .figure-open .price {
    border-bottom: 1px solid #B5B5B5;
    border-top: 1px solid #B5B5B5;
    padding: 20px 0;
    margin: 20px 0 17px;
    width: 93%;
}

.item-description-modal .item-card .about {
    overflow: hidden;
    padding: 4px 5px 0 19px;
}

.close-modal {
    background: url('/img/popup-sprite.png') 0 0 no-repeat;
    position: absolute;
    top: 0;
    left: 875px;
    cursor: pointer;
    width: 33px;
    height: 33px;
}

.prev-item-modal {
    width: 100px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: -105px;
    margin-top: -75px;
    cursor: pointer;
}

.prev-item-modal .sprite {
    background: url('/img/popup-sprite.png') -53px 0 no-repeat;
    width: 19px;
    height: 33px;
    margin-top: -16px;
    float: right;
    position: relative;
    top: 50%;
    right: 11px;
}

.next-item-modal {
    width: 100px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 870px;
    margin-top: -75px;
    cursor: pointer;
}

.next-item-modal .sprite {
    background: url('/img/popup-sprite.png') -34px 0 no-repeat;
    width: 19px;
    height: 33px;
    margin-top: -16px;
    float: left;
    position: relative;
    top: 50%;
    left: 11px;
}

.item-description-modal .item-card {
    /*min-height: 600px;*/
}

.items-count {
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    font-weight: 400;
    display: none;
}

.items-count span {
    position: absolute;
    right: 6px;
    top: 3px;
    font-size: 15px;
    font-weight: 700;
}

.items-count:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 52px 52px 0;
    border-color: transparent #dbdbdb transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
}

.good.uncommon .items-count:before {
    border-color: transparent #45c60c transparent transparent;
}

.good.rare .items-count:before {
    border-color: transparent #0380ff transparent transparent;
}

.good.epic .items-count:before {
    border-color: transparent #bc0ab2 transparent transparent;
}

.good.legendary .items-count:before {
    border-color: transparent #ee7408 transparent transparent;
}

.good.mythical .items-count:before {
    border-color: transparent #ff0303 transparent transparent;
}

.good.uncommon .items-count:before {
    border-color: transparent #45c60c transparent transparent;
}

.buttons-container {
    margin-top: 20px;
}

.special-type-container {
    margin-bottom: 10px;
}

.special-type {
    background-color: black;
    border-radius: 5px;
    color: #ffbb00;
    width: 124px;
    padding: 1px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.special-type:hover .tooltip {
    display: block;
}

.hand-made {
    background-color: #ffbb00;
    color: black;
}

.tooltip {
    display: none;
    position: absolute;
    top: -140px;
    background-color: #282828;
    color: white;
    padding: 10px;
    width: 271px;
    height: 115px;
    text-align: left;
    text-transform: none;
    font-size: 13px;
    font-weight: 100;
    z-index: 3;
}

.tooltip:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 15px 0 15px;
    border-color: #282828 transparent transparent transparent;
    bottom: -12px;
}

.tooltip-bottom-center-arrow:after {
    left: 50%;
    margin-left: -7px;
}

.tooltip-bottom-left-arrow:after {
    left: 0;
    margin-left: 35px;
}

.tooltip-bottom-right-arrow:after {
    right: 0;
    margin-right: 35px;
}

.theme-type-select-text,
.theme-types,
.theme-type {
    display: inline-block;
}

.theme-type-container {
    width: 1180px;
    margin: 14px auto 31px;
}

.theme-type-container-header {
    display: inline-block;
}

.theme-type {
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    border: 2px solid #7b7b7b;
    color: #7b7b7b;
    padding: 8px 17px 7px 14px;
    font-size: 25px;
    margin-right: 14px;
    font-weight: 700;
    cursor: pointer;
}

.theme-type:last-child {
    margin-right: 0px;
}

.theme-type.active,
.theme-type:hover {
    border-color: #c91400;
    color: #c91400;
}

.theme-type-icon {
    width: 40px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.game-case {
    background: url("../img/type-case-icon-sprite.png") 0 -39px;
}

.theme-type.active .game-case,
.theme-type:hover .game-case {
    background: url("../img/type-case-icon-sprite.png") 0 -1px;
}

.geek-case {
    width: 41px;
    background: url("../img/type-case-icon-sprite.png") -40px -40px;
}

.theme-type.active .geek-case,
.theme-type:hover .geek-case {
    background: url("../img/type-case-icon-sprite.png") -40px -2px;
}

.fan-case {
    width: 33px;
    background: url("../img/type-case-icon-sprite.png") -81px -40px;
}

.theme-type.active .fan-case,
.theme-type:hover .fan-case {
    background: url("../img/type-case-icon-sprite.png") -81px -2px;
}

.theme-type-select-text {
    font-size: 14px;
    font-weight: 400;
    vertical-align: text-bottom;
}

.theme-types {
    margin-left: 21px;
    margin-top: 4px;
}

/* new header */
.box-slider-container {
    background-color: #218f39;
    width: 100%;
    height: 538px;
    padding: 21px 0px;
    transition: background-color 1s, opacity 0.3s;
    opacity: 1;
}

.box-slider-item-container {
    width: 1180px;
    margin: 0 auto;
}

.box-slider-item-box-image {
    display: inline-block;
    float: left;
    position: relative;
}

.case-box-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    width: 350px;
    height: 540px;
    opacity: 0;
    transition: opacity 1s;
    position: absolute;
    top: 0;
    left: 0;
}

.case-box-image:first-child {
    opacity: 1;
}

.green-case-box-image {
    background-image: url('../img/green-case-hd.png');
}

.blue-case-box-image {
    background-image: url('../img/blue-case-hd.png');
}

.purple-case-box-image {
    background-image: url('../img/purple-case-hd.png');
}

.orange-case-box-image {
    background-image: url('../img/orange-case-hd.png');
}

.box-slider-item-description {
    margin-left: 447px;
    padding-top: 23px;
    width: 709px;
}

.fan-slider {
    background-color: white;
    display: none;
    position: relative;
    opacity: 0;
    transition: opacity 0.3s;
}

.fan-slider .owl-controls {
    display: none;
}

.fan-slider .fan-slider-description .buttons .button{
    position: static;
}

.fan-box-slider-container {
    width: 1186px;
    background-repeat: no-repeat;
    background-color: white;
    padding: 0;
    margin-top: 19px;
    margin-bottom: 19px;
    height: 500px;
    background-size: cover;
}

.fan-slider-description {
    float: right;
    width: 700px;
    padding-top: 194px;
}

.fan-slider .theme-fan-case-description-text {
    font-size: 23px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    line-height: 29px;
    width: 645px;
    margin-left: 29px;
}

.theme-fan-description-case-items {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    width: 359px;
    margin-left: 175px;
}

.fan-slider-description .buttons {
    margin-top: 37px;
    text-align: center;
    padding-left: 11px;
}

.fan-slider-description .buttons .buy-fan-button {
    margin: 0;
}

.fan-box-slider-container .box-slider-item-description {
    margin-left: 472px;
}

.box-slider-item-description-cases-selector {
    border-bottom: 2px solid white;
    display: inline-block;
    width: 100%;
    padding-bottom: 9px;
}

.box-slider-item-description-cases-selector .box-slider-item-description-cases-type {
    display: inline-block;
    color: black;
    cursor: pointer;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 37px;
    letter-spacing: -1px;
    width: 25%;
    text-transform: uppercase;
    opacity: 0.4;
}

.box-slider-item-description-cases-selector .box-slider-item-description-cases-type:nth-child(2) {
    padding-left: 21px;
}

.box-slider-item-description-cases-selector .box-slider-item-description-cases-type:nth-child(3) {
    padding-left: 23px;
}

.box-slider-item-description-cases-selector .box-slider-item-description-cases-type:last-child {
    text-align: right;
}

.box-slider-item-description-cases-selector .box-slider-item-description-cases-type.active {
    color: white;
    opacity: 1;
}

.box-slider-item-description-items-preview-container {
    margin-top: 12px;
    font-size: 14px;
}

.box-slider-item-description-items-preview-container-items {
    margin-top: -9px;
    position: relative;
    min-height: 280px;
    overflow-y: hidden;
}

.box-slider-item-description-items-preview-container-item {
    width: 134px;
    height: 133px;
    background-color: white;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 5px;
    background-size: cover;
    position: absolute;
    transition: transform 0.5s, opacity 1s ease-out 0ms;
    opacity: 0;
}

.box-slider-item-description-footer {
    position: absolute;
    bottom: 34px;
    width: 707px;
}

.box-slider-item-description-footer-price-info {
    font-size: 16px;
    line-height: 23px;
    float: left;
    margin-left: -2px;
}

.box-slider-item-description-footer-price-info .white-rub {
    margin-left: 7px;
}

.box-slider-item-description-footer-price {
    font-size: 24px;
    font-weight: 700
}

.box-slider-item-description-footer-price-info p {
    padding: 5px 0 4px 0px;
}

.box-slider-item-description-footer-buttons {
    float: right;
}

.reload-button {
    display: inline-block;
    width: 72px;
    height: 71px;
    border: 2px solid white;
    cursor: pointer;
    position: relative;

    transition: border-color 0.5s, background-color 0.35s;
    transition-delay: 0.5s, 0.5s
}

.reload-button .reload-button-image {
    background: url('../img/reload-case.png') center no-repeat;
    width: 46px;
    height: 51px;
    transition: top 0.5s, left 0.5s, transform 0.35s;
    transform: rotate(0deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -23px;
    margin-top: -25px;
}

.reload-button:hover {
    background-color: rgba(0, 0, 0, 0.65);
}

@-webkit-keyframes rotating /* Safari and Chrome */
{
    from {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.reload-button.reload-active {
    border-color: transparent;
    background-color: transparent;
    cursor: default;
    transition-delay: 0s, 0s
}

.reload-button.reload-active .reload-button-image {
    background: url('../img/reload-case.png') center no-repeat;
    width: 72px;
    height: 71px;

    position: absolute;

    top: -165px;
    left: -15px;

    margin-top: -36px;
    margin-left: -36px;

    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.reload-button:hover .reload-button-image {
    transform: rotate(-180deg);
}

.buy-button {
    border: 2px solid white;
    width: 265px;
    height: 71px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 71px;
    letter-spacing: 0.4px;
    vertical-align: top;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    color: white;
}

.fan-box-slider-container .buy-button {
    background: transparent;
}

.buy-button:hover,
.buy-button:active {
    background: rgba(0, 0, 0, 0.65);
    color: white;
}

.box-slider-header {
    position: relative;
}

.slider-header {
    background-color: #d9d9d9;
}

.box-slider-header .theme-type-select-text {
    color: black;
}

.box-slider-header .theme-types {
    margin-top: 0;
}

.box-slider-header .theme-type {
    margin-right: -8px;
    border: none;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    color: #7b7b7b;
    background-color: #d9d9d9;
}

.box-slider-header .theme-type.active {
    color: #282828;
    background-color: white;
}

.box-slider-header .theme-type:hover {
    color: #282828;
}

.box-slider-header .theme-type.active .game-case,
.box-slider-header .theme-type:hover .game-case {
    background: url("../img/type-case-icon-sprite.png") 0 -77px;
}

.box-slider-header .theme-type.active .geek-case,
.box-slider-header .theme-type:hover .geek-case {
    background: url("../img/type-case-icon-sprite.png") -40px -78px;
}

.box-slider-header .theme-type.active .fan-case,
.box-slider-header .theme-type:hover .fan-case {
    background: url("../img/type-case-icon-sprite.png") -81px -78px;
}

.box-slider-item-description-items-preview-container-item.arrow-header {
    background-color: transparent;
    border: 2px solid white;
    cursor: pointer;
}

.box-slider-item-description-items-preview-container-item .items-count:before {
    border-color: transparent #9b9b9b transparent transparent;
}

.box-slider-item-description-items-preview-container-item.arrow-header:hover {
    border-color: black;
}

.box-slider-item-description-items-preview-container-item.arrow-header:after {
    content: '';
    background: url("../img/header-arrows-sprite.png");
    width: 37px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -9px;
    margin-left: -18px;
}

.box-slider-item-description-items-preview-container-item.down-arrow-header:after {
    background-position: -5px -5px;
}

.box-slider-item-description-items-preview-container-item.down-arrow-header:hover:after {
    background-position: -5px -33px;
}

.box-slider-item-description-items-preview-container-item.up-arrow-header:after {
    background-position: -53px -5px;
}

.box-slider-item-description-items-preview-container-item.up-arrow-header:hover:after {
    background-position: -53px -33px;
}

/* end new header */

ul.help-list {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}

.faq-container {
    margin-top: 30px;
    font-size: 18px;
    color: #333;
    width: 930px;
    font-family: proxima_nova_ltlight, sans-serif;
}

.faq-container .title {
    color: #323133;
    font-size: 31.5px;
    height: 42px;
    line-height: 42px;
    text-rendering: optimizeLegibility;
    margin: 10.5px 0;
}

.faq-container b {
    font-weight: 700;
}

.faq-item {
    margin: 10px 0;
}

.pay-methods {
    text-align: center;
}

.pay-methods p {
    text-align: justify;
}

.pay-methods img {
    margin: 20px 0;
    border: 1px solid black;
    max-width: 930px;
}

.pay-methods .lic .title {
    margin: 15px 0;
}

.buy-now {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    border-color: #fb6723;
    width: 265px;
    height: 71px;
    font-size: 21px;
    padding: 19px;
}

.choose-purchase-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 42px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 60px;
}

.choose-purchase-list {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 -15px;

}

.choose-purchase-item {
    display: flex;
    flex-flow: column;
    width: 25%;
    padding: 15px 15px 30px;
    overflow: hidden;
}

.choose-purchase-item_header {
    width: 100%;
    height: 250px;
    position: relative;
    border-radius: 15px 15px 0 0;
}

.choose-purchase-item_header img {
    width: 70%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10%);
}

.choose-purchase-item_body {
    min-height: 345px;
    padding: 60px 20px 20px;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 4px 4px rgba(0, 0, 0, 0.1);
    position: relative;

    font-size: 16px;
    line-height: 21px;
    color: #1F1F1F;
}

.choose-purchase-item_body .choose-purchase-item_price {
    font-size: 24px;
    line-height: 41px;
    color: #000000;
    text-align: right;
    margin-bottom: 12px;
}

.choose-purchase-item_body .choose-purchase-description {
    margin-bottom: 30px;
}

.choose-purchase-item_body .choose-purchase-count {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 12px;
}

.choose-purchase-item_body .choose-purchase-drop-chance {
    font-weight: 600;
    margin-bottom: 12px;
}

.choose-purchase-item_body a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    white-space: nowrap;
}

.authorization-modal .bbm-modal {
    width: 800px;
    padding: 60px 80px 100px;
}

.authorization-modal .modal-header {
    color: #000000;
    font-size: 18px;
    margin-bottom: 32px;
}

.modal-view-container {
    display: flex;
    flex-flow: row nowrap;
}

.authorization-modal .modal-body {
    flex-basis: 60%;
    padding: 28px 24px;
    border: 1px solid #C4C4C4;
}

.authorization-modal .button-sign-in {
    color: #784FEF;
}

.authorization-modal .form-group-button {
    margin-top: 30px;
}


.purchase-steps_list {
    display: flex;
    flex-flow: column;
    flex-basis: 40%;
    min-height: 100%;
    justify-content: space-between;
    padding: 8px 0 8px 60px;
}

.purchase-steps_item {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    color: #C4C4C4;
    font-size: 16px;
}

.purchase-steps_item:first-child span:first-child {
    background: #218F39;
}

.purchase-steps_divider {
    width: 1px;
    height: 100%;
    margin: 12px;
    background: #C4C4C4;
}

.purchase-steps_item span:first-child {
    width: 25px;
    height: 25px;
    background: #C4C4C4;
    border-radius: 50%;
    margin-right: 20px;

    color:  #fff;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    vertical-align: middle;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #5C5C5C;
}

.form-group input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #5C5C5C !important;
    background: #fff!important;
    background-clip: padding-box;
    border: 2px solid #C4C4C4;
}

.form-group .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.form-group-button {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.form-group-button button, .form-group-button input[type='submit'] {
    border: 0;
    background: transparent;
    color: #B5B5B5;
    font-size: 16px;
    font-weight: bold;
}

.row {
    display: flex;
    flex-direction: row;
}

.col:first-child {
    width: 160px;
    margin-right: 6px;
}

