@charset 'UTF-8';

@font-face {
    font-family: 'Proxima Nova';
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/ProximaNova-Extrabld.woff') format('woff'), url('../fonts/ProximaNova-Extrabld.woff2') format('woff2');
}

@font-face {
    font-family: 'Proxima Nova';
    font-weight: 800;
    font-style: italic;
    src: url('../fonts/ProximaNova-ExtrabldIt.woff') format('woff'), url('../fonts/ProximaNova-ExtrabldIt.woff2') format('woff2');
}

@font-face {
    font-family: 'Proxima Nova';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Proxima Nova';
    font-weight: 700;
    font-style: italic;
    src: url('../fonts/ProximaNova-BoldIt.woff') format('woff'), url('../fonts/ProximaNova-BoldIt.woff2') format('woff2');
}

@font-face {
    font-family: 'Proxima Nova';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.woff2') format('woff2');
}

@font-face {
    font-family: 'Proxima Nova';
    font-weight: 600;
    font-style: italic;
    src: url('../fonts/ProximaNova-SemiboldIt.woff') format('woff'), url('../fonts/ProximaNova-SemiboldIt.woff2') format('woff2');
}

@font-face {
    font-family: 'Proxima Nova';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Proxima Nova';
    font-weight: 400;
    font-style: italic;
    src: url('../fonts/ProximaNova-RegularIt.woff') format('woff'), url('../fonts/ProximaNova-RegularIt.woff2') format('woff2');
}

@font-face {
    font-family: 'Proxima Nova Condensed';
    font-weight: 700;
    font-style: normal;
    src: url('../fonts/ProximaNovaCond-Bold.woff') format('woff'), url('../fonts/ProximaNovaCond-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Proxima Nova Condensed';
    font-weight: 700;
    font-style: italic;
    src: url('../fonts/ProximaNovaCond-BoldIt.woff') format('woff'), url('../fonts/ProximaNovaCond-BoldIt.woff2') format('woff2');
}

@font-face {
    font-family: 'Proxima Nova Condensed';
    font-weight: 600;
    font-style: normal;
    src: url('../fonts/ProximaNovaCond-Semibold.woff') format('woff'), url('../fonts/ProximaNovaCond-Semibold.woff2') format('woff2');
}

@font-face {
    font-family: 'Proxima Nova Condensed';
    font-weight: 600;
    font-style: italic;
    src: url('../fonts/ProximaNovaCond-SemiboldIt.woff') format('woff'), url('../fonts/ProximaNovaCond-SemiboldIt.woff2') format('woff2');
}

@font-face {
    font-family: 'Proxima Nova Condensed';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/ProximaNovaCondensedRegular.woff') format('woff'), url('../fonts/ProximaNovaCondensedRegular.woff2') format('woff2');
}

@font-face {
    font-family: 'Proxima Nova Condensed';
    font-weight: 400;
    font-style: italic;
    src: url('../fonts/ProximaNovaCondensedRegularItalic.woff') format('woff'), url('../fonts/ProximaNovaCondensedRegularItalic.woff2') format('woff2');
}

/**
* Normalize
*/

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    text-decoration-skip-ink: none;
}

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

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

body {
    font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    color: #000000;
    background-color: #edf1f2;
}

[tabindex='-1']:focus {
    outline: none !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: 0;
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
    color: #2d80b9;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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

a:not([href]):not([tabindex]) {
    text-decoration: none;
    color: inherit;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    text-decoration: none;
    color: inherit;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

a:focus {
    outline: none;
}

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

pre {
    overflow: auto;
    margin-top: 0;
    margin-bottom: 1rem;
}

figure {
    margin: 0 0 1rem;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

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

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    caption-side: bottom;
    text-align: left;
    color: #868e96;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button:focus {
    outline: none;
}

input,
button,
select,
optgroup,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
}

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

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

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    font-size: 1.5rem;
    line-height: inherit;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5rem;
    padding: 0;
    white-space: normal;
    color: inherit;
}

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/**
* Общие
*/

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.wrapper {
    overflow: hidden;
}

.more-link {
    font-size: 14px;
    font-weight: 600;
    color: #2d80b9;
}

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

.slider-test .slick-slide {
    font-size: 70px;
    line-height: 100px;
    height: 100px;
    margin: 10px;
    text-align: center;
    border: 1px solid #000000;
    background-color: #ffffff;
}

/**
* Шапка
*/

.header {
    padding: 15px 0;
}

.header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/**
* Подвал
*/

.aside__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 34px;
}

.aside__widget {
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.widget__head {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    color: #383838;
}

.widget-menu {
    margin: 0;
    padding: 0 20px 0 0;
    list-style: none;
}

.widget-menu_main {
    width: 180px;
}

.widget-menu_add {
    width: 230px;
}

.widget-menu__item {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.widget-menu__link {
    color: #898989;
}

.widget-info {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    width: 450px;
    margin-bottom: 50px;
    padding-right: 40px;
    color: #898989;
}

.widget-info p:last-child {
    margin-bottom: 0;
}

.widget-contact__item {
    margin-bottom: 20px;
}

.widget-contact__label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #383838;
}

.widget-contact__email {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    padding-left: 26px;
    vertical-align: bottom;
    color: #898989;
    background: url(../img/ico-contact-email.png) 0 center no-repeat;
}

.social__btn {
    margin-right: 10px;
}

.social__btn:hover {
    opacity: 0.8;
}

.footer {
    text-align: center;
    background-color: #282828;
}

.footer__inner {
    position: relative;
    padding: 50px 34px;
}

.footer__logo {
    margin-bottom: 30px;
}

.footer__copywrite {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    color: #edf1f2;
}

.footer__note {
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    color: #c5c5c5;
}

.footer__stat {
    position: absolute;
    right: 0;
    bottom: 15px;
}

.w-setting {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    border-top: 3px solid #e2004b;
    background-color: #363636;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.w-setting__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #9c9e9f;
}

.w-setting__item:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.w-setting__label {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-right: 5px;
    color: #c5c5c5;
}

.w-setting__link {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    display: none;
    text-decoration: none;
    color: #c5c5c5;
}

.w-setting__link_active {
    display: block;
}

.w-setting__link_currency {
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 18px auto;
}

.w-setting__link_rub {
    background-image: url(../img/svg/lang/ru.svg);
}

.w-setting__link_uah {
    background-image: url(../img/svg/lang/ua.svg);
}

.w-setting__link_kzt {
    background-image: url(../img/svg/lang/kz.svg);
}

.w-setting__link_usd {
    background-image: url(../img/svg/lang/us.svg);
}

.w-setting__link_eur {
    background-image: url(../img/svg/lang/eu.svg);
}

.w-setting__link:hover {
    text-decoration: none;
    color: #ffffff;
}

.form-setting__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.form-setting__group {
    margin-bottom: 25px;
    padding: 0 6px;
}

.form-setting__label {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    display: block;
    margin: 0 0 5px 0;
    color: #808080;
}

.form-setting__submit {
    text-align: center;
}

.form-setting__btn {
    font-size: 12px;
    font-weight: 700;
    width: 136px;
    height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    background-color: #4dae51;
}

.form-setting__btn:hover {
    color: #ffffff;
    background-color: #56c05a;
}

/**
* Навигация
*/

.top-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-menu__item {
    margin-right: 30px;
}

.top-menu__item:last-child {
    margin-right: 0;
}

.top-menu__link {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    position: relative;
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    color: #727272;
}

.top-menu__link:before,
.top-menu__link:after {
    position: absolute;
    bottom: 0;
    display: block;
    height: 3px;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.top-menu__link:before {
    right: 0;
    left: 0;
    display: none;
    background-color: #b2b2b2;
}

.top-menu__link:after {
    right: 100%;
    left: 0;
    background-color: #e2004b;
}

.top-menu__link:hover {
    color: #51555a;
}

.top-menu__link:hover:before {
    left: 100%;
}

.top-menu__link:hover:after {
    right: 0;
}

.top-menu__link_current:before {
    display: block;
}

.user-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.user-menu__item {
    margin-right: 7px;
}

.user-menu__item:last-child {
    margin-right: 0;
}

.user-menu__link {
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
    display: block;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #cccccc;
}

.user-menu__link:hover {
    color: #ffffff;
}

.user-menu__link_support {
    background-color: #0fc9f2;
}

.user-menu__link_support:hover {
    background-color: #00d1ff;
}

.user-menu__link_buy {
    background-color: #e2004b;
}

.user-menu__link_buy:hover {
    background-color: #ff0055;
}

.bar {
    background-color: #3a3f45;
}

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

.bar__nav {
    margin-right: 40px;
}

.bar__cart {
    margin-left: auto;
}

.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu__item {
    margin-right: 30px;
}

.menu__item:last-child {
    margin-right: 0;
}

.menu__item_parent {
    position: relative;
}

.menu__item_parent:before {
    position: absolute;
    right: -1px;
    bottom: 0;
    display: block;
    visibility: hidden;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 6px solid transparent;
}

.menu__item_parent:hover:before {
    visibility: visible;
    opacity: 1;
}

.menu__link {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    position: relative;
    display: block;
    padding: 15px 0;
    text-transform: uppercase;
    color: #edf1f2;
}

.menu__item_parent .menu__link {
    position: relative;
    padding-right: 12px;
}

.menu__link:hover {
    color: #ffffff;
}

.menu__link_dist {
    color: #fa9a00;
}

.menu__link_dist:hover {
    color: #faab00;
}

.menu__toggle {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    padding: 0;
    border: none;
    background: url(../img/svg/ico-down-button.svg) right center no-repeat;
    background-size: 8px auto;
}

.sub-menu {
    position: absolute;
    z-index: 500;
    top: 100%;
    left: -10px;
    visibility: hidden;
    width: 240px;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.menu__item_parent:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.sub-menu__item {
    padding: 4px 6px;
}

.sub-menu__item_separator {
    border-bottom: 1px solid #edf1f2;
}

.sub-menu__link {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    display: block;
    padding: 0 8px;
    color: #4c4c4c;
}

.sub-menu__link:hover,
.sub-menu__item_parent:hover .sub-menu__link {
    color: #4c4c4c;
    background-color: #e5e5e5;
}

.sub-menu__item_parent .sub-menu__link {
    position: relative;
}

.sub-menu__item_parent .sub-menu__link:before {
    position: absolute;
    top: 9px;
    right: 8px;
    display: block;
    width: 8px;
    height: 10px;
    content: '';
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.4;
    background: url(../img/svg/Arrow_right.svg) center center no-repeat;
    background-size: 8px auto;
}

.sub-menu__item_parent .sub-menu__link:hover:before {
    opacity: 1;
}

.sub-menu__item_parent:hover .sub-menu__link:before {
    opacity: 1;
}

.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    visibility: hidden;
    width: 719px;
    padding: 35px 50px;
    opacity: 0;
    background-color: #f2f2ce;
    -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.15);
}

.dropdown-menu_all {
    background-color: #f2dfce;
}

.sub-menu__item_parent:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.dropdown-menu__head {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 22px;
    text-transform: uppercase;
    color: #4c4c4c;
}

.dropdown-menu__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -7px;
    margin-left: -7px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dropdown-menu__unit {
    width: 33.333333%;
    margin-bottom: 12px;
    padding: 0 7px;
}

.dropdown-menu__foot {
    padding-top: 5px;
}

.dropdown-menu__btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    display: block;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #4c4c4c;
    border: 1px solid #8e8e80;
    background-color: #e4e4c2;
}

.dropdown-menu_all .dropdown-menu__btn {
    background-color: #e4d2c2;
}

.dropdown-menu__btn:hover {
    color: #4c4c4c;
    background-color: transparent;
}

.system-item__link {
    display: block;
    height: 150px;
    text-align: center;
    color: #ffffff;
    background: #cccccc;
}

.system-item_windows .system-item__link {
    background: -webkit-gradient(linear, left top, left bottom, from(#62cdfe), to(#05adf9));
    background: linear-gradient(to bottom, #62cdfe 0%, #05adf9 100%);
}

.system-item_mac .system-item__link {
    background: -webkit-gradient(linear, left top, left bottom, from(#616b77), to(#3a3f45));
    background: linear-gradient(to bottom, #616b77 0%, #3a3f45 100%);
}

.system-item_linux .system-item__link {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb852), to(#ff9803));
    background: linear-gradient(to bottom, #ffb852 0%, #ff9803 100%);
}

.system-item__ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 116px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.system-item__ico img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.system-item__link:hover .system-item__ico img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.system-item__title {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    display: block;
    color: #f5f5f6;
}

.nav-toggle {
    display: none;
}

/**
* Кнопки
*/

/**
* Формы
*/

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #f6f6f6;
}

.form-control:focus {
    border-color: #d2d2d2;
}

/**
* Баннеры
*/

.banner {
    position: relative;
    text-align: center;
    background-color: #17111e;
}

.banner__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
    padding: 0;
    border: none;
    background: url(../img/svg/ico-close.svg) 0 0 no-repeat;
    background-size: 14px 14px;
}

.banner__close:hover {
    opacity: 0.8;
}

/**
* Поиск
*/

.search {
    position: relative;
}

.search__form {
    position: relative;
    width: 450px;
}

.search__control {
    font-size: 12px;
    font-weight: 700;
    display: block;
    width: 100%;
    height: 36px;
    padding: 1px 36px 0 12px;
    text-transform: uppercase;
    color: #babcc0;
    border: none;
    background-color: #51555a;
}

.search__control::-webkit-input-placeholder {
    opacity: 1;
    color: #a9abaf;
}

.search__control::-moz-placeholder {
    opacity: 1;
    color: #a9abaf;
}

.search__control:-ms-input-placeholder {
    opacity: 1;
    color: #a9abaf;
}

.search__control::-ms-input-placeholder {
    opacity: 1;
    color: #a9abaf;
}

.search__control::-webkit-input-placeholder {
    opacity: 1;
    color: #a9abaf;
}

.search__control::-moz-placeholder {
    opacity: 1;
    color: #a9abaf;
}

.search__control:-ms-input-placeholder {
    opacity: 1;
    color: #a9abaf;
}

.search__control::placeholder {
    opacity: 1;
    color: #a9abaf;
}

.search__btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 36px;
    height: 36px;
    opacity: 0.5;
    border: none;
    background: url(../img/svg/Search.svg) center center no-repeat;
    background-size: 18px 18px;
}

.search__btn:hover {
    opacity: 0.8;
}

.search__close {
    position: absolute;
    top: 11px;
    right: 38px;
    display: none;
    width: 14px;
    height: 14px;
    padding: 0;
    opacity: 0.5;
    border: none;
    background: url(../img/svg/ico-close.svg) 0 0 no-repeat;
    background-size: 14px 14px;
}

.search__close:hover {
    opacity: 0.8;
}

.search_active .search__close {
    display: block;
}

.search__dropdown {
    position: absolute;
    z-index: 500;
    top: 100%;
    left: -12px;
    display: none;
    width: 610px;
    margin-top: 8px;
    padding: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 7.5px 2.5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7.5px 2.5px rgba(0, 0, 0, 0.2);
}

.search__dropdown:before {
    position: absolute;
    top: -8px;
    left: 30px;
    display: block;
    content: '';
    border-right: 6px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 6px solid transparent;
}

.search_active .search__dropdown {
    display: block;
}

.search__result-false {
    margin-bottom: 20px;
}

.search__false-head {
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    max-width: 320px;
    margin: 0 auto 15px auto;
    padding: 70px 0 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: #808080;
    border-bottom: 1px solid #edf1f2;
    background: url(../img/svg/Search-Gray.svg) center 20px no-repeat;
    background-size: 36px auto;
}

.search__false-body {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 18px;
    text-align: center;
    color: #808080;
}

.search__false-btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 38px;
    display: block;
    width: 284px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    color: #808080;
    border: 1px solid #d1d1d1;
    background-color: #f0f0f0;
}

.search__false-btn:hover {
    color: #808080;
    background-color: transparent;
}

.search__result-true {
    display: none;
}

.search__true-foot {
    padding-top: 5px;
}

.search__true-btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 38px;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #808080;
    border: 1px solid #d1d1d1;
    background-color: #f0f0f0;
}

.search__true-btn:hover {
    color: #808080;
    background-color: transparent;
}

.search-result {
    margin-top: -5px;
}

.search-result__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    padding: 5px 10px;
    border-bottom: 1px solid #edf1f2;
}

.search-result__link:hover {
    background-color: #edf1f2;
}

.search-result__img {
    margin-right: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 115px;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
}

.search-result__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-flex: 1;
    -ms-flex-align: center;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.search-result__main {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.search-result__title {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    color: #404040;
}

.search-result__title-link {
    color: #404040;
}

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

.search-result__category {
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    line-height: 14px;
    margin-left: 6px;
    padding-left: 6px;
    color: #808080;
    border-left: 1px solid #edf1f2;
}

.search-result__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 96px;
    -ms-flex: 0 0 96px;
    flex: 0 0 96px;
    -ms-flex-align: center;
}

.search-result__discount {
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background-color: #cccccc;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}

.search-result__discount_green {
    background-color: #4dae51;
}

.search-result__discount_orange {
    background-color: #ff9700;
}

.search-result__discount_red {
    background-color: #f34336;
}

.search-result__cost {
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    padding-left: 7px;
    color: #6b6b6b;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.search-catalog {
    margin: 40px 0;
}

.search-catalog__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
    padding: 0 12px;
    color: #828383;
}

.search-catalog__form {
    position: relative;
}

.search-catalog__control {
    font-size: 11px;
    font-weight: 600;
    display: block;
    width: 100%;
    height: 40px;
    padding: 1px 36px 0 12px;
    text-transform: uppercase;
    color: #babcc0;
    border: 1px solid #cecece;
    background-color: #ffffff;
}

.search-catalog__control::-webkit-input-placeholder {
    opacity: 1;
    color: #a9abaf;
}

.search-catalog__control::-moz-placeholder {
    opacity: 1;
    color: #a9abaf;
}

.search-catalog__control:-ms-input-placeholder {
    opacity: 1;
    color: #a9abaf;
}

.search-catalog__control::-ms-input-placeholder {
    opacity: 1;
    color: #a9abaf;
}

.search-catalog__control::-webkit-input-placeholder {
    opacity: 1;
    color: #a9abaf;
}

.search-catalog__control::-moz-placeholder {
    opacity: 1;
    color: #a9abaf;
}

.search-catalog__control:-ms-input-placeholder {
    opacity: 1;
    color: #a9abaf;
}

.search-catalog__control::placeholder {
    opacity: 1;
    color: #a9abaf;
}

.search-catalog__btn {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    opacity: 0.35;
    border: none;
    background: url(../img/svg/Search-Black.svg) center center no-repeat;
    background-size: 18px 18px;
}

.search-catalog__btn:hover {
    opacity: 0.6;
}

.search-catalog__reset {
    position: absolute;
    top: 50%;
    right: 38px;
    display: none;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    padding: 0;
    opacity: 0.35;
    border: none;
    background: url(../img/svg/ico-close-black.svg) 0 0 no-repeat;
    background-size: 14px 14px;
}

.search-catalog__reset:hover {
    opacity: 0.6;
}

.search_active .search-catalog__reset {
    display: block;
}

/**
* Корзина
*/

.cart-widget {
    position: relative;
}

.cart-widget:hover:before {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: -50px;
    display: block;
    height: 16px;
    content: '';
}

.cart-widget__head {
    padding: 8px 0 8px 28px;
    cursor: pointer;
    background: url(../img/svg/Recycled.svg) 0 center no-repeat;
    background-size: 20px auto;
}

.cart-widget__num {
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    width: 20px;
    height: 20px;
    padding-top: 1px;
    text-align: center;
    color: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #4dae51;
}

.cart-widget_empty .cart-widget__num {
    color: #3a3f45;
    background-color: #a9abaf;
}

.cart-widget__dropdown {
    position: absolute;
    z-index: 500;
    top: 100%;
    right: -10px;
    display: none;
    width: 490px;
    margin-top: 8px;
    padding: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 7.5px 2.5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7.5px 2.5px rgba(0, 0, 0, 0.2);
}

.cart-widget__dropdown:before {
    position: absolute;
    top: -8px;
    right: 27px;
    display: block;
    content: '';
    border-right: 6px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 6px solid transparent;
}

.cart-widget:hover .cart-widget__dropdown {
    display: block;
}

.cart-widget__result-false {
    display: none;
    margin-bottom: 20px;
}

.cart-widget_empty .cart-widget__result-false {
    display: block;
}

.cart-widget__false-head {
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    max-width: 320px;
    margin: 0 auto 15px auto;
    padding: 70px 0 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: #808080;
    border-bottom: 1px solid #edf1f2;
    background: url(../img/svg/Recycled-Gray.svg) center 20px no-repeat;
    background-size: 36px auto;
}

.cart-widget__false-body {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 18px;
    text-align: center;
    color: #808080;
}

.cart-widget__false-btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 38px;
    display: block;
    width: 284px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    color: #808080;
    border: 1px solid #d1d1d1;
    background-color: #f0f0f0;
}

.cart-widget__false-btn:hover {
    color: #808080;
    background-color: transparent;
}

.cart-widget_empty .cart-widget__result-true {
    display: none;
}

.cart-widget__checkout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 5px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.cart-widget__total {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    width: 50%;
    padding: 0 10px 0 20px;
    color: #808080;
}

.cart-widget__sum {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: #6b6b6b;
}

.cart-widget__action {
    width: 50%;
}

.cart-widget__btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #4dae51;
}

.cart-widget__btn:hover {
    color: #ffffff;
    background-color: #56c05a;
}

.cart-result {
    margin-top: -5px;
}

.cart-result__head {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-top: -10px;
    margin-right: -10px;
    margin-left: -10px;
    padding: 15px 10px;
    text-align: center;
    color: #808080;
    background-color: #edf1f2;
}

.cart-result__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
    padding: 5px 28px 5px 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid #edf1f2;
}

.cart-result__item:hover {
    background-color: #edf1f2;
}

.cart-result__img {
    margin-right: 8px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 115px;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
}

.cart-result__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-flex: 1;
    -ms-flex-align: center;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.cart-result__title {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    padding-right: 10px;
    color: #404040;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.cart-result__title-link {
    color: #404040;
}

.cart-result__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 96px;
    -ms-flex: 0 0 96px;
    flex: 0 0 96px;
    -ms-flex-align: center;
}

.cart-result__discount {
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background-color: #cccccc;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}

.cart-result__discount_green {
    background-color: #4dae51;
}

.cart-result__discount_orange {
    background-color: #ff9700;
}

.cart-result__discount_red {
    background-color: #f34336;
}

.cart-result__cost {
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    padding-left: 7px;
    color: #6b6b6b;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.cart-result__remove {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    opacity: 0.25;
    border: none;
    background: url(../img/svg/ico-close-black.svg) center center no-repeat;
    background-size: 14px 14px;
}

.cart-result__remove:hover {
    opacity: 1;
    background-image: url(../img/svg/ico-close-red.svg);
}

.pay-alert {
    padding: 40px 0;
    background-color: #f37080;
}

.pay-alert__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.pay-alert__ico {
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 114px;
    -ms-flex: 0 0 114px;
    flex: 0 0 114px;
}

.pay-alert__main {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #ffffff;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.pay-alert__title {
    font-weight: 600;
}

.pay-alert__link {
    font-weight: 600;
    text-decoration: underline;
    color: #ffffff;
}

.pay-alert__link:hover {
    text-decoration: none;
    color: #ffffff;
}

.cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding: 40px 0;
}

.cart__main {
    width: 722px;
    padding-right: 30px;
}

.cart__inner {
    width: 510px;
}

.cart__section {
    margin-bottom: 35px;
}

.cart__section:last-child {
    margin-bottom: 0;
}

.cart__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.cart__head-num {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    width: 20px;
    height: 20px;
    margin-right: 7px;
    text-align: center;
    color: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #535353;
}

.cart__head-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #383838;
}

.cart__desc {
    margin-bottom: 10px;
}

.cart__list {
    margin-bottom: 10px;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
}

.cart__pay {
    margin-bottom: 10px;
}

.cart-email {
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 14px 0 44px;
    color: #000000;
    border: 1px solid #d9d9d9;
    background: #ffffff url(../img/svg/ico-cart-email.svg) 14px center no-repeat;
    background-size: 20px 14px;
}

.cart-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #6b6b6b;
    border-top: 1px solid #d9d9d9;
}

.cart-desc__group {
    padding: 12px 0;
    border-bottom: 1px solid #d9d9d9;
}

.cart-desc__link {
    font-weight: 600;
    text-decoration: underline;
    color: #6b6b6b;
}

.cart-desc__link:hover {
    text-decoration: none;
    color: #6b6b6b;
}

.cart-desc__dist {
    font-weight: 600;
}

.cart-note {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 40px;
    text-align: center;
    color: #6b6b6b;
}

.cart-note__link {
    text-decoration: underline;
    color: #2095f2;
}

.cart-note__link:hover {
    text-decoration: none;
    color: #2095f2;
}

.cart-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d9d9d9;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.cart-list__img {
    width: 150px;
    height: 86px;
    margin-right: 14px;
    background-color: #cccccc;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
}

.cart-list__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #404040;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.cart-list__title-link {
    text-decoration: none;
    color: #404040;
}

.cart-list__title-link:hover {
    color: #404040;
}

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

.cart-list__cost {
    font-size: 15px;
    font-weight: 700;
    padding: 0 10px;
    color: #6b6b6b;
}

.cart-list__cost-currency {
    font-size: 13px;
}

.cart-list__remove {
    padding: 0 15px 0 5px;
}

.cart-list__remove-btn {
    display: block;
    width: 14px;
    height: 14px;
    padding: 0;
    opacity: 0.25;
    border: none;
    background: url(../img/svg/ico-close-black.svg) center center no-repeat;
    background-size: 14px 14px;
}

.cart-list__remove-btn:hover {
    opacity: 1;
    background-image: url(../img/svg/ico-close-red.svg);
}

.number {
    position: relative;
    width: 60px;
    padding-right: 16px;
    padding-left: 16px;
}

.number__control {
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: 100%;
    height: 26px;
    padding: 0 3px;
    text-align: center;
    color: #727272;
    border: 1px solid #d9d9d9;
    background-color: #f5f5f5;
}

.number__btn {
    position: absolute;
    top: 0;
    display: block;
    width: 16px;
    height: 100%;
    border: none;
    background: none;
}

.number__btn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 6px;
    height: 2px;
    margin-top: -1px;
    margin-left: -3px;
    content: '';
    background-color: #727272;
}

.number__btn_minus {
    left: 0;
}

.number__btn_plus {
    right: 0;
}

.number__btn_plus:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 6px;
    margin-top: -3px;
    margin-left: -1px;
    content: '';
    background-color: #727272;
}

.cart-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    text-align: right;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-align: end;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.cart-total__info {
    min-width: 332px;
    padding-bottom: 15px;
}

.cart-total__unit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #808080;
}

.cart-total__unit_dist {
    color: #4dae51;
}

.cart-total__label {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.cart-total__value {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 64px;
    -ms-flex: 0 0 64px;
    flex: 0 0 64px;
}

.cart-total__info {
    border-bottom: 1px solid #d9d9d9;
}

.cart-total__result {
    line-height: 20px;
    padding-top: 20px;
}

.cart-total__result-label {
    font-size: 15px;
    font-weight: 600;
    color: #808080;
}

.cart-total__result-value {
    font-size: 16px;
    font-weight: 600;
    color: #6b6b6b;
}

.cart-total__result-currency {
    font-size: 14px;
}

.cart-discount {
    padding: 20px;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
}

.cart-discount__title {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 20px;
    text-align: center;
    color: #6b6b6b;
}

.cart-discount__dist {
    font-weight: 600;
}

.cart-discount__range {
    height: 5px;
    margin-bottom: 30px;
    background-color: red;
}

.cart-scale {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin: 0 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cart-scale:before {
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    display: block;
    height: 5px;
    content: '';
    background-color: #edf1f2;
}

.cart-scale__unit {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    width: 21px;
    padding-top: 25px;
    text-align: center;
    color: #6b6b6b;
}

.cart-scale__unit:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 3px;
    display: block;
    width: 15px;
    height: 15px;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: 2px solid #edf1f2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1px #ffffff;
    box-shadow: 0 0 0 1px #ffffff;
}

.cart-scale__unit:after {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 18px;
    display: block;
    width: 50px;
    height: 5px;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    background-color: #0fc9f2;
}

.cart-scale__unit:first-child:after {
    display: none;
}

.cart-scale__unit_active:before {
    border-color: #0fc9f2;
    background-color: #0fc9f2;
    -webkit-box-shadow: 0 0 0 1px #ffffff, inset 0 0 0 2px #ffffff;
    box-shadow: 0 0 0 1px #ffffff, inset 0 0 0 2px #ffffff;
}

.cart-scale__unit_active:after {
    opacity: 1;
}

.cart-scale__unit_active + .cart-scale__unit:not(.cart-scale__unit_active):after {
    opacity: 1;
    background: -webkit-gradient(linear, left top, right top, from(#0fc9f2), to(#edf1f2));
    background: linear-gradient(to right, #0fc9f2 0%, #edf1f2 100%);
}

.cart-pay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-pay__item {
    width: 25%;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.cart-pay__item_lg {
    width: 50%;
}

.cart-pay__toggle {
    position: relative;
    display: block;
    margin: 0;
}

.cart-pay__control {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.cart-pay__label {
    display: block;
    height: 126px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #ffffff;
}

.cart-pay__label:hover {
    background-color: #f7f7f7;
}

.cart-pay__control:checked + .cart-pay__label {
    background-color: #e7f9fe;
    -webkit-box-shadow: 0 0 0 1px #42cdec;
    box-shadow: 0 0 0 1px #42cdec;
}

.cart-pay__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 86px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.cart-pay__img img {
    margin: 0 5px;
}

.cart-pay__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    display: block;
    text-align: center;
    color: #6b6b6b;
}

.cart-pay__desc {
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    display: block;
    text-align: center;
    color: #898989;
}

.cart-submit {
    padding: 20px;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
}

.cart-submit__check {
    margin-bottom: 20px;
}

.cart-submit__action {
    text-align: right;
}

.cart-submit__btn {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    height: auto;
    padding: 10px 20px;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    background-color: #4dae51;
}

.cart-submit__btn:hover {
    color: #ffffff;
    background-color: #56c05a;
}

.cart-submit__btn[disabled],
.cart-submit__btn[disabled]:hover {
    background-color: #c5c5c5;
}

.cart-checkbox {
    position: relative;
    display: block;
    margin: 0;
    cursor: pointer;
}

.cart-checkbox__control {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.cart-checkbox__label {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    position: relative;
    display: block;
    padding: 0 0 0 26px;
    color: #6b6b6b;
}

.cart-checkbox__label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    content: '';
    border: 1px solid #9a9a9a;
}

.cart-checkbox__control:checked + .cart-checkbox__label:before {
    border-color: #4dae51;
    background: url(../img/svg/ico-checkbox.svg) center center no-repeat;
    background-size: 9px auto;
}

.cart-related {
    margin-bottom: 70px;
}

.cart-related__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 34px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cecece;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.cart-related__head-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 46px;
    position: relative;
    margin: 0 7px;
    padding: 0 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #404040;
}

.cart-related__head-inner:before {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    display: block;
    height: 3px;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-right: 3px solid #edf1f2;
    border-left: 3px solid #edf1f2;
    background-color: #b2b2b2;
}

/**
* Слайдер с прогрессом на главной
*/

.main-slider {
    overflow: hidden;
    margin: 20px 0 30px 0;
    padding: 0 34px 0 34px;
}

.main-slider__item {
    display: none;
}

.main-slider__item:first-child {
    display: block;
}

.main-slider__arrow {
    position: absolute;
    z-index: 50;
    top: 50%;
    width: 20px;
    height: 28px;
    margin-top: -14px;
    opacity: 0.3;
    border: none;
    background: url(../img/svg/Arrow_right.svg) center center no-repeat;
    background-size: 30px auto;
}

.main-slider__arrow:hover {
    opacity: 0.8;
}

.main-slider__arrow.slick-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main-slider__arrow.slick-next {
    right: 0;
}

.main-slider__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.main-slider__lg {
    width: 45.79038%;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.79038%;
    -ms-flex: 0 0 45.79038%;
    flex: 0 0 45.79038%;
}

.main-slider__lg-link {
    position: relative;
    display: block;
    overflow: hidden;
}

.main-slider__lg-jpeg {
    display: block;
    width: 518px;
    height: 460px;
    background-color: #cccccc;
}

.main-slider__lg-jpeg img {
    -webkit-transition: -webkit-transform 3s linear;
    transition: -webkit-transform 3s linear;
    transition: transform 3s linear;
    transition: transform 3s linear, -webkit-transform 3s linear;
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.slick-center:not(.main-slider__item_first) .main-slider__lg-jpeg img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.loaded .main-slider__lg-jpeg img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.main-slider__lg-png {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    -webkit-transition: opacity 3s linear;
    transition: opacity 3s linear;
    opacity: 0;
}

.slick-center:not(.main-slider__item_first) .main-slider__lg-png {
    opacity: 1;
}

.loaded .main-slider__lg-png {
    opacity: 1;
}

.main-slider__sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 54.20962%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 54.20962%;
    -ms-flex: 0 0 54.20962%;
    flex: 0 0 54.20962%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-slider__sm-unit {
    width: 308px;
    height: 222px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #cccccc;
}

.progress-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.progress-dots__item {
    margin: 0 5px;
}

.progress-dots__btn {
    display: block;
    width: 35px;
    height: 7px;
    padding: 0;
    border: none;
    background-color: #b2b2b2;
}

.progress-dots__btn_active {
    background-color: #3c87a4;
}

.progress-dots__inner {
    display: block;
    width: 0;
    height: 7px;
    background-color: #57bfe7;
}

/**
* Игры
*/

.game-list {
    overflow: hidden;
    padding: 0 26px;
}

.game-list__arrow {
    position: absolute;
    z-index: 50;
    top: 50%;
    width: 20px;
    height: 28px;
    margin-top: -14px;
    opacity: 0.3;
    border: none;
    background: url(../img/svg/Arrow_right.svg) center center no-repeat;
    background-size: 30px auto;
}

.game-list__arrow:hover {
    opacity: 0.8;
}

.game-list__arrow.slick-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.game-list__arrow.slick-next {
    right: 0;
}

.game-list_cart .game-list__arrow {
    margin-top: -32px;
}

.game-list__slide {
    padding-top: 5px;
}

.game-list__item {
    margin-bottom: 20px;
    padding: 0 8px;
}

.game-list__slide .game-list__item:last-child {
    margin-bottom: 5px;
}

.game-item__link {
    position: relative;
    display: block;
}

.game-item__img {
    display: block;
    width: 220px;
    height: 131px;
    border-bottom: 5px solid #cecece;
    background-color: #cccccc;
}

.game-item_lg .game-item__img {
    width: 308px;
    height: 182px;
}

.dropdown__unit .game-item__img {
    width: 197px;
    height: 112px;
}

.game-item_green .game-item__img {
    border-bottom-color: #4dae51;
}

.game-item_orange .game-item__img {
    border-bottom-color: #ff9700;
}

.game-item_red .game-item__img {
    border-bottom-color: #f34336;
}

.dropdown__unit .game-item__img {
    border-bottom: none;
}

.game-item__bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #cecece;
    border-top: none;
    background-color: #ffffff;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.game-item__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.game-item__discount {
    font-size: 15px;
    font-weight: 600;
    line-height: 39px;
    display: block;
    width: 46px;
    margin-left: auto;
    padding: 0 5px 1px 5px;
    text-align: center;
    color: #ffffff;
    background-color: #cccccc;
}

.game-item_green .game-item__discount {
    background-color: #4dae51;
}

.game-item_orange .game-item__discount {
    background-color: #ff9700;
}

.game-item_red .game-item__discount {
    background-color: #f34336;
}

.dropdown__unit .game-item__discount {
    line-height: 28px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.game-item__price {
    font-size: 14px;
    font-weight: 700;
    display: block;
    width: 65px;
    text-align: center;
    color: #6b6b6b;
}

.game-item_lg .game-item__price {
    font-size: 12px;
}

.game-item__cost {
    font-size: 14px;
}

.game-item__label {
    font-family: 'Proxima Nova Condensed';
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    position: absolute;
    top: -5px;
    left: -5px;
    display: block;
    padding: 1px 4px 0 8px;
    text-transform: uppercase;
    color: #edf1f2;
    background-color: #cccccc;
}

.game-item__label:before {
    position: absolute;
    top: 0;
    right: -6px;
    display: block;
    content: '';
    border-bottom: 26px solid transparent;
    border-left: 6px solid #cccccc;
}

.game-item__label_pre-order {
    background-color: #e71e62;
}

.game-item__label_pre-order:before {
    border-left-color: #e71e62;
}

.game-item__label_leader {
    background-color: #f34336;
}

.game-item__label_leader:before {
    border-left-color: #f34336;
}

.game-item__label_new {
    background-color: #2095f2;
}

.game-item__label_new:before {
    border-left-color: #2095f2;
}

.game-item__label_addition {
    background-color: #9b27ae;
}

.game-item__label_addition:before {
    border-left-color: #9b27ae;
}

.game-item__label_price {
    background-color: #4dae51;
}

.game-item__label_price:before {
    border-left-color: #4dae51;
}

.game-item__buy {
    padding-top: 10px;
    text-align: center;
}

.game-item__buy-btn {
    font-family: 'Proxima Nova Condensed';
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    padding: 0 0 0 24px;
    vertical-align: bottom;
    text-decoration: underline;
    color: #6b6b6b;
    border: none;
    background: none;
    background: url(../img/svg/Add_to_cart.svg) 0 center no-repeat;
    background-size: 16px auto;
}

.game-item__buy-btn:hover {
    color: #29a52e;
    background-image: url(../img/svg/Add_to_cart-green.svg);
}

.game-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 34px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.game-sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.game-sort__head {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    margin-right: 4px;
    color: #898989;
}

.game-sort__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.game-sort__item {
    padding: 0 4px;
    border-right: 1px solid #cecece;
}

.game-sort__item:last-child {
    border-right: none;
}

.game-sort__link {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    position: relative;
    display: block;
    color: #898989;
}

.game-sort__link:hover {
    color: #404040;
}

.game-sort__link:before {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    content: '';
    border-top: 3px solid transparent;
    border-bottom: 3px solid #57bfe7;
}

.game-sort__link_active {
    color: #404040;
}

.game-sort__link_active:before {
    display: block;
}

/**
* Вкладки
*/

.tabs {
    margin-bottom: 20px;
}

.tabs-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 34px 20px 34px;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #cecece;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.tabs-nav__item {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    position: relative;
    margin: 0 7px;
    padding: 15px 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #898989;
}

.tabs-nav__item:before {
    position: absolute;
    right: 50%;
    bottom: -2px;
    left: 50%;
    display: block;
    height: 3px;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-right: 0 solid #edf1f2;
    border-left: 0 solid #edf1f2;
    background-color: #57bfe7;
}

.tabs-nav__item_active {
    color: #383838;
}

.tabs-nav__item_active:before {
    right: 0;
    left: 0;
    border-right-width: 3px;
    border-left-width: 3px;
}

.tabs-content {
    display: block;
    overflow: hidden;
    height: 0;
}

.tabs-content_active {
    height: auto;
}

/**
* Слайдер предзаказов
*/

.pre-order__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 34px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cecece;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.pre-order__head-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 46px;
    position: relative;
    margin: 0 7px;
    padding: 0 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #404040;
}

.pre-order__head-inner:before {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    display: block;
    height: 3px;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-right: 3px solid #edf1f2;
    border-left: 3px solid #edf1f2;
    background-color: #e2004b;
}

.pre-slider {
    position: relative;
    margin-bottom: 20px;
    padding: 0 28px;
}

.pre-slider__arrow {
    position: absolute;
    z-index: 50;
    top: 50%;
    width: 20px;
    height: 28px;
    margin-top: -14px;
    opacity: 0.3;
    border: none;
    background: url(../img/svg/Arrow_right.svg) center center no-repeat;
    background-size: 30px auto;
}

.pre-slider__arrow:hover {
    opacity: 0.8;
}

.pre-slider__arrow_prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pre-slider__arrow_next {
    right: 0;
}

.pre-slider__lg {
    overflow: hidden;
    margin-bottom: 12px;
}

.pre-slider__lg-item {
    margin: 0 6px;
}

.pre-slider__lg-link {
    position: relative;
    display: block;
}

.pre-slider__lg-img {
    display: block;
    width: 576px;
    height: 230px;
    background-color: #cccccc;
}

.pre-slider__lg-inner {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: block;
}

.pre-slider__lg-title {
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
}

.pre-slider__lg-date {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    display: block;
    width: 148px;
    padding: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #cccccc;
}

.pre-slider__lg-date_blue {
    background-color: #1b4d80;
}

.pre-slider__lg-date_red {
    background-color: #e11921;
}

.pre-slider__sm {
    overflow: hidden;
}

.pre-slider__sm-item {
    margin: 0 6px;
}

.pre-slider__sm-link {
    position: relative;
    display: block;
}

.pre-slider__sm-img {
    display: block;
    width: 282px;
    height: 112px;
    background-color: #cccccc;
}

.pre-slider__sm-inner {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: block;
}

.pre-slider__sm-date {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
}

.pre-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 0 34px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pre-bar__note {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #898989;
}

.ico-help {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: bottom;
    color: #404040;
    border: 1px solid #cecece;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/**
* Серии игр
*/

.series__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 34px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cecece;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.series__head-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 46px;
    position: relative;
    margin: 0 7px;
    padding: 0 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #404040;
}

.series__head-inner:before {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    display: block;
    height: 3px;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-right: 3px solid #edf1f2;
    border-left: 3px solid #edf1f2;
    background-color: #b2b2b2;
}

.series-slider {
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 28px;
}

.series-slider__arrow {
    position: absolute;
    z-index: 50;
    top: 50%;
    width: 20px;
    height: 28px;
    margin-top: -14px;
    opacity: 0.3;
    border: none;
    background: url(../img/svg/Arrow_right.svg) center center no-repeat;
    background-size: 30px auto;
}

.series-slider__arrow:hover {
    opacity: 0.8;
}

.series-slider__arrow.slick-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.series-slider__arrow.slick-next {
    right: 0;
}

.series-slider__item {
    padding: 0 6px;
}

.series-slider__link {
    position: relative;
    display: block;
}

.series-slider__img {
    display: block;
    width: 184px;
    height: 250px;
    background-color: #cccccc;
}

.series-slider__inner {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.series-slider__label {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    color: #edf1f2;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.series-slider__value {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 3px;
    text-align: center;
    color: #ffffff;
    background-color: #cccccc;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}

.series-slider__value_red {
    background-color: #f34336;
}

.series-slider__value_orange {
    background-color: #ff9700;
}

.series-slider__value_green {
    background-color: #4dae51;
}

.series-dots {
    margin-bottom: 30px;
}

.series-dots__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.series-dots__list li {
    margin: 0 5px;
}

.series-dots__list li button {
    font-size: 0;
    display: block;
    width: 35px;
    height: 7px;
    text-indent: -9999px;
    border: none;
    background-color: #b2b2b2;
}

.series-dots__list li.slick-active button {
    background-color: #3c87a4;
}

/**
* Отзывы
*/

.review__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 34px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cecece;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.review__head-inner {
    font-size: 16px;
    font-weight: 600;
    line-height: 46px;
    position: relative;
    margin: 0 7px;
    padding: 0 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #404040;
}

.review__head-inner:before {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    display: block;
    height: 3px;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-right: 3px solid #edf1f2;
    border-left: 3px solid #edf1f2;
    background-color: #b2b2b2;
}

.review__note {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.review__note-item {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 0 10px;
    color: #51555a;
}

.review__note-count {
    line-height: 28px;
    display: inline-block;
    margin: -5px 0 -5px 0;
    padding: 0 5px;
    vertical-align: bottom;
    color: #ffffff;
    background-color: #cccccc;
}

.review__note-count_red {
    background-color: #e2004b;
}

.review__note-count_blue {
    background-color: #0fc9f2;
}

.review-slider {
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0 26px;
}

.review-slider__arrow {
    position: absolute;
    z-index: 50;
    top: 50%;
    width: 20px;
    height: 28px;
    margin-top: -14px;
    opacity: 0.3;
    border: none;
    background: url(../img/svg/Arrow_right.svg) center center no-repeat;
    background-size: 30px auto;
}

.review-slider__arrow:hover {
    opacity: 0.8;
}

.review-slider__arrow.slick-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.review-slider__arrow.slick-next {
    right: 0;
}

.review-slider__item {
    padding: 0 8px;
}

.review-slider__unit {
    margin-bottom: 10px;
}

.review-slider__unit:last-child {
    margin-bottom: 0;
}

.review-slider__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    background-color: #e5e5e5;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.review-slider__content {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    line-height: normal;
    padding: 10px;
    text-align: center;
    color: #404040;
}

.review-slider__foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    background-color: #dadada;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.review-slider__img {
    margin-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 74px;
    -ms-flex: 0 0 74px;
    flex: 0 0 74px;
}

.review-slider__note {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    color: #808080;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.review-more {
    margin-bottom: 15px;
    padding: 0 34px;
    text-align: right;
}

/**
* Подписка
*/

.subscribe {
    padding-top: 50px;
}

.subscribe__title {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: #383838;
}

.subscribe__desc {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
    text-align: center;
    color: #383838;
}

.subscribe__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.subscribe__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px 15px 15px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.subscribe__label {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    margin-right: 10px;
    color: #898989;
}

.subscribe__control {
    font-size: 11px;
    font-weight: 600;
    display: block;
    width: 265px;
    height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    border: 1px solid #cacbcc;
    border-right: none;
    background-color: #ffffff;
}

.subscribe__btn {
    font-size: 11px;
    font-weight: 700;
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    background-color: #cccccc;
}

.subscribe__btn:hover {
    color: #ffffff;
}

.subscribe__btn_blue {
    background-color: #4a76a8;
}

.subscribe__btn_blue:hover {
    background-color: #5383b9;
}

.subscribe__btn_red {
    background-color: #e2004b;
}

.subscribe__btn_red:hover {
    background-color: #ff0055;
}

/**
* Преимущества
*/

.advant {
    margin-bottom: 30px;
}

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

.advant__item {
    width: -webkit-calc(20% - 8px);
    width: calc(20% - 8px);
    margin: 4px;
    padding: 25px;
    text-align: center;
    background-color: #ffffff;
}

.advant__value {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
    color: #adadad;
}

.advant__label {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: #adadad;
}

.advant__percent {
    font-size: 24px;
}

/**
* Каталог
*/

.catalog-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #cecece;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.catalog-head__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.catalog-head__nav-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 46px;
    position: relative;
    margin: 0 7px;
    padding: 0 8px;
    cursor: pointer;
    color: #898989;
}

.catalog-head__nav-item_active {
    font-weight: 600;
    color: #383838;
}

.catalog-head__nav-item_active:before {
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    display: block;
    height: 3px;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-right: 3px solid #edf1f2;
    border-left: 3px solid #edf1f2;
    background-color: #57bfe7;
}

.catalog-head__view {
    margin-left: auto;
}

.catalog-head__sort {
    margin-left: 20px;
}

.select-view {
    position: relative;
}

.select-view__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 0;
}

.select-view__label {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-right: 5px;
    color: #898989;
}

.select-view__selected {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    padding-right: 16px;
    cursor: pointer;
    text-transform: lowercase;
    color: #51555a;
}

.select-view__selected:before {
    position: absolute;
    top: 50%;
    right: 2px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url(../img/svg/Arrow_right.svg) center center no-repeat;
    background-size: 6px auto;
}

.select-view_open .select-view__selected:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.select-view__dropdown {
    position: absolute;
    z-index: 500;
    top: 100%;
    right: 0;
    display: none;
    width: 110px;
    margin: 1px 0 0 0;
    padding: 0;
    padding: 5px 0;
    list-style: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.select-view__dropdown:before,
.select-view__dropdown:after {
    position: absolute;
    top: -9px;
    right: 0;
    display: block;
    content: '';
    border-right: 7px solid transparent;
    border-bottom: 9px solid #cecece;
    border-left: 7px solid transparent;
}

.select-view__dropdown:after {
    top: -8px;
    border-bottom-color: #ffffff;
}

.select-view_open .select-view__dropdown {
    display: block;
}

.select-view__option {
    margin-bottom: 1px;
}

.select-view__link {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    padding: 0 15px;
    color: #898989;
}

.select-view__link:last-child {
    margin-bottom: 0;
}

.select-view__link:hover,
.select-view__link_selected {
    color: #51555a;
    background-color: #e5e5e5;
}

.select-sort {
    position: relative;
}

.select-sort__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 0;
    white-space: nowrap;
}

.select-sort__label {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-right: 5px;
    color: #898989;
}

.select-sort__selected {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    padding-right: 16px;
    cursor: pointer;
    text-transform: lowercase;
    color: #51555a;
}

.select-sort__selected:before {
    position: absolute;
    top: 50%;
    right: 2px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url(../img/svg/Arrow_right.svg) center center no-repeat;
    background-size: 6px auto;
}

.select-sort_open .select-sort__selected:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.select-sort__dropdown {
    position: absolute;
    z-index: 500;
    top: 100%;
    right: 0;
    display: none;
    width: 170px;
    margin: 1px 0 0 0;
    padding: 0;
    padding: 5px 0;
    list-style: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.select-sort__dropdown:before,
.select-sort__dropdown:after {
    position: absolute;
    top: -9px;
    right: 0;
    display: block;
    content: '';
    border-right: 7px solid transparent;
    border-bottom: 9px solid #cecece;
    border-left: 7px solid transparent;
}

.select-sort__dropdown:after {
    top: -8px;
    border-bottom-color: #ffffff;
}

.select-sort_open .select-sort__dropdown {
    display: block;
}

.select-sort__option {
    margin-bottom: 1px;
}

.select-sort__link {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    padding: 0 15px;
    color: #898989;
}

.select-sort__link:last-child {
    margin-bottom: 0;
}

.select-sort__link:hover,
.select-sort__link_selected {
    color: #51555a;
    background-color: #e5e5e5;
}

.product-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cecece;
}

.product-item:last-child {
    border-bottom: none;
}

.product-item__img {
    width: 220px;
    height: 126px;
    margin-right: 17px;
    background-color: #cccccc;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
}

.product-item__main {
    padding-top: 13px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
}

.product-item__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 17px;
    color: #383838;
}

.product-item__title-link {
    color: #383838;
}

.product-item__title-link:hover {
    color: #383838;
}

.product-item__about {
    margin-bottom: 15px;
}

.product-item__unit {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    color: #898989;
}

.product-item__unit-label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 156px;
    -ms-flex: 0 0 156px;
    flex: 0 0 156px;
}

.product-item__unit-value {
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.product-item__unit-value_positive {
    color: #4dae51;
}

.product-item__unit-value_negative {
    color: #f34336;
}

.product-item__unit-value_mixed {
    color: #ff9700;
}

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

.product-item__system {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 3px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.product-item__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 3px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.product-item__logo:first-child {
    margin-left: 0;
}

.product-item__sep {
    width: 1px;
    height: 14px;
    margin: 0 3px;
    background-color: #cecece;
}

.product-item__genre {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #808080;
}

.product-item__buy {
    margin-left: 20px;
    padding-top: 13px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
}

.product-item__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.product-item__discount {
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    width: 46px;
    text-align: center;
    color: #ffffff;
    background-color: #cccccc;
}

.product-item_green .product-item__discount {
    background-color: #4dae51;
}

.product-item_orange .product-item__discount {
    background-color: #ff9700;
}

.product-item_red .product-item__discount {
    background-color: #f34336;
}

.product-item__cost {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    padding-left: 8px;
    color: #6b6b6b;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
}

.product-item__currency {
    font-size: 14px;
}

.product-item__btn {
    font-family: 'Proxima Nova Condensed';
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
    height: auto;
    padding: 8px 12px 8px 36px;
    text-align: left;
    vertical-align: bottom;
    color: #6b6b6b;
    border: 1px solid #cacbcc;
    background: #dfe3e4 url(../img/svg/Add_to_cart.svg) 12px center no-repeat;
    background-size: 16px 16px;
}

.product-item__btn:hover,
.product-item:hover .product-item__btn {
    color: #29a52e;
    border-color: #92d1b4;
    background-color: #d8e7e0;
    background-image: url(../img/svg/Add_to_cart-green.svg);
}

.product-item__label {
    font-family: 'Proxima Nova Condensed';
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    position: absolute;
    top: -5px;
    left: -5px;
    display: block;
    padding: 1px 4px 0 8px;
    text-transform: uppercase;
    color: #edf1f2;
    background-color: #cccccc;
}

.product-item__label:before {
    position: absolute;
    top: 0;
    right: -6px;
    display: block;
    content: '';
    border-bottom: 26px solid transparent;
    border-left: 6px solid #cccccc;
}

.product-item__label_pre-order {
    background-color: #e71e62;
}

.product-item__label_pre-order:before {
    border-left-color: #e71e62;
}

.product-item__label_leader {
    background-color: #f34336;
}

.product-item__label_leader:before {
    border-left-color: #f34336;
}

.product-item__label_new {
    background-color: #2095f2;
}

.product-item__label_new:before {
    border-left-color: #2095f2;
}

.product-item__label_addition {
    background-color: #9b27ae;
}

.product-item__label_addition:before {
    border-left-color: #9b27ae;
}

.product-item__label_price {
    background-color: #4dae51;
}

.product-item__label_price:before {
    border-left-color: #4dae51;
}

.product-list_short {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-list__item {
    width: 25%;
    margin-bottom: 20px;
    padding: 0 8px;
}

/**
* Фильтр
*/

.filter__head {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-right: -30px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    color: #898989;
    border-bottom: 1px solid #cecece;
}

.filter__all-clear {
    display: none;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    vertical-align: bottom;
    border: none;
    background: url(../img/svg/ico-close-red.svg) center center no-repeat;
    background-size: 14px 14px;
}

.filter__head_active .filter__all-clear {
    display: inline-block;
}

.filter__head_active .filter__count {
    color: #e2004b;
}

.filter__section {
    border-bottom: 1px solid #cecece;
}

.filter__section:last-child {
    border-bottom: none;
}

.filter__section-head {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.filter__section-clear,
.filter__cost-clear {
    display: none;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    border: none;
    background: url(../img/svg/ico-close-red.svg) center center no-repeat;
    background-size: 14px 14px;
}

.filter__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    color: #383838;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.filter__title:before {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url(../img/svg/Arrow_right.svg) center center no-repeat;
    background-size: 6px auto;
}

.filter__section_open .filter__title:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.filter__cost-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #383838;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.filter__section-body {
    display: none;
    padding-bottom: 15px;
}

.filter__section_open .filter__section-body {
    display: block;
}

.filter__unit {
    margin-bottom: 5px;
}

.filter__unit_select {
    padding-top: 10px;
}

.filter__checkbox {
    position: relative;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    cursor: pointer;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.filter__control {
    position: absolute;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.filter__label {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    padding-left: 22px;
    color: #898989;
}

.filter__label:before {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    content: '';
    border: 1px solid #999999;
}

.filter__label:after {
    position: absolute;
    top: 3px;
    left: 0;
    display: none;
    width: 14px;
    height: 14px;
    content: '';
    background: url(../img/svg/Check-box.svg) center center no-repeat;
    background-size: 14px 14px;
}

.filter__control:checked + .filter__label {
    color: #e2004b;
}

.filter__control:checked + .filter__label:before {
    display: none;
}

.filter__control:checked + .filter__label:after {
    display: block;
}

.filter__num {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    padding: 0 8px;
    color: #ffffff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #51555a;
}

.filter__toggle {
    display: none;
}

.filter-range {
    padding: 0 7px;
}

.filter-range__slider {
    position: relative;
    height: 6px;
    margin-bottom: 10px;
    border: 1px solid #cacbcc;
    background-color: #dfe3e4;
}

.filter-range__slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    top: -1px;
    bottom: -1px;
    display: block;
    cursor: pointer;
    background-color: #57bfe7;
}

.filter-range__handle {
    position: absolute;
    z-index: 2;
    top: -6px;
    display: block;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #cacbcc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    background-color: #dfe3e4;
    -ms-touch-action: none;
    touch-action: none;
}

.filter-cost {
    margin-bottom: 20px;
}

.filter-cost__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.filter-cost__inner {
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.filter-cost__control {
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 5px;
    color: #51555a;
    border: 1px solid #cacbcc;
    background-color: #ffffff;
}

.filter-cost__control::-webkit-input-placeholder {
    opacity: 1;
    color: #c6c7ca;
}

.filter-cost__control::-moz-placeholder {
    opacity: 1;
    color: #c6c7ca;
}

.filter-cost__control:-ms-input-placeholder {
    opacity: 1;
    color: #c6c7ca;
}

.filter-cost__control::-ms-input-placeholder {
    opacity: 1;
    color: #c6c7ca;
}

.filter-cost__control::-webkit-input-placeholder {
    opacity: 1;
    color: #c6c7ca;
}

.filter-cost__control::-moz-placeholder {
    opacity: 1;
    color: #c6c7ca;
}

.filter-cost__control:-ms-input-placeholder {
    opacity: 1;
    color: #c6c7ca;
}

.filter-cost__control::placeholder {
    opacity: 1;
    color: #c6c7ca;
}

.filter-cost__addon {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 6px;
    color: #898989;
}

.select {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.select__selected {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 40px;
    padding: 9px 45px 9px 15px;
    cursor: pointer;
    white-space: nowrap;
    color: #808080;
    border: 1px solid #cacbcc;
    background: #dfe3e4;
}

.select_active .select__selected {
    color: #e2004b;
    border-color: #e6608e;
}

.select_open .select__selected {
    z-index: 505;
}

.select__selected:before {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: 9px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    content: '';
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: url(../img/svg/Arrow_right.svg) center center no-repeat;
    background-size: 6px auto;
}

.select_open .select__selected:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.select__selected:after {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 46px;
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(rgba(223, 227, 228, 0)), color-stop(40%, #dfe3e4), to(#dfe3e4));
    background: linear-gradient(to right, rgba(223, 227, 228, 0) 0%, #dfe3e4 40%, #dfe3e4 100%);
}

.select__dropdown {
    position: absolute;
    z-index: 500;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    margin: 0;
    margin-top: -1px;
    padding: 5px;
    list-style: none;
    border: 1px solid #cecece;
    background: #ffffff;
}

.select_open .select__dropdown {
    display: block;
}

.select__scroll {
    max-width: 260px;
    height: 178px;
}

.select__option {
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 1px;
    padding: 5px 10px;
    cursor: pointer;
    color: #898989;
}

.select__option:last-child {
    margin-bottom: 0;
}

.select__option:hover,
.select__option_selected {
    color: #51555a;
    background-color: #e5e5e5;
}

/**
* Пагинация
*/

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
    margin-bottom: 70px;
    padding: 35px 0;
    border-top: 1px solid #cecece;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.pagination__nav {
    width: 40px;
    height: 34px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #cacbcc;
    background: #dfe3e4 url(../img/svg/Arrow_right.svg) center center no-repeat;
    background-size: 8px auto;
}

.pagination__nav_prev {
    margin-right: 12px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination__nav_next {
    margin-left: 12px;
}

.pagination__btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    width: 25px;
    margin: 5px 4px;
    padding-top: 3px;
    text-align: center;
    color: #404040;
    border-bottom: 3px solid transparent;
}

.pagination__btn:hover {
    color: #404040;
    border-bottom-color: #57bfe7;
}

.pagination__current {
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    width: 25px;
    margin: 0 4px;
    padding-top: 3px;
    text-align: center;
    color: #404040;
    border-bottom: 3px solid #57bfe7;
}

.pagination__dots {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    width: 25px;
    margin: 0 4px;
    padding-top: 3px;
    text-align: center;
    color: #404040;
    border-bottom: 3px solid transparent;
}

/**
* Раздача
*/

.draw {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#3d244f), color-stop(60%, #3d244f), to(#29242d));
    background: linear-gradient(to bottom, #3d244f 0%, #3d244f 60%, #29242d 100%);
}

.draw:before,
.draw:after {
    position: absolute;
    top: 0;
    display: block;
    width: 716px;
    height: 346px;
    content: '';
}

.draw:before {
    left: 50%;
    margin-left: -800px;
    background: url(../img/bg-draw-left.png) 0 0 no-repeat;
}

.draw:after {
    right: 50%;
    margin-right: -800px;
    background: url(../img/bg-draw-right.png) 0 0 no-repeat;
}

.draw__container {
    position: relative;
    z-index: 20;
    height: 100%;
}

.draw__particles {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.draw__inner {
    padding-top: 60px;
    padding-bottom: 50px;
}

.draw__title {
    font-size: 25px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 5px;
    text-align: center;
    color: #edf1f2;
}

.draw__sub-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #edf1f2;
}

.draw__sub-title b {
    font-weight: 600;
}

.draw__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
}

.draw__section {
    width: 50%;
    padding: 0 10px;
}

.draw-item__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: center;
    color: #edf1f2;
}

.draw-item__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.draw-item__img_current {
    position: relative;
    z-index: 5;
}

.draw-item__img_prev {
    margin-top: 20px;
    margin-right: -104px;
}

.draw-item__img_next {
    margin-top: 20px;
    margin-left: -104px;
}

.draw-item__img-inner {
    width: 220px;
    height: 128px;
    border: 2px solid #edf1f2;
    background-color: #cccccc;
}

.draw-item__img_current .draw-item__img-inner {
    width: 345px;
    height: 200px;
    border-width: 3px;
}

.draw-item__img-title {
    font-size: 11px;
    font-weight: 600;
    line-height: 12px;
    margin-top: 3px;
    color: #bdbdbd;
}

.draw-item__img_prev .draw-item__img-title {
    margin-left: 12px;
}

.draw-item__img_next .draw-item__img-title {
    margin-right: 12px;
    text-align: right;
}

.draw-item__timer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.draw-item__timer-item {
    margin: 0 30px;
    text-align: center;
    color: #edf1f2;
}

.draw-item__timer-item_red {
    color: #ec7a67;
}

.draw-item__timer-item_green {
    color: #43ca83;
}

.draw-item__timer-label {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 3px;
}

.draw-item__timer-value {
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
}

.draw-item__label {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 25px;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
    color: #edf1f2;
}

.draw-item_all .draw-item__label {
    background: -webkit-gradient(linear, left top, right top, from(rgba(15, 201, 242, 0)), color-stop(40%, rgba(15, 201, 242, 0.5)), color-stop(60%, rgba(15, 201, 242, 0.5)), to(rgba(15, 201, 242, 0)));
    background: linear-gradient(to right, rgba(15, 201, 242, 0) 0%, rgba(15, 201, 242, 0.5) 40%, rgba(15, 201, 242, 0.5) 60%, rgba(15, 201, 242, 0) 100%);
}

.draw-item_customer .draw-item__label {
    background: -webkit-gradient(linear, left top, right top, from(rgba(233, 29, 98, 0)), color-stop(40%, rgba(233, 29, 98, 0.5)), color-stop(60%, rgba(233, 29, 98, 0.5)), to(rgba(233, 29, 98, 0)));
    background: linear-gradient(to right, rgba(233, 29, 98, 0) 0%, rgba(233, 29, 98, 0.5) 40%, rgba(233, 29, 98, 0.5) 60%, rgba(233, 29, 98, 0) 100%);
}

.draw-item__note {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 25px;
    text-align: center;
    color: #edf1f2;
}

.draw-item_all .draw-item__note-dist {
    color: #0fc9f2;
}

.draw-item_customer .draw-item__note-dist {
    color: #e91d62;
}

.draw-item__note-link {
    text-decoration: underline;
    color: #ffffff;
}

.draw-item__note-link:hover {
    text-decoration: none;
    color: #ffffff;
}

.draw-item__action {
    text-align: center;
}

.draw-item__btn {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    width: 192px;
    padding: 15px;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
}

.draw-item__btn:hover {
    color: #ffffff;
}

.draw-item__btn_take {
    background-color: #0fc9f2;
}

.draw-item__btn_take:hover {
    background-color: #00d1ff;
}

.draw-item__btn_check {
    background-color: #e91d62;
}

.draw-item__btn_check:hover {
    background-color: #ff0055;
}

.draw-item__stake {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    width: 192px;
    height: 50px;
    margin: 0 auto;
    padding: 15px 10px 15px 50px;
    text-transform: uppercase;
    color: #ffffff;
    background: #4dae51 url(../img/svg/ico-take-check.svg) 20px center no-repeat;
    background-size: 20px 20px;
}

.draw-user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0;
}

.draw-user__winner {
    width: 892px;
    padding-top: 20px;
    padding-right: 26px;
}

.draw-user__vote {
    width: 340px;
}

.draw-winner__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #383838;
}

.draw-winner__desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 35px;
    text-align: center;
    color: #6b6b6b;
}

.draw-winner__desc-link {
    text-decoration: underline;
    color: #383838;
}

.draw-winner__desc-link:hover {
    text-decoration: none;
    color: #383838;
}

.winner-slider {
    position: relative;
    overflow: hidden;
    padding-right: 34px;
    padding-left: 34px;
}

.winner-slider__arrow {
    position: absolute;
    z-index: 50;
    top: 50%;
    width: 20px;
    height: 28px;
    margin-top: -14px;
    opacity: 0.3;
    border: none;
    background: url(../img/svg/Arrow_right.svg) center center no-repeat;
    background-size: 30px auto;
}

.winner-slider__arrow:hover {
    opacity: 0.8;
}

.winner-slider__arrow.slick-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.winner-slider__arrow.slick-next {
    right: 0;
}

.winner-slider__slide {
    padding: 0 10px;
}

.winner-slider__item {
    margin-bottom: 26px;
}

.winner-slider__item:last-child {
    margin-bottom: 0;
}

.winner-item__head {
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.winner-item_all .winner-item__head {
    background-color: #0fc9f2;
}

.winner-item_customer .winner-item__head {
    background-color: #e91d62;
}

.winner-item__img {
    width: 246px;
    height: 141px;
    background-color: #cccccc;
}

.winner-item__user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    background-color: #fdfdfd;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.winner-item__user-inner {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.winner-item__user-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-flex: 0;
    -webkit-box-pack: center;
    -webkit-flex: 0 0 58px;
    -ms-flex: 0 0 58px;
    flex: 0 0 58px;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.winner-item_all .winner-item__user-img img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.winner-item__user-name {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 3px;
    color: #6b6b6b;
}

.winner-item__user-date {
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
    color: #898989;
}

.draw-vote {
    padding: 30px 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #4dae51;
}

.draw-vote__head {
    margin-bottom: 20px;
}

.draw-vote__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}

.draw-vote__desc {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
}

.draw-vote__desc-lg {
    font-size: 18px;
}

.draw-vote__item {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 84px;
    cursor: pointer;
    text-align: right;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    background-color: #fafafa;
}

.draw-vote__item img {
    width: 216px;
    height: 124px;
}

.draw-vote__item:last-child {
    margin-bottom: 0;
}

.draw-vote__item:before {
    position: absolute;
    top: 50%;
    left: 27px;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    content: '';
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #b2b2b2;
}

.draw-vote__item_selected:before {
    background: url(../img/svg/ico-draw-vote-check.svg) center center no-repeat;
    background-size: 30px 30px;
}

.draw-vote__item_disabled {
    cursor: default;
}

.draw-vote__item_end {
    cursor: default;
    background-color: #c7c7c7;
}

.draw-vote__item_end img {
    opacity: 0.5;
}

.draw-vote__item_won {
    cursor: default;
    background-color: #feea3b;
    -webkit-box-shadow: 0 0 0 2px #feea3b;
    box-shadow: 0 0 0 2px #feea3b;
}

.draw-vote__item_won:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 84px;
    height: auto;
    margin: 0;
    content: '';
    background: url(../img/svg/Member-Selection-Text.svg) center center no-repeat;
    background-size: 29px 74px;
}

.draw-vote__item_won:before {
    display: none;
}

.draw-vote__item_won img {
    opacity: 1;
}

.draw-vote__foot {
    padding-top: 30px;
}

.draw-vote__timer {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
}

.draw-vote__timer-value {
    font-size: 20px;
    vertical-align: middle;
}

.draw-stat {
    margin-bottom: 60px;
    padding: 40px 0;
    background-color: #343434;
}

.draw-stat__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.draw-stat__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    padding: 0 15px;
    color: #ffffff;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.draw-stat__item_yellow {
    color: #fdc00f;
}

.draw-stat__item_green {
    color: #43ca83;
}

.draw-stat__item_red {
    color: #ea6c56;
}

.draw-stat__item_blue {
    color: #4bafd2;
}

.draw-stat__ico {
    margin-right: 14px;
}

.draw-stat__value {
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
}

.draw-stat__label {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.draw-comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

.draw-comment__main {
    width: 747px;
}

.draw-comment__about {
    padding-left: 30px;
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.draw-comment__title {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
    color: #383838;
}

.draw-comment__desc {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #6b6b6b;
}

.draw-modal__head {
    max-width: 320px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #edf1f2;
}

.draw-modal__ico {
    margin-bottom: 15px;
}

.draw-modal__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    color: #808080;
}

.draw-modal__desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: #808080;
}

.draw-modal__desc-link {
    font-weight: 600;
    text-decoration: underline;
    color: #808080;
}

.draw-modal__desc-link:hover {
    text-decoration: none;
    color: #808080;
}

.draw-modal__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
}

.draw-modal__group {
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.draw-modal__control {
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    color: #000000;
    border: 1px solid #d1d1d1;
    background-color: #ffffff;
}

.draw-modal__submit {
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 164px;
    -ms-flex: 0 0 164px;
    flex: 0 0 164px;
}

.draw-modal__btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #808080;
    border: 1px solid #d1d1d1;
    background-color: #f0f0f0;
}

.draw-modal__btn:hover {
    background-color: #e6e4e4;
}

/**
* Модальные окна
*/

.popup {
    display: none;
    width: 510px;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.popup_setting {
    overflow: visible !important;
}

.fancybox-slide .popup {
    padding: 0;
    background: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.fancybox-slide--current .popup {
    -webkit-transform: scale(1);
    -webkit-transform: translateX(0);
    -ms-transform: scale(1);
    -ms-transform: translateX(0);
    transform: scale(1);
    transform: translateX(0);
    opacity: 1;
}

.fancybox-is-closing .popup {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
}

.popup .fancybox-close-small {
    z-index: 40;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    opacity: 0.3;
    background: url(../img/svg/ico-close-black.svg) center center no-repeat;
    background-size: 14px 14px;
}

.popup .fancybox-close-small:hover {
    opacity: 0.6;
}

.popup .fancybox-close-small:after {
    display: none;
}

.popup__body {
    overflow: hidden;
    padding: 30px;
    background-color: #ffffff;
}

.popup_setting .popup__body {
    overflow: visible;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-touch-callout: none;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

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

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

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

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

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

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

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

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

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

.slick-slide img {
    display: block;
}

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

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

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

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

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

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

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

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

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background-color: #dfe3e4;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    position: relative;
}

.jspDrag {
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    background: #57bfe7;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-indent: -20000px;
    background: #50506d;
    direction: ltr;
}

.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    float: left;
    width: 16px;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    border: 1px solid red;
    outline: none;
}

.jspCorner {
    float: left;
    height: 100%;
    background: #eeeef4;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner {
    margin: 0 -3px 0 0;
}

/**
* FancyBox 3
*/

body.fancybox-active {
    overflow: hidden;
}

body.fancybox-iosfix {
    position: fixed;
    right: 0;
    left: 0;
}

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

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

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

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

.fancybox-bg {
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
    background: #000000;
}

.fancybox-is-open .fancybox-bg {
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    opacity: 0.25;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
    position: absolute;
    z-index: 99997;
    visibility: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
    transition: opacity 0.25s, visibility 0s linear 0.25s;
    opacity: 0;
    direction: ltr;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
    visibility: visible;
    -webkit-transition: opacity 0.25s, visibility 0s;
    transition: opacity 0.25s, visibility 0s;
    opacity: 1;
}

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

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

.fancybox-stage {
    z-index: 99994;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    direction: ltr;
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible;
}

.fancybox-slide {
    position: absolute;
    z-index: 99994;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    text-align: center;
    white-space: normal;
    outline: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
}

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

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

.fancybox-slide--image {
    overflow: visible;
}

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000000;
}

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

.fancybox-slide--next {
    z-index: 99995;
}

.fancybox-slide > * {
    position: relative;
    display: inline-block;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 44px 0 44px;
    padding: 24px;
    text-align: left;
    vertical-align: middle;
    border-width: 0;
    background-color: #ffffff;
}

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
    display: none;
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    z-index: 99995;
    top: 0;
    left: 0;
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    border: 0;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

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

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

.fancybox-slide--iframe .fancybox-content {
    overflow: visible;
    width: 80%;
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
    height: 80%;
    max-height: -webkit-calc(100% - 88px);
    max-height: calc(100% - 88px);
    padding: 0;
    background: #ffffff;
}

.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: #ffffff;
}

.fancybox-error {
    width: 100%;
    max-width: 380px;
    margin: 0;
    padding: 40px;
    cursor: default;
    background: #ffffff;
}

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

/* Buttons */

.fancybox-button {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
    background: rgba(30, 30, 30, 0.6);
}

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

.fancybox-button:focus,
.fancybox-button:hover {
    color: #ffffff;
}

.fancybox-button[disabled] {
    cursor: default;
    opacity: 0.6;
    color: #cccccc;
}

.fancybox-button svg {
    position: relative;
    display: block;
    overflow: visible;
    shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}

.fancybox-button--share svg path {
    stroke-width: 1;
}

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

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

.fancybox-button--zoom svg path {
    fill: transparent;
}

/* Navigation arrows */

.fancybox-navigation {
    display: none;
}

.fancybox-show-nav .fancybox-navigation {
    display: block;
}

.fancybox-navigation button {
    position: absolute;
    z-index: 99997;
    top: 50%;
    width: 60px;
    height: 100px;
    margin: -50px 0 0 0;
    padding: 17px;
    background: transparent;
}

.fancybox-navigation button:before {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    content: '';
    background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0;
}

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

.fancybox-close-small {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
}

.fancybox-close-small:after {
    font: 22px/30px Arial,'Helvetica Neue',Helvetica,sans-serif;
    font-weight: 300;
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    content: '×';
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    text-align: center;
    color: #888888;
    border-width: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
}

.fancybox-close-small:focus {
    outline: none;
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888888;
}

.fancybox-close-small:hover:after {
    color: #555555;
    background: #eeeeee;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -40px;
}

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
    font-size: 35px;
    color: #aaaaaa;
}

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #ffffff;
    background: transparent;
}

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

/* Caption */

.fancybox-caption-wrap {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 2vw 0 2vw;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
}

.fancybox-caption {
    font-size: 14px;
    line-height: 20px;
    padding: 30px 0;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    position: relative;
    pointer-events: all;
    /* Fix IE11 */
}

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

/* Loading indicator */

.fancybox-slide > .fancybox-loading {
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -30px;
    margin-left: -30px;
    -webkit-animation: fancybox-rotate 0.8s infinite linear;
    animation: fancybox-rotate 0.8s infinite linear;
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: transparent;
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Transition effects */

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

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

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

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

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

/* Share */

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

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

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

p.fancybox-share__links {
    margin-right: -10px;
}

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

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

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

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

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

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

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

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

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

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

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

/* Thumbs */

.fancybox-thumbs {
    position: absolute;
    z-index: 99995;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px 2px;
    background: #ffffff;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-tap-highlight-color: transparent;
}

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

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

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

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

.fancybox-thumbs-x > ul {
    overflow: hidden;
}

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

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

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

.fancybox-thumbs > ul > li {
    position: relative;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
    height: 75px;
    max-height: -webkit-calc(100% - 8px);
    max-height: calc(100% - 8px);
    margin: 2px;
    padding: 0;
    cursor: pointer;
    outline: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.fancybox-thumbs > ul > li:before {
    position: absolute;
    z-index: 99991;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    border: 4px solid #4ea7f9;
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */

/**
* jQuery Form Styler
*/

.jq-checkbox,
.jq-radio {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.jq-checkbox input,
.jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.jq-file {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.jq-file input {
    font-size: 100px;
    line-height: 1em;
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
    position: relative;
    display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.jq-selectbox {
    z-index: 10;
    display: block;
    width: 140px;
}

.jq-selectbox__select {
    font-size: 13px;
    font-weight: 400;
    line-height: 34px;
    position: relative;
    width: 100%;
    height: 36px;
    padding: 0 18px 0 8px;
    cursor: pointer;
    color: #808080;
    border: 1px solid #cecece;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #ffffff;
}

.rub .jq-selectbox__select {
    padding-left: 34px;
    background: url(../img/svg/lang/ru.svg) 8px center no-repeat;
    background-size: 18px auto;
}

.uah .jq-selectbox__select {
    padding-left: 34px;
    background: url(../img/svg/lang/ua.svg) 8px center no-repeat;
    background-size: 18px auto;
}

.kzt .jq-selectbox__select {
    padding-left: 34px;
    background: url(../img/svg/lang/kz.svg) 8px center no-repeat;
    background-size: 18px auto;
}

.usd .jq-selectbox__select {
    padding-left: 34px;
    background: url(../img/svg/lang/us.svg) 8px center no-repeat;
    background-size: 18px auto;
}

.eur .jq-selectbox__select {
    padding-left: 34px;
    background: url(../img/svg/lang/eu.svg) 8px center no-repeat;
    background-size: 18px auto;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -2px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-top: 4px solid #808080;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.opened .jq-selectbox__trigger {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.jq-selectbox__dropdown {
    top: 100% !important;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #cecece;
    border-top: none;
    background-color: #ffffff;
}

.jq-selectbox__dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jq-selectbox__dropdown ul li {
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
    padding: 10px 8px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #363636;
}

.jq-selectbox__dropdown ul li.selected,
.jq-selectbox__dropdown ul li:hover {
    background-color: #edf1f2;
}

.jq-selectbox__dropdown ul li.rub {
    padding-left: 34px;
    background-image: url(../img/svg/lang/ru.svg);
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 18px auto;
}

.jq-selectbox__dropdown ul li.uah {
    padding-left: 34px;
    background-image: url(../img/svg/lang/ua.svg);
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 18px auto;
}

.jq-selectbox__dropdown ul li.kzt {
    padding-left: 34px;
    background-image: url(../img/svg/lang/kz.svg);
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 18px auto;
}

.jq-selectbox__dropdown ul li.usd {
    padding-left: 34px;
    background-image: url(../img/svg/lang/us.svg);
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 18px auto;
}

.jq-selectbox__dropdown ul li.eur {
    padding-left: 34px;
    background-image: url(../img/svg/lang/eu.svg);
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 18px auto;
}

.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
    position: absolute;
}

.jq-selectbox__search input {
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.jq-number {
    display: inline-block;
}

.jq-number__field input {
    text-align: left;
    -moz-appearance: textfield;
    /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    /* в каких-то браузерах присутствует отступ */
    -webkit-appearance: none;
}

/**
* Медиазапросы
*/

@media (min-width: 376px) {
    .game-item_lg .game-item__discount {
        font-size: 16px;
    }

    .game-item_lg .game-item__cost {
        font-size: 16px;
    }
}

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

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

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }

    .bar_sticky {
        position: fixed;
        z-index: 900;
        top: 0;
        right: 0;
        left: 0;
    }

    .bar_sticky + * {
        margin-top: 52px;
    }

    .main-slider__sm-unit:nth-child(2n+2) {
        margin-right: 0;
    }

    .main-slider__sm-unit:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .game-list__slide:nth-child(-n+5) {
        display: block;
    }

    .pre-slider__lg-item:nth-child(-n+2) {
        display: block;
    }

    .pre-slider__sm-item:nth-child(-n+4) {
        display: block;
    }

    .series-slider__item:nth-child(-n+6) {
        display: block;
    }

    .review-slider__item {
        width: 33.333333%;
    }

    .review-slider__item:nth-child(-n+3) {
        display: block;
    }

    .catalog-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .catalog-wrap__aside {
        width: 24.67532%;
        padding-right: 30px;
    }

    .catalog-wrap__main {
        width: 75.32468%;
    }

    .winner-slider__slide:nth-child(-n+3) {
        display: block;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1262px;
    }
}

@media (max-width: 1299px) {
    .main-slider__lg-jpeg {
        width: 462px;
        height: 410px;
    }

    .main-slider__sm-unit {
        width: 274px;
        height: 197px;
        margin-bottom: 4px;
    }

    .game-list {
        padding-right: 24px;
        padding-left: 24px;
    }

    .game-item__img {
        width: 196px;
        height: 117px;
    }

    .game-item_lg .game-item__img {
        width: 274px;
        height: 162px;
    }

    .pre-slider__lg-img {
        width: 515px;
        height: 205px;
    }

    .pre-slider__sm-img {
        width: 251px;
        height: 100px;
    }

    .series-slider {
        padding-right: 27px;
        padding-left: 27px;
    }

    .series-slider__img {
        width: 164px;
        height: 222px;
    }

    .select__scroll {
        max-width: 230px;
    }

    .draw-item__img-inner {
        overflow: hidden;
        width: 208px;
        height: 121px;
    }

    .draw-item__img_current .draw-item__img-inner {
        width: 327px;
        height: 189px;
    }

    .draw-user__winner {
        width: 800px;
    }

    .winner-slider {
        padding-right: 24px;
        padding-left: 24px;
    }

    .winner-item__img {
        width: 222px;
        height: 127px;
    }

    .winner-item__user-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48px;
        -ms-flex: 0 0 48px;
        flex: 0 0 48px;
    }

    .draw-vote__item img {
        width: 186px;
        height: 106px;
    }

    .draw-comment__main {
        width: 640px;
    }
}

@media (max-width: 1199px) {
    .logo {
        width: 190px;
    }

    .aside__inner {
        padding: 0;
    }

    .widget-info {
        width: auto;
    }

    .top-menu__item {
        margin-right: 10px;
    }

    .user-menu__link {
        font-size: 12px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .menu__item {
        margin-right: 20px;
    }

    .dropdown-menu {
        padding-right: 35px;
        padding-left: 35px;
    }

    .search__form {
        width: 300px;
    }

    .cart__main {
        width: 53%;
        padding-right: 20px;
    }

    .cart__inner {
        width: 47%;
    }

    .cart-scale {
        margin-right: 0;
        margin-left: 0;
    }

    .cart-scale__unit:after {
        width: 34px;
    }

    .cart-pay__img img {
        margin: 0 2px;
    }

    .main-slider__lg {
        width: 395px;
        padding-right: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 395px;
        -ms-flex: 0 0 395px;
        flex: 0 0 395px;
    }

    .main-slider__lg-jpeg {
        width: 385px;
        height: 341px;
    }

    .main-slider__sm {
        width: 477px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 477px;
        -ms-flex: 0 0 477px;
        flex: 0 0 477px;
    }

    .main-slider__sm-unit {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        height: auto;
        margin-right: 10px;
        margin-bottom: 13px;
        margin-left: 10px;
    }

    .main-slider__sm-banner {
        display: block;
    }

    .game-list {
        padding-right: 22px;
        padding-left: 22px;
    }

    .game-item__img {
        width: 163px;
        height: 98px;
    }

    .game-item_lg .game-item__img {
        width: 218px;
        height: 130px;
    }

    .dropdown__unit .game-item__img {
        width: 207px;
        height: 118px;
    }

    .pre-slider__lg-img {
        width: 430px;
        height: 171px;
    }

    .pre-slider__sm-img {
        width: 209px;
        height: 83px;
    }

    .series-slider {
        padding-right: 26px;
        padding-left: 26px;
    }

    .series-slider__img {
        width: 136px;
        height: 184px;
    }

    .review__note {
        display: block;
        text-align: center;
    }

    .review__note-item {
        margin-bottom: 20px;
    }

    .product-item__main {
        padding-top: 0;
    }

    .product-item__img {
        width: 180px;
        height: 103px;
        margin-right: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 180px;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
    }

    .product-item__title {
        margin-bottom: 5px;
    }

    .product-item__about {
        margin-bottom: 5px;
    }

    .product-item__more {
        display: block;
    }

    .product-item__system {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .product-item__buy {
        margin-left: 10px;
        padding-top: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
    }

    .product-item__btn {
        padding-right: 10px;
        padding-left: 34px;
        background-position-x: 10px;
    }

    .select__dropdown {
        right: auto;
        width: 270px;
    }

    .select__scroll {
        max-width: 258px;
    }

    .draw-item__img-inner {
        width: 184px;
        height: 107px;
    }

    .draw-item__img_current .draw-item__img-inner {
        width: 289px;
        height: 168px;
    }

    .draw-item__note br {
        display: none;
    }

    .draw-user__winner {
        width: 700px;
    }

    .draw-user__vote {
        width: 240px;
    }

    .winner-slider__slide {
        padding: 0 5px;
    }

    .winner-slider__item {
        margin-bottom: 15px;
    }

    .winner-item__img {
        width: 199px;
        height: 114px;
    }

    .winner-item__user {
        padding-right: 10px;
        padding-left: 10px;
    }

    .winner-item__user-img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 38px;
        -ms-flex: 0 0 38px;
        flex: 0 0 38px;
    }

    .draw-vote {
        padding: 20px 10px;
    }

    .draw-vote__item {
        padding-left: 64px;
    }

    .draw-vote__item img {
        width: 156px;
        height: 89px;
    }

    .draw-vote__item:before {
        left: 17px;
    }

    .draw-vote__item_won:after {
        width: 64px;
    }
}

@media (max-width: 992px) {
    .series-slider__img {
        width: auto;
        height: auto;
    }
}

@media (max-width: 991px) {
    .header__logo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .header__user {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .header__nav {
        position: relative;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .aside__inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .aside__widget {
        width: 33.333333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .aside__widget:nth-child(3) {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .widget-info {
        padding-right: 0;
    }

    .top-menu {
        position: absolute;
        z-index: 600;
        top: 100%;
        right: 0;
        display: block;
        visibility: hidden;
        padding: 5px 15px;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 0;
        background-color: #ffffff;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .top-menu:before {
        position: absolute;
        top: -8px;
        right: 10px;
        display: block;
        content: '';
        border-right: 6px solid transparent;
        border-bottom: 8px solid #ffffff;
        border-left: 6px solid transparent;
    }

    .header__nav_open .top-menu {
        visibility: visible;
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 1;
    }

    .top-menu__item {
        margin-right: 0;
        border-bottom: 1px solid #eeeeee;
    }

    .top-menu__item:last-child {
        border-bottom: none;
    }

    .top-menu__link {
        line-height: normal;
    }

    .top-menu__link:before,
    .top-menu__link:after {
        display: none;
    }

    .bar__inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .bar__search {
        padding: 8px 10px;
        -webkit-box-flex: 1;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        -ms-flex-preferred-size: 0;
    }

    .bar__nav {
        display: none;
        width: 100%;
        margin-right: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .menu {
        display: block;
        padding-bottom: 8px;
    }

    .menu__item {
        margin-right: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }

    .menu__item_parent:before {
        display: none;
    }

    .menu__link {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .menu__toggle {
        top: 0;
        width: 30px;
        height: 42px;
        margin-top: 0;
        background-position: center center;
        background-size: 12px auto;
    }

    .menu__toggle_active {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sub-menu {
        position: static;
        display: none;
        visibility: visible;
        width: auto;
        opacity: 1;
    }

    .sub-menu__link {
        line-height: 30px;
    }

    .sub-menu__item_parent .sub-menu__link:before {
        display: none;
    }

    .dropdown-menu {
        display: none;
    }

    .nav-toggle {
        position: relative;
        display: block;
        width: 36px;
        height: 36px;
        padding: 0;
        cursor: pointer;
        border: none;
        background: none;
    }

    .nav-toggle__bar {
        position: absolute;
        top: 9px;
        left: 50%;
        display: block;
        width: 30px;
        height: 2px;
        margin-left: -15px;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #51555a;
    }

    .bar__toggle .nav-toggle__bar {
        background: #ffffff;
    }

    .nav-toggle__bar:nth-child(2) {
        top: 17px;
    }

    .nav-toggle__bar:nth-child(3) {
        top: 25px;
    }

    .header__nav_open .nav-toggle__bar:nth-child(1),
    .header__nav_open .nav-toggle__bar:nth-child(3),
    .nav-toggle_active .nav-toggle__bar:nth-child(1),
    .nav-toggle_active .nav-toggle__bar:nth-child(3) {
        top: 16px;
    }

    .header__nav_open .nav-toggle__bar:nth-child(2),
    .nav-toggle_active .nav-toggle__bar:nth-child(2) {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .header__nav_open .nav-toggle__bar:nth-child(1),
    .nav-toggle_active .nav-toggle__bar:nth-child(1) {
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .header__nav_open .nav-toggle__bar:nth-child(3),
    .nav-toggle_active .nav-toggle__bar:nth-child(3) {
        -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        transform: rotate(-225deg);
    }

    .search__form {
        width: 100%;
    }

    .pay-alert__ico {
        padding-right: 10px;
        text-align: left;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 84px;
        -ms-flex: 0 0 84px;
        flex: 0 0 84px;
    }

    .cart {
        display: block;
    }

    .cart__main {
        width: auto;
        margin-bottom: 35px;
        padding-right: 0;
    }

    .cart__inner {
        width: auto;
    }

    .cart-scale__unit:after {
        width: 58px;
    }

    .main-slider__inner {
        display: block;
        max-width: 518px;
        margin: 0 auto;
    }

    .main-slider__lg {
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .main-slider__lg-jpeg {
        width: auto;
        height: auto;
    }

    .main-slider__sm {
        width: auto;
        margin-right: -10px;
        margin-bottom: 0;
        margin-left: -10px;
    }

    .game-item__img {
        width: auto;
        height: auto;
    }

    .game-item_lg .game-item__img {
        width: auto;
        height: auto;
    }

    .dropdown__unit .game-item__img {
        width: auto;
        height: auto;
    }

    .pre-slider {
        max-width: 644px;
        margin-right: auto;
        margin-left: auto;
    }

    .pre-slider__lg-img {
        width: auto;
        height: auto;
    }

    .pre-slider__sm-img {
        width: auto;
        height: auto;
    }

    .pre-bar {
        max-width: 644px;
        margin-right: auto;
        margin-left: auto;
    }

    .subscribe__body {
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-align: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

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

    .advant__item {
        width: -webkit-calc(33.333333% - 8px);
        width: calc(33.333333% - 8px);
        padding: 15px;
    }

    .catalog-wrap__aside {
        margin-bottom: 30px;
    }

    .product-item__img {
        width: auto;
        height: auto;
    }

    .filter__head {
        margin-right: 0;
        padding-right: 0;
    }

    .filter__body {
        display: none;
    }

    .filter__toggle {
        display: block;
        padding-top: 20px;
    }

    .filter__btn-toggle {
        font-size: 11px;
        font-weight: 700;
        line-height: 40px;
        display: block;
        width: 100%;
        height: 40px;
        padding: 0 10px;
        text-align: center;
        vertical-align: bottom;
        text-decoration: none;
        text-transform: uppercase;
        color: #ffffff;
        border: none;
        background-color: #e2004b;
    }

    .filter__btn-toggle:before {
        content: 'Показать фильтр';
    }

    .filter__btn-toggle_active:before {
        content: 'Свернуть фильтр';
    }

    .filter__btn-toggle:hover {
        color: #ffffff;
        background-color: #ff0055;
    }

    .select__dropdown {
        right: 0;
        width: auto;
    }

    .select__scroll {
        max-width: none;
    }

    .draw__body {
        display: block;
        padding-top: 0;
    }

    .draw__section {
        width: auto;
        padding: 40px 0;
    }

    .draw-item__img-inner {
        width: auto;
        height: auto;
    }

    .draw-item__img_current .draw-item__img-inner {
        width: auto;
        height: auto;
    }

    .draw-user {
        display: block;
    }

    .draw-user__winner {
        width: auto;
        margin-bottom: 30px;
        padding: 0;
    }

    .draw-user__vote {
        width: auto;
    }

    .winner-item__img {
        width: auto;
        height: auto;
    }

    .draw-vote__item {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 84px;
    }

    .draw-vote__item img {
        width: auto;
        height: auto;
    }

    .draw-vote__item:before {
        left: 27px;
    }

    .draw-vote__item_won:after {
        width: 84px;
    }

    .draw-stat {
        padding: 25px 0;
    }

    .draw-stat__inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .draw-stat__item {
        width: 50%;
        padding: 15px;
    }

    .draw-comment {
        display: block;
    }

    .draw-comment__main {
        width: auto;
        margin-bottom: 40px;
    }

    .draw-comment__about {
        padding-left: 0;
    }
}

@media all and (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
    }

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

    .fancybox-thumbs > ul > li {
        max-width: -webkit-calc(100% - 10px);
        max-width: calc(100% - 10px);
    }
}

@media (max-width: 767px) {
    .aside__widget {
        width: 50%;
    }

    .widget-menu {
        width: auto;
    }

    .bar {
        position: relative;
    }

    .search {
        position: static;
    }

    .search__dropdown {
        right: 0;
        left: 0;
        width: auto;
        margin-top: 0;
    }

    .search__dropdown:before {
        left: 50%;
        margin-left: -6px;
    }

    .cart-scale__unit:after {
        width: 42px;
    }

    .cart-related__head {
        margin-right: 0;
        margin-left: 0;
    }

    .game-list {
        margin-right: -8px;
        margin-bottom: 20px;
        margin-left: -8px;
        padding: 0 0 34px 0;
    }

    .game-list__arrow {
        top: auto;
        bottom: 0;
        margin-top: 0;
    }

    .game-list__arrow.slick-prev {
        left: 8px;
    }

    .game-list__arrow.slick-next {
        right: 8px;
    }

    .game-bar {
        padding: 0;
    }

    .tabs-nav {
        margin-right: 0;
        margin-left: 0;
        border-bottom: none;
    }

    .tabs-nav__item {
        font-size: 15px;
        margin-right: 5px;
        margin-left: 5px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .pre-order__head {
        margin-right: 0;
        margin-left: 0;
    }

    .pre-slider {
        margin-right: -6px;
        margin-left: -6px;
        padding-right: 0;
        padding-bottom: 44px;
        padding-left: 0;
    }

    .pre-slider__arrow {
        top: auto;
        bottom: 0;
        margin-top: 0;
    }

    .pre-slider__arrow_prev {
        left: 6px;
    }

    .pre-slider__arrow_next {
        right: 6px;
    }

    .pre-bar {
        flex-direction: column;
        padding: 0;
        text-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-align: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .pre-bar__note {
        margin-bottom: 10px;
    }

    .series__head {
        margin-right: 0;
        margin-left: 0;
    }

    .series-slider {
        margin-right: -6px;
        margin-left: -6px;
        padding: 0 0 44px 0;
    }

    .series-slider__arrow {
        top: auto;
        bottom: 0;
        margin-top: 0;
    }

    .series-slider__arrow.slick-prev {
        left: 6px;
    }

    .series-slider__arrow.slick-next {
        right: 6px;
    }

    .review__head {
        margin-right: 0;
        margin-left: 0;
    }

    .review__note-count {
        line-height: 18px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .review-slider {
        margin-right: -8px;
        margin-left: -8px;
        padding-right: 0;
        padding-bottom: 44px;
        padding-left: 0;
    }

    .review-slider__arrow {
        top: auto;
        bottom: 0;
        margin-top: 0;
    }

    .review-slider__arrow.slick-prev {
        left: 8px;
    }

    .review-slider__arrow.slick-next {
        right: 8px;
    }

    .review-more {
        padding: 0;
        text-align: center;
    }

    .subscribe__body {
        display: block;
    }

    .subscribe__item {
        display: block;
        margin-right: 0;
        margin-bottom: 30px;
        margin-left: 0;
        text-align: center;
    }

    .subscribe__label {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .subscribe__group {
        margin-bottom: 10px;
    }

    .subscribe__control {
        width: 100%;
        border: 1px solid #cacbcc;
    }

    .advant__item {
        width: -webkit-calc(50% - 8px);
        width: calc(50% - 8px);
    }

    .catalog-head {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .catalog-head__nav {
        width: 100%;
        border-bottom: 1px solid #cecece;
    }

    .catalog-head__view {
        margin-bottom: -1px;
        margin-left: 0;
        padding-right: 20px;
        border-bottom: 1px solid #cecece;
        -webkit-box-flex: 1;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
        -ms-flex-preferred-size: 0;
    }

    .catalog-head__sort {
        margin-bottom: -1px;
        margin-left: 0;
        border-bottom: 1px solid #cecece;
    }

    .product-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-item__img {
        -webkit-box-flex: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-flex: 0 0 220px;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .product-item__buy {
        margin-left: auto;
        padding-top: 13px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .product-item__main {
        width: 100%;
        padding-top: 13px;
        -webkit-box-flex: 0;
        -webkit-box-ordinal-group: 4;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .product-item__more {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .product-item__system {
        margin-right: 3px;
        margin-bottom: 0;
    }

    .product-list__item {
        width: 33.333333%;
    }
}

@media (max-width: 575px) {
    .cart-widget {
        position: static;
    }

    .cart-widget__dropdown {
        right: 0;
        left: 0;
        width: auto;
        margin-top: 0;
    }

    .draw-stat__item {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .popup {
        width: 98%;
    }
}

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

    .header__inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header__user {
        width: 100%;
        padding-top: 10px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .header__nav {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .user-menu {
        margin-right: -5px;
        margin-left: -5px;
    }

    .user-menu__item {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        margin: 0 5px;
    }

    .cart-list__item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cart-list__title {
        width: 100%;
        padding: 10px;
        -webkit-box-flex: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .cart-list__group {
        margin-left: auto;
    }

    .cart-scale__unit:after {
        width: 30px;
    }

    .cart-pay__item {
        width: 50%;
    }

    .cart-pay__item_lg {
        width: 100%;
    }

    .main-slider {
        padding-right: 0;
        padding-left: 0;
    }

    .main-slider__arrow {
        top: auto;
        bottom: -47px;
        margin-top: 0;
    }

    .main-slider__lg {
        margin-bottom: 10px;
    }

    .main-slider__sm {
        margin-right: -5px;
        margin-bottom: 0;
        margin-left: -5px;
    }

    .main-slider__sm-unit {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        margin-right: 5px;
        margin-bottom: 10px;
        margin-left: 5px;
    }

    .game-bar {
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -ms-flex-align: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .game-bar__sort {
        margin-bottom: 20px;
    }

    .tabs-nav {
        display: block;
    }

    .tabs-nav__item {
        border-bottom: 1px solid #cecece;
    }

    .tabs-nav__item:before {
        border: none;
    }

    .pre-slider__lg-inner {
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .pre-slider__sm-inner {
        bottom: 5px;
    }

    .product-item__more {
        display: block;
    }

    .product-item__system {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .product-list__item {
        width: 50%;
    }

    .winner-slider {
        max-width: 314px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 34px;
        padding-left: 34px;
    }
}

@media (max-width: 425px) {
    .search-result__inner {
        display: block;
    }

    .search-result__price {
        padding-top: 5px;
    }

    .search-result__logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20px;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
    }

    .cart-result__inner {
        display: block;
    }

    .cart-result__price {
        padding-top: 5px;
    }

    .pay-alert {
        padding: 20px 0;
    }

    .pay-alert__inner {
        display: block;
    }

    .pay-alert__ico {
        margin-bottom: 15px;
        padding-right: 0;
        text-align: center;
    }

    .pay-alert__main {
        text-align: center;
    }

    .cart-total {
        -webkit-align-items: stretch;
        align-items: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
    }

    .cart-total__info {
        min-width: 0;
    }

    .cart-scale__unit:after {
        width: 22px;
    }

    .pre-slider__lg-title {
        margin-bottom: 5px;
    }

    .pre-slider__lg-date {
        font-size: 14px;
        line-height: 16px;
    }

    .series-slider__label {
        font-size: 13px;
    }

    .series-slider__value {
        font-size: 14px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40px;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
    }

    .product-item__img {
        width: 58.22785%;
        margin-right: 0;
        padding-right: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .product-item__buy {
        width: 41.77215%;
        margin-left: 0;
        padding-top: 0;
        padding-left: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .product-item__price {
        margin-bottom: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .product-item__cost {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .product-item__unit-label {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 120px;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    }

    .draw-item__timer-item {
        margin: 0 20px;
    }

    .draw-item__timer-item:first-child {
        margin-left: 0;
    }

    .draw-item__timer-item:last-child {
        margin-right: 0;
    }

    .draw-modal__form {
        display: block;
    }

    .draw-modal__submit {
        padding-top: 15px;
        padding-left: 0;
    }

    .popup_setting .popup__body {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 375px) {
    .cart-list__img {
        width: auto;
        height: auto;
        margin-right: 10px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 130px;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
    }

    .cart-list__cost {
        padding-right: 5px;
        padding-left: 5px;
    }

    .cart-list__remove {
        padding-right: 5px;
        padding-left: 0;
    }

    .cart-discount {
        padding-right: 10px;
        padding-left: 10px;
    }

    .pre-slider__lg-inner {
        right: 5px;
        bottom: 5px;
        left: 5px;
    }

    .pre-slider__lg-title {
        font-size: 14px;
    }

    .pre-slider__lg-date {
        font-size: 13px;
        line-height: 14px;
        width: 100px;
    }

    .pre-slider__sm-inner {
        right: 5px;
        bottom: 2px;
        left: 5px;
    }

    .pre-slider__sm-date {
        font-size: 13px;
    }

    .product-item__img {
        padding-right: 5px;
    }

    .product-item__buy {
        padding-left: 5px;
    }

    .product-item__btn {
        padding-top: 4px;
        padding-bottom: 4px;
    }
}
