[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-mask, .simplebar-offset {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0
}

.simplebar-content:after, .simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    z-index: -1
}

.simplebar-height-auto-observer, .simplebar-track {
    position: absolute;
    overflow: hidden;
    pointer-events: none
}

.simplebar-track {
    z-index: 1;
    right: 0;
    bottom: 0
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    -webkit-transition: opacity 0s linear;
    -o-transition: opacity 0s linear;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.control {
    position: relative;
    padding-bottom: 15px
}

.control__element {
    display: block;
    width: 100%;
    background-color: transparent;
    border: 1px solid #888;
    border-radius: 5px;
    padding: 12px 40px 11px 20px;
    font-size: 14px;
    color: #888;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.control__element:active, .control__element:focus, .control__element:hover {
    border-color: #82d7f2
}

.control__error {
    display: none;
    font-size: 10px;
    line-height: 1.2;
    color: #9e3137;
    position: absolute;
    bottom: 0;
    left: 0
}

.control__error--static {
    position: static;
    margin-top: 3px
}

.control--error:before {
    content: "!";
    position: absolute;
    top: 12px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-color: #9e3137;
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%
}

.control--error .control__element {
    border-color: #9e3137
}

.control--error .control__error {
    display: block
}

.select {
    position: relative
}

.select.close .select-options {
    display: none
}

.select.close svg {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.select svg {
    position: absolute;
    width: 19px;
    height: 9.5px;
    top: 21px;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    stroke: #888;
    -webkit-transition-property: stroke, -webkit-transform;
    transition-property: stroke, -webkit-transform;
    -o-transition-property: stroke, transform;
    transition-property: stroke, transform;
    transition-property: stroke, transform, -webkit-transform;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    pointer-events: none
}

.select-control input {
    padding-right: 60px
}

.select-control:active input, .select-control:hover input {
    cursor: pointer
}

.select-control:active + svg, .select-control:hover + svg {
    stroke: #82d7f2;
    cursor: pointer
}

@media only screen and (max-width: 1366px) {
    .select-control:active + svg, .select-control:hover + svg {
        stroke: #888
    }
}

.select-options {
    margin-top: 10px;
    padding: 17px 11px 17px 20px;
    background-color: #000;
    border: 1px solid #888;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    border-radius: 5px;
    max-height: 145px;
    height: 145px;
}

.select-options .simplebar-horizontal-only {
    max-height: 115px
}

@media only screen and (max-width: 767px) {
    .select-options {
        overflow: scroll
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .select-options {
        overflow: scroll
    }
}

.select-options__item {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #888;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.select-options__item.active, .select-options__item:hover {
    color: #82d7f2;
    cursor: pointer
}

.select .simplebar-track.simplebar-vertical {
    top: 6px;
    bottom: 2px;
    right: 7px;
    background-color: transparent
}

.select-hover-element select {
    cursor: pointer
}

.book-placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.book-placeholder__img {
    display: block;
    width: 156px;
    height: 220px
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .book-placeholder__img {
        grid-row-start: 1;
        grid-row-end: 5;
        grid-column-start: 1;
        margin-left: 72px
    }
}

.book-placeholder__title {
    margin-top: 10px;
    font-size: 24px;
    text-transform: uppercase
}

@media only screen and (max-width: 1366px) and (orientation: portrait) {
    .book-placeholder__title {
        font-size: 26px
    }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .book-placeholder__title {
        grid-column-start: 2;
        margin-top: 0;
        justify-self: center
    }
}

.book-placeholder__subTitle {
    font-size: 15px;
    margin-top: 8px
}

@media only screen and (max-width: 1366px) and (orientation: portrait) {
    .book-placeholder__subTitle {
        font-size: 16px
    }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .book-placeholder__subTitle {
        grid-column-start: 2;
        justify-self: center
    }
}

.nav {
    padding-top: 110px;
    padding-bottom: 0
}

@media only screen and (max-width: 1366px) and (orientation: portrait) {
    .nav {
        padding-top: 140px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .nav {
        padding-top: 40px;
        left: 0
    }
}

.nav-list {
    position: absolute;
    top: 20px;
    right: 0;
    width: 55vw;
    padding-left: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media only screen and (max-width: 1366px) and (orientation: portrait) {
    .nav-list {
        top: 40px;
        width: auto;
        right: 141.2px
    }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .nav-list {
        padding-left: 0;
        position: static;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width: 480px) {
    .wrapper {
        overflow: hidden
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .wrapper {
        overflow: hidden
    }
}

.section--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 400px;
    margin-left: 20px
}

@media only screen and (max-width: 1366px) and (orientation: portrait) {
    .section--left {
        max-width: 300px;
        margin-left: 40px;
        margin-top: 140px;
        height: auto
    }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .section--left {
        margin-top: 0;
        padding-top: 120px;
        max-width: unset;
        padding-left: 40px;
        padding-right: 40px;
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .section--left {
        display: none
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .section--left {
        display: none
    }
}

@media only screen and (max-width: 480px) {
    .section--left {
        display: block;
        padding-top: 0
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .section--left {
        display: block;
        padding-top: 0
    }
}

.section--right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    padding-left: 150px
}

@media only screen and (max-width: 1366px) and (orientation: portrait) {
    .section--right {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media only screen and (max-width: 767px) {
    .section--right {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .section--right {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media only screen and (max-width: 480px) {
    .section--right {
        padding-top: 95px;
        position: relative
    }

    .section--right:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 96px;
        background-color: #000
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .section--right {
        padding-top: 95px;
        position: relative
    }

    .section--right:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 96px;
        background-color: #000
    }
}

@media only screen and (max-width: 1366px) and (orientation: portrait) {
    .nav {
        margin-left: unset;
        margin-right: unset;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.sub-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 63px
}

@media only screen and (max-width: 1366px) and (orientation: portrait) {
    .sub-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        left: 0
    }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .sub-nav {
        position: static;
        grid-column-start: 2;
        grid-row-start: 4;
        margin-bottom: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 40px
    }
}

@media only screen and (max-width: 480px) {
    .sub-nav {
        width: auto;
        position: fixed;
        bottom: 0;
        left: 20px;
        right: 20px;
        margin: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .sub-nav {
        width: auto;
        position: fixed;
        bottom: 0;
        left: 20px;
        right: 20px;
        margin: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.sub-nav-list {
    margin-right: 40px
}

@media only screen and (max-width: 1366px) and (orientation: portrait) {
    .sub-nav-list {
        margin-right: 0;
        margin-bottom: 35px
    }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .sub-nav-list {
        margin-bottom: 0;
        margin-right: 60px
    }
}

@media only screen and (max-width: 480px) {
    .sub-nav-list {
        margin-right: 0
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .sub-nav-list {
        margin-right: 0
    }
}

.sub-nav-list:last-child {
    margin-right: 0
}

@media only screen and (max-width: 1366px) and (orientation: portrait) {
    .sub-nav-list:last-child {
        margin-bottom: 0
    }
}

@media only screen and (max-width: 1366px) and (orientation: portrait) {
    .store {
        display: block
    }
}

.store-book-card {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 40px;
    background-color: #090909;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (max-width: 1366px) and (orientation: portrait) {
    .store-book-card {
        padding: 20px 20px 40px;
        margin-top: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .store-book-card {
        display: grid;
        grid-template-columns:auto 1fr;
        grid-template-rows:auto auto 1fr;
        padding-bottom: 20px
    }
}

@media only screen and (max-width: 480px) {
    .store-book-card {
        padding: 0;
        margin: 0;
        border: unset
    }

    .store-book-card > :not(.sub-nav) {
        display: none
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .store-book-card {
        padding: 0;
        margin: 0;
        border: unset
    }

    .store-book-card > :not(.sub-nav) {
        display: none
    }
}

.store__commentForBook {
    margin-top: 22px;
    color: #888;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width: 1366px) and (orientation: portrait) {
    .store__commentForBook {
        font-size: 16px
    }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .store__commentForBook {
        grid-column-start: 2;
        margin-top: 10px;
        align-self: self-start
    }
}

.store__commentForBook__author, .store__commentForBook__text {
    display: block
}

.store__commentForBook__text {
    line-height: 1.3
}

.store__commentForBook__author {
    text-align: right;
    margin-top: 4px
}

.store-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 767px) {
    .store-controls {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        padding-bottom: 20px;
        background-color: #000
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .store-controls {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        padding-bottom: 20px;
        background-color: #000
    }
}

.store-controls-element {
    width: calc(50% - 10px)
}

.store-picked-element {
    font-size: 16px;
    margin-top: 25px
}

.store-picked-element:last-child {
    margin-top: 0
}

.store-picked-element.hidden {
    display: none
}

.store-picked-element.store-picked-city--js {
    text-transform: uppercase
}

.store-city-list {
    margin-top: 35px;
    margin-bottom: 113px
}

@media only screen and (max-width: 1366px) and (orientation: portrait) {
    .store-city-list {
        margin-bottom: 57px
    }
}

@media only screen and (max-width: 480px) {
    .store-city-list {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .store-city-list {
        margin-bottom: 100px
    }
}

@media only screen and (max-width: 767px) {
    .store-city-list {
        margin-top: 15px
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .store-city-list {
        margin-top: 15px
    }
}

.store-city-list-item {
    margin-bottom: 40px
}

.store-city-list-item:last-child {
    margin-bottom: 0
}

.store-city-list-item__name {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media only screen and (max-width: 1366px) and (orientation: portrait) {
    .store-city-list-item__name {
        font-size: 19px;
        margin-bottom: 17px
    }
}

@media only screen and (max-width: 767px) {
    .store-city-list-item__name {
        font-size: 16px
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .store-city-list-item__name {
        font-size: 16px
    }
}

.store-stores-list {
    margin-bottom: 40px
}

.store-stores-list:last-child {
    margin-bottom: 0
}

.store-stores-list-item {
    margin-bottom: 40px
}

.store-stores-list-item:last-child {
    margin-bottom: 0
}

.store-stores-list-item__name {
    font-size: 16px;
    margin-bottom: 10px
}

@media only screen and (max-width: 1366px) and (orientation: portrait) {
    .store-stores-list-item__name {
        font-size: 19px;
        margin-bottom: 17px
    }
}

@media only screen and (max-width: 767px) {
    .store-stores-list-item__name {
        font-size: 16px
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .store-stores-list-item__name {
        font-size: 16px
    }
}

.store-stores-list-item-shop-list {
    display: grid;
    grid-column: 3;
    grid-template-columns:repeat(3, fit-content(33.3%));
    grid-row-gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 1366px) and (orientation: portrait) {
    .store-stores-list-item-shop-list {
        grid-row-gap: 25px;
        grid-column: 3;
        grid-template-columns:1fr 2fr;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
    .store-stores-list-item-shop-list {
        grid-template-columns:1fr 1fr;
        grid-column-gap: 20px
    }
}

@media only screen and (max-width: 767px) {
    .store-stores-list-item-shop-list {
        grid-template-columns:1fr 1fr
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .store-stores-list-item-shop-list {
        grid-template-columns:1fr 1fr
    }
}

@media only screen and (max-width: 480px) {
    .store-stores-list-item-shop-list {
        grid-template-columns:1fr
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .store-stores-list-item-shop-list {
        grid-template-columns:1fr
    }
}

.store-stores-list-item-shop-list-item__link, .store-stores-list-item-shop-list-item__text {
    font-size: 14px
}

@media only screen and (max-width: 1366px) and (orientation: portrait) {
    .store-stores-list-item-shop-list-item__link, .store-stores-list-item-shop-list-item__text {
        font-size: 19px
    }
}

@media only screen and (max-width: 767px) {
    .store-stores-list-item-shop-list-item__link, .store-stores-list-item-shop-list-item__text {
        font-size: 14px
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .store-stores-list-item-shop-list-item__link, .store-stores-list-item-shop-list-item__text {
        font-size: 14px
    }
}

.store-stores-list-item-shop-list-item__link {
    display: inline-block;
    color: #82d7f2;
    text-decoration: none;
    padding-bottom: 4px;
    border-bottom: 1px solid #82d7f2
}

.store-stores-list-item-shop-list-item__text {
    margin-top: 4px;
    margin-bottom: 4px;
    color: #888
}

.store-stores-list-item-shop-list-item__text--phone {
    text-decoration: none;
    padding-bottom: 4px;
    display: inline-block;
    border-bottom: 1px solid #888
}
