@charset "UTF-8";

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-ExtraBold.woff2) format("woff2"), url(../fonts/Montserrat-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Black.woff2) format("woff2"), url(../fonts/Montserrat-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: url(../fonts/opensans.woff2) format("woff2"), url(../fonts/opensans.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: url(../fonts/opensanssemibold.woff2) format("woff2"), url(../fonts/opensanssemibold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Open Sans";
    font-display: swap;
    src: url(../fonts/opensansbold.woff2) format("woff2"), url(../fonts/opensansbold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: icons;
    src: url(../fonts/icons.eot?8jp54c);
    src: url(../fonts/icons.eot?8jp54c#iefix) format("embedded-opentype"), url(../fonts/icons.ttf?8jp54c) format("truetype"), url(../fonts/icons.woff?8jp54c) format("woff"), url(../fonts/icons.svg?8jp54c#icons) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" _icon-"]::before,
[class^=_icon-]::before {
    font-family: icons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

._icon-shopping-bag:before {
    content: "\e907"
}

._icon-arrow-left:before {
    content: "\e908"
}

._icon-arrow-right:before {
    content: "\e90d"
}

._icon-buy:before {
    content: "\e901";
    color: #ff8a50
}

._icon-ckeckbox:before {
    content: "\e902";
    color: #ff8a50
}

._icon-clock:before {
    content: "\e903";
    color: #ff8a50
}

._icon-date:before {
    content: "\e904";
    color: #ff8a50
}

._icon-down-arrow:before {
    content: "\e905"
}

._icon-fb:before {
    content: "\e906";
    color: #fff
}

._icon-Inst:before {
    content: "\e907";
    color: #fff
}

._icon-like:before {
    content: "\e909";
    color: #9e9e9e
}

._icon-location:before {
    content: "\e90a";
    color: #fff
}

._icon-mail:before {
    content: "\e90b";
    color: #fff
}

._icon-phone:before {
    content: "\e90c"
}

._icon-scales:before {
    content: "\e90e";
    color: #9e9e9e
}

._icon-search:before {
    content: "\e90f";
    color: #ff8a50
}

._icon-tw:before {
    content: "\e910";
    color: #fff
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
::after,
::before {
    box-sizing: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav,
section {
    display: block
}

body,
html {
    height: 100%;
    min-width: 320px
}

body {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ul li {
    list-style: none
}

img {
    max-width: 100%;
    display: block
}

button,
input,
select,
textarea {
    font-family: Montserrat;
    font-size: inherit
}

a {
    text-decoration: none;
    display: inline-block;
    color: inherit
}

a:link,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

body,
html {
    height: 100%
}

body {
    color: #2c2c2c;
    line-height: 1;
    font-family: Montserrat;
    font-size: .75rem
}

._lock {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.wrapper {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

[class*=__container] {
    max-width: 69.25rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 .9375rem
}

.title {
    font-weight: 800;
    line-height: 110%;
    color: #2c2c2c;
    margin-bottom: 20px
}

.box-wrapper {
    margin-top: 30px;
    padding: 30px 30px 30px 30px;
    border: 5px solid transparent;
    -o-border-image: linear-gradient(90deg, #ffc766, #ff5b85);
    border-image: -webkit-gradient(linear, left top, right top, from(#ffc766), to(#ff5b85));
    border-image: linear-gradient(90deg, #ffc766, #ff5b85);
    border-image-slice: 1
}

.box-text {
    font-weight: 800;
    font-size: 24px;
    line-height: 160%;
    color: #ff8a50
}

.content-wrapper {
    background: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    border-radius: 12px;
    padding: 20px 20px 30px
}

input:-webkit-autofill {
    -webkit-transition: all 5000s ease-in-out;
    transition: all 5000s ease-in-out
}

.map {
    position: relative;
    max-width: 850px;
    width: 100%;
    height: 500px;
    margin-left: auto
}

.map .ymaps-2-1-79-copyright__wrap,
.map .ymaps-2-1-79-gototaxi,
.map .ymaps-2-1-79-gototaxi__container,
.map .ymaps-2-1-79-gototech,
.map .ymaps-2-1-79-gotoymaps__container {
    width: 0;
    height: 0;
    font-size: 0
}

.map a.ymaps-2-1-79-copyright__link {
    -moz-user-focus: none
}

.map a.ymaps-2-1-79-copyright__link,
.map a.ymaps-2-1-79-gototech {
    display: none
}

.page-group__item {
    border-radius: 8px;
    background: #fff
}

.page-group__item:not(:last-child) {
    margin-right: 5px
}

.page-group__item--active {
    background-color: #ff8a50
}

.page-group__item--active .page-group__link {
    font-weight: 900;
    color: #fff
}

.page-group__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-group__link {
    padding: 8px 14px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    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-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-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, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.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 infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.header {
    overflow: hidden;
    -webkit-box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    box-shadow: 0 4px 15px rgba(189, 189, 189, .04)
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__menu {
    margin-right: 20px;
    margin-left: 20px
}

.header__logo {
    margin-right: 10px
}

.header__icons {
    margin-left: 10px
}

.logo__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo__img {
    width: 150px
}

.logo__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #2c2c2c;
    margin-left: -10px;
    margin-top: 9px
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu__item {
    margin-bottom: 5px;
    margin-top: 5px
}

.menu__link {
    font-weight: 600;
    font-size: 16px;
    line-height: 15px
}

.header-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header-icons__link::before {
    font-size: 20px
}

.header-icons__link:not(:last-child) {
    margin-right: 20px
}

.header-icons__link:nth-child(2) {
    position: relative
}

.header-icons__inst {
    font-size: 16px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.header-icons__inst:hover {
    color: #ff8a50
}

.header-icons__span {
    position: absolute;
    width: 12px;
    height: 14px;
    border-radius: 50%;
    background-color: #ff8a50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    top: -7px;
    right: -3px
}

.burger-content {
    display: none
}

.burger {
    display: none
}

.burger--active .burger__span:first-child {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg)
}

.burger--active .burger__span:nth-child(2) {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px)
}

.burger--active .burger__span:last-child {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
    width: 100%
}

.our-partners {
    background-color: #e5e5e5
}

.our-partners__inner {
    position: relative
}

.our-partners__title {
    font-weight: 900;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 50px;
    text-align: center
}

.our-partners__slider {
    padding-left: 50px;
    padding-right: 50px
}

.our-partners__item {
    width: 80px;
    height: 80px
}

.swiper-container {
    overflow: hidden;
    background-color: #fff
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.swiper-button-prev-partners {
    z-index: 10;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 115px
}

.swiper-button-prev-partners::before {
    font-size: 24px;
    color: #ff8a50
}

.swiper-button-next-partners {
    z-index: 10;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 115px
}

.swiper-button-next-partners::before {
    font-size: 24px;
    color: #ff8a50
}

.kniginya-main-text {
    background-color: #e5e5e5
}

.kniginya-main-text__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.kniginya-main-text__text {
    line-height: 180%;
    font-family: "Open Sans"
}

.kniginya-main-text__text:first-child {
    margin-right: 30px
}

.kniginya-main-text__link {
    display: inline;
    color: #ff8a50
}

.pages-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #e5e5e5
}

.pages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pages__item {
    font-size: 12px;
    line-height: 140%;
    color: #9e9e9e
}

.pages__item:not(:last-child)::after {
    content: "/";
    margin-left: 5px;
    margin-right: 5px
}

.pages__item:last-child {
    font-weight: 500;
    color: #ff8a50
}

.kniginya-main {
    background-color: #e5e5e5
}

.kniginya-main__inner {
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px
}

.kniginya-main__inner .catalog__btn {
    position: absolute
}

.kniginya-main__inner .catalog__btn--active {
    -webkit-transform: translateX(120px);
    -ms-transform: translateX(120px);
    transform: translateX(120px)
}

.kniginya-main__inner .catalog__text {
    color: #2c2c2c
}

.kniginya-main__content {
    overflow: hidden;
    min-width: 0
}

.kniginya-main__search-box {
    position: relative
}

.kniginya-main .left-menu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    padding-right: 30px
}

.kniginya-main .left-menu__title {
    font-weight: 800;
    font-size: 18px;
    line-height: 110%;
    color: #2c2c2c;
    margin-bottom: 30px
}

.kniginya-main-slider {
    margin-bottom: 30px
}

.kniginya-main-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    border-radius: 12px;
    min-height: 500px
}

.kniginya-main-slider__content {
    padding-top: 40px;
    padding-bottom: 80px
}

.kniginya-main-slider__title {
    font-weight: 900;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 15px;
    padding-left: 45px;
    padding-right: 20px
}

.kniginya-main-slider__img {
    width: 417px;
    min-height: 500px
}

.kniginya-main-slider__span {
    display: block;
    font-size: 23px;
    line-height: 120%;
    color: #9e9e9e;
    margin-bottom: 50px;
    padding-left: 45px;
    padding-right: 20px
}

.kniginya-main-slider-icons__list {
    background: -webkit-gradient(linear, left bottom, left top, from(#fafafa), to(#fafafa));
    background: linear-gradient(0deg, #fafafa, #fafafa);
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 10px
}

.kniginya-main-slider-icons__item {
    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;
    width: 100px
}

.kniginya-main-slider-icons__item:not(:last-child) {
    margin-right: 15px
}

.kniginya-main-slider-icons__svg {
    width: 45px;
    height: 45px;
    margin-bottom: 5px
}

.kniginya-main-slider-icons__span {
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 16px;
    text-align: center
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 50px;
    left: 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px))
}

.swiper-pagination-bullet-active {
    background: #ff8a50
}

.swiper-button-next,
.swiper-button-prev {
    width: 21px;
    height: 21px;
    background-color: #e7e7e7;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0
}

.swiper-button-next::before,
.swiper-button-prev::before {
    margin-bottom: 2px;
    margin-left: 2px;
    font-size: 16px;
    color: #ff8a50
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background-color: #e7e7e7
}

.swiper-button-next {
    right: 40px;
    bottom: 60px;
    left: auto;
    top: auto
}

.swiper-button-prev {
    right: 70px;
    bottom: 60px;
    left: auto;
    top: auto
}

.all-books {
    position: relative;
    overflow: hidden;
    padding-top: 15px
}

.all-books__list {
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 20px
}

.all-books__list--active {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.all-books__list {
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 20px
}
.catalog__list {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

@media (min-width: 768px) {
    .catalog__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .catalog__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

.all-books__list--active {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}


.all-books__item {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    border-radius: 8px;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
    min-width: 230px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    cursor: pointer
}

.all-books__img {
    width: 80px;
    height: 130px;
    margin-bottom: 15px
}

.all-books__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px
}

.all-books__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 10px;
    max-width: 160px
}

.all-books__caption {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 12px;
    max-width: 160px
}

.all-books__price {
    font-weight: 700;
    font-size: 14px;
    line-height: 110%
}

.all-books__sale {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 44px;
    height: 20px;
    background-color: #ff8a50;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    border-radius: 24px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6
}

.product-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px
}

.product-details__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    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
}

.product-details__image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px
}

.product-details__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    padding-left: 20px
}

.product-details__info h1 {
    font-size: 2rem;
    margin-bottom: 10px
}

.product-details__info h2 {
    font-size: 1.2rem;
    margin-top: 20px
}

.product-details__info p {
    font-size: 1rem;
    margin-bottom: 15px
}

.product-details__info ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0
}

.product-details__info ul li {
    margin-bottom: 10px;
    font-size: .8rem
}

.about {
    background-color: #e5e5e5
}

.about__text {
    font-family: "Open Sans";
    line-height: 30px;
    color: #2c2c2c;
    margin-bottom: 20px
}

.about__span {
    font-weight: 700
}

.about__subtitle {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 18px;
    line-height: 180%;
    color: #2c2c2c
}

.payment-delivery {
    background-color: #e5e5e5
}

.payment-delivery .box-wrapper .box-text {
    text-align: center
}

.payment-delivery__subtitle {
    font-weight: 700;
    line-height: 110%;
    color: #2c2c2c;
    margin-bottom: 20px
}

.payment-delivery__list {
    margin-left: 20px;
    margin-bottom: 20px
}

.payment-delivery__list--second {
    margin-left: 40px
}

.payment-delivery__list--second .payment-delivery__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.payment-delivery__list--second .payment-delivery__item::before {
    content: "";
    position: absolute;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #2c2c2c;
    left: -15px
}

.payment-delivery__item {
    font-size: 14px;
    line-height: 180%;
    color: #2c2c2c
}

.payment-delivery__caption {
    display: block;
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 20px
}

.binding {
    background-color: #e5e5e5
}

.binding__subtitle {
    font-weight: 700;
    line-height: 180%;
    color: #2c2c2c;
    margin-bottom: 15px
}

.binding__text {
    line-height: 180%;
    margin-bottom: 25px
}

.binding__list {
    margin-bottom: 25px
}

.binding__item {
    line-height: 180%
}

.binding__item:not(:last-child) {
    margin-bottom: 5px
}

.binding__span {
    display: block;
    line-height: 180%;
    margin-bottom: 10px
}

.to-contact-us {
    background-color: #e5e5e5
}

.to-contact-us__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-content {
    background: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 35px;
    padding-top: 49px;
    padding-right: 80px;
    padding-bottom: 10px
}

.contact__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact__item::before {
    color: #ff8a50;
    font-size: 18px;
    margin-right: 15px
}

.contact__span {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 170%
}

.contact__link {
    font-weight: 700;
    font-size: 12px;
    line-height: 170%
}

.contact__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.who-are-we {
    background: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    border-radius: 12px;
    margin-right: 20px
}

.who-are-we__box {
    margin-bottom: 20px;
    padding: 20px 40px 0 20px
}

.who-are-we__title {
    font-weight: 800;
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 10px
}

.who-are-we__text {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 180%;
    max-width: 602px
}

.who-are-we__span {
    font-weight: 700
}

.who-are-we__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 20px;
    padding-left: 20px
}

.who-are-we__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left bottom, left top, from(#fafafa), to(#fafafa));
    background: linear-gradient(0deg, #fafafa, #fafafa);
    border-radius: 12px;
    max-width: 618px
}

.who-are-we__item {
    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
}

.who-are-we__item:not(:last-child) {
    margin-right: 88px
}

.who-are-we__caption {
    font-weight: 400;
    line-height: 16px;
    text-align: center
}

.form-write-to-us {
    max-width: 430px;
    background: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    border-radius: 8px;
    padding: 20px 50px 20px 30px;
    width: 100%
}

.form-write-to-us__legend {
    font-weight: 800;
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 10px
}

.form-write-to-us__label {
    display: block;
    line-height: 140%;
    margin-bottom: 4px
}

.form-write-to-us__input {
    display: block;
    -webkit-box-shadow: inset 0 4px 15px #fafafc;
    box-shadow: inset 0 4px 15px #fafafc;
    border-radius: 8px;
    border: 1px solid #2c2c2c;
    background: #fff;
    padding: 10px 13px 11px 20px;
    margin-bottom: 15px;
    width: 100%
}

.form-write-to-us__input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 140%;
    color: #9e9e9e
}

.form-write-to-us__input::-moz-placeholder {
    font-size: 12px;
    line-height: 140%;
    color: #9e9e9e
}

.form-write-to-us__input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 140%;
    color: #9e9e9e
}

.form-write-to-us__input::-ms-input-placeholder {
    font-size: 12px;
    line-height: 140%;
    color: #9e9e9e
}

.form-write-to-us__input::placeholder {
    font-size: 12px;
    line-height: 140%;
    color: #9e9e9e
}

.form-write-to-us__textarea {
    min-height: 80px;
    resize: none
}

.form-write-to-us__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.form-write-to-us__group .form-write-to-us__input {
    height: 38px;
    margin-bottom: 0;
    margin-right: 15px
}

.form-write-to-us__capture {
    height: 35px;
    width: 100px
}

.form-write-to-us__btn {
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    color: #fff;
    border: 2px solid #ff8a50;
    background: #ff8a50;
    border-radius: 8px;
    padding: 11px;
    width: 100%
}

.checkbox__group {
    margin-bottom: 20px
}

.checkbox__label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    line-height: 140%;
    font-family: "Open Sans"
}

.checkbox__input {
    display: none
}

.checkbox__input+.checkbox__span {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #ff8a50
}

.checkbox__input+.checkbox__span::before {
    content: "";
    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;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.checkbox__input:checked+.checkbox__span::before {
    content: "✔";
    opacity: 1
}

.input-group {
    position: relative
}

.tooltip {
    position: absolute;
    right: 10px;
    top: 6px;
    color: red;
    will-change: transform;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tooltip.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
    opacity: 1
}

.svg-refresh {
    margin-left: 5px;
    cursor: pointer
}

.world-of-books {
    background-color: #e5e5e5
}

.world-of-books__inner {
    padding-bottom: 70px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
    grid-gap: 30px
}

.world-of-books__wrapper {
    position: relative;
    overflow: hidden
}

.world-of-books__list {
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding-bottom: 50px
}

.world-of-books__list--active {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.world-of-books__date {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(189, 189, 189, .0392156863);
    box-shadow: 0 4px 15px rgba(189, 189, 189, .0392156863);
    border-radius: 0 8px 8px 0;
    padding: 8px 10px;
    border-left: 5px solid #ff8a50;
    margin-bottom: 10px
}

.world-of-books__date span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #9e9e9e
}

.world-of-books__date span::before {
    font-size: 20px;
    margin-right: 10px
}

.world-of-books__main {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 23px 25px 20px 10px;
    -webkit-box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    border-radius: 8px
}

.world-of-books__img {
    width: 179px;
    height: 100px;
    margin-right: 30px
}

.world-of-books__subtitle {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #2c2c2c;
    margin-bottom: 15px
}

.world-of-books__text {
    position: relative;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 15px;
    max-width: 540px
}

.world-of-books__link {
    position: relative;
    font-weight: 700;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 180%;
    color: #ff8a50;
    cursor: pointer
}

.world-of-books__link::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    bottom: 2px;
    background-color: #ff8a50
}

.left-menu {
    margin-top: 10px
}

.left-menu__svg {
    width: 14px;
    height: 14px
}

.left-menu__item {
    border-radius: 10px
}

.left-menu__item:not(:last-child) {
    margin-bottom: 20px;
    background-color: transparent
}

.left-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 140%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.left-menu__link span {
    display: block;
}

.left-menu--active {
    right: 0 !important;
    z-index: 50
}

.pages-nav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog__btn {
    display: none;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.catalog__btn--active {
    z-index: 51;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px)
}

.catalog__btn--active .catalog__text {
    color: #fff
}

.catalog__btn--active .catalog__span {
    background-color: #fff
}

.catalog__span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ff8a50;
    border-radius: 5px;
    opacity: 1
}

.catalog__span:nth-child(2) {
    margin-top: 2px;
    margin-bottom: 2px;
    width: 12px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.catalog__span:first-child,
.catalog__span:last-child {
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.catalog__span--active:nth-child(2) {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0
}

.catalog__span--active:first-child {
    -webkit-transform: translateY(4px) rotate(45deg);
    -ms-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg)
}

.catalog__span--active:last-child {
    -webkit-transform: translateY(-4px) rotate(-45deg);
    -ms-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg)
}

.catalog__text {
    font-weight: 700;
    font-size: 18px;
    color: #ff8a50;
    margin-right: 10px;
    -webkit-transition: color .4s ease-out;
    transition: color .4s ease-out
}

.catalog-span__group {
    margin-top: 7px
}

.discounts {
    background: #e5e5e5
}

.discounts__inner {
    position: relative
}

.discounts__search-box {
    position: relative;
    margin-bottom: 20px
}

.discounts__filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px
}

.discounts__caption {
    font-size: 12px;
    line-height: 140%;
    margin-right: 13px;
    margin-top: 8px
}

.search-box__btn {
    position: absolute;
    left: 17px;
    top: 8px;
    background-color: #fff
}

.search-box__btn::before {
    font-size: 1rem
}

.search-box__input {
    width: 100%;
    padding: 10px 40px 10px 40px;
    background: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    border-radius: 0 8px 8px 0;
    border-left: 5px solid #ff8a50
}

.search-box__input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 140%;
    color: #9e9e9e
}

.search-box__input::-moz-placeholder {
    font-size: 14px;
    line-height: 140%;
    color: #9e9e9e
}

.search-box__input:-ms-input-placeholder {
    font-size: 14px;
    line-height: 140%;
    color: #9e9e9e
}

.search-box__input::-ms-input-placeholder {
    font-size: 14px;
    line-height: 140%;
    color: #9e9e9e
}

.search-box__input::placeholder {
    font-size: 14px;
    line-height: 140%;
    color: #9e9e9e
}

.filters__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px
}

.filters__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    color: #ff8a50
}

.filters__link::before {
    font-size: 1.25rem;
    color: #ff8a50;
    margin-right: 6px
}

.filters__link-span {
    position: relative
}

.filters__link-span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ff8a50;
    bottom: -1px
}

.filters__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.filters__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.filters__subgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.view-filters__caption {
    font-size: 12px;
    line-height: 140%;
    color: #2c2c2c;
    margin-right: 10px
}

.view-filters__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.view-filters__item:not(:last-child) {
    margin-right: 10px
}

.view-filters__item:first-child span {
    position: relative;
    display: block;
    width: 15px;
    height: 3px;
    background: rgba(158, 158, 158, .7)
}

.view-filters__item:first-child span::after,
.view-filters__item:first-child span::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 4px;
    background: rgba(158, 158, 158, .7)
}

.view-filters__item:first-child span::before {
    left: 0;
    top: -5.5px;
    border-radius: 1px 1px 0 0
}

.view-filters__item:first-child span::after {
    left: 0;
    bottom: -5.5px;
    border-radius: 0 0 1px 1px
}

.view-filters__item:last-child button {
    padding: 4.5px 10.5px
}

.view-filters__item:last-child span {
    position: relative;
    display: block;
    width: 4px;
    height: 4px;
    background: rgba(158, 158, 158, .7)
}

.view-filters__item:last-child span:not(:last-child) {
    margin-bottom: 1px
}

.view-filters__item:last-child span::after,
.view-filters__item:last-child span::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(158, 158, 158, .7)
}

.view-filters__item:last-child span::before {
    left: -5px;
    top: 0
}

.view-filters__item:last-child span::after {
    right: -5px;
    top: 0
}

.view-filters__item:last-child span:first-child::before {
    border-radius: 1px 0 0 0
}

.view-filters__item:last-child span:first-child::after {
    border-radius: 0 1px 0 0
}

.view-filters__item:last-child span:last-child::before {
    border-radius: 0 0 0 1px
}

.view-filters__item:last-child span:last-child::after {
    border-radius: 0 0 1px 0
}

.view-filters__btn {
    padding: 10px 5px;
    background-color: #fff;
    border: 1px solid rgba(158, 158, 158, .7);
    -webkit-box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    border-radius: 8px
}

.sort-filters {
    position: absolute;
    right: 190px;
    z-index: 10
}

.sort-filters__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 8px 25px 0 15px;
    background-color: #fff;
    border: 1px solid #9e9e9e;
    -webkit-box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    border-radius: 8px;
    max-height: 35px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sort-filters__list::before {
    position: absolute;
    right: 10px;
    top: 11.5px;
    font-size: .625rem;
    color: rgba(44, 44, 44, .8);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.sort-filters__list--active {
    max-height: 1000px
}

.sort-filters__list--active::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sort-filters__item {
    padding-right: 10px;
    margin-bottom: 15px
}

.sort-filters__item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.sort-filters__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.sort-filters__item:last-child {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.sort-filters__item--active {
    pointer-events: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.sort-filters__item--active .sort-filters__link {
    color: #9e9e9e
}

.sort-filters__link {
    font-size: 12px;
    line-height: 140%;
    color: #2c2c2c;
    cursor: pointer
}

.items-filters {
    position: absolute;
    right: 0;
    z-index: 9
}

.items-filters__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 8px 25px 0 15px;
    background-color: #fff;
    border: 1px solid #9e9e9e;
    -webkit-box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    border-radius: 8px;
    max-height: 35px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.items-filters__list::before {
    position: absolute;
    right: 10px;
    top: 11.5px;
    font-size: .625rem;
    color: rgba(44, 44, 44, .8);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.items-filters__list--active {
    max-height: 1000px
}

.items-filters__list--active::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.items-filters__item {
    padding-right: 10px;
    margin-bottom: 15px
}

.items-filters__item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.items-filters__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.items-filters__item:last-child {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.items-filters__item--active {
    pointer-events: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.items-filters__item--active .items-filters__link {
    color: #9e9e9e
}

.items-filters__link {
    font-size: 12px;
    line-height: 140%;
    color: #2c2c2c;
    cursor: pointer
}

.catalog-group-content__list--active .catalog-group-content__text {
    display: none
}

.catalog-group-content__list--active .catalog-group-content__price-group {
    padding-left: 15px
}

.discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__main {
    width: auto
}

.discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px
}

.discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__img {
    margin-bottom: 0;
    margin-right: 30px;
    margin-left: 0
}

.discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__content {
    padding: 0;
    margin-right: 30px
}

.discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__price-group {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5px
}

.discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__price-group span:first-child {
    margin-right: 0
}

.discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__price-group span:last-child {
    font-weight: 800;
    line-height: 160%
}

.discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__bottom {
    padding: 0;
    margin: 0
}

.discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__text {
    display: block;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 12px;
    line-height: 140%
}

.discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__title {
    max-width: 224px
}

.popup-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.popup-wrapper .popup {
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 4px 8px #fff;
    box-shadow: 0 0 4px 8px #fff;
    -webkit-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.popup-wrapper--active {
    opacity: 1;
    pointer-events: auto
}

.popup-wrapper--active .popup {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto
}

.popup-add-product__svg {
    width: 50px;
    height: 50px;
    margin-right: 20px
}

.popup-add-product__svg path {
    fill: #7be97b
}

.popup-add-product__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup-add-product__text {
    font-weight: 600
}

.popup-repeat-product__svg {
    width: 50px;
    height: 50px;
    margin-right: 20px
}

.popup-repeat-product__svg path {
    fill: #d80909
}

.popup-repeat-product__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup-repeat-product__text {
    font-weight: 600
}

.kniginya-main__search-box {
    margin-bottom: 50px
}

.catalog-group__main {
    width: 100%
}

.catalog-group__title {
    text-align: center;
    margin-bottom: 30px
}

.catalog-group-content {
    overflow: hidden;
    position: relative
}

.catalog-group-content__img {
    width: 80px;
    height: 130px;
    margin-bottom: 15px
}

.catalog-group-content__item {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
    border-radius: 8px;
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
    min-width: 230px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px
}

.catalog-group-content__list {
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-bottom: 20px
}

.catalog-group-content__list--active {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.catalog-group-content__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 10px;
    max-width: 160px
}

.catalog-group-content__caption {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 12px;
    max-width: 160px
}

.catalog-group-content__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px
}

.catalog-group-content__price {
    font-weight: 700;
    font-size: 14px;
    line-height: 110%
}

.catalog-group-content__sale {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 44px;
    height: 20px;
    background-color: #ff8a50;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    border-radius: 24px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.catalog-group-content__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

.catalog-group-content__btn {
    padding: 6px 16px;
    background-color: transparent;
    border: 2px solid #ff8a50;
    border-radius: 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    color: #ff8a50;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px
}

.catalog-group-content__btn span::before {
    font-size: 14px;
    margin-right: 5px
}

.catalog-group-content__subbtn {
    background-color: transparent;
    font-size: 18px
}

.catalog-group-content__subbtn:first-child {
    margin-right: 8px
}

.sales .catalog-group-content__list .catalog-group-content__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.sales .catalog-group-content__list .catalog-group-content__item .catalog-group-content__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.sales .catalog-group-content__list .catalog-group-content__item .catalog-group-content__title {
    margin-bottom: 15px
}

.sales .catalog-group-content__list .catalog-group-content__item .catalog-group-content__price-group .catalog-group-content__price:first-child {
    font-size: 11px;
    line-height: 140%;
    color: #9e9e9e;
    margin-right: 10px;
    text-decoration-line: line-through;
    font-weight: 400
}

.sales .catalog-group-content__list .catalog-group-content__item .catalog-group-content__bottom {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.sales .catalog-group-content__main {
    width: 100%
}

.catalog-group__main {
    position: relative
}

.catalog-group__main .kniginya-main__search-box {
    margin-bottom: 25px
}

.catalog-group__main .discounts__filters {
    margin-bottom: 70px
}

.catalog-group-filter .sort-filters {
    left: 0
}

.basket {
    background-color: #e5e5e5
}

.basket__inner {
    padding-bottom: 60px
}

.basket-content {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-shadow: 0 -4px 15px rgba(189, 189, 189, .16);
    box-shadow: 0 -4px 15px rgba(189, 189, 189, .16);
    border-radius: 8px
}

.basket-content__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding-top: 10px;
    padding-bottom: 10px
}

.basket-content__item:not(:last-child) {
    margin-bottom: 20px
}

.basket-content__img {
    width: 80px;
    height: 130px;
    margin-right: 50px
}

.basket-content__subtitle {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 18px;
    line-height: 180%;
    padding-right: 20px;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px
}

.basket-content__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px
}

.basket-content__count-group {
    margin-right: 100px
}

.basket-content__decr,
.basket-content__incr {
    font-weight: 700;
    line-height: 150%;
    background-color: transparent
}

.basket-content__count {
    font-weight: 700;
    line-height: 150%
}

.basket-content__price {
    display: block;
    min-width: 100px;
    font-weight: 800;
    line-height: 160%
}

.basket-content__close {
    cursor: pointer;
    position: relative;
    display: block;
    width: 24px;
    height: 24px
}

.basket-content__close::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #9e9e9e;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-12px) rotate(45deg);
    -ms-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg)
}

.basket-content__close::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #9e9e9e;
    top: 0;
    left: 0;
    -webkit-transform: translateY(12px) rotate(-45deg);
    -ms-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg)
}

.basket-content .basket-content-bottom {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 20px
}

.basket-content .basket-content-bottom__caption {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    margin-right: 15px
}

.basket-content .basket-content-bottom__price {
    font-weight: 800;
    line-height: 110%
}

.basket-content .basket-content-bottom__price-group {
    margin-bottom: 30px;
    margin-left: 20px
}

.basket-content .basket-content-bottom__btn {
    background: #ff8a50;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    padding-top: 11px;
    padding-bottom: 11px
}

.basket-content__text {
    text-align: center;
    font-weight: 700
}

.basket-content__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer {
    background-color: #2c2c2c;
    color: #fff
}

.footer__inner {
    padding-bottom: 25px
}

.footer__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__logo {
    margin-right: 10px
}

.footer__logo .logo__text {
    line-height: 22px;
    color: #fff
}

.footer__menu {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px
}

.footer__menu .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__menu .menu__item {
    margin-right: 0;
    margin-top: 0
}

.footer__menu .menu__item:not(:last-child) {
    margin-bottom: 16px
}

.footer__menu .menu__link {
    line-height: 24px;
    letter-spacing: .03em
}

.footer__subtitle {
    font-weight: 700;
    line-height: 22px
}

.footer__contacts {
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 15px
}

.footer__contacts .contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__contacts .contacts__item::before {
    color: #fff;
    margin-right: 10px
}

.footer__contacts .contacts__span {
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .03em;
    max-width: 200px
}

.footer__contacts .contacts__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__contacts .contacts__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .03em
}

.footer__social {
    margin-left: 10px;
    margin-top: 15px
}

.footer__social .social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__social .social__item:not(:last-child) {
    margin-right: 30px
}

.footer-bottom {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer-links {
    margin-bottom: 20px
}

.footer-links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-links__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-links__link {
    white-space: nowrap;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .03em;
    color: #9e9e9e
}

.footer-links__span {
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .03em;
    color: #9e9e9e
}

.footer-copyright__text {
    font-size: 12px;
    line-height: 22px;
    color: #e7e7e7;
    text-align: center
}

._pc .menu__link {
    position: relative
}

._pc .menu__link::before {
    content: "";
    position: absolute;
    height: 1.5px;
    width: 0;
    bottom: -2px;
    left: 0;
    background-color: #ff8a50;
    -webkit-transition: width .3s ease;
    transition: width .3s ease
}

._pc .menu__link:hover::before {
    width: 100%
}

._pc .header-icons__link::before {
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

._pc .header-icons__link:hover::before {
    color: #ff8a50
}

._pc ._icon-shopping-bag span {
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease
}

._pc ._icon-shopping-bag:hover span {
    background-color: #2c2c2c;
    color: #ff8a50
}

._pc .footer-links__link,
._pc .left-menu__link {
    font-size: 16px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

._pc .footer-links__link:hover,
._pc .left-menu__link:hover {
    color: #ff8a50
}

._pc .swiper-button-next,
._pc .swiper-button-next-partners,
._pc .swiper-button-prev,
._pc .swiper-button-prev-partners,
._pc .swiper-pagination-bullet {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    will-change: transform
}

._pc .swiper-button-next-partners:hover,
._pc .swiper-button-next:hover,
._pc .swiper-button-prev-partners:hover,
._pc .swiper-button-prev:hover,
._pc .swiper-pagination-bullet:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

._pc .all-books__item {
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease
}

._pc .all-books__item:hover {
    -webkit-box-shadow: 0 0 10px 5px grey;
    box-shadow: 0 0 10px 5px grey
}

._pc .catalog-group-content__item {
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease
}

._pc .catalog-group-content__item:hover {
    -webkit-box-shadow: 0 0 10px 5px grey;
    box-shadow: 0 0 10px 5px grey
}

._pc .page-group__item {
    -webkit-transition: -webkit-box-shadow .3s ease;
    transition: -webkit-box-shadow .3s ease;
    transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease
}

._pc .page-group__item:hover {
    -webkit-box-shadow: 0 0 5px 2px grey;
    box-shadow: 0 0 5px 2px grey
}

._pc .page-group__item--active:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

._pc .kniginya-main-text__link {
    text-decoration: none;
    -webkit-transition: -webkit-text-decoration .3s ease;
    transition: -webkit-text-decoration .3s ease;
    transition: text-decoration .3s ease;
    transition: text-decoration .3s ease, -webkit-text-decoration .3s ease
}

._pc .kniginya-main-text__link:hover {
    text-decoration: underline
}

._pc .social__link::before {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: #fff
}

._pc .social__link:hover::before {
    color: #ff8a50
}

._pc .like-btn::before,
._pc .scales-btn::before {
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

._pc .like-btn:hover::before,
._pc .scales-btn:hover::before {
    color: #ff8a50
}

._pc .world-of-books__link::after {
    -webkit-transition: width .3s ease;
    transition: width .3s ease
}

._pc .world-of-books__link:hover::after {
    width: 100%
}

.page-group__list {
    padding-bottom: 5px
}

.search-box__input {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent
}

.search-box__input:focus {
    border-top: 1px solid #ff8a50;
    border-bottom: 1px solid #ff8a50;
    border-right: 1px solid #ff8a50
}

@media (min-width:71.125em) {
    .title {
        font-size: 2.25rem
    }

    .box-wrapper {
        padding: 1.875rem
    }

    .box-text {
        font-size: 1.5rem
    }

    .header__inner {
        padding-bottom: 2.1875rem
    }

    .header__inner {
        padding-top: 2.1875rem
    }

    .menu__item:not(:last-child) {
        margin-right: 2.5rem
    }

    .header-icons__link:not(:last-child) {
        margin-right: 1.25rem
    }

    .our-partners__inner {
        padding-bottom: 6.25rem
    }

    .kniginya-main-text__inner {
        padding-bottom: 5rem
    }

    .kniginya-main-text__text {
        font-size: .875rem
    }

    .about__inner {
        padding-bottom: 5rem
    }

    .about__text {
        line-height: 1.875rem
    }

    .about__text {
        font-size: .875rem
    }

    .about__text {
        margin-bottom: 1.25rem
    }

    .about__subtitle {
        margin-bottom: 1.875rem
    }

    .about__subtitle {
        margin-top: 1.875rem
    }

    .about__subtitle {
        font-size: 1.125rem
    }

    .payment-delivery__inner {
        padding-bottom: 5rem
    }

    .payment-delivery__title {
        font-size: 2.25rem
    }

    .payment-delivery__subtitle {
        font-size: 1.5rem
    }

    .payment-delivery__item {
        font-size: .875rem
    }

    .payment-delivery__item:not(:last-child) {
        margin-bottom: .9375rem
    }

    .binding .title {
        font-size: 2.25rem
    }

    .binding__inner {
        padding-bottom: 5rem
    }

    .binding__subtitle {
        font-size: 1.125rem
    }

    .binding__text {
        font-size: .875rem
    }

    .binding__item {
        font-size: .875rem
    }

    .binding__span {
        font-size: .875rem
    }

    .to-contact-us__inner {
        padding-bottom: 5.625rem
    }

    .contact__list {
        padding-right: 5rem
    }

    .contact__item:not(:last-child) {
        margin-bottom: 1.75rem
    }

    .who-are-we__text {
        font-size: .875rem
    }

    .who-are-we__icons {
        padding-bottom: 2.5rem
    }

    .who-are-we__list {
        padding-right: 4.375rem
    }

    .who-are-we__list {
        padding-left: 4.375rem
    }

    .who-are-we__list {
        padding-top: 1.25rem
    }

    .who-are-we__list {
        padding-bottom: 1.25rem
    }

    .who-are-we__item:not(:last-child) {
        margin-right: 5.5rem
    }

    .who-are-we__svg {
        margin-bottom: 1.25rem
    }

    .who-are-we__caption {
        font-size: .75rem
    }

    .form-write-to-us__label {
        font-size: .75rem
    }

    .checkbox__label {
        font-size: .75rem
    }

    .tooltip {
        right: .625rem
    }

    .svg-refresh {
        width: 1.5625rem
    }

    .world-of-books__item:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .discounts__inner {
        padding-bottom: 5.625rem
    }

    .discounts__caption {
        margin-right: .8125rem
    }

    .discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__price-group span:first-child {
        margin-bottom: .3125rem
    }

    .discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__price-group span:last-child {
        font-size: 1.5rem
    }

    .popup-wrapper .popup {
        padding-bottom: 1.25rem
    }

    .popup-wrapper .popup {
        padding-top: 1.25rem
    }

    .popup-wrapper .popup {
        padding-right: 3.125rem
    }

    .popup-wrapper .popup {
        padding-left: 3.125rem
    }

    .popup-add-product__text {
        font-size: 1.25rem
    }

    .popup-repeat-product__text {
        font-size: 1.25rem
    }

    .catalog-group__title {
        font-size: 2rem
    }

    .basket-content {
        padding-right: 3.125rem
    }

    .basket-content {
        padding-left: 3.125rem
    }

    .basket-content__img {
        margin-right: 3.125rem
    }

    .basket-content__count-group {
        margin-right: 6.25rem
    }

    .basket-content__decr,
    .basket-content__incr {
        font-size: 1.5rem
    }

    .basket-content__count {
        font-size: 1.5rem
    }

    .basket-content__count {
        margin-right: 1.25rem
    }

    .basket-content__count {
        margin-left: 1.25rem
    }

    .basket-content__price {
        font-size: 1.5rem
    }

    .basket-content__price {
        margin-right: 2.5rem
    }

    .basket-content .basket-content-bottom__price {
        font-size: 2.25rem
    }

    .basket-content .basket-content-bottom__btn {
        padding-left: 6.25rem
    }

    .basket-content .basket-content-bottom__btn {
        padding-right: 6.25rem
    }

    .basket-content__text {
        font-size: 1.5rem
    }

    .footer__inner {
        padding-top: 3.125rem
    }

    .footer__top {
        padding-bottom: 3.125rem
    }

    .footer__logo .logo__text {
        font-size: 1.125rem
    }

    .footer__menu .menu__subtitle {
        margin-bottom: 1.5625rem
    }

    .footer__menu .menu__item:not(:last-child) {
        margin-bottom: 1rem
    }

    .footer__menu .menu__link {
        font-size: .875rem
    }

    .footer__subtitle {
        font-size: 1.125rem
    }

    .footer__contacts .contacts__item:not(:last-child) {
        margin-bottom: 1.5625rem
    }

    .footer__contacts .contacts__item::before {
        font-size: 1.125rem
    }

    .footer__contacts .contacts__span {
        font-size: .875rem
    }

    .footer__social .social__link::before {
        font-size: 1.25rem
    }

    .contacts__subtitle {
        margin-bottom: 1.5625rem
    }

    .social__subtitle {
        margin-bottom: 1.875rem
    }

    .footer-links__link {
        font-size: .875rem
    }

    .footer-links__span {
        margin-right: .3125rem
    }

    .footer-links__span {
        margin-left: .3125rem
    }

    .footer-links__span {
        font-size: .875rem
    }
}

@media (max-width:1000px) {
    .header__menu {
        display: none
    }

    .header-icons__inst {
        display: none
    }

    .burger-content {
        display: block;
        position: fixed;
        left: -200%;
        width: 100%;
        height: 100%;
        background-color: #ff8a50;
        padding: 50px 20px 80px 20px;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 30;
        -webkit-transition: left .3s ease;
        transition: left .3s ease
    }

    .burger-content--active {
        left: 0
    }

    .burger-content__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 50px
    }

    .burger-content__menu {
        margin-right: 30px;
        margin-left: 30px;
        margin-bottom: 50px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }

    .burger-content__menu .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .burger-content__menu .menu__item {
        margin-right: 0;
        margin-top: 0
    }

    .burger-content__menu .menu__item:not(:last-child) {
        margin-bottom: 30px
    }

    .burger-content__menu .menu__link {
        color: #fff;
        position: relative;
        font-size: 16px
    }

    .burger-content__contacts {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-right: 30px;
        margin-left: 30px
    }

    .burger-content__contacts .contacts__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .burger-content__contacts .contacts__item::before {
        color: #fff;
        font-size: 20px;
        margin-right: 10px
    }

    .burger-content__contacts .contacts__item:not(:last-child) {
        margin-bottom: 20px
    }

    .burger-content__contacts .contacts__item:nth-child(2) span {
        max-width: 200px
    }

    .burger-content__contacts .contacts__span {
        font-size: 15px;
        color: #fff;
        line-height: 170%
    }

    .burger-content__contacts .contacts__link {
        font-size: 15px;
        color: #fff
    }

    .burger-content__contacts .contacts__group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .burger-content__contacts .contacts__group .contacts__link:not(:last-child) {
        margin-bottom: 8px
    }

    .burger {
        display: block;
        margin-left: 10px;
        width: 30px;
        cursor: pointer;
        z-index: 30
    }

    .burger__span {
        will-change: transform;
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
        display: block;
        width: 30px;
        height: 2px;
        background-color: #2c2c2c;
        border-radius: 4px
    }

    .burger__span:nth-child(2) {
        width: 20px;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease
    }

    .burger__span:last-child {
        width: 10px;
        -webkit-transition: width, -webkit-transform .4s;
        transition: width, -webkit-transform .4s;
        transition: width, transform .4s;
        transition: width, transform .4s, -webkit-transform .4s
    }

    .burger__span:not(:last-child) {
        margin-bottom: 5px
    }

    .kniginya-main__inner .catalog__btn {
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .kniginya-main__left-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #ff8a50;
        right: -200%;
        top: 0;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transition: right .4s ease-out;
        transition: right .4s ease-out;
        padding-top: 100px;
        padding-bottom: 80px
    }

    .kniginya-main__left-menu .left-menu__link {
        color: #fff;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-weight: 700
    }

    .kniginya-main__left-menu .left-menu__link span {
        font-size: 18px
    }

    .kniginya-main__left-menu .left-menu__svg {
        width: 18px;
        height: 18px
    }

    .kniginya-main__left-menu .left-menu__svg path {
        fill: #fff
    }

    .kniginya-main__left-menu .left-menu__item {
        padding: 10px
    }

    .kniginya-main__left-menu .left-menu__item:not(:last-child) {
        font-size: 25px;
        margin-bottom: 10px
    }

    .kniginya-main .left-menu__title {
        display: none
    }
}

@media (max-width:1000px) and (max-width:20em) {
    .burger-content {
        top: 5.5rem
    }

    .kniginya-main__inner .catalog__btn {
        top: 2.25rem
    }

    .kniginya-main__inner .catalog__btn {
        right: 7.5rem
    }

    .kniginya-main__left-menu {
        padding-left: .9375rem
    }

    .kniginya-main__left-menu .left-menu__link {
        font-size: .625rem
    }
}

@media (max-width:900px) {
    .kniginya-main-text__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .kniginya-main-text__text:first-child {
        margin-right: 0;
        margin-bottom: 30px
    }
}

@media (max-width:870px) {
    .map {
        max-width: 100%
    }

    .to-contact-us__content:last-child {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .who-are-we {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .who-are-we__title {
        text-align: center
    }

    .who-are-we__text {
        margin: 0 auto;
        max-width: 750px
    }

    .to-contact-us__form {
        margin: 0 auto
    }

    .who-are-we__item {
        height: 114px
    }

    .contact__list {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        padding: 10px;
        background-color: #fff
    }

    .contact__span {
        max-width: 170px
    }
}

@media (max-width:870px) and (max-width:20em) {
    .who-are-we__item {
        width: 3.75rem
    }
}

@media (max-width:830px) {
    .footer__logo {
        display: none
    }
}

@media (max-width:800px) {
    .kniginya-main-slider__img {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        opacity: .8
    }

    .kniginya-main-slider__title {
        text-align: right;
        max-width: 387px;
        margin-left: auto;
        color: #fff;
        padding-left: 0
    }

    .kniginya-main-slider__content {
        width: 100%;
        padding-bottom: 0
    }

    .kniginya-main-slider__item {
        background-color: #ff8a50;
        padding-right: 15px;
        padding-left: 15px
    }

    .kniginya-main-slider__span {
        max-width: 318px;
        margin-left: auto;
        text-align: right;
        padding-left: 0;
        color: #fff
    }

    .kniginya-main-slider-icons {
        background-color: #a89d9d
    }

    .swiper-pagination-bullet {
        background: #fff;
        opacity: 1
    }

    .swiper-pagination-bullet-active {
        background: #ff8a50
    }

    .world-of-books__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .left-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #ff8a50;
        right: -200%;
        top: 0;
        margin-top: 0;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transition: right .4s ease-out;
        transition: right .4s ease-out;
        padding-top: 100px;
        padding-bottom: 80px;
        padding-right: 140px
    }

    .left-menu .left-menu__link {
        color: #fff;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-weight: 700
    }

    .left-menu .left-menu__svg path {
        fill: #fff
    }

    .left-menu .left-menu__item:not(:last-child) {
        margin-bottom: 10px
    }

    .catalog__btn {
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .filters .filters__subgroup {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .filters .view-filters {
        margin-right: 10px;
        margin-bottom: 15px
    }

    .discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
        margin-right: 30px
    }

    .discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__content {
        margin-right: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__main {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 20px;
        margin-left: 30px
    }
}

@media (max-width:800px) and (max-width:20em) {
    .kniginya-main-slider__title {
        padding-right: 1.25rem
    }

    .kniginya-main-slider__title {
        font-size: 1.5rem
    }

    .kniginya-main-slider__span {
        padding-right: 1.25rem
    }

    .kniginya-main-slider__span {
        font-size: 1.125rem
    }

    .kniginya-main-slider__span {
        margin-bottom: 5.625rem
    }

    .kniginya-main-slider-icons__svg {
        width: 1.5625rem
    }

    .kniginya-main-slider-icons__svg {
        height: 1.5625rem
    }

    .left-menu {
        padding-left: .9375rem
    }

    .left-menu .left-menu__link {
        font-size: .625rem
    }
}

@media screen and (max-width:768px) {
    .product-details {
        -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;
        padding: 15px
    }

    .product-details__image {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 20px
    }

    .product-details__info {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding-left: 0;
        text-align: center
    }

    h1 {
        font-size: 1.5rem
    }

    h2 {
        font-size: 1.1rem
    }

    ul li {
        font-size: .9rem
    }
}

@media (max-width:600px) {
    .filters .filters__subgroup {
        margin-top: 50px
    }

    .filters .sort-filters {
        right: auto
    }
}

@media (max-width:550px) {
    .world-of-books__main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 23px 15px 20px 15px
    }

    .world-of-books__main .world-of-books__img {
        margin: 0 auto;
        width: 200px;
        height: 121px;
        margin-bottom: 15px
    }

    .world-of-books__main .world-of-books__subtitle {
        text-align: center
    }

    .world-of-books__main .world-of-books__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .world-of-books__main .world-of-books__link::after {
        width: 100px
    }
}

@media (max-width:528px) {
    .all-books__item {
        position: relative;
        background-color: #fff;
        -webkit-box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
        box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
        border-radius: 8px;
        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;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 15px;
        padding-top: 15px;
        width: 170px;
        min-width: 120px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        font-size: .75em
    }
}

@media (max-width:500px) {
    .logo__img {
        width: 100px
    }

    .header-icons__link:first-child {
        display: none
    }

    header .header__inner .logo .logo__text {
        display: none
    }

    .kniginya-main__inner .catalog__btn--active {
        -webkit-transform: translateX(90px);
        -ms-transform: translateX(90px);
        transform: translateX(90px)
    }

    .kniginya-main__inner .catalog__btn {
        right: 95px
    }

    .popup-add-product__svg {
        width: 25px;
        height: 25px;
        margin-right: 10px
    }

    .popup-repeat-product__svg {
        width: 25px;
        height: 25px;
        margin-right: 10px
    }

    .footer-links__list {
        display: block
    }

    .footer-links__span {
        display: none
    }

    .footer-links__link {
        line-height: 1;
        white-space: pre-wrap
    }

    .footer-links__item:not(:last-child) {
        margin-bottom: 10px
    }
}

@media screen and (max-width:480px) {
    h1 {
        font-size: 1.2rem
    }

    h2 {
        font-size: 1rem
    }

    ul li {
        font-size: .8rem
    }

    .product-details__image img {
        max-width: 90%
    }
}

@media (max-width:450px) {
    .all-books__item {
        width: 140px
    }

    .svg-refresh {
        margin-left: 12px;
        margin-top: 10px;
        cursor: pointer
    }

    .form-write-to-us__group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-write-to-us__capture {
        margin-top: 10px
    }

    .form-write-to-us__group .form-write-to-us__input {
        margin-right: 0
    }

    .filters .filters__subgroup {
        margin-top: 100px
    }

    .filters .items-filters {
        right: auto;
        top: 160px
    }

    .catalog-group__main .filters .items-filters,
    .catalog-group__main .sort-filters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .catalog-group__main .discounts__filters {
        margin-bottom: 110px
    }

    .catalog-group__main .filters .items-filters {
        right: 0;
        top: auto
    }
}

@media (max-width:450px) and (max-width:20em) {
    .svg-refresh {
        width: .9375rem
    }
}

@media (max-width:400px) {
    .discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
        margin-right: 30px
    }

    .discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__content {
        margin-right: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__main {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0;
        margin-left: 0
    }

    .discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__price-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px
    }

    .discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__price-group span:first-child {
        margin-bottom: 0;
        margin-right: 10px
    }
}

@media (max-width:400px) and (max-width:20em) {
    .discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__content {
        margin-bottom: .9375rem
    }
}

@media (max-width:390px) {
    .all-books {
        padding-top: 10px
    }

    .all-books__list {
        margin-bottom: 10px
    }

    .all-books__item {
        position: relative;
        background-color: #fff;
        -webkit-box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
        box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
        border-radius: 8px;
        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;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 15px;
        padding-top: 15px;
        width: 130px;
        min-width: 80px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        font-size: .75em
    }

    .all-books__img {
        width: 60px;
        height: 100px;
        margin-bottom: 10px
    }

    .all-books__title {
        font-size: 12px;
        line-height: 120%;
        max-width: 140px
    }

    .all-books__caption {
        font-size: 10px;
        line-height: 130%;
        max-width: 140px;
        margin-bottom: 8px
    }

    .all-books__price {
        font-size: 12px
    }

    .all-books__sale {
        width: 36px;
        height: 18px;
        font-size: 10px;
        top: 5px;
        right: 5px
    }
}

@media (max-width:350px) {
    .catalog-group-content {
        padding-top: 10px
    }

    .catalog-group-content__list {
        margin-bottom: 10px
    }

    .catalog-group-content__item {
        position: relative;
        background-color: #fff;
        -webkit-box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
        box-shadow: 0 4px 15px rgba(189, 189, 189, .04);
        border-radius: 8px;
        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;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 15px;
        padding-top: 15px;
        width: 130px;
        min-width: 80px;
        margin: 5px;
        font-size: .75em
    }

    .catalog-group-content__img {
        width: 60px;
        height: 100px;
        margin-bottom: 10px
    }

    .catalog-group-content__title {
        font-size: 12px;
        line-height: 120%;
        max-width: 140px
    }

    .catalog-group-content__caption {
        font-size: 10px;
        line-height: 130%;
        max-width: 140px;
        margin-bottom: 8px
    }

    .catalog-group-content__price {
        font-size: 12px
    }

    .catalog-group-content__sale {
        width: 36px;
        height: 18px;
        font-size: 10px;
        top: 5px;
        right: 5px
    }
}

@media (max-width:20em) {
    .title {
        font-size: 2rem
    }

    .box-wrapper {
        padding: .625rem
    }

    .box-text {
        font-size: .9375rem
    }

    .header__inner {
        padding-bottom: 1.5625rem
    }

    .header__inner {
        padding-top: 1.5625rem
    }

    .menu__item:not(:last-child) {
        margin-right: 1.25rem
    }

    .header-icons__link:not(:last-child) {
        margin-right: .625rem
    }

    .our-partners__inner {
        padding-bottom: 3.75rem
    }

    .kniginya-main-text__inner {
        padding-bottom: 3.75rem
    }

    .kniginya-main-text__text {
        font-size: .75rem
    }

    .about__inner {
        padding-bottom: 3.125rem
    }

    .about__text {
        line-height: 1.5rem
    }

    .about__text {
        font-size: .75rem
    }

    .about__text {
        margin-bottom: .9375rem
    }

    .about__subtitle {
        margin-bottom: 1.5625rem
    }

    .about__subtitle {
        margin-top: 1.5625rem
    }

    .about__subtitle {
        font-size: 1rem
    }

    .payment-delivery__inner {
        padding-bottom: 3.125rem
    }

    .payment-delivery__title {
        font-size: 1.75rem
    }

    .payment-delivery__subtitle {
        font-size: 1.375rem
    }

    .payment-delivery__item {
        font-size: .8125rem
    }

    .payment-delivery__item:not(:last-child) {
        margin-bottom: .625rem
    }

    .binding .title {
        font-size: 1.75rem
    }

    .binding__inner {
        padding-bottom: 3.125rem
    }

    .binding__subtitle {
        font-size: 1.0625rem
    }

    .binding__text {
        font-size: .8125rem
    }

    .binding__item {
        font-size: .8125rem
    }

    .binding__span {
        font-size: .8125rem
    }

    .to-contact-us__inner {
        padding-bottom: 2.5rem
    }

    .contact__list {
        padding-right: 1.875rem
    }

    .contact__item:not(:last-child) {
        margin-bottom: .625rem
    }

    .who-are-we__text {
        font-size: .75rem
    }

    .who-are-we__icons {
        padding-bottom: 1.25rem
    }

    .who-are-we__list {
        padding-right: .625rem
    }

    .who-are-we__list {
        padding-left: .625rem
    }

    .who-are-we__list {
        padding-top: .625rem
    }

    .who-are-we__list {
        padding-bottom: .625rem
    }

    .who-are-we__item:not(:last-child) {
        margin-right: 1.5625rem
    }

    .who-are-we__svg {
        margin-bottom: .625rem
    }

    .who-are-we__caption {
        font-size: .5625rem
    }

    .form-write-to-us__label {
        font-size: .625rem
    }

    .checkbox__label {
        font-size: .625rem
    }

    .tooltip {
        right: -2.5rem
    }

    .svg-refresh {
        width: .9375rem
    }

    .world-of-books__item:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .discounts__inner {
        padding-bottom: 3.125rem
    }

    .discounts__caption {
        margin-right: .5rem
    }

    .discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__price-group span:first-child {
        margin-bottom: 0
    }

    .discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__price-group span:last-child {
        font-size: 1.125rem
    }

    .popup-wrapper .popup {
        padding-bottom: .625rem
    }

    .popup-wrapper .popup {
        padding-top: .625rem
    }

    .popup-wrapper .popup {
        padding-right: .625rem
    }

    .popup-wrapper .popup {
        padding-left: .625rem
    }

    .popup-add-product__text {
        font-size: 1rem
    }

    .popup-repeat-product__text {
        font-size: 1rem
    }

    .catalog-group__title {
        font-size: 1.75rem
    }

    .basket-content {
        padding-right: 1.875rem
    }

    .basket-content {
        padding-left: 1.875rem
    }

    .basket-content__img {
        margin-right: 1.25rem
    }

    .basket-content__count-group {
        margin-right: 1.875rem
    }

    .basket-content__decr,
    .basket-content__incr {
        font-size: 1.25rem
    }

    .basket-content__count {
        font-size: 1.25rem
    }

    .basket-content__count {
        margin-right: .625rem
    }

    .basket-content__count {
        margin-left: .625rem
    }

    .basket-content__price {
        font-size: 1.25rem
    }

    .basket-content__price {
        margin-right: 0
    }

    .basket-content .basket-content-bottom__price {
        font-size: 1.875rem
    }

    .basket-content .basket-content-bottom__btn {
        padding-left: 1.5625rem
    }

    .basket-content .basket-content-bottom__btn {
        padding-right: 1.5625rem
    }

    .basket-content__text {
        font-size: 1.25rem
    }

    .footer__inner {
        padding-top: 1.25rem
    }

    .footer__top {
        padding-bottom: 2.1875rem
    }

    .footer__logo .logo__text {
        font-size: 1rem
    }

    .footer__menu .menu__subtitle {
        margin-bottom: 1.125rem
    }

    .footer__menu .menu__item:not(:last-child) {
        margin-bottom: .625rem
    }

    .footer__menu .menu__link {
        font-size: .8125rem
    }

    .footer__subtitle {
        font-size: 1rem
    }

    .footer__contacts .contacts__item:not(:last-child) {
        margin-bottom: .9375rem
    }

    .footer__contacts .contacts__item::before {
        font-size: 1rem
    }

    .footer__contacts .contacts__span {
        font-size: .8125rem
    }

    .footer__social .social__link::before {
        font-size: 1.125rem
    }

    .contacts__subtitle {
        margin-bottom: 1.125rem
    }

    .social__subtitle {
        margin-bottom: 1.25rem
    }

    .footer-links__link {
        font-size: .75rem
    }

    .footer-links__span {
        margin-right: .1875rem
    }

    .footer-links__span {
        margin-left: .1875rem
    }

    .footer-links__span {
        font-size: .75rem
    }
}

@media (max-width:300px) {
    .logo__img {
        display: none
    }
}

@media (min-width:20em) and (max-width:71.125em) {
    .title {
        font-size: calc(2rem + .25 * (100vw - 20rem)/ ((51.125)))
    }

    .box-wrapper {
        padding: calc(.625rem + 1.25 * (100vw - 20rem)/ ((51.125)))
    }

    .box-text {
        font-size: calc(.9375rem + .5625 * (100vw - 20rem)/ ((51.125)))
    }

    .header__inner {
        padding-bottom: calc(1.5625rem + .625 * (100vw - 20rem)/ ((51.125)))
    }

    .header__inner {
        padding-top: calc(1.5625rem + .625 * (100vw - 20rem)/ ((51.125)))
    }

    .menu__item:not(:last-child) {
        margin-right: calc(1.25rem + 1.25 * (100vw - 20rem)/ ((51.125)))
    }

    .header-icons__link:not(:last-child) {
        margin-right: calc(.625rem + .625 * (100vw - 20rem)/ ((51.125)))
    }

    .our-partners__inner {
        padding-bottom: calc(3.75rem + 2.5 * (100vw - 20rem)/ ((51.125)))
    }

    .kniginya-main-text__inner {
        padding-bottom: calc(3.75rem + 1.25 * (100vw - 20rem)/ ((51.125)))
    }

    .kniginya-main-text__text {
        font-size: calc(.75rem + .125 * (100vw - 20rem)/ ((51.125)))
    }

    .about__inner {
        padding-bottom: calc(3.125rem + 1.875 * (100vw - 20rem)/ ((51.125)))
    }

    .about__text {
        line-height: calc(1.5rem + .375 * (100vw - 20rem)/ ((51.125)))
    }

    .about__text {
        font-size: calc(.75rem + .125 * (100vw - 20rem)/ ((51.125)))
    }

    .about__text {
        margin-bottom: calc(.9375rem + .3125 * (100vw - 20rem)/ ((51.125)))
    }

    .about__subtitle {
        margin-bottom: calc(1.5625rem + .3125 * (100vw - 20rem)/ ((51.125)))
    }

    .about__subtitle {
        margin-top: calc(1.5625rem + .3125 * (100vw - 20rem)/ ((51.125)))
    }

    .about__subtitle {
        font-size: calc(1rem + .125 * (100vw - 20rem)/ ((51.125)))
    }

    .payment-delivery__inner {
        padding-bottom: calc(3.125rem + 1.875 * (100vw - 20rem)/ ((51.125)))
    }

    .payment-delivery__title {
        font-size: calc(1.75rem + .5 * (100vw - 20rem)/ ((51.125)))
    }

    .payment-delivery__subtitle {
        font-size: calc(1.375rem + .125 * (100vw - 20rem)/ ((51.125)))
    }

    .payment-delivery__item {
        font-size: calc(.8125rem + .0625 * (100vw - 20rem)/ ((51.125)))
    }

    .payment-delivery__item:not(:last-child) {
        margin-bottom: calc(.625rem + .3125 * (100vw - 20rem)/ ((51.125)))
    }

    .binding .title {
        font-size: calc(1.75rem + .5 * (100vw - 20rem)/ ((51.125)))
    }

    .binding__inner {
        padding-bottom: calc(3.125rem + 1.875 * (100vw - 20rem)/ ((51.125)))
    }

    .binding__subtitle {
        font-size: calc(1.0625rem + .0625 * (100vw - 20rem)/ ((51.125)))
    }

    .binding__text {
        font-size: calc(.8125rem + .0625 * (100vw - 20rem)/ ((51.125)))
    }

    .binding__item {
        font-size: calc(.8125rem + .0625 * (100vw - 20rem)/ ((51.125)))
    }

    .binding__span {
        font-size: calc(.8125rem + .0625 * (100vw - 20rem)/ ((51.125)))
    }

    .to-contact-us__inner {
        padding-bottom: calc(2.5rem + 3.125 * (100vw - 20rem)/ ((51.125)))
    }

    .contact__list {
        padding-right: calc(1.875rem + 3.125 * (100vw - 20rem)/ ((51.125)))
    }

    .contact__item:not(:last-child) {
        margin-bottom: calc(.625rem + 1.125 * (100vw - 20rem)/ ((51.125)))
    }

    .who-are-we__text {
        font-size: calc(.75rem + .125 * (100vw - 20rem)/ ((51.125)))
    }

    .who-are-we__icons {
        padding-bottom: calc(1.25rem + 1.25 * (100vw - 20rem)/ ((51.125)))
    }

    .who-are-we__list {
        padding-right: calc(.625rem + 3.75 * (100vw - 20rem)/ ((51.125)))
    }

    .who-are-we__list {
        padding-left: calc(.625rem + 3.75 * (100vw - 20rem)/ ((51.125)))
    }

    .who-are-we__list {
        padding-top: calc(.625rem + .625 * (100vw - 20rem)/ ((51.125)))
    }

    .who-are-we__list {
        padding-bottom: calc(.625rem + .625 * (100vw - 20rem)/ ((51.125)))
    }

    .who-are-we__item:not(:last-child) {
        margin-right: calc(1.5625rem + 3.9375 * (100vw - 20rem)/ ((51.125)))
    }

    .who-are-we__svg {
        margin-bottom: calc(.625rem + .625 * (100vw - 20rem)/ ((51.125)))
    }

    .who-are-we__caption {
        font-size: calc(.5625rem + .1875 * (100vw - 20rem)/ ((51.125)))
    }

    .form-write-to-us__label {
        font-size: calc(.625rem + .125 * (100vw - 20rem)/ ((51.125)))
    }

    .checkbox__label {
        font-size: calc(.625rem + .125 * (100vw - 20rem)/ ((51.125)))
    }

    .tooltip {
        right: calc(-2.5rem + 3.125 * (100vw - 20rem)/ ((51.125)))
    }

    .svg-refresh {
        width: calc(.9375rem + .625 * (100vw - 20rem)/ ((51.125)))
    }

    .world-of-books__item:not(:last-child) {
        margin-bottom: calc(1.875rem + .625 * (100vw - 20rem)/ ((51.125)))
    }

    .discounts__inner {
        padding-bottom: calc(3.125rem + 2.5 * (100vw - 20rem)/ ((51.125)))
    }

    .discounts__caption {
        margin-right: calc(.5rem + .3125 * (100vw - 20rem)/ ((51.125)))
    }

    .discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__price-group span:first-child {
        margin-bottom: calc(0rem + .3125 * (100vw - 20rem)/ ((51.125)))
    }

    .discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__price-group span:last-child {
        font-size: calc(1.125rem + .375 * (100vw - 20rem)/ ((51.125)))
    }

    .popup-wrapper .popup {
        padding-bottom: calc(.625rem + .625 * (100vw - 20rem)/ ((51.125)))
    }

    .popup-wrapper .popup {
        padding-top: calc(.625rem + .625 * (100vw - 20rem)/ ((51.125)))
    }

    .popup-wrapper .popup {
        padding-right: calc(.625rem + 2.5 * (100vw - 20rem)/ ((51.125)))
    }

    .popup-wrapper .popup {
        padding-left: calc(.625rem + 2.5 * (100vw - 20rem)/ ((51.125)))
    }

    .popup-add-product__text {
        font-size: calc(1rem + .25 * (100vw - 20rem)/ ((51.125)))
    }

    .popup-repeat-product__text {
        font-size: calc(1rem + .25 * (100vw - 20rem)/ ((51.125)))
    }

    .catalog-group__title {
        font-size: calc(1.75rem + .25 * (100vw - 20rem)/ ((51.125)))
    }

    .basket-content {
        padding-right: calc(1.875rem + 1.25 * (100vw - 20rem)/ ((51.125)))
    }

    .basket-content {
        padding-left: calc(1.875rem + 1.25 * (100vw - 20rem)/ ((51.125)))
    }

    .basket-content__img {
        margin-right: calc(1.25rem + 1.875 * (100vw - 20rem)/ ((51.125)))
    }

    .basket-content__count-group {
        margin-right: calc(1.875rem + 4.375 * (100vw - 20rem)/ ((51.125)))
    }

    .basket-content__decr,
    .basket-content__incr {
        font-size: calc(1.25rem + .25 * (100vw - 20rem)/ ((51.125)))
    }

    .basket-content__count {
        font-size: calc(1.25rem + .25 * (100vw - 20rem)/ ((51.125)))
    }

    .basket-content__count {
        margin-right: calc(.625rem + .625 * (100vw - 20rem)/ ((51.125)))
    }

    .basket-content__count {
        margin-left: calc(.625rem + .625 * (100vw - 20rem)/ ((51.125)))
    }

    .basket-content__price {
        font-size: calc(1.25rem + .25 * (100vw - 20rem)/ ((51.125)))
    }

    .basket-content__price {
        margin-right: calc(0rem + 2.5 * (100vw - 20rem)/ ((51.125)))
    }

    .basket-content .basket-content-bottom__price {
        font-size: calc(1.875rem + .375 * (100vw - 20rem)/ ((51.125)))
    }

    .basket-content .basket-content-bottom__btn {
        padding-left: calc(1.5625rem + 4.6875 * (100vw - 20rem)/ ((51.125)))
    }

    .basket-content .basket-content-bottom__btn {
        padding-right: calc(1.5625rem + 4.6875 * (100vw - 20rem)/ ((51.125)))
    }

    .basket-content__text {
        font-size: calc(1.25rem + .25 * (100vw - 20rem)/ ((51.125)))
    }

    .footer__inner {
        padding-top: calc(1.25rem + 1.875 * (100vw - 20rem)/ ((51.125)))
    }

    .footer__top {
        padding-bottom: calc(2.1875rem + .9375 * (100vw - 20rem)/ ((51.125)))
    }

    .footer__logo .logo__text {
        font-size: calc(1rem + .125 * (100vw - 20rem)/ ((51.125)))
    }

    .footer__menu .menu__subtitle {
        margin-bottom: calc(1.125rem + .4375 * (100vw - 20rem)/ ((51.125)))
    }

    .footer__menu .menu__item:not(:last-child) {
        margin-bottom: calc(.625rem + .375 * (100vw - 20rem)/ ((51.125)))
    }

    .footer__menu .menu__link {
        font-size: calc(.8125rem + .0625 * (100vw - 20rem)/ ((51.125)))
    }

    .footer__subtitle {
        font-size: calc(1rem + .125 * (100vw - 20rem)/ ((51.125)))
    }

    .footer__contacts .contacts__item:not(:last-child) {
        margin-bottom: calc(.9375rem + .625 * (100vw - 20rem)/ ((51.125)))
    }

    .footer__contacts .contacts__item::before {
        font-size: calc(1rem + .125 * (100vw - 20rem)/ ((51.125)))
    }

    .footer__contacts .contacts__span {
        font-size: calc(.8125rem + .0625 * (100vw - 20rem)/ ((51.125)))
    }

    .footer__social .social__link::before {
        font-size: calc(1.125rem + .125 * (100vw - 20rem)/ ((51.125)))
    }

    .contacts__subtitle {
        margin-bottom: calc(1.125rem + .4375 * (100vw - 20rem)/ ((51.125)))
    }

    .social__subtitle {
        margin-bottom: calc(1.25rem + .625 * (100vw - 20rem)/ ((51.125)))
    }

    .footer-links__link {
        font-size: calc(.75rem + .125 * (100vw - 20rem)/ ((51.125)))
    }

    .footer-links__span {
        margin-right: calc(.1875rem + .125 * (100vw - 20rem)/ ((51.125)))
    }

    .footer-links__span {
        margin-left: calc(.1875rem + .125 * (100vw - 20rem)/ ((51.125)))
    }

    .footer-links__span {
        font-size: calc(.75rem + .125 * (100vw - 20rem)/ ((51.125)))
    }
}

@media (max-width:1000px) and (min-width:71.125em) {
    .burger-content {
        top: 6.75rem
    }

    .kniginya-main__inner .catalog__btn {
        top: 2.625rem
    }

    .kniginya-main__inner .catalog__btn {
        right: 8.75rem
    }

    .kniginya-main__left-menu {
        padding-left: 3.125rem
    }

    .kniginya-main__left-menu .left-menu__link {
        font-size: 1.125rem
    }
}

@media (max-width:1000px) and (min-width:20em) and (max-width:71.125em) {
    .burger-content {
        top: calc(5.5rem + 1.25 * (100vw - 20rem)/ ((51.125)))
    }

    .kniginya-main__inner .catalog__btn {
        top: calc(2.25rem + .375 * (100vw - 20rem)/ ((51.125)))
    }

    .kniginya-main__inner .catalog__btn {
        right: calc(7.5rem + 1.25 * (100vw - 20rem)/ ((51.125)))
    }

    .kniginya-main__left-menu {
        padding-left: calc(.9375rem + 2.1875 * (100vw - 20rem)/ ((51.125)))
    }

    .kniginya-main__left-menu .left-menu__link {
        font-size: calc(.625rem + .5 * (100vw - 20rem)/ ((51.125)))
    }
}

@media (max-width:800px) and (min-width:71.125em) {
    .kniginya-main-slider__title {
        padding-right: 2.5rem
    }

    .kniginya-main-slider__title {
        font-size: 1.875rem
    }

    .kniginya-main-slider__span {
        padding-right: 2.5rem
    }

    .kniginya-main-slider__span {
        font-size: 1.4375rem
    }

    .kniginya-main-slider__span {
        margin-bottom: 3.125rem
    }

    .kniginya-main-slider-icons__svg {
        width: 2.8125rem
    }

    .kniginya-main-slider-icons__svg {
        height: 2.8125rem
    }

    .left-menu {
        padding-left: 3.125rem
    }

    .left-menu .left-menu__link {
        font-size: 1.125rem
    }
}

@media (max-width:800px) and (min-width:20em) and (max-width:71.125em) {
    .kniginya-main-slider__title {
        padding-right: calc(1.25rem + 1.25 * (100vw - 20rem)/ ((51.125)))
    }

    .kniginya-main-slider__title {
        font-size: calc(1.5rem + .375 * (100vw - 20rem)/ ((51.125)))
    }

    .kniginya-main-slider__span {
        padding-right: calc(1.25rem + 1.25 * (100vw - 20rem)/ ((51.125)))
    }

    .kniginya-main-slider__span {
        font-size: calc(1.125rem + .3125 * (100vw - 20rem)/ ((51.125)))
    }

    .kniginya-main-slider__span {
        margin-bottom: calc(5.625rem + -2.5 * (100vw - 20rem)/ ((51.125)))
    }

    .kniginya-main-slider-icons__svg {
        width: calc(1.5625rem + 1.25 * (100vw - 20rem)/ ((51.125)))
    }

    .kniginya-main-slider-icons__svg {
        height: calc(1.5625rem + 1.25 * (100vw - 20rem)/ ((51.125)))
    }

    .left-menu {
        padding-left: calc(.9375rem + 2.1875 * (100vw - 20rem)/ ((51.125)))
    }

    .left-menu .left-menu__link {
        font-size: calc(.625rem + .5 * (100vw - 20rem)/ ((51.125)))
    }
}

@media (max-width:870px) and (min-width:71.125em) {
    .who-are-we__item {
        width: 6rem
    }
}

@media (max-width:870px) and (min-width:20em) and (max-width:71.125em) {
    .who-are-we__item {
        width: calc(3.75rem + 2.25 * (100vw - 20rem)/ ((51.125)))
    }
}

@media (max-width:450px) and (min-width:71.125em) {
    .svg-refresh {
        width: 1.5625rem
    }
}

@media (max-width:450px) and (min-width:20em) and (max-width:71.125em) {
    .svg-refresh {
        width: calc(.9375rem + .625 * (100vw - 20rem)/ ((51.125)))
    }
}

@media (max-width:400px) and (min-width:71.125em) {
    .discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__content {
        margin-bottom: 1.25rem
    }
}

@media (max-width:400px) and (min-width:20em) and (max-width:71.125em) {
    .discounts__inner .catalog-group-content .catalog-group-content__list_column .catalog-group-content__item .catalog-group-content__content {
        margin-bottom: calc(.9375rem + .3125 * (100vw - 20rem)/ ((51.125)))
    }
}

