@charset "UTF-8";
audio {
    display: inline-block;
}

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

canvas {
    display: inline-block;
}

button {
    overflow: visible;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    outline: none;
    color: inherit;
    font: inherit;
    line-height: inherit;
    background: transparent;
    padding: 0;
    border: 0;
    text-transform: none;
    display: block;
    -webkit-tap-highlight-color: transparent;
}

button[disabled] {
    cursor: default;
}

details {
    display: block;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

input {
    -webkit-border-radius: 0;
    outline: none;
    color: inherit;
    font: inherit;
    line-height: normal;
    word-break: normal;
    -webkit-appearance: none;
}

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

input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}

input[type="number"] {
    -moz-appearance: textfield;
}

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

input[type="search"] {
    -webkit-appearance: textfield;
}

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

html input[disabled] {
    cursor: default;
}

main {
    display: block;
}

pre {
    overflow: auto;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

summary {
    display: block;
}

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

template {
    display: none;
}

textarea {
    overflow: auto;
    resize: none;
    outline: none;
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    display: block;
    -webkit-appearance: none;
}

[hidden] {
    display: none;
}

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

* {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

li {
    list-style: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    color: inherit;
    font: inherit;
    width: 100%;
    text-transform: none;
    outline: none;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

select::-ms-value {
    color: currentColor;
}

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

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: block;
    border: 0;
}

a {
    background-color: transparent;
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}

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

b,
strong {
    font-weight: bolder;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

pre {
    overflow: auto;
}

fieldset {
    border: none;
    padding: 0;
}

td,
th {
    padding: 0;
}

body {
    word-wrap: break-word;
    /* РґР»СЏ ie */
    overflow-wrap: break-word;
    word-break: break-word;
}

video {
    display: inline-block;
}

input[placeholder] {
    text-overflow: ellipsis;
}

input::-moz-placeholder {
    text-overflow: ellipsis;
}

input:-moz-placeholder {
    text-overflow: ellipsis;
}

input:-ms-input-placeholder {
    text-overflow: ellipsis;
}

/* Single property */
/*
html {
  @include original-fluid-type(font-size, 320px, 1366px, 14px, 18px);
}
*/
/* Multiple properties with same values */
/*
h1 {
  @include original-fluid-type(padding-bottom padding-top, 20em, 70em, 2em, 4em);
}
*/
@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: "Circe";
    src: url("../fonts/Circe.eot");
    src: url("../fonts/Circe.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe.woff") format("woff"), url("../fonts/Circe.ttf") format("truetype");
}

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

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

.ya-button {
    display: inline-block;
    padding: 0 20px;
    line-height: 45px;
    width: auto;
    vertical-align: middle;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    font-size: 12px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Helvetica";
    font-weight: 700;
    text-align: center;
    border: 1px solid transparent;
}

.ya-button[disabled] {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: default;
    pointer-events: none;
}

.ya-button:active {
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}

.ya-button.ya-sm {
    line-height: 40px;
    padding: 0 15px;
}

.ya-button.ya-width-full {
    padding: 0;
    width: 100%;
}

[data-trigger=spinner] .ya-button {
    font-size: 23px;
    font-weight: 700;
}

.ya-button--red {
    color: white;
    background: #e7221b;
    border-color: #e7221b;
}

.ya-button--red:hover, .ya-button--red:focus {
    color: white;
}

.ya-button--red:active {
    color: white;
}

.ya-button--red:hover, .ya-button--red:focus {
    background: #e7221b;
}

.ya-button--red:active {
    background: #e7221b;
}

.ya-button--red:hover, .ya-button--red:focus {
    border-color: #e7221b;
}

.ya-button--red:active {
    border-color: #e7221b;
}

.ya-button--red-transparent {
    color: #e7221b;
    background: transparent;
    border-color: #e7221b;
}

.ya-button--red-transparent:hover, .ya-button--red-transparent:focus {
    color: #e7221b;
}

.ya-button--red-transparent:active {
    color: #e7221b;
}

.ya-button--red-transparent:hover, .ya-button--red-transparent:focus {
    background: transparent;
}

.ya-button--red-transparent:active {
    background: transparent;
}

.ya-button--red-transparent:hover, .ya-button--red-transparent:focus {
    border-color: #e7221b;
}

.ya-button--red-transparent:active {
    border-color: #e7221b;
}

.ya-button--gray-transparent {
    color: #b6b6b7;
    background: transparent;
    border-color: #b6b6b7;
}

.ya-button--gray-transparent:hover, .ya-button--gray-transparent:focus {
    color: #b6b6b7;
}

.ya-button--gray-transparent:active {
    color: #b6b6b7;
}

.ya-button--gray-transparent:hover, .ya-button--gray-transparent:focus {
    background: transparent;
}

.ya-button--gray-transparent:active {
    background: transparent;
}

.ya-button--gray-transparent:hover, .ya-button--gray-transparent:focus {
    border-color: #b6b6b7;
}

.ya-button--gray-transparent:active {
    border-color: #b6b6b7;
}

.ya-button--circle-transparent {
    background: transparent;
    border-color: transparent;
    padding: 0;
    border-radius: 50%;
    width: 19px;
    height: 19px;
    line-height: 1;
}

.ya-button--circle-transparent:hover, .ya-button--circle-transparent:focus {
    background: transparent;
}

.ya-button--circle-transparent:active {
    background: transparent;
}

.ya-button--circle-transparent:hover, .ya-button--circle-transparent:focus {
    border-color: transparent;
}

.ya-button--circle-transparent:active {
    border-color: transparent;
}

.ya-button--gray {
    color: #959597;
    background: #eeeeee;
    border-color: #d7d7d7;
}

.ya-button--gray:hover, .ya-button--gray:focus {
    color: #959597;
}

.ya-button--gray:active {
    color: #959597;
}

.ya-button--gray:hover, .ya-button--gray:focus {
    background: #eeeeee;
}

.ya-button--gray:active {
    background: #eeeeee;
}

.ya-button--gray:hover, .ya-button--gray:focus {
    border-color: #d7d7d7;
}

.ya-button--gray:active {
    border-color: #d7d7d7;
}

.ya-button--gray.ya-active {
    background: white;
    color: #3c3d41;
}

.ya-button--green {
    color: white;
    background: #3ca773;
    border-color: #3ca773;
}

.ya-button--green:hover, .ya-button--green:focus {
    color: white;
}

.ya-button--green:active {
    color: white;
}

.ya-button--green:hover, .ya-button--green:focus {
    background: #3ca773;
}

.ya-button--green:active {
    background: #3ca773;
}

.ya-button--green:hover, .ya-button--green:focus {
    border-color: #3ca773;
}

.ya-button--green:active {
    border-color: #3ca773;
}

.ya-button--green-light, .ya-button.ya-in-basket {
    color: white;
    background: #48a841;
    border-color: #48a841;
}

.ya-button--green-light:hover, .ya-button.ya-in-basket:hover, .ya-button--green-light:focus, .ya-button.ya-in-basket:focus {
    color: white;
}

.ya-button--green-light:active, .ya-button.ya-in-basket:active {
    color: white;
}

.ya-button--green-light:hover, .ya-button.ya-in-basket:hover, .ya-button--green-light:focus, .ya-button.ya-in-basket:focus {
    background: #34942d;
}

.ya-button--green-light:active, .ya-button.ya-in-basket:active {
    background: #34942d;
}

.ya-button--green-light:hover, .ya-button.ya-in-basket:hover, .ya-button--green-light:focus, .ya-button.ya-in-basket:focus {
    border-color: #34942d;
}

.ya-button--green-light:active, .ya-button.ya-in-basket:active {
    border-color: #34942d;
}

.ya-button__text {
    vertical-align: middle;
    line-height: normal;
}

.ya-field {
    width: 100%;
    color: #1B1B1B;
    border: 1px solid #D7D7D7;
    height: 47px;
    font-family: "Circe";
    font-weight: 400;
    font-size: 16px;
    padding: 0 18px;
    border-radius: 5px;
    background: #eee;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}

.ya-field:focus {
    color: #1B1B1B;
    background: #eee;
    border-color: #D7D7D7;
}

.ya-field.ya-bg-white {
    background: white;
}

[data-trigger=spinner] .ya-field {
    text-align: center;
    font-size: 18px;
    color: #7a7a7a;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-radius: 0;
    padding: 0;
}

.ya-field.ya-theme-orange {
    background: #ffdc17;
}

.ya-error .ya-field, .ya-field.ya-error {
    color: red;
    border-color: red;
    background: #eee;
}

textarea.ya-field {
    height: 150px;
    padding: 10px 18px;
}

.ya-field-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid white;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}

.ya-field-group.ya-gray {
    border-color: #d7d7d7;
}

.ya-field-group > * {
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-radius: 0;
}

.ya-field-group > *:first-child {
    border-left: none;
    border-radius: 3px 0 0 3px;
}

.ya-field-group > *:last-child {
    border-radius: 0 3px 3px 0;
}

.ya-field-group > *:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ya-field-group > *:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ya-field-group.ya-width-auto > * {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.ya-field-group.ya-error {
    border-color: red;
}

.ya-field-group.ya-error > * {
    border-color: red;
}

.ya-spinner .ya-field-group {
    margin-bottom: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ya-spinner .ya-field-group > div:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ya-spinner .ya-field-group > div:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.ya-spinner .ya-field-group > div:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ya-spinner .ya-field-group > div {
    min-width: 1px;
}

.ya-checkbox {
    font-family: "Circe";
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
}

.ya-checkbox > span:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ya-checkbox > span:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.ya-checkbox > span {
    min-width: 1px;
}

.ya-checkbox > span {
    padding-left: 10px;
    padding-right: 10px;
}

.ya-checkbox > span:first-child {
    padding-left: 0;
}

.ya-checkbox > span:last-child {
    padding-right: 0;
}

.ya-icon--checkbox {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -52px -116px;
    width: 20px;
    height: 20px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    margin: 0 !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--checkbox {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

input:checked + .ya-icon--checkbox {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -28px -116px;
    width: 20px;
    height: 20px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    input:checked + .ya-icon--checkbox {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-container-select .ya-icon {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.ya-group-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ya-group-checkbox > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.ya-group-checkbox > div {
    min-width: 1px;
}

.ya-group-checkbox > div {
    padding-left: 10px;
    padding-right: 10px;
}

.ya-group-checkbox > div:first-child {
    padding-left: 0;
}

.ya-group-checkbox > div:last-child {
    padding-right: 0;
}

.ya-group-checkbox__text {
    display: block;
    border: 1px solid #d5d5d5;
    border-radius: 18px;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}

input:checked ~ .ya-group-checkbox__text, .ya-group-checkbox__text:hover {
    border-color: #d30e07;
    color: white;
    background: #d30e07;
}

input:checked ~ .ya-group-checkbox__text {
    cursor: default;
}

.ya-container-select {
    position: relative;
}

.ya-field-container {
    margin-bottom: 10px;
}

.ya-field-container.ya-margin-lg {
    margin-bottom: 30px;
}

.ya-form-margin {
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .ya-form__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -5px !important;
        margin-right: -5px !important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ya-form__row > div {
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .ya-form__row > div {
        min-width: 1px;
    }
    .ya-form__row > div {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.ya-form__fields-block {
    display: none;
}

.ya-form__fields-block.ya-visible {
    display: block;
}

.ya-form__title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 15px;
}

.ya-form {
    margin-bottom: 38px;
}

.ya-form__link {
    color: #e7221b;
    text-decoration: none;
    font-family: "Helvetica";
    font-size: 12px;
}

.ya-icon--navicon:before {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: 0px -116px;
    width: 24px;
    height: 20px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity -0.1s linear;
    transition: opacity -0.1s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--navicon:before {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--navicon:after {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: 0px -116px;
    width: 24px;
    height: 20px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--navicon:after {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--navicon-2:before {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -119px -54px;
    width: 23px;
    height: 18px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity -0.1s linear;
    transition: opacity -0.1s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--navicon-2:before {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--navicon-2:after {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -119px -54px;
    width: 23px;
    height: 18px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--navicon-2:after {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--search:before {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -119px 0px;
    width: 23px;
    height: 23px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity -0.1s linear;
    transition: opacity -0.1s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--search:before {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--search:after {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -119px 0px;
    width: 23px;
    height: 23px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--search:after {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--search-red:before {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -119px -27px;
    width: 23px;
    height: 23px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity -0.1s linear;
    transition: opacity -0.1s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--search-red:before {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--search-red:after {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -119px -27px;
    width: 23px;
    height: 23px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--search-red:after {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--basket:before {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -86px -61px;
    width: 25px;
    height: 22px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity -0.1s linear;
    transition: opacity -0.1s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--basket:before {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--basket:after {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -86px -61px;
    width: 25px;
    height: 22px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--basket:after {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--basket-2:before {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -86px -33px;
    width: 27px;
    height: 24px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity -0.1s linear;
    transition: opacity -0.1s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--basket-2:before {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--basket-2:after {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -86px -33px;
    width: 27px;
    height: 24px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--basket-2:after {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--close:before {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -75px -94px;
    width: 17px;
    height: 16px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity -0.1s linear;
    transition: opacity -0.1s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--close:before {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--close:after {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -75px -94px;
    width: 17px;
    height: 16px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--close:after {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--close-2:before {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -54px -94px;
    width: 17px;
    height: 17px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity -0.1s linear;
    transition: opacity -0.1s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--close-2:before {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--close-2:after {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -54px -94px;
    width: 17px;
    height: 17px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--close-2:after {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--info-2:before {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -32px -94px;
    width: 18px;
    height: 18px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity -0.1s linear;
    transition: opacity -0.1s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--info-2:before {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--info-2:after {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -32px -94px;
    width: 18px;
    height: 18px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--info-2:after {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--pointer-down:before {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -96px -94px;
    width: 11px;
    height: 7px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity -0.1s linear;
    transition: opacity -0.1s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--pointer-down:before {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--pointer-down:after {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -96px -94px;
    width: 11px;
    height: 7px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--pointer-down:after {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--paper:before {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: 0px 0px;
    width: 82px;
    height: 90px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity -0.1s linear;
    transition: opacity -0.1s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--paper:before {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--paper:after {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: 0px 0px;
    width: 82px;
    height: 90px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--paper:after {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--pointer-circle:before {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: 0px -94px;
    width: 28px;
    height: 18px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity -0.1s linear;
    transition: opacity -0.1s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--pointer-circle:before {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--pointer-circle:after {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: 0px -94px;
    width: 28px;
    height: 18px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--pointer-circle:after {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--box:before {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -86px 0px;
    width: 29px;
    height: 29px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity -0.1s linear;
    transition: opacity -0.1s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--box:before {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-icon--box:after {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -86px 0px;
    width: 29px;
    height: 29px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-icon--box:after {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-container {
    width: 100%;
    padding: 0 20px;
}

.ya-content__row .ya-container,
.remodal .ya-container {
    padding: 0;
    width: 100%;
}

.ya-page {
    min-width: 40px;
    overflow: hidden;
}

.ya-title {
    display: block;
    font-family: "Circe";
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    color: inherit;
    line-height: 1.15;
    margin-bottom: 0px;
    max-height: 100%;
}

.ya-text {
    max-height: 100%;
}

.ya-text p {
    line-height: 1.15;
    margin-bottom: 14px;
}

.ya-text p:last-child {
    margin-bottom: 0;
}

.ya-text ul {
    list-style: inside disc;
}

.ya-text ul,
.ya-text ol {
    margin-bottom: 14px;
    margin-left: 0px;
}

.ya-text ul:last-child,
.ya-text ol:last-child {
    margin-bottom: 0;
}

.ya-text ul li,
.ya-text ol li {
    line-height: 1.15;
}

.ya-text ul li:last-child,
.ya-text ol li:last-child {
    margin-bottom: 0;
}

.ya-text ul ul,
.ya-text ol ol,
.ya-text ul ol,
.ya-text ol ul {
    margin-left: 10px;
}

.ya-text img {
    margin: 20px;
}

.ya-text.ya-margin-collapse p {
    margin-bottom: 0;
}

.ya-text.ya-margin-collapse ul,
.ya-text.ya-margin-collapse ol {
    margin-bottom: 0;
}

.ya-text.ya-helvetica {
    font-family: "Helvetica";
}

.ya-text.ya-margin-md {
    margin-bottom: 17px;
}

.ya-card .ya-text {
    font-family: "Helvetica";
}

.ya-icon {
    display: block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-repeat: no-repeat;
    margin: 0 auto;
}

.ya-icon:before, .ya-icon:after {
    content: '';
    background-repeat: no-repeat;
}

.ya-icon:before {
    opacity: 1;
    display: block;
}

.ya-icon:after {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.ya-button .ya-icon {
    display: inline-block;
    vertical-align: middle;
}

.ya-link {
    color: #e7221b;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    border-bottom: none;
    text-decoration: none;
}

.ya-link:hover, .ya-link:focus {
    color: #d30e07;
    border-color: transparent;
}

.ya-hidden {
    display: none;
}

html {
    font-size: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1B1B1B;
    font-family: "Circe";
    font-size: 14px;
    line-height: 1.15;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
    background-color: #2e2e30;
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #2e2e30;
    color: #fff;
    text-shadow: none;
}

b,
strong {
    font-weight: 700;
}

.element {
    -webkit-overflow-scrolling: touch;
}

.ya-page__title, .ya-section__title {
    display: block;
    font-size: 22px;
    color: #1B1B1B;
    font-weight: 700;
    border-bottom: 1px solid #E8E9E8;
    padding-top: 16px;
    padding-bottom: 12px;
    margin-bottom: 24px;
    line-height: 1.3;
}

.ya-section__title {
    border-bottom: none;
    padding-top: 11px;
    padding-bottom: 0;
    margin-bottom: 11px;
}

.ya-section__title--list-products {
    border-bottom: 1px solid rgba(150, 150, 150, 0.17);
    padding-bottom: 11px;
    margin-bottom: 24px;
}

.ya-section__title--list-products.ya-sm {
    border: none;
    padding-bottom: 0;
    font-size: 20px;
}

.ya-visible-small {
    display: none;
}

@media screen and (max-width: 767px) {
    .ya-visible-small {
        display: block !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .ya-hidden-small-only {
        display: none !important;
    }
}

.ya-no-margin {
    margin-bottom: 0 !important;
}

.ya-center {
    text-align: center;
}

.ya-angle:after, .ya-angle:before {
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px solid transparent;
}

.ya-angle.ya-x:after, .ya-angle.ya-x:before {
    width: 100%;
    left: 0;
    height: 41px;
    border-left-color: #dfdfdf;
    border-right-color: #dfdfdf;
}

.ya-angle.ya-x:before {
    top: 0;
}

.fotorama__thumb .ya-angle.ya-x:before {
    top: -1px;
}

.ya-angle.ya-x:after {
    bottom: 0;
}

.fotorama__thumb .ya-angle.ya-x:after {
    bottom: -1px;
}

.ya-angle.ya-x.ya-md:after, .ya-angle.ya-x.ya-md:before {
    height: 19px;
}

.fotorama__thumb .ya-angle.ya-x.ya-md:after, .fotorama__thumb .ya-angle.ya-x.ya-md:before {
    width: auto;
    left: -1px;
    right: -1px;
}

.ya-angle.ya-x.ya-sm:after, .ya-angle.ya-x.ya-sm:before {
    height: 14px;
}

.ya-angle.ya-y:after, .ya-angle.ya-y:before {
    height: 100%;
    top: 0;
    width: 41px;
    border-top-color: #dfdfdf;
    border-bottom-color: #dfdfdf;
}

.ya-angle.ya-y:before {
    left: 0;
}

.fotorama__thumb .ya-angle.ya-y:before {
    left: -1px;
}

.ya-angle.ya-y:after {
    right: 0;
}

.fotorama__thumb .ya-angle.ya-y:after {
    right: -1px;
}

.ya-angle.ya-y.ya-md:after, .ya-angle.ya-y.ya-md:before {
    width: 19px;
}

.fotorama__thumb .ya-angle.ya-y.ya-md:after, .fotorama__thumb .ya-angle.ya-y.ya-md:before {
    height: auto;
    top: -1px;
    bottom: -1px;
}

.ya-angle.ya-y.ya-sm:after, .ya-angle.ya-y.ya-sm:before {
    width: 14px;
}

.ya-full-window {
    margin-left: -20px;
    margin-right: -20px;
}

.ya-page__sub-title {
    display: block;
    font-size: 20px;
}

.ya-page__sub-title.ya-lg {
    font-size: 23px;
    margin-bottom: 20px;
}

.ya-page__sub-title.ya-margin-md {
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .ya-account__row {
        margin-bottom: 23px;
    }
}

@media screen and (min-width: 768px) {
    .ya-account__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -15px !important;
        margin-right: -15px !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ya-account__row > div:nth-child(1) {
        max-width: 242px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 242px;
        -ms-flex: 0 0 242px;
        flex: 0 0 242px;
    }
    .ya-account__row > div:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .ya-account__row > div {
        min-width: 1px;
    }
    .ya-account__row > div {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.ya-account__row > .ya-col {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .ya-account__row > .ya-col {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .ya-hidden-medium {
        display: none !important;
    }
}

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.fotorama--fullscreen, .fotorama__img {
    max-width: 99999px !important;
    max-height: 99999px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.fotorama__spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
}

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
    outline: 0;
}

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
    content: '';
    border-radius: inherit;
    background-color: rgba(0, 175, 234, 0.5);
}

.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: -webkit-transform,width;
    -webkit-transition-property: width,-webkit-transform;
    transition-property: width,-webkit-transform;
    transition-property: transform,width;
    transition-property: transform,width,-webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -webkit-transition-duration: 0ms;
    transition-duration: 0ms;
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.fotorama__nav, .fotorama__nav__frame {
    margin: auto;
    padding: 0;
}

.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.fotorama__nav__frame, .fotorama__thumb-border {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.fotorama__caption__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fotorama--hidden, .fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1;
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
    -webkit-tap-highlight-color: transparent;
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background: url(fotorama.png) no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
        background: url(fotorama@2x.png) 0 0/96px 160px no-repeat;
    }
}

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: rgba(127, 127, 127, 0.2);
}

@media print {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
        background: none !important;
    }
}

.fotorama {
    min-width: 1px;
    overflow: hidden;
}

.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
    display: none;
}

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000;
}

.fotorama--fullscreen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    float: none !important;
    z-index: 2147483647 !important;
    background: #000;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
    background: #000;
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl;
}

.fotorama__nav, .fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y;
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important;
}

.fotorama__stage__frame {
    overflow: hidden;
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8;
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none;
}

.fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0;
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7;
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9;
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none;
}

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border: none !important;
}

.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
    display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block;
}

.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden;
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible;
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5;
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer;
}

.fotorama__nav--dots {
    display: block;
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px;
}

.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
    display: none;
}

.fotorama__nav--thumbs {
    display: block;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none;
}

.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f;
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding: 3px;
    top: -3px;
    left: -3px;
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2;
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(64, 64, 64, 0.1)));
    background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Helvetica Neue',Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.5);
}

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, 0.5);
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0;
}

.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
    display: none;
}

.fotorama__caption__wrap {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
}

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

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

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.fotorama__select {
    cursor: auto;
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent;
    }
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer;
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
}

.fotorama__arr--prev {
    left: 2px;
    background-position: 0 0;
}

.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0;
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: .1;
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 2px;
    right: 2px;
    background-position: 0 -32px;
    z-index: 20;
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
    border-radius: 50%;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px;
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none;
}

.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block;
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px;
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none;
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1;
}

.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block;
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0) !important;
    transform: translate3d(32px, -32px, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0) !important;
    transform: translate3d(-48px, 0, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0) !important;
    transform: translate3d(48px, 0, 0) !important;
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform,opacity;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 1px 100%,5px 100%;
}

.fotorama__nav:before, .fotorama__stage:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), color-stop(75%, transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
    background-position: 0 0,0 0;
    left: -10px;
}

.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
    left: 0;
}

.fotorama__nav:after, .fotorama__stage:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), color-stop(75%, transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
    background-position: 100% 0,100% 0;
    right: -10px;
}

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
    right: 0;
}

.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none;
}

/*! nouislider - 8.4.0 - 2016-04-16 16:46:08 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s,top .3s;
    transition: left .3s,top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}

.noUi-background {
    background: #FAFAFA;
    -webkit-box-shadow: inset 0 1px 1px #f0f0f0;
    box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
    background: #3FB8AF;
    -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    -webkit-box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
    box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

.noUi-target.noUi-connect {
    -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

.noUi-active {
    -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect, [disabled].noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-origin {
    cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    width: 40px;
    position: absolute;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-large, .noUi-marker-sub {
    background: #AAA;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 50px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    margin-left: -20px;
    padding-top: 20px;
}

.noUi-value-horizontal.noUi-value-sub {
    padding-top: 15px;
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    width: 15px;
    margin-left: 20px;
    margin-top: -5px;
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    padding: 5px;
    text-align: center;
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
    top: -32px;
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
    bottom: -32px;
}

.noUi-vertical .noUi-handle-lower .noUi-tooltip {
    left: 120%;
}

.noUi-vertical .noUi-handle-upper .noUi-tooltip {
    right: 120%;
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

/* 3D Container */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    /* Firefox 3.6-15 */
    /* Opera 11.10-12.00 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

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

.ya-article__title {
    font-size: 22px;
    color: #1B1B1B;
    font-weight: 700;
    margin-bottom: 11px;
    display: block;
    margin-top: 20px;
}

.ya-article__row {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .ya-article__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ya-article__row > div:nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .ya-article__row > div:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .ya-article__row > div {
        min-width: 1px;
    }
    .ya-article__row > div {
        padding-left: 10px;
        padding-right: 10px;
    }
    .ya-article__row > div:first-child {
        padding-left: 0;
    }
    .ya-article__row > div:last-child {
        padding-right: 0;
    }
}

.ya-article__row > .ya-col {
    margin-bottom: 10px;
}

.ya-article__info .ya-icon {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.ya-article__info-text {
    color: #6c6c6e;
    font-size: 12px;
    font-weight: 700;
    margin-left: 3px;
}

.ya-article__text {
    font-family: "Helvetica";
    font-size: 16px;
    color: #666D70;
    line-height: 1.6;
    margin-bottom: 50px;
}

.ya-article__text > *:first-child {
    margin-top: 0;
}

.ya-article__text > *:last-child {
    margin-bottom: 0;
}

.ya-article__text p {
    margin-bottom: 10px;
}

.ya-article__text h2 {
    font-size: 18px;
    margin: 20px 0 10px;
}

.ya-article__text h3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3.18px;
    margin: 21px 0 14px;
    position: relative;
}

.ya-article__text h3:after {
    content: '';
    position: absolute;
    top: 100%;
    margin-top: 3px;
    left: 0;
    background: #e7221b;
    height: 1px;
    width: 70px;
}

.ya-article__text h4 {
    font-size: 12px;
    letter-spacing: 2.72px;
    font-weight: 700;
    margin: 23px 0 15px;
}

.ya-article__text h1 {
    font-family: "Circe";
    color: #3B3D40;
    line-height: 1.3;
}

.ya-article__text h2 {
    font-family: "Circe";
    color: #3B3D40;
    line-height: 1.3;
}

.ya-article__text h3 {
    font-family: "Circe";
    color: #3B3D40;
    line-height: 1.3;
}

.ya-article__text h4 {
    font-family: "Circe";
    color: #3B3D40;
    line-height: 1.3;
}

.ya-article__text h5 {
    font-family: "Circe";
    color: #3B3D40;
    line-height: 1.3;
}

.ya-article__text h6 {
    font-family: "Circe";
    color: #3B3D40;
    line-height: 1.3;
}

.ya-article__text ul,
.ya-article__text ol {
    margin-left: 10px;
    margin-bottom: 10px;
}

.ya-article__text ul li,
.ya-article__text ol li {
    padding-left: 15px;
    position: relative;
}

.ya-article__text ol {
    counter-reset: item;
}

.ya-article__text ol li {
    display: block;
    padding-left: 20px;
}

.ya-article__text ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #d30e07;
    position: absolute;
    left: 0;
    top: 0;
}

.ya-article__text ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    background: #e7221b;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.ya-article__text img {
    display: inline-block;
    margin: 22px 0 17px;
}

.ya-article__text blockquote {
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    margin: 22px 0;
    padding: 13px 22px;
    font-family: "Circe";
    font-size: 20px;
    color: #3B3D40;
    line-height: 1.3;
    position: relative;
}

.ya-article__text table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 30px;
}

.ya-article__text td,
.ya-article__text th {
    height: 44px;
    padding: 0 15px;
    text-align: left;
}

.ya-article__text th {
    background: #2E2E30;
    border: 1px solid #626262;
    font-family: "Circe";
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}

.ya-article__text td {
    border: 1px solid #DDDDDD;
    color: #272727;
    font-size: 14px;
}

.ya-article__text td:first-child {
    font-family: "Circe";
    font-size: 16px;
    color: #080808;
    font-weight: 700;
}

.ya-article__text tr:nth-child(2n+2) td {
    background: #EFEFEF;
}

.ya-article__text a {
    color: #e7221b;
    text-decoration: underline;
}

.ya-article__text a:visited {
    color: #D31BE7;
}

.ya-account-data {
    margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
    .ya-account-form__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -10px !important;
        margin-right: -10px !important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ya-account-form__row > div {
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .ya-account-form__row > div {
        min-width: 1px;
    }
    .ya-account-form__row > div {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.ya-account-form__row .ya-field-container {
    margin-bottom: 10px;
}

.ya-account-form__container {
    margin-bottom: 35px;
}

.ya-account-data__list-li {
    margin-bottom: 35px;
}

.ya-banners {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .ya-banners {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    .ya-banners__ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    .ya-banners__ul > li {
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    }
    .ya-banners__ul > li {
        min-width: 1px;
    }
    .ya-banners__ul > li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.ya-banners__li {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .ya-banners__li {
        margin-bottom: 0;
    }
}

.ya-banners__img {
    display: block;
}

.ya-banners__img {
    height: 280px;
}

@media screen and (min-width: 320px) {
    .ya-banners__img {
        height: 280px;
        height: -webkit-calc(280px + 448 * ((100vw - 320px) / 448));
        height: calc(280px + 448 * ((100vw - 320px) / 448));
    }
}

@media screen and (min-width: 768px) {
    .ya-banners__img {
        height: 230px;
        height: -webkit-calc(230px + 2760 * ((100vw - 768px) / 9232));
        height: calc(230px + 2760 * ((100vw - 768px) / 9232));
    }
}

@media screen and (min-width: 10000px) {
    .ya-banners__img {
        height: 2990px;
    }
}

.ya-banners__img img {
    width: 100%;
    height: 100%;
}

.ya-basket-info__a {
    display: block;
    padding: 10px;
    margin-right: -10px;
}

.ya-basket-pay-info__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 10px 0;
}

.ya-basket-pay-info__row > span:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.ya-basket-pay-info__row > span:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ya-basket-pay-info__row > span {
    min-width: 1px;
}

.ya-basket-pay-info__row > span {
    padding-left: 10px;
    padding-right: 10px;
}

.ya-basket-pay-info__row > span:first-child {
    padding-left: 0;
}

.ya-basket-pay-info__row > span:last-child {
    padding-right: 0;
}

.ya-basket-pay-info__text {
    font-family: "Helvetica";
    font-size: 12px;
}

.ya-basket-pay-info__text.ya-price {
    font-size: 23px;
    font-weight: 700;
}

.ya-basket-pay-info__text .ya-currency {
    font-family: "Circe";
    font-size: 20px;
    font-weight: 300;
}

.ya-block-text {
    background-color: #f8f8f8;
    padding: 22px 0;
}

.ya-block-text p {
    color: #747578;
}

.ya-block-text p:not(:last-child) {
    margin-bottom: 18px;
}

.ya-sidebar__block .ya-bonus {
    margin-bottom: 0;
}

.ya-bonus.ya-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

.ya-bonus__row.ya-main > div:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.ya-bonus__row.ya-main > div:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ya-bonus__row.ya-main > div {
    min-width: 1px;
}

.ya-bonus__row.ya-main > div {
    padding-left: 5px;
    padding-right: 5px;
}

.ya-bonus__row.ya-main > div:first-child {
    padding-left: 0;
}

.ya-bonus__row.ya-main > div:last-child {
    padding-right: 0;
}

.ya-sidebar__block .ya-bonus__row.ya-main {
    padding: 13px 0 11px;
}

.ya-bonus__row.ya-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ya-bonus__row.ya-in > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.ya-bonus__row.ya-in > div {
    min-width: 1px;
}

.ya-bonus__row.ya-in > div {
    padding-left: 3px;
    padding-right: 3px;
}

.ya-bonus__row.ya-in > div:first-child {
    padding-left: 0;
}

.ya-bonus__row.ya-in > div:last-child {
    padding-right: 0;
}

.ya-bonus__text {
    color: #e7221b;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
}

.ya-bonus__text.ya-lg {
    font-size: 30px;
    font-weight: 700;
}

.ya-bonus [data-remodal-target] {
    position: relative;
    top: -4px;
}

.ya-bonus__title {
    display: block;
    color: #899394;
    font-family: "Helvetica";
}

.ya-bonus-prog {
    margin-bottom: 30px;
}

.ya-account__table {
    width: 100%;
    table-layout: fixed;
    font-family: "Helvetica";
    margin-bottom: 12px;
}

.ya-account__table th {
    color: #bdbdbd;
    font-weight: 700;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 10px 8px;
    text-align: left;
}

.ya-account__table.ya-last-right th:last-child {
    text-align: right;
}

.ya-account__table.ya-orders-info th {
    text-align: center;
}

.ya-account__table.ya-orders-info th:first-child {
    text-align: left;
}

@media screen and (max-width: 767px) {
    .ya-account__table.ya-is-bonus th:nth-child(1), .ya-account__table.ya-is-bonus th:nth-child(2) {
        display: none;
    }
}

.ya-account__table td {
    padding: 11px 10px 10px;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: background 0s linear;
    transition: background 0s linear;
}

.ya-account__table.ya-last-right td:last-child {
    text-align: right;
}

.ya-account__table.ya-mark-tr tr:hover td {
    background-color: #f3f3f3;
}

.ya-account__table.ya-orders-info td {
    font-size: 16px;
    font-family: "Circe";
    text-align: center;
    border-left: 1px solid;
    border-color: #d7d7d7;
}

.ya-account__table.ya-orders-info td:first-child {
    text-align: left;
    border-left: none;
}

.ya-account__table.ya-orders-info tr:last-child td {
    border-color: transparent;
}

.ya-account__table.ya-orders-info tr:last-child td:first-child {
    color: #191919;
    font-size: 18px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .ya-account__table.ya-is-bonus td:nth-child(1), .ya-account__table.ya-is-bonus td:nth-child(2) {
        display: none;
    }
}

.ya-bonus-prog__empty {
    text-align: center;
    color: #899394;
    padding: 26px 0;
    max-width: 420px;
    margin: 0 auto;
}

.ya-bonus-prog__empty-title {
    display: block;
    font-size: 23px;
    margin-bottom: 28px;
}

.ya-bonus-prog__empty-text {
    font-size: 18px;
}

.ya-account__table-price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.ya-account__table-price .ya-currency {
    font-family: "Circe";
}

.ya-card__row {
    margin-bottom: 53px;
}

@media screen and (min-width: 768px) {
    .ya-card__row.ya-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .ya-card__row.ya-top > div:nth-child(1) {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .ya-card__row.ya-top > div:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .ya-card__row.ya-top > div {
        min-width: 1px;
    }
    .ya-card__row.ya-top > div {
        padding-left: 10px;
        padding-right: 10px;
    }
    .ya-card__row.ya-top > div:first-child {
        padding-left: 0;
    }
    .ya-card__row.ya-top > div:last-child {
        padding-right: 0;
    }
}

.ya-card__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Helvetica";
    padding: 3px 0;
}

.ya-card__info > div {
    max-width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.ya-card__info > div {
    min-width: 1px;
}

.ya-card__info-text {
    padding: 10px 0 8px;
    font-size: 13px;
}

.ya-card__info-text + .ya-card__info-text {
    border-left: 1px solid #eee;
    padding-left: 14px;
}

.ya-availability p:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 6px;
}

.ya-availability.ya-in p:before {
    background-color: #82d889;
}

.ya-availability.ya-not p:before {
    background-color: #e7221b;
}

.ya-card .ya-text p {
    line-height: 1.45;
}

[class*=ya-slider-container--card] .ya-card__img img {
    max-height: 100%;
}

.ya-card__list-info-icon img {
    display: inline-block;
}

.ya-card__img {
    height: 100%;
    padding: 4px;
    font-size: 0;
    letter-spacing: -1px;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
}

.ya-slider-container--card .ya-card__img {
    padding: 20px;
}

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

.ya-card__img > img {
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    line-height: normal;
}

.ya-card__table {
    table-layout: fixed;
    width: 100%;
    font-family: "Helvetica";
}

.ya-card__table tr {
    border-top: 1px solid #dfdfdf;
}

.ya-card__table tr:last-child {
    border-bottom: 1px solid #dfdfdf;
}

.ya-card__table td {
    border-left: 1px solid #dfdfdf;
    width: 50%;
    height: 41px;
    padding: 5px 9px;
    vertical-align: middle;
}

.ya-card__table td:first-child {
    border-left: none;
}

.ya-card__table tr:nth-child(2n+1) td {
    background-color: #f2f2f2;
}

.ya-card__sidebar-container {
    padding: 20px 0;
}

.ya-card__sidebar-container + .ya-card__sidebar-container {
    border-top: 1px solid #eee;
}

.ya-card__list-info__li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ya-card__list-info__li > div:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ya-card__list-info__li > div:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.ya-card__list-info__li > div {
    min-width: 1px;
}

.ya-card__list-info__li > div {
    padding-left: 3px;
    padding-right: 3px;
}

.ya-card__list-info__li > div:first-child {
    padding-left: 0;
}

.ya-card__list-info__li > div:last-child {
    padding-right: 0;
}

.ya-card__list-info__li + .ya-card__list-info__li {
    margin-top: 13px;
}

.ya-card__list-info-icon {
    text-align: center;
    width: 36px;
    font-size: 0;
}

.ya-card__list-info-text {
    color: #99999b;
    font-size: 13px;
    font-weight: 700;
    font-family: "Helvetica";
}

.ya-card__title {
    display: block;
    color: #1b1b1b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 23px;
}

.ya-card__docs-ul {
    margin-bottom: -20px;
}

@media screen and (min-width: 768px) {
    .ya-card__docs-ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -10px !important;
        margin-right: -10px !important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ya-card__docs-ul > li {
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    }
    .ya-card__docs-ul > li {
        min-width: 1px;
    }
    .ya-card__docs-ul > li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.ya-card__docs-li {
    margin-bottom: 20px;
}

.ya-card__docs-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ya-card__docs-row > div:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ya-card__docs-row > div:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.ya-card__docs-row > div {
    min-width: 1px;
}

.ya-card__docs-row > div {
    padding-left: 5px;
    padding-right: 5px;
}

.ya-card__docs-row > div:first-child {
    padding-left: 0;
}

.ya-card__docs-row > div:last-child {
    padding-right: 0;
}

.ya-card__docs-icon {
    position: relative;
    width: 50px;
    height: 60px;
    background-color: #f2f2f2;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.ya-card__docs-icon-type {
    position: absolute;
    top: 10px;
    left: -1px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    background-color: white;
    border: 1px solid #dfdfdf;
    padding: 3px 5px 1px;
}

.ya-card__docs-icon-type.ya-red {
    color: #e4281a;
}

.ya-card__docs-icon-type.ya-purple {
    color: #4000e3;
}

.ya-card__docs-icon-type.ya-green {
    color: #06b022;
}

.ya-card__docs-size {
    color: #c1c1c1;
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.ya-card__docs-a {
    text-decoration: none;
    color: #418bfa;
}

.ya-card__docs-a:hover {
    text-decoration: underline;
}

.ya-card__set-a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
    padding: 14px 9px 9px;
}

.ya-card__set-a > span:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.ya-card__set-a > span:nth-child(2) {
    max-width: 38%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38%;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
}

.ya-card__set-a > span {
    min-width: 1px;
}

.ya-card__set-a > span {
    padding-left: 15px;
    padding-right: 15px;
}

.ya-card__set-a > span:first-child {
    padding-left: 0;
}

.ya-card__set-a > span:last-child {
    padding-right: 0;
}

.ya-card__set-name {
    font-family: "Helvetica";
}

.ya-card__set-price {
    text-align: right;
    font-weight: 700;
}

.ya-card__set-title {
    display: block;
    font-family: "Helvetica";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.ya-card__set-li {
    border-bottom: 1px solid #DFDFDF;
}

.ya-card__set-li:first-child {
    border-top: 1px solid #DFDFDF;
}

.ya-card__set-li:nth-child(2n+1) {
    background: #F2F2F2;
}

.ya-coming-soon {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .ya-coming-soon {
        margin-bottom: 10px;
    }
}

.ya-coming-soon__row > .ya-col:not(:last-child) {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .ya-coming-soon__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    .ya-coming-soon__row > div:nth-child(1) {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .ya-coming-soon__row > div:nth-child(2) {
        max-width: 33.33%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
    }
    .ya-coming-soon__row > div {
        min-width: 1px;
    }
    .ya-coming-soon__row > div {
        padding-left: 10px;
        padding-right: 10px;
    }
    .ya-coming-soon__row > .ya-col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .ya-coming-soon__row > .ya-col:not(:last-child) {
        margin-bottom: 0;
    }
}

.ya-coming-soon__a {
    display: block;
    width: 100%;
    background-color: white;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.ya-coming-soon__a {
    height: 280px;
}

@media screen and (min-width: 320px) {
    .ya-coming-soon__a {
        height: 280px;
        height: -webkit-calc(280px + 448 * ((100vw - 320px) / 448));
        height: calc(280px + 448 * ((100vw - 320px) / 448));
    }
}

@media screen and (min-width: 768px) {
    .ya-coming-soon__a {
        height: auto;
    }
}

.ya-coming-soon__a img {
    width: 100%;
    height: 100%;
}

#ya-contacts-map {
    width: 100%;
    height: 369px;
}

.ya-contacts__map-info {
    text-align: center;
    margin-bottom: 46px;
}

.ya-contacts__list-ul {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .ya-contacts__list-ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ya-contacts__list-ul > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .ya-contacts__list-ul > li {
        min-width: 1px;
    }
    .ya-contacts__list-ul > li {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ya-contacts__list-ul > li:first-child {
        padding-left: 0;
    }
    .ya-contacts__list-ul > li:last-child {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .ya-contacts__list-li {
        margin-bottom: 42px;
    }
}

.ya-contacts__list-icon {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    margin-bottom: 22px;
    font-size: 0;
    letter-spacing: -1px;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
}

.ya-contacts__list-icon:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.ya-contacts__list-icon > div {
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    line-height: normal;
}

.ya-contacts__list-title {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.ya-contacts__list-subtitle {
    display: block;
    color: #616161;
    margin-bottom: 15px;
}

.ya-contacts__list {
    margin-bottom: 35px;
}

.ya-contacts__list-text {
    font-size: 16px;
    color: #e7221b;
}

.ya-contacts__list-text[href],
[data-remodal-target] .ya-contacts__list-text {
    text-decoration: underline;
}

.ya-contacts__list-text[data-remodal-target] {
    display: inline-block;
}

.ya-contacts__map-info-title {
    display: block;
    color: #1b1b1b;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 4px;
}

.ya-contacts__map-info-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ya-contacts__map-info-row > div:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ya-contacts__map-info-row > div:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.ya-contacts__map-info-row > div {
    min-width: 1px;
}

.ya-contacts__map-info-row > div {
    padding-left: 4.5px;
    padding-right: 4.5px;
}

.ya-contacts__map-info-row > div:first-child {
    padding-left: 0;
}

.ya-contacts__map-info-row > div:last-child {
    padding-right: 0;
}

.ya-contacts__map-info-text {
    font-size: 16px;
    line-height: 1.4;
}

.ya-filter {
    border-top: 1px solid #EEEEEE;
}

.ya-filter__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 700;
}

.ya-filter__header > span:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.ya-filter__header > span:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ya-filter__header > span {
    min-width: 1px;
}

.ya-filter__header > span {
    padding-left: 10px;
    padding-right: 10px;
}

.ya-filter__header > span:first-child {
    padding-left: 0;
}

.ya-filter__header > span:last-child {
    padding-right: 0;
}

.ya-filter__header .ya-icon {
    margin: 0;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.open .ya-filter__header .ya-icon {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.ya-filter__li + .ya-filter__li {
    border-top: 1px solid #EEEEEE;
}

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

.ya-filter__buttons .ya-button + .ya-button {
    margin-top: 11px;
}

.ya-filter .ya-field-container:last-child {
    margin-bottom: 0;
}

.ya-filter__container {
    padding: 16px 16px;
}

[data-content] > .ya-filter__container {
    padding-top: 0;
}

.ya-filter .ya-accordion__content-li {
    margin-bottom: 4px;
}

.ya-filter .ya-accordion__content-li:last-child {
    margin-bottom: 0;
}

.ya-slider-range__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.ya-slider-range__row > div:nth-child(1) {
    max-width: 84px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 84px;
    -ms-flex: 0 0 84px;
    flex: 0 0 84px;
}

.ya-slider-range__row > div:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.ya-slider-range__row > div:nth-child(3) {
    max-width: 84px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 84px;
    -ms-flex: 0 0 84px;
    flex: 0 0 84px;
}

.ya-slider-range__row > div {
    min-width: 1px;
}

.ya-slider-range__row > div {
    padding-left: 3.5px;
    padding-right: 3.5px;
}

.ya-slider-range__row > div:first-child {
    padding-left: 0;
}

.ya-slider-range__row > div:last-child {
    padding-right: 0;
}

.ya-slider-range__row.ya-order-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ya-slider-range__row.ya-order-row > div:nth-child(1) {
    max-width: 94px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 94px;
    -ms-flex: 0 0 94px;
    flex: 0 0 94px;
}

.ya-slider-range__row.ya-order-row > div:nth-child(2) {
    max-width: 215px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 215px;
    -ms-flex: 0 0 215px;
    flex: 0 0 215px;
}

.ya-slider-range__row.ya-order-row > div {
    min-width: 1px;
}

.ya-slider-range__row.ya-order-row > div {
    padding-left: 11px;
    padding-right: 11px;
}

.ya-slider-range__row.ya-order-row > div:first-child {
    padding-left: 0;
}

.ya-slider-range__row.ya-order-row > div:last-child {
    padding-right: 0;
}

.ya-slider-range__input-container {
    padding: 17px 0;
    margin-bottom: 12px;
}

.ya-slider-range .ya-field {
    text-align: center;
    padding: 0;
}

.ya-footer {
    background: #242526 url("../img/general/bg-footer.png");
    color: #bdbdbe;
    padding: 29px 0 17px;
}

.ya-footer__header {
    border-bottom: 1px solid #3d3e3f;
    padding-bottom: 13px;
    margin-bottom: 18px;
}

.ya-footer__title {
    display: block;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.3;
}

.ya-footer__block {
    margin-bottom: 46px;
}

.ya-footer__text {
    font-size: 16px;
    line-height: 1.5;
}

.ya-footer__text.ya-sm {
    font-size: 12px;
}

.ya-footer__link {
    color: inherit;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .ya-footer__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .ya-footer__row > div {
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .ya-footer__row > div {
        min-width: 1px;
    }
}

.fotorama--slider .fotorama {
    -webkit-box-shadow: inset 0px -2px 4px 0px rgba(0, 0, 0, 0.13);
    box-shadow: inset 0px -2px 4px 0px rgba(0, 0, 0, 0.13);
}

.fotorama__container {
    position: relative;
}

.fotorama--card .fotorama__stage img {
    width: auto !important;
    height: auto !important;
    max-width: 90% !important;
    max-height: 90% !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translateY(-50%) translateX(-50%) !important;
    -ms-transform: translateY(-50%) translateX(-50%) !important;
    transform: translateY(-50%) translateX(-50%) !important;
}

.fotorama--card .fotorama__stage {
    height: 285px !important;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .fotorama--card .fotorama__stage {
        height: 445px !important;
    }
}

.fotorama--slider .fotorama__stage {
    margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
    .fotorama--card .fotorama__nav-wrap {
        margin-bottom: 38px;
    }
}

.fotorama--slider .fotorama__nav-wrap {
    margin-bottom: 17px;
}

.fotorama--card .fotorama__wrap {
    width: 100% !important;
}

.fotorama--card .fotorama__nav__frame--thumb img {
    width: auto !important;
    height: auto !important;
    max-width: 80% !important;
    max-height: 80% !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translateY(-50%) translateX(-50%) !important;
    -ms-transform: translateY(-50%) translateX(-50%) !important;
    transform: translateY(-50%) translateX(-50%) !important;
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: auto;
    height: auto;
    margin-right: 15px;
}

.fotorama__nav--dots .fotorama__nav__frame:last-child {
    margin-right: 0;
}

.fotorama--card .fotorama__thumb {
    background: none;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.fotorama--card .fotorama__active .fotorama__thumb {
    background: #f4f4f4;
    border-color: #dfdfdf;
}

.fotorama--card .fotorama__thumb-border {
    background-image: none;
    border-color: transparent;
}

.fotorama__dot {
    top: 0;
    left: 0;
}

.fotorama--slider .fotorama__dot {
    background: #C7C8C9;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: none;
}

.fotorama--slider .fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 15px;
    height: 15px;
    background: #9A9A9A;
}

.ya-general-catalog {
    margin-bottom: 42px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .ya-general-catalog__ul.ya-main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -10px !important;
        margin-right: -10px !important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ya-general-catalog__ul.ya-main > li {
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    }
    .ya-general-catalog__ul.ya-main > li {
        min-width: 1px;
    }
    .ya-general-catalog__ul.ya-main > li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.ya-general-catalog__li {
    margin-bottom: 5px;
    position: relative;
}

.ya-general-catalog__ul:not(.ya-main) > .ya-general-catalog__li {
    padding-left: 7px;
}

.ya-general-catalog__ul.ya-main > .ya-general-catalog__li {
    margin-bottom: 35px;
}

.ya-general-catalog__title {
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 22px;
}

.ya-general-catalog__title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 40px;
    background-color: #d1d1d1;
}

.ya-general-catalog__title-a {
    color: #3c3d41;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
}

.ya-general-catalog__a {
    font-size: 16px;
    color: #76777a;
    text-decoration: none;
    -webkit-transition: color 0s linear;
    transition: color 0s linear;
}

.ya-general-catalog__a:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #76777a;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transition: background 0s linear;
    transition: background 0s linear;
}

.ya-header__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
}

.ya-header__row.ya-main {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ya-header__row .ya-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.ya-header__row .ya-col.ya-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 100px;
}

.ya-header__row .ya-col.ya-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ya-header__modal-button {
    display: block;
    padding: 10px;
    margin-left: -10px;
}

.ya-header {
    position: relative;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
    background: white;
}

.ya-header__modal-a {
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
}

.ya-header__modal-block + .ya-header__modal-block {
    margin-top: 56px;
}

.ya-sidebar__block {
    background-color: #fcfcfc;
    border: 1px solid #eee;
    border-radius: 5px;
}

.ya-sidebar__block + .ya-sidebar__block {
    margin-top: 20px;
}

.ya-sidebar--left .ya-sidebar__block {
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .ya-sidebar--left .ya-sidebar__block {
        margin-right: 0;
    }
}

.ya-sidebar--right .ya-sidebar__block {
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .ya-sidebar--right .ya-sidebar__block {
        margin-left: 0;
    }
}

@media screen and (min-width: 768px) {
    .ya-sidebar__block {
        max-width: 230px;
    }
}

.ya-sidebar__container, .ya-sidebar__block .ya-bonus {
    padding: 0 18px;
}

.ya-sidebar__container + .ya-sidebar__container, .ya-sidebar__block .ya-bonus + .ya-sidebar__container, .ya-sidebar__block .ya-sidebar__container + .ya-bonus, .ya-sidebar__block .ya-bonus + .ya-bonus {
    border-top: 1px solid #eee;
}

.ya-sidebar__container.ya-border-top, .ya-sidebar__block .ya-border-top.ya-bonus {
    border-top: 1px solid #eee;
}

.ya-content__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ya-content__row > div:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ya-content__row > div:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.ya-content__row > div:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ya-content__row > div {
    min-width: 1px;
}

.ya-content__main {
    max-width: 100%;
    min-width: 0%;
    -webkit-flex-basis: 0% !important;
    -ms-flex-preferred-size: 0% !important;
    flex-basis: 0% !important;
}

.ya-sidebar__title {
    display: block;
    padding: 15px 18px;
    color: #1b1b1b;
    font-size: 16px;
    font-weight: 700;
    background-color: #eee;
}

.ya-sidebar__container-in {
    padding-bottom: 20px;
}

.ya-sidebar__container-in.ya-padding-top {
    padding-top: 20px;
}

.ya-list-news {
    padding-bottom: 25px;
    padding-top: 10px;
}

.ya-list-news.ya-bg-color {
    background-color: #f8f8f8;
}

.ya-list-news__ul {
    margin-bottom: -20px;
}

@media screen and (min-width: 768px) {
    .ya-list-news__ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -10px !important;
        margin-right: -10px !important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ya-list-news__ul > li {
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    }
    .ya-list-news__ul > li {
        min-width: 1px;
    }
    .ya-list-news__ul > li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

[class*=ya-sidebar] .ya-list-news__ul {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0;
}

.ya-list-news__li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

[class*=ya-sidebar] .ya-list-news__li {
    padding: 0;
    max-width: 100%;
}

.ya-list-news__li-container {
    background-color: #ffffff;
    color: #000;
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.newtemp .ya-list-news__li-container {
    background:transparent;
    border-radius:0;
}
.ya-list-news__li-top {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.newtemp .ya-list-news__li-top {border:1px solid #a9a9a9;}
.ya-list-news__img {
    display: block;
    margin-bottom: 16px;
}

.ya-list-news__img img {
    width: 100%;
}

.ya-list-news__container {
    margin: 0 20px;
}

.ya-list-news__title {
    color: black;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    margin-bottom: 19px;
    font-size: 16px;
    line-height: 1.4;
}
.newtemp .ya-list-news__title{
    color: #333;
}
.ya-list-news__title:hover {
    color: #d30e07;
}

.ya-list-news__li-bottom {
    border-top: 1px solid #59595d;
    padding: 12px 0 11px;
}
.newtemp .ya-list-news__li-bottom {
    border:1px solid #a9a9a9;
}
.ya-list-news__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ya-list-news__row > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.ya-list-news__row > div {
    min-width: 1px;
}

.ya-list-news__row > div {
    padding-left: 5px;
    padding-right: 5px;
}

.ya-list-news__row > div:first-child {
    padding-left: 0;
}

.ya-list-news__row > div:last-child {
    padding-right: 0;
}

.ya-list-news__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    font-family: "Helvetica";
    text-decoration: none;
    font-size: 13px;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}
.newtemp .ya-list-news__link {
    color:#333;
}
.ya-list-news__link:hover {
    color: #d30e07;
}

.ya-list-news__link .ya-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 8px;
}

.ya-list-news__more-icon .ya-icon {
    margin: 0;
}

.ya-list-news__date {
    color: #b8c6c7;
    font-size: 13px;
    text-transform: uppercase;
}

.ya-list-news__text {
    margin-bottom: 17px;
}

.ya-list-news__more {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 39px 0 0;
}

.ya-list-news__more-icon {
    width: 44px;
    height: 44px;
    border: 2px solid #2e2e30;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    margin-bottom: 17px;
}

.ya-list-news__more-icon:hover {
    border-color: #d30e07;
    background: #d30e07;
}

.ya-list-news__more-text {
    color: #2e2e30;
    font-family: "Helvetica";
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .ya-list-products:not(.ya-list-products--basket) .ya-list-products {
        margin-bottom: 20px;
    }
}

.ya-coming-soon .ya-list-products__ul {
    margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
    .ya-list-products:not(.ya-list-products--basket) .ya-list-products__ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -10px !important;
        margin-right: -10px !important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -41px;
    }
    .ya-list-products:not(.ya-list-products--basket) .ya-list-products__ul > li {
        max-width: 33.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    }
    .ya-list-products:not(.ya-list-products--basket) .ya-list-products__ul > li {
        min-width: 1px;
    }
    .ya-list-products:not(.ya-list-products--basket) .ya-list-products__ul > li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 768px) {
    .ya-list-products:not(.ya-list-products--basket) .ya-list-products__ul.ya-cols-num-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    .ya-list-products:not(.ya-list-products--basket) .ya-list-products__ul.ya-cols-num-2 > li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .ya-list-products:not(.ya-list-products--basket) .ya-list-products__ul.ya-cols-num-2 > li {
        min-width: 1px;
    }
    .ya-list-products:not(.ya-list-products--basket) .ya-list-products__ul.ya-cols-num-2 > li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.ya-list-products:not(.ya-list-products--basket) .ya-list-products__ul.ya-cols-num-2 > li {
    -webkit-flex-basis: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    max-width: none;
}

.ya-list-products__list {
    border-top: 1px solid rgba(150, 150, 150, 0.17);
    padding-top: 27px;
}

@media screen and (max-width: 767px) {
    .ya-list-products__list {
        overflow: hidden;
    }
}

.ya-list-products__table {
    width: 100%;
}

.ya-list-products__li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ya-coming-soon .ya-list-products__li {
    margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
    .ya-list-products--basket .ya-list-products__li {
        position: relative;
        padding-bottom: 12px;
        padding-top: 28px;
        overflow: hidden;
    }
    .ya-list-products--basket .ya-list-products__li:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 200%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-bottom: 1px solid rgba(150, 150, 150, 0.17);
    }
    ul .ya-list-products--basket .ya-list-products__li:first-child {
        padding-top: 0;
    }
    ul .ya-list-products--basket .ya-list-products__li:first-child:after {
        display: none;
    }
    .ya-list-products--basket tr:first-child .ya-list-products__li {
        padding-top: 0;
    }
    .ya-list-products--basket tr:first-child .ya-list-products__li:after {
        display: none;
    }
    .ya-list-products:not(.ya-list-products--basket) .ya-list-products__li {
        margin-bottom: 41px;
    }
    .ya-list-products__li:not(.ya-list-products--basket).ya-set {
        max-width: 66.66666% !important;
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 66.66666% !important;
        -ms-flex: 0 0 66.66666% !important;
        flex: 0 0 66.66666% !important;
    }
}

@media screen and (max-width: 767px) {
    .ya-list-products__li {
        position: relative;
        padding-bottom: 12px;
        padding-top: 28px;
    }
    .ya-list-products__li:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 200%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        border-bottom: 1px solid rgba(150, 150, 150, 0.17);
    }
    ul .ya-list-products__li:first-child {
        padding-top: 0;
    }
    ul .ya-list-products__li:first-child:after {
        display: none;
    }
    tr:first-child .ya-list-products__li {
        padding-top: 0;
    }
    tr:first-child .ya-list-products__li:after {
        display: none;
    }
}

.ya-list-products__li-in {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .ya-list-products--basket .ya-list-products__li-in {
        border: none;
    }
}

@media screen and (max-width: 767px) {
    .ya-list-products__li-in {
        border: none;
    }
}

.ya-list-products__li-in.ya-sum {
    background-color: #fcfcfc;
    border-style: dashed;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.ya-list-products__li-top {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

@media screen and (min-width: 768px) {
    .ya-list-products--basket .ya-list-products__li:not(.ya-set) .ya-list-products__li-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .ya-list-products--basket .ya-list-products__li:not(.ya-set) .ya-list-products__li-top > div:nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .ya-list-products--basket .ya-list-products__li:not(.ya-set) .ya-list-products__li-top > div:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .ya-list-products--basket .ya-list-products__li:not(.ya-set) .ya-list-products__li-top > div {
        min-width: 1px;
    }
    .ya-list-products--basket .ya-list-products__li:not(.ya-set) .ya-list-products__li-top > div {
        padding-left: 7px;
        padding-right: 7px;
    }
    .ya-list-products--basket .ya-list-products__li:not(.ya-set) .ya-list-products__li-top > div:first-child {
        padding-left: 0;
    }
    .ya-list-products--basket .ya-list-products__li:not(.ya-set) .ya-list-products__li-top > div:last-child {
        padding-right: 0;
    }
    .ya-list-products:not(.ya-list-products--basket) .ya-list-products__li-top {
        padding: 10px 0 18px;
    }
}

@media screen and (max-width: 767px) {
    .ya-list-products__li:not(.ya-set) .ya-list-products__li-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .ya-list-products__li:not(.ya-set) .ya-list-products__li-top > div:nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .ya-list-products__li:not(.ya-set) .ya-list-products__li-top > div:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .ya-list-products__li:not(.ya-set) .ya-list-products__li-top > div {
        min-width: 1px;
    }
    .ya-list-products__li:not(.ya-set) .ya-list-products__li-top > div {
        padding-left: 7px;
        padding-right: 7px;
    }
    .ya-list-products__li:not(.ya-set) .ya-list-products__li-top > div:first-child {
        padding-left: 0;
    }
    .ya-list-products__li:not(.ya-set) .ya-list-products__li-top > div:last-child {
        padding-right: 0;
    }
}

.ya-list-products__li-container {
    padding: 0 17px;
}

@media screen and (min-width: 768px) {
    .ya-list-products__li-bottom .ya-list-products__li-container:not(.ya-visible-view-table) + .ya-list-products__li-container {
        border-top: 1px solid #dfdfdf;
    }
}

.ya-list-products__details .ya-list-products__li-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.ya-list-products__li-container.ya-bg-white {
    background: white;
    border-radius: 0 0 4px 4px;
}

.ya-list-products__sum .ya-list-products__li-container {
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
}

.ya-list-products__sum .ya-list-products__li-container:not(:first-child):before {
    content: '';
    position: absolute;
    top: 0;
    left: 21px;
    right: 21px;
    border-top: 1px solid #dfdfdf;
}

@media screen and (min-width: 768px) {
    .ya-list-products--basket .ya-list-products__li-container {
        padding: 0;
    }
    .ya-list-products--basket .ya-list-products__li-container.ya-is-bonus {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .ya-list-products__li-container {
        padding: 0;
    }
    .ya-list-products__li-container.ya-is-bonus {
        display: none;
    }
}

.ya-list-products__li-container.ya-is-spinner {
    padding: 9px 0 0;
    border: none !important;
}

.ya-list-products__sum {
    width: 100%;
}

.ya-list-products__sum-text {
    color: #0d0d0d;
    font-size: 20px;
    display: block;
}

.ya-list-products__sum-text.ya-lg {
    color: #3c3d41;
    font-size: 83px;
    font-weight: 300;
    margin-bottom: -10px;
}

.ya-list-products__sum-text.ya-margin-md {
    margin-bottom: 22px;
}

.ya-list-products__img {
    display: block;
    height: 204px;
    width: 100%;
    position: relative;
    text-decoration: none;
    margin-bottom: 11px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .ya-list-products--basket .ya-list-products__img {
        margin-bottom: 0;
    }
    .ya-list-products--basket .ya-list-products__li:not(.ya-set) .ya-list-products__img {
        width: 100px;
        height: 100px;
    }
    .ya-list-products--basket .ya-list-products__li.ya-set .ya-list-products__img {
        height: 100px;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 767px) {
    .ya-list-products__img {
        margin-bottom: 0;
    }
    .ya-list-products__li:not(.ya-set) .ya-list-products__img {
        width: 100px;
        height: 100px;
    }
    .ya-list-products__li.ya-set .ya-list-products__img {
        height: 100px;
        margin-bottom: 16px;
    }
}

.ya-list-products__img img {
    max-height: 100%;
}

.ya-list-products__badge, .ya-list-products__badge-container .ya-list-products__badge.ya-circle {
    border-radius: 5px;
}

@media screen and (min-width: 768px) {
    .ya-list-products--basket .ya-list-products__badge-container.ya-visible-small {
        display: block;
    }
}

.ya-list-products__badge {
    background-color: #48a841;
    color: white;
    position: absolute;
    top: 7px;
    right: 0;
    font-weight: 700;
    padding: 3px 8px 4px;
}

.ya-list-products__badge.ya-red {
    background-color: #e7221b;
}

.ya-list-products__badge.ya-circle {
    right: auto;
    left: 0;
    background-color: #ffe719;
    color: #e7221b;
}

.ya-list-products__badge-container .ya-list-products__badge {
    position: static;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.ya-list-products__badge-container .ya-list-products__badge.ya-circle {
    width: auto;
    height: auto;
    display: inline-block !important;
    line-height: inherit;
}

.ya-list-products__badge-container .ya-list-products__badge + .ya-list-products__badge {
    margin-left: 5px;
}

.fotorama__container .ya-list-products__badge {
    top: 20px !important;
    right: 20px !important;
}

.fotorama__container .ya-list-products__badge.ya-circle {
    right: auto !important;
    left: 20px !important;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .ya-list-products__img .ya-list-products__badge {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .ya-list-products--basket .ya-list-products__img .ya-list-products__badge {
        display: none;
    }
    .fotorama__container .ya-list-products__badge {
        font-size: 20px;
        top: 30px !important;
        right: 30px !important;
    }
    .fotorama__container .ya-list-products__badge.ya-circle {
        right: auto !important;
        left: 30px !important;
    }
}

.ya-list-products__name {
    color: #0d0d0d;
    font-size: 16px;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .ya-list-products--basket .ya-list-products__name {
        display: block;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .ya-list-products__name {
        display: block;
        margin-bottom: 10px;
    }
}

.ya-list-products__li-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ya-list-products__li-row > div:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.ya-list-products__li-row > div:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ya-list-products__li-row > div {
    min-width: 1px;
}

.ya-list-products__li-row > div {
    padding-left: 5px;
    padding-right: 5px;
}

.ya-list-products__li-row > div:first-child {
    padding-left: 0;
}

.ya-list-products__li-row > div:last-child {
    padding-right: 0;
}

.ya-list-products__li-row--price {
    padding: 17px 0;
}

@media screen and (min-width: 768px) {
    .ya-list-products--basket .ya-list-products__li-row--price {
        border: none;
        padding: 9px 0;
    }
}

@media screen and (max-width: 767px) {
    .ya-list-products__li-row--price {
        border: none;
        padding: 9px 0;
    }
}

.ya-list-products--basket .ya-list-products__li-row--price {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ya-card__sidebar-container .ya-list-products__li-row--price {
    border-top: none;
    padding: 0;
}

.ya-list-products__old-price {
    display: inline-block;
    color: #8a8b8d;
    font-size: 16px;
    position: relative;
    line-height: 1;
}

.ya-list-products__old-price:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e24a44;
    margin-top: -1px;
}

.ya-basket-table__table .ya-list-products__old-price {
    margin-bottom: 7px;
}

.ya-view-basket-table-1 .ya-basket-table__table .ya-list-products__old-price {
    margin-bottom: 4px;
}

.ya-orders-info .ya-list-products__old-price {
    font-size: 16px;
}

.ya-list-products__old-price .ya-currency {
    font-size: 14px;
    font-weight: 300;
}

.ya-list-products__price .ya-currency {
    font-weight: 300;
}

.ya-view-basket-table-1 .ya-list-products__price .ya-currency {
    font-size: 16px;
}

.ya-spinner .ya-list-products__price .ya-currency {
    font-size: 14px;
    color: #414141;
}

.ya-list-products__bonus-num .ya-currency {
    font-size: 14px;
    font-weight: 300;
}

.ya-list-products__details-price .ya-currency {
    font-size: 20px;
    font-weight: 300;
}

.ya-orders-info .ya-currency {
    font-size: 16px;
}

.ya-orders-info .ya-list-products__old-price .ya-currency {
    font-size: 14px;
}

.ya-list-products__price {
    display: block;
    color: #191919;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.ya-list-products__li .ya-list-products__price,
.ya-list-products__li-row--price .ya-list-products__price {
    position: relative;
    top: 4px;
    margin-top: -3px;
}

.ya-view-table-2 .ya-list-products__price {
    margin-bottom: 18px;
}

.ya-view-table-2 .ya-list-products__price:first-child {
    margin-top: 19px;
}

.ya-view-basket-table-1 .ya-list-products__price {
    font-size: 18px;
}

.ya-spinner .ya-list-products__price {
    display: inline-block;
    top: 0;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}

.ya-orders-info .ya-list-products__price {
    font-size: 18px;
}

.ya-list-products__bonus {
    color: #3e3e3e;
    border-radius: 0 0 5px 5px;
}

.ya-list-products__bonus-title {
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
}

.ya-list-products__bonus-num {
    background-color: #e6e6e6;
    border-radius: 3px;
    padding: 3px 8px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.ya-list-products__details {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    border-radius: 5px 5px 0 0;
    color: #131313;
    background: rgba(249, 249, 249, 0.97);
    padding-top: 32px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    opacity: 0;
    visibility: hidden;
}

.ya-details-visible .ya-list-products__details {
    opacity: 1;
    visibility: visible;
}

.ya-list-products__details-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.ya-list-products__details-title {
    display: block;
    font-size: 23px;
    margin-bottom: 22px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.ya-list-products__details-text {
    font-family: "Helvetica";
    color: inherit;
    text-decoration: none;
    line-height: 1.2;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}

.ya-list-products__details-text[href]:hover {
    color: #d30e07;
}

.ya-list-products__details-list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-y: auto;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
}

.ya-list-products__details-ul {
    margin-right: 50px;
}

.ya-list-products__details-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-top: 1px solid #ededed;
    padding: 9px 0 5px;
}

.ya-list-products__details-row > .ya-col:nth-child(1) {
    max-width: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}

.ya-list-products__details-row > .ya-col:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ya-list-products__details-row > .ya-col {
    min-width: 1px;
}

.ya-list-products__details-row > .ya-col {
    padding-left: 5px;
    padding-right: 5px;
}

.ya-list-products__details-row > .ya-col:first-child {
    padding-left: 0;
}

.ya-list-products__details-row > .ya-col:last-child {
    padding-right: 0;
}

.ya-list-products__details-price {
    color: #181818;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
}

.ya-list-products__details-sum {
    padding: 15px 0 7px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.ya-details-visible .ya-show-details {
    display: none;
}

li:not(.ya-details-visible) .ya-show-card {
    display: none;
}

.ya-button--set {
    margin-right: 9px;
}

.ya-list-products__li-bottom {
    -webkit-transition: background 0.1s linear;
    transition: background 0.1s linear;
}

.ya-details-visible .ya-list-products__li-bottom {
    background-color: #f9f9f9;
}

[class*=ya-view-table] .ya-list-products__li-bottom {
    border-left: 1px solid #dfdfdf;
    padding: 23px 0;
}

.ya-view-table-2 .ya-list-products__li-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0 0;
}

.ya-view-table-2 .ya-list-products__li-bottom > div:nth-child(1) {
    max-width: 58%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58%;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
}

.ya-view-table-2 .ya-list-products__li-bottom > div:nth-child(2) {
    max-width: 42%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42%;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
}

.ya-view-table-2 .ya-list-products__li-bottom > div {
    min-width: 1px;
}

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

.ya-list-products__sort-row > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.ya-list-products__sort-row > div {
    min-width: 1px;
}

.ya-list-products__sort-row > div {
    padding-left: 10px;
    padding-right: 10px;
}

.ya-list-products__sort-row > div:first-child {
    padding-left: 0;
}

.ya-list-products__sort-row > div:last-child {
    padding-right: 0;
}

.ya-list-products__li-text {
    display: none;
}

[class*=ya-view-table-1] .ya-list-products__li-text {
    display: block;
    margin: 22px 0 10px;
}

.ya-visible-view-table {
    display: none;
}

[class*=ya-view-table] .ya-visible-view-table {
    display: block;
}

.ya-visible-view-table-2 {
    display: none;
}

.ya-view-table-2 .ya-visible-view-table-2 {
    display: block;
}

[class*=ya-view-table] .ya-hidden-view-table {
    display: none;
}

.ya-view-table-2 .ya-hidden-view-table-2 {
    display: none;
}

.ya-spinner__text {
    color: #99999b;
    display: inline-block;
    margin-bottom: 5px;
}

.ya-list-products .ya-spinner {
    margin: 0 auto 5px;
    max-width: 280px;
}

.ya-spinner.ya-large-full {
    max-width: none;
}

.ya-list-products__img-container {
    width: 100%;
    height: 100%;
    font-size: 0;
    letter-spacing: -1px;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
}

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

.ya-list-products__img-container > img {
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    line-height: normal;
}

.ya-list-products:not(.ya-list-products--basket) .ya-list-products__row {
    margin: 24px 0;
}

@media screen and (min-width: 768px) {
    .ya-list-products:not(.ya-list-products--basket) .ya-list-products__row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .ya-list-products:not(.ya-list-products--basket) .ya-list-products__row > div {
        max-width: 230px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 230px;
        -ms-flex: 0 0 230px;
        flex: 0 0 230px;
    }
    .ya-list-products:not(.ya-list-products--basket) .ya-list-products__row > div {
        min-width: 1px;
    }
}

@media screen and (min-width: 768px) {
    .ya-list-products--basket .ya-list-products__row > .ya-col {
        margin-bottom: 19px;
    }
}

@media screen and (max-width: 767px) {
    .ya-list-products__row > .ya-col {
        margin-bottom: 19px;
    }
}

.ya-list-products__buttons {
    border-bottom: 1px solid #efefef;
    margin-bottom: 27px;
}

.ya-list-products__delete {
    font-family: "Helvetica";
    font-weight: 700;
    font-size: 12px;
    padding: 7px 0 7px 7px;
}

.ya-list-products--basket .ya-list-products__content-row {
    margin-bottom: 20px;
}

.ya-coming-soon .ya-list-products__content-row {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .ya-list-products__content-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px;
    }
    .ya-list-products__content-row > div:nth-child(1) {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .ya-list-products__content-row > div:nth-child(2) {
        max-width: 250px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 250px;
        -ms-flex: 0 0 250px;
        flex: 0 0 250px;
    }
    .ya-list-products__content-row > div {
        min-width: 1px;
    }
    .ya-list-products__content-row > div {
        padding-left: 10px;
        padding-right: 10px;
    }
    .ya-list-products__content-row > div:first-child {
        padding-left: 0;
    }
    .ya-list-products__content-row > div:last-child {
        padding-right: 0;
    }
}

.ya-list-products__sort .ya-field-container {
    margin: 0;
}

.ya-spinner__container {
    min-height: 0;
}

@media screen and (min-width: 768px) {
    .ya-spinner__container {
        min-height: 23px;
    }
}

.ya-list-products__li-bottom-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 66px;
    padding: 5px 0;
}

.ya-list-products__info {
    font-size: 16px;
    line-height: 1.1;
}

.ya-list-products__info.ya-margin {
    margin: 0.625em 0;
}

.ya-list-products__info-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -0.34375em !important;
    margin-right: -0.34375em !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ya-list-products__info-row > div:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ya-list-products__info-row > div:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.ya-list-products__info-row > div {
    min-width: 1px;
}

.ya-list-products__info-row > div {
    padding-left: 0.34375em;
    padding-right: 0.34375em;
}

.ya-list-products__info-text {
    font-family: "Circe";
    font-size: 0.875em;
    color: #414141;
}

.ya-list-products__info-text.ya-red {
    font-family: "Helvetica";
    font-size: 0.8125em;
    color: #e7221b;
}

.ya-list-products__info-text.ya-gray {
    color: #99999b;
}

.ya-list-products__info-text.ya-num {
    font-size: 1em;
}

.ya-coming-soon .ya-list-products .ya-container {
    padding: 0;
}

.remodal .ya-menu__li {
    border-top: 1px solid #3E3E3E;
}

.remodal .ya-menu__li:last-child {
    border-bottom: 1px solid #3E3E3E;
}

.remodal .ya-menu__li .ya-menu__li {
    border-bottom: none;
    background: #3E3E3E;
}

.ya-footer .ya-menu__li {
    margin-bottom: 9px;
}

.ya-menu__a {
    text-decoration: none;
}

.remodal .ya-menu__a {
    padding: 5px 16px 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #DEDEDE;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.remodal .ya-menu__li .ya-menu__li .ya-menu__a {
    padding-left: 26px;
}

.remodal .ya-menu__li .ya-menu__li .ya-menu__li .ya-menu__a {
    padding-left: 36px;
}

.remodal .ya-menu__li .ya-menu__li .ya-menu__li .ya-menu__li .ya-menu__a {
    padding-left: 46px;
}

.accordion.open > .ya-menu__a {
    font-weight: 700;
    color: white;
}

.ya-footer .ya-menu__a {
    font-size: 16px;
    color: inherit;
}

.ya-menu__a .ya-icon {
    margin: 0;
}

.ya-menu__a .ya-icon--dots {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -119px -85px;
    width: 18px;
    height: 5px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .ya-menu__a .ya-icon--dots {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.open > .ya-menu__a .ya-icon {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -119px -76px;
    width: 18px;
    height: 5px;
    background-size: 142px, 136px;
    background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx), only screen and (min-device-pixel-ratio: 2) {
    .open > .ya-menu__a .ya-icon {
        background-image: url(../img/png-sprite/192dpi/sprite.png);
    }
}

.ya-nouislider__container {
    padding: 10px 0;
    margin-bottom: 15px;
}

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

.ya-nouislider__row > div:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ya-nouislider__row > div:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.ya-nouislider__row > div {
    min-width: 1px;
}

.ya-nouislider__row > div {
    padding-left: 6.5px;
    padding-right: 6.5px;
}

.ya-nouislider__row > div:first-child {
    padding-left: 0;
}

.ya-nouislider__row > div:last-child {
    padding-right: 0;
}

.ya-nouislider__row + .ya-nouislider__row {
    margin-top: 15px;
}

.noUi-handle {
    border-radius: 50%;
    background: #FFF;
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #838D8F;
    width: 20px !important;
    height: 20px !important;
    top: 50% !important;
    left: -10px !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.noUi-handle:after, .noUi-handle:before {
    display: none;
}

.noUi-handle:after {
    content: '';
    display: block;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: none;
}

.noUi-horizontal {
    height: 1px;
}

.noUi-target {
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #EEEEEE;
}

.noUi-connect {
    background: #838D8F;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.ya-nouislider .ya-field {
    text-align: center;
    padding: 0;
}

.ya-nouislider__text {
    font-family: "Helvetica";
    font-size: 15px;
    color: #1B1B1B;
}

.ya-order {
    margin-bottom: 30px;
}

.ya-order__num {
    font-weight: 700;
    font-size: 18px;
    color: #717275;
    width: 32px;
    height: 32px;
    background-color: #eee;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    line-height: 32px;
    display: block;
    text-align: center;
}

.ya-order__header-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ya-order__header-row > div:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ya-order__header-row > div:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.ya-order__header-row > div {
    min-width: 1px;
}

.ya-order__header-row > div {
    padding-left: 5px;
    padding-right: 5px;
}

.ya-order__header-row > div:first-child {
    padding-left: 0;
}

.ya-order__header-row > div:last-child {
    padding-right: 0;
}

.ya-order__title {
    display: block;
    color: #1b1b1b;
    font-size: 18px;
    font-weight: 700;
    margin: 8px 0 5px;
}

.ya-order__desc {
    color: #717275;
    display: block;
    margin-bottom: 5px;
}

.ya-order__desc:not(:last-child) {
    margin-bottom: 7px;
}

.ya-order__header {
    margin-bottom: 12px;
}

.ya-order__container {
    margin-bottom: 20px;
}

.ya-order__li {
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .ya-order__row.ya-main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .ya-order__row.ya-main > div:nth-child(1) {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .ya-order__row.ya-main > div:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .ya-order__row.ya-main > div {
        min-width: 1px;
    }
}

.ya-order__row.ya-account .ya-col {
    margin-bottom: 18px;
}

.ya-order__tiles:not(:last-child) {
    margin-bottom: 20px;
}

.ya-order__tiles-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -25px !important;
    margin-right: -25px !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
}

.ya-order__tiles-ul > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.ya-order__tiles-ul > li {
    min-width: 1px;
}

.ya-order__tiles-ul > li {
    padding-left: 25px;
    padding-right: 25px;
}

@media screen and (max-width: 767px) {
    .ya-order__tiles-ul.ya-small-center {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ya-order__tiles-ul.ya-small-center > li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .ya-order__tiles-ul.ya-small-center > li {
        min-width: 1px;
    }
}

.ya-order__tiles-li {
    margin-bottom: 20px;
}

.ya-order__tile {
    display: block;
}

.ya-order__tile-img {
    position: relative;
    width: 41px;
    height: 41px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

input[hidden] ~ .ya-order__tile-row .ya-order__tile-img {
    position: static;
}

.ya-order__tile-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background 0s linear;
    transition: background 0s linear;
}

.ya-order__tile-row > div:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ya-order__tile-row > div:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.ya-order__tile-row > div {
    min-width: 1px;
}

.ya-order__tile-row > div {
    padding-left: 6px;
    padding-right: 6px;
}

.ya-order__tile-row > div:first-child {
    padding-left: 0;
}

.ya-order__tile-row > div:last-child {
    padding-right: 0;
}

input[hidden] ~ .ya-order__tile-row {
    position: relative;
    z-index: 0;
    cursor: pointer;
    padding: 9px 23px 5px 10px;
    min-width: 210px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

input[hidden] ~ .ya-order__tile-row > div:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

input[hidden] ~ .ya-order__tile-row > div:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

input[hidden] ~ .ya-order__tile-row > div {
    min-width: 1px;
}

input[hidden] ~ .ya-order__tile-row > div {
    padding-left: 3.5px;
    padding-right: 3.5px;
}

input[hidden] ~ .ya-order__tile-row > div:first-child {
    padding-left: 0;
}

input[hidden] ~ .ya-order__tile-row > div:last-child {
    padding-right: 0;
}

input[hidden] ~ .ya-order__tile-row:hover {
    background: #ffdc17;
}

input:checked ~ .ya-order__tile-row {
    background: #ffdc17;
    cursor: default;
}

.ya-order__tile-text {
    color: #1b1b1b;
    font-family: "Helvetica";
    font-size: 18px;
}

.ya-order__text {
    font-family: "Helvetica";
}

.ya-order__nouislider-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -7px !important;
    margin-right: -7px !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.ya-order__nouislider-row > div:nth-child(1) {
    max-width: 82px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 82px;
    -ms-flex: 0 0 82px;
    flex: 0 0 82px;
}

.ya-order__nouislider-row > div:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.ya-order__nouislider-row > div {
    min-width: 1px;
}

.ya-order__nouislider-row > div {
    padding-left: 7px;
    padding-right: 7px;
}

.ya-order__nouislider-row > div:nth-child(1) {
    max-width: 111px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 111px;
    -ms-flex: 0 0 111px;
    flex: 0 0 111px;
}

.ya-order__nouislider-row > div:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.ya-order__nouislider-row > div {
    min-width: 1px;
}

.ya-order__nouislider-row > div {
    padding-left: 15px;
    padding-right: 15px;
}

.ya-orders__list {
    margin-bottom: 27px;
}

.ya-orders__list-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 202px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #aaa;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .ya-orders__list-buttons {
        margin: 20px auto 24px;
    }
}

.ya-orders__list-buttons .ya-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 50%;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    margin-left: -1px;
}

.ya-orders__list-buttons .ya-col:first-child {
    border-top: none;
}

.ya-orders__list-buttons .ya-button {
    padding: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    line-height: 30px;
}

.ya-orders__list-row {
    padding: 12px 0 0;
}

@media screen and (min-width: 768px) {
    .ya-orders__list-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .ya-orders__list-row > div:nth-child(1) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .ya-orders__list-row > div:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .ya-orders__list-row > div {
        min-width: 1px;
    }
    .ya-orders__list-row > div {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ya-orders__list-row > div:first-child {
        padding-left: 0;
    }
    .ya-orders__list-row > div:last-child {
        padding-right: 0;
    }
}

.ya-orders__list-row > .ya-col {
    margin-bottom: 12px;
}

.ya-orders__list-li {
    background-color: #fcfcfc;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.ya-orders__list-container {
    padding: 0 17px;
}

.ya-orders__list-header {
    background-color: gainsboro;
    padding: 10px 0;
}

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

.ya-orders__list-header-row > span:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.ya-orders__list-header-row > span:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ya-orders__list-header-row > span {
    min-width: 1px;
}

.ya-orders__list-header-row > span {
    padding-left: 20px;
    padding-right: 20px;
}

.ya-orders__list-header-row > span:first-child {
    padding-left: 0;
}

.ya-orders__list-header-row > span:last-child {
    padding-right: 0;
}

.ya-orders__list-options-name {
    color: #6c6c6c;
}

.ya-orders__list-options-value {
    font-size: 16px;
    font-weight: 700;
}

.ya-orders__list-options-li {
    margin-bottom: 5px;
}

.ya-orders__list-options-li:last-child {
    margin-bottom: 0;
}

.ya-orders__info-li {
    margin-bottom: 15px;
}

.ya-orders__info-title {
    display: block;
    font-family: "Helvetica";
    font-weight: 700;
    color: #b8bebf;
    margin-bottom: 9px;
    padding: 0 10px;
}

.ya-orders__info-text {
    display: block;
    background-color: #efefef;
    font-size: 16px;
    padding: 12px 10px 11px;
    margin-bottom: 10px;
}

.ya-orders__info-old-price {
    display: block;
}

.ya-orders__info-num {
    font-size: 18px;
    font-weight: 700;
    color: #191919;
}

.ya-search__button {
    display: block;
    padding: 10px;
}

.ya-search__form {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background: white;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ya-search__form.ya-visible {
    opacity: 1;
    visibility: visible;
}

.ya-search__form .ya-field-container {
    position: relative;
}

.ya-search__form .ya-field {
    padding-left: 50px;
}

.ya-search__form [type=submit] {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 12px;
}

.ya-selection {
    background: rgba(215, 215, 215, 0.25) url("../img/general/bg-selection.png");
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 10px;
}

.ya-selection:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -20px;
    right: -20px;
    -webkit-box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.13), inset 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
    box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.13), inset 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
}

@media screen and (min-width: 768px) {
    .ya-selection__form-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -10px !important;
        margin-right: -10px !important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ya-selection__form-row > div {
        max-width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .ya-selection__form-row > div {
        min-width: 1px;
    }
    .ya-selection__form-row > div {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.ya-social {
    display: inline-block;
}

.ya-social__ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #76777a;
    border-radius: 4px;
    overflow: hidden;
}

.ya-social__li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #76777a;
}

.ya-social__li:first-child {
    border-left: none;
    padding: 0 8px;
}

.ya-social__title {
    color: #2e2e30;
    font-size: 12px;
    text-transform: uppercase;
}

.ya-social__a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}

.ya-social__a--Vk {
    color: #45688e;
}

.ya-social__a--f {
    color: #3b5998;
}

.ya-social__a--t {
    color: #1da1f2;
    font-size: 16px;
}

.ya-social__a--O {
    color: #f2720c;
}

.ya-social__a .ya-icon {
    margin: 0;
}

.ya-success__container {
    margin: 58px auto 80px;
    text-align: center;
}

.ya-success__title {
    display: block;
    color: #3c3d41;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.ya-success__title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 341px;
    height: 1px;
    background: #dfdfdf;
}

.ya-success__icon {
    display: inline-block;
    margin-bottom: 30px;
}

/*!
 * jQuery Accordion 0.0.1
 * (c) 2014 Victor Fernandez <victor@vctrfrnndz.com>
 * MIT Licensed.
 */
/* Requirements */
[data-accordion] [data-content] {
    overflow: hidden;
    max-height: 0;
}

/* Basic Theme */
[data-accordion] {
    /*line-height: 1;*/
}

[data-control],
[data-content] > * {
    /*border-bottom: 1px solid #888;*/
    /*padding: 10px;*/
}

[data-content] [data-accordion] {
    border: 0;
    padding: 0;
}

[data-accordion] [data-control] {
    position: relative;
    /*padding-right: 40px;*/
}

[data-accordion] > [data-control]:after {
    /*content: "";*/
    /*position: absolute;*/
    /*right: 10px;*/
    /*top: 12px;*/
    /*font-size: 25px;*/
    /*font-weight: 200;*/
    /*color: #444;*/
    /*height: 15px;*/
    /*width: 24px;*/
    /*background: url('../images/down.png') center center no-repeat;*/
    /*background-size: 50%;*/
}

[data-accordion].open > [data-control]:after {
    /*-webkit-transform: rotate(-180deg); */
    /*-ms-transform: rotate(-180deg); */
    /*transform: rotate(-180deg); */
}

[data-accordion] [data-control] {
    cursor: pointer;
    -webkit-transition: color 0s linear;
    transition: color 0s linear;
}

/*
 *  Remodal - v1.0.5
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
    /*overflow: hidden;*/
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
    display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

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

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

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
    position: relative;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

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

.remodal--offcanvas-right, .remodal--offcanvas-left, .remodal--offcanvas-top, .remodal--offcanvas-bottom {
    position: absolute !important;
    top: 0;
    overflow: auto;
}

.remodal-overlay {
    background: rgba(255, 255, 255, 0.1);
    display: block !important;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
    z-index: 29;
}

.remodal-overlay.remodal-is-closed {
    opacity: 0;
    visibility: hidden;
}

.remodal-overlay.remodal-is-opening {
    opacity: 1;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

.remodal-overlay.remodal-is-closing {
    opacity: 0;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

[class*="remodal-overlay-none"] .remodal-overlay {
    display: none !important;
}

.remodal-wrapper {
    font-size: 0;
    letter-spacing: -1px;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
    padding: 0;
    overflow: auto !important;
    z-index: 30;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

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

.remodal-wrapper > .remodal {
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    line-height: normal;
}

.remodal-wrapper:after {
    display: none !important;
}

.remodal-wrapper.remodal-is-opening, .remodal-wrapper.remodal-is-opened {
    opacity: 1;
    visibility: visible;
}

[class*='remodal-offcanvas'] .remodal-wrapper {
    overflow: hidden !important;
}

.remodal {
    position: relative;
    text-align: left;
    color: #fff;
    width: auto;
    min-width: 263px;
    max-width: 263px;
    background-color: #2E2E30;
    border-radius: 0;
    padding: 0;
}

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

.remodal.remodal-is-opening {
    -webkit-animation: remodal-open 0.35s;
    animation: remodal-open 0.35s;
}

.remodal.remodal-is-closing {
    -webkit-animation: remodal-close 0.35s;
    animation: remodal-close 0.35s;
}

.remodal--offcanvas-right {
    right: 0;
    height: 100%;
}

.remodal--offcanvas-right.remodal-is-opening {
    -webkit-animation: offcanvas-right-open 0.35s;
    animation: offcanvas-right-open 0.35s;
}

.remodal--offcanvas-right.remodal-is-closing {
    -webkit-animation: offcanvas-right-close 0.35s;
    animation: offcanvas-right-close 0.35s;
}

.remodal--offcanvas-left {
    left: 0;
    height: 100%;
}

.remodal--offcanvas-left.remodal-is-opening {
    -webkit-animation: offcanvas-left-open 0.35s;
    animation: offcanvas-left-open 0.35s;
}

.remodal--offcanvas-left.remodal-is-closing {
    -webkit-animation: offcanvas-left-close 0.35s;
    animation: offcanvas-left-close 0.35s;
}

.remodal--offcanvas-top {
    left: 0;
    height: auto;
    width: 100%;
}

.remodal--offcanvas-top.remodal-is-opening {
    -webkit-animation: offcanvas-top-open 0.35s;
    animation: offcanvas-top-open 0.35s;
}

.remodal--offcanvas-top.remodal-is-closing {
    -webkit-animation: offcanvas-top-close 0.35s;
    animation: offcanvas-top-close 0.35s;
}

.remodal--offcanvas-bottom {
    left: 0;
    height: auto;
    width: 100%;
    bottom: 0;
    top: auto;
}

.remodal--offcanvas-bottom.remodal-is-opening {
    -webkit-animation: offcanvas-bottom-open 0.35s;
    animation: offcanvas-bottom-open 0.35s;
}

.remodal--offcanvas-bottom.remodal-is-closing {
    -webkit-animation: offcanvas-bottom-close 0.35s;
    animation: offcanvas-bottom-close 0.35s;
}

.remodal__container {
    width: auto;
    min-width: 0;
    max-width: auto;
    margin: 0 auto;
}

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

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

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

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

@-webkit-keyframes offcanvas-right-open {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes offcanvas-right-open {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes offcanvas-right-close {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes offcanvas-right-close {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes offcanvas-left-open {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes offcanvas-left-open {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes offcanvas-left-close {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes offcanvas-left-close {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes offcanvas-top-open {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes offcanvas-top-open {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes offcanvas-top-close {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes offcanvas-top-close {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes offcanvas-bottom-open {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes offcanvas-bottom-open {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes offcanvas-bottom-close {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes offcanvas-bottom-close {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.remodal-wrapper {
    position: absolute !important;
}

.remodal {
    -webkit-box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.31);
    box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.31);
}

.remodal.ya-bg-light {
    background: #fcfcfc;
    color: #1B1B1B;
}

.remodal__container {
    padding: 0 16px 20px;
}

.remodal__container + .remodal__container {
    margin-top: 56px;
}

.remodal__title {
    display: block;
    font-family: "Circe";
    font-weight: 700;
    font-size: 20px;
    padding: 0 16px;
    margin-bottom: 4px;
}

.remodal__header .remodal__title {
    padding: 0;
    margin-bottom: 0;
}

.remodal__header-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
}

.remodal__header-row > div:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.remodal__header-row > div:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.remodal__header-row > div {
    min-width: 1px;
}

.remodal__header-row > div {
    padding-left: 5px;
    padding-right: 5px;
}

.remodal__header-row > div:first-child {
    padding-left: 0;
}

.remodal__header-row > div:last-child {
    padding-right: 0;
}

.remodal__header {
    padding-left: 16px;
}

.remodal__close {
    padding: 16px;
}

.ya-pagination {
    border-top: 1px solid #f2f2f2;
    padding-top: 27px;
    margin-bottom: 26px;
}

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

.ya-pagination__row > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.ya-pagination__row > div {
    min-width: 1px;
}

.ya-pagination__row > div {
    padding-left: 10px;
    padding-right: 10px;
}

.ya-pagination__row > div:first-child {
    padding-left: 0;
}

.ya-pagination__row > div:last-child {
    padding-right: 0;
}

.ya-pagination .ya-button {
    padding: 0 5px;
    min-width: 50px;
    font-weight: 700;
    line-height: 42px;
    font-size: 14px;
}

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

html, body {
    min-height: 100%;
}

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

.ya-footer {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.ya-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.ya-header {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.ya-tabs__list-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.ya-tabs__list-ul > li {
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.ya-tabs__list-ul > li {
    min-width: 1px;
}

.ya-tabs__list-li {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none;
}

.ya-tabs__list-li:first-child {
    display: block;
}

.ya-tabs-ready .ya-tabs__list-li {
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}

.ya-tabs__list-li.ya-tabs-active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    display: block;
}

.ya-tabs__buttons {
    margin-bottom: 28px;
}

.ya-tabs__buttons-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    background-color: #eee;
    border: 1px solid #d7d7d7;
}

.ya-tabs__buttons-li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.ya-tabs__button {
    background: #eee;
    display: block;
    line-height: 42px;
    cursor: pointer;
    width: 100%;
    height: 42px;
    font-weight: 700;
    color: #959597;
    text-decoration: none;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}

.ya-tabs__buttons-li:not(:first-child) .ya-tabs__button {
    border-left: 1px solid #d7d7d7;
}

.ya-tabs__button:hover {
    background: white;
    color: #1b1b1b;
}

.ya-theme-orange .ya-tabs__button:hover {
    background: #ffdc17;
}

.ya-tabs__button.ya-tabs-active {
    background: white;
    color: #1b1b1b;
}

.ya-theme-orange .ya-tabs__button.ya-tabs-active {
    background: #ffdc17;
}

.ya-tabs__buttons.ya-lg .ya-tabs__button {
    font-family: "Helvetica";
    font-size: 15px;
    font-weight: 400;
}

.ya-tabs__list-li {
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
}


.watch {
	display: block;
	position: absolute;
	top:-8px;
	left:-9px;
	height: 25px;
	width:25px;
	background: url(/static/img/png-sprite/96dpi/watch.png) no-repeat center;
	
}

.watchGreen {
	display: block;
	position: absolute;
	top:-8px;
	left:-9px;
	height: 25px;
	width:25px;
	background: url(/static/img/png-sprite/96dpi/clockGreen.png) no-repeat center;
	z-index:99999;
}

.watchDetail {
	display: block;
	float: left;
	height: 18px;
	width:18px;
	background: url(/static/img/png-sprite/96dpi/watch.png) no-repeat center;
	margin-right: 10px;
	color: red;
}
.dateDelive {
	width:200px;
	display: block;
	/*
	position: absolute;
	top: 80px;
	left: -160px;
	*/
	color: red;
}

.dateDeliveDetail {
	width:200px;
	display: block;
	height: 23px;
	line-height: 23px;
	color: red;
}

.tips {
	display: none;
	position: absolute;
	top:-90px;
	left: -140px;
	z-index:99999;
	width: 200px;
	height: 80px;
	line-height: 40px;
	background: #000;
	color: #fff;
	font-size: 13px;
	opacity:0.6;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tips::after {
	content: ''; 
	position: absolute;
	left: 172px; 
	bottom: -20px;
	border: 10px solid transparent;
	border-top: 10px solid #000;
}


/*# sourceMappingURL=main.css.map */
.ya-banners__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ya-banners__ul > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.ya-banners__ul > li {
  min-width: 1px;
}
.ya-banners .ya-banners__ul > li {
        max-width:100% !important;
        padding-bottom:10px;
}
.ya-banners .ya-banners__ul > li img {
        width:100%;
}

.ya-banners .ya-banners__ul {
    display:block;
}