@charset "UTF-8";
@font-face {
  font-family: Arial;
  src: url(../fonts/arialMT.ttf); }

@font-face {
  font-family: ArialBold;
  src: url(../fonts/arialbd.ttf); }

@font-face {
  font-family: ArialBlack;
  src: url(../fonts/ariblk.ttf); }

@font-face {
  font-family: ArialItalic;
  src: url(../fonts/ariali.ttf); }

@font-face {
  font-family: CalibriBold;
  src: url(../fonts/calibrib.ttf); }

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  min-width: 320px;
  overflow-x: hidden;
  background: #fff; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a {
  transition: color .3s; }

/*глобальные настройки*/
h1, h2, h3 {
  font-weight: bold;
  font-family: 'ArialBold', sans-serif;
  margin: 15px 0; }

h1 {
  font-size: 22px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

a {
  font-size: 0.875em;
  color: #0064bc;
  transition: color .3s, background .3s; }

a:hover {
  text-decoration: none; }

p {
  font-size: 0.875em;
  margin-bottom: 5px;
  line-height: 16px; }
  p a {
    font-size: 1em; }

img {
  /* height: auto;
    max-width: 100%;*/ }

b, strong, .strong {
  font-weight: bold;
  font-family: 'ArialBold', sans-serif; }

ul, ol {
  padding-left: 20px;
  margin-bottom: 10px; }
  ul li, ol li {
    padding: 3px 0;
    font-size: 0.875em;
    line-height: 1.5; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

ol ol, ol ul, ul ol, ul ul {
  margin: 10px 0; }

.green {
  color: green; }

.red {
  color: #c90c35; }

.blue {
  color: #337ab7; }

.gray {
  color: #777; }

.pink {
  color: #cb2644; }

.underline {
  position: relative; }
  .underline:hover::before {
    display: none; }
  .underline::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    border-bottom: 1px dashed; }

.fnt-sz-14 {
  font-size: 0.875em; }

.fnt-sz-18 {
  font-size: 1.125em; }

.full-width {
  width: 100%; }
  .full-width .form-control {
    width: 100%; }

.ttr-none {
  text-transform: none; }

label {
  font-size: 0.875em; }

.btn {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 3px; }

.btn-blue {
  background: #2370c0;
  color: #fff; }
  .btn-blue:hover, .btn-blue:active, .btn-blue:focus {
    background: #5a94d0;
    color: #fff; }

#sidebar .buy-in-cart-book {
  padding-left: 30px;
  font-size: 13px; }
  #sidebar .buy-in-cart-book::before {
    width: 20px;
    height: 15px;
    background-size: cover; }

#sidebar .catalog__list li .submenu {
  height: auto; }

.breadcrumb {
  padding: 0 0 10px;
  background: none;
  border-bottom: 1px solid #e2e7ea;
  border-radius: 0; }
  .breadcrumb li.active {
    font-size: 14px; }
    .breadcrumb li.active a {
      color: #979797;
      text-decoration: none; }
  .breadcrumb li a {
    text-decoration: underline; }
    .breadcrumb li a:hover {
      text-decoration: none; }

.breadcrumb > li + li:before {
  content: "\f105";
  font-family: 'Fontawesome', sans-serif;
  color: #979797; }

.r2_catalog_menu li a {
  padding: 0px 3px; }

.r2_link_red {
  color: #DD0000; }

.r2_theme_profile {
  padding: 10px 0 0 0;
  height: 156px; }

.r2_header_links {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .r2_header_links a {
    padding: 10px; }

.new-products {
  margin-right: 35px; }
  .new-products .line1 p {
    font-family: 'ArialBold', sans-serif;
    font-weight: bold;
    color: #8799a9;
    font-size: 13px; }
  .new-products .line2 p {
    display: inline-block; }

.recently-watched {
  text-transform: none; }

.book-element {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .book-element:not(:last-child) {
    margin-bottom: 20px; }
  .book-element img {
    max-width: 85px;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 2px 0 #d2d2d2; }
  .book-element .text-wrap {
    margin-left: 5px; }
  .book-element .name-book a {
    text-decoration: underline; }
  .book-element .price-book {
    font-family: 'ArialBold', sans-serif;
    font-weight: bold; }

.withSubmenu {
  position: relative; }

.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 111;
  box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.75);
  z-index: 11; }

/*hamburger*/
/* Icon 4 */
#nav-icon4 {
  display: block;
  width: 30px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #404040;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: .25s ease-in-out; }

#nav-icon4 span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center; }

#nav-icon4 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center; }

#nav-icon4 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center; }

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0x;
  left: -2px; }

#nav-icon4.open span:nth-child(2) {
  width: 0;
  opacity: 0; }

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 22px;
  left: -2px; }

/*end hamburger*/
.header__container {
  padding: 15px; }
  .header__container .flex-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__container .new-products {
    padding-left: 30px;
    position: relative; }
    .header__container .new-products p {
      margin-bottom: 5px;
      margin: 0; }
    .header__container .new-products a {
      text-decoration: underline;
      font-size: 1em; }
      .header__container .new-products a:hover {
        text-decoration: none; }
    .header__container .new-products::before {
      content: '';
      position: absolute;
      background: url("../img/last-postup.png") no-repeat;
      width: 25px;
      height: 34px;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .header__container .r2_header_links .flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__container .r2_header_links a {
    text-decoration: underline; }
    .header__container .r2_header_links a:hover {
      text-decoration: none; }

.logo__wrapper {
  margin-right: 60px; }
  .logo__wrapper .logo-text {
    position: absolute;
    width: 220px;
    top: 6px;
    left: 22px;
    text-align: center; }
    .logo__wrapper .logo-text p {
      font-family: 'CalibriBold', sans-serif;
      font-weight: bold;
      font-size: 1.125em;
      color: #464646; }
      .logo__wrapper .logo-text p:first-child {
        margin-bottom: 0;
        margin-top: 5px; }
    .logo__wrapper .logo-text .tovars-menu {
      font-family: 'ArialBold', sans-serif;
      font-size: 0.9375em; }
      .logo__wrapper .logo-text .tovars-menu span {
        font-family: 'ArialBlack', sans-serif;
        font-size: 13px; }
  .logo__wrapper .logo-tablet {
    display: none;
    font-size: 1.5em;
    font-family: 'ArialBold', sans-serif;
    font-weight: bold;
    color: #000; }

.mobile__menu {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease; }
  .mobile__menu .flex-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .mobile__menu .logo {
    font-size: 1.125em;
    font-family: 'ArialBold', sans-serif;
    font-weight: bold;
    color: #000; }
  .mobile__menu .mobile-search {
    text-align: center; }
    .mobile__menu .mobile-search a {
      display: inline-block;
      color: #404040; }
      .mobile__menu .mobile-search a i {
        font-size: 1.5em; }
  .mobile__menu .mobile-basket {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 0; }
    .mobile__menu .mobile-basket a {
      display: block;
      padding: 15px 25px 15px 15px;
      text-align: center;
      background: #cb2644;
      color: #fff; }
      .mobile__menu .mobile-basket a:hover {
        background: #dd4763; }
    .mobile__menu .mobile-basket p {
      display: inline-block;
      font-size: 1em;
      position: relative;
      margin-bottom: 0; }
      .mobile__menu .mobile-basket p::before {
        content: '';
        position: absolute;
        background: url(../img/icon-cart.png) no-repeat;
        width: 21px;
        height: 16px;
        left: -20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .mobile__menu .mobile-basket p span {
        padding: 3px 6px;
        background: #e8ff99;
        color: #000;
        font-weight: normal;
        position: absolute;
        left: 95%;
        top: -6px;
        font-size: 0.75em; }
  .mobile__menu.active {
    -webkit-transform: translateX(440px);
        -ms-transform: translateX(440px);
            transform: translateX(440px);
    z-index: 1; }

#search-block-wrapper {
  background: #e2e7ea; }
  #search-block-wrapper.fixed .desktop__menu .left .catalog-search-block-btn {
    display: block; }
  #search-block-wrapper.fixed .desktop__menu .left .text-search-panel-default {
    display: none; }
  #search-block-wrapper.fixed .desktop__menu .left p:first-child {
    margin-bottom: 35px; }
  #search-block-wrapper .desktop__menu .left.catalog-item-book .catalog-search-block-btn {
    display: block; }
  #search-block-wrapper .desktop__menu .left.catalog-item-book .text-search-panel-default {
    display: none; }
  #search-block-wrapper .desktop__menu .left.catalog-item-book p:first-child {
    margin-bottom: 35px; }
  #search-block-wrapper .mobile__menu-wrapper {
    padding: 7px 15px; }
  #search-block-wrapper .desktop__menu {
    position: relative; }
    #search-block-wrapper .desktop__menu .flex-box {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    #search-block-wrapper .desktop__menu .left p {
      margin-bottom: 35px;
      font-size: 14px; }
      #search-block-wrapper .desktop__menu .left p:first-child {
        margin-bottom: 10px;
        padding-left: 15px; }
    #search-block-wrapper .desktop__menu .left .text-search-panel-default {
      display: inline-block;
      padding: 10px 15px;
      border-radius: 3px;
      color: #2370c0;
      font-size: 16px;
      font-family: 'ArialBold', sans-serif;
      font-weight: bold; }
      #search-block-wrapper .desktop__menu .left .text-search-panel-default:hover {
        color: #5a94d0; }
    #search-block-wrapper .desktop__menu .left .catalog-search-block-btn {
      display: none;
      position: absolute;
      left: 15px;
      bottom: -7px; }
      #search-block-wrapper .desktop__menu .left .catalog-search-block-btn.active > a {
        background: #5a94d0; }
        #search-block-wrapper .desktop__menu .left .catalog-search-block-btn.active > a i {
          -webkit-transform: translateY(-50%) rotate(180deg);
              -ms-transform: translateY(-50%) rotate(180deg);
                  transform: translateY(-50%) rotate(180deg); }
      #search-block-wrapper .desktop__menu .left .catalog-search-block-btn > a {
        display: inline-block;
        padding: 11px 107px 11px 13px;
        font-size: 15px;
        color: #fff;
        background: #2370c0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        position: relative; }
        #search-block-wrapper .desktop__menu .left .catalog-search-block-btn > a i {
          position: absolute;
          right: 10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          font-size: 1.125em; }
      #search-block-wrapper .desktop__menu .left .catalog-search-block-btn .catalog-search-block {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        width: 300px;
        z-index: 9; }
        #search-block-wrapper .desktop__menu .left .catalog-search-block-btn .catalog-search-block a {
          padding: 5px 10px; }
        #search-block-wrapper .desktop__menu .left .catalog-search-block-btn .catalog-search-block .catalog__list .withSubmenu {
          position: static; }
        #search-block-wrapper .desktop__menu .left .catalog-search-block-btn .catalog-search-block .catalog__desktop .catalog__list {
          margin-bottom: 0; }
        #search-block-wrapper .desktop__menu .left .catalog-search-block-btn .catalog-search-block .catalog__desktop .catalog-link__wrapper {
          display: none; }
    #search-block-wrapper .desktop__menu .right {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    #search-block-wrapper .desktop__menu .tovars-menu {
      margin-bottom: 10px;
      font-size: 1em; }
    #search-block-wrapper .desktop__menu form {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-right: 5px;
      max-width: 600px; }
      #search-block-wrapper .desktop__menu form .input-group-addon {
        padding: 0;
        background: #404040; }
        #search-block-wrapper .desktop__menu form .input-group-addon:hover {
          background: #5a5a5a; }
          #search-block-wrapper .desktop__menu form .input-group-addon:hover .submit {
            background: #5a5a5a; }
      #search-block-wrapper .desktop__menu form .submit {
        padding: 0 10px;
        border: none;
        background: #404040; }
        #search-block-wrapper .desktop__menu form .submit i {
          color: #fff; }
      #search-block-wrapper .desktop__menu form .checkbox {
        margin: 5px 0 0;
        font-size: 12px; }
        #search-block-wrapper .desktop__menu form .checkbox label {
          min-height: 0; }
        #search-block-wrapper .desktop__menu form .checkbox input[type=checkbox] {
          margin-top: 0; }
    #search-block-wrapper .desktop__menu .buttons-menu {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #search-block-wrapper .desktop__menu .buttons-menu a {
        display: inline-block;
        padding: 9px 0;
        width: 105px;
        text-align: center;
        color: #fff;
        font-size: 13px;
        line-height: normal;
        border-radius: 3px; }
        #search-block-wrapper .desktop__menu .buttons-menu a.search {
          margin-right: 25px;
          background: #2370c0; }
          #search-block-wrapper .desktop__menu .buttons-menu a.search:hover {
            background: #5a94d0; }
        #search-block-wrapper .desktop__menu .buttons-menu a.carts {
          padding-left: 30px;
          background: #cb2644;
          position: relative;
          text-align: left; }
          #search-block-wrapper .desktop__menu .buttons-menu a.carts:hover {
            background: #d85c73; }
          #search-block-wrapper .desktop__menu .buttons-menu a.carts::before {
            content: '';
            position: absolute;
            background: url("../img/icon-cart.png") no-repeat;
            width: 21px;
            height: 16px;
            left: 9px;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
      #search-block-wrapper .desktop__menu .buttons-menu .basket-text {
        display: inline-block;
        font-size: 13px;
        position: relative;
        margin-bottom: 0; }
        #search-block-wrapper .desktop__menu .buttons-menu .basket-text span {
          position: absolute;
          left: 95%;
          top: -6px;
          font-size: 0.75em; }
          #search-block-wrapper .desktop__menu .buttons-menu .basket-text span.badge {
            padding: 3px 6px;
            background: #e8ff99;
            color: #000;
            font-weight: normal; }

.page-content p {
  font-size: 15px;
  line-height: 20px; }

#main-content {
  padding: 40px 15px;
  position: relative; }
  #main-content .title-index {
    margin-top: 0;
    color: #8799a9;
    font-size: 22px; }
  #main-content .main-right hr {
    margin: 20px 0px 0px 0px;
    border-top: 1px #cb2644 dashed; }
  #main-content .main-right h3 {
    color: #cb2644;
    margin: 5px 0 15px 0; }
  #main-content .main-right p {
    line-height: 1.5; }
  #main-content .main-right .welcome {
    text-align: left;
    font-size: 20px;
    font-family: 'ArialItalic', sans-serif; }
  #main-content .main-books-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    #main-content .main-books-list .main-item-book {
      margin-bottom: 10px;
      padding-left: 0; }
      #main-content .main-books-list .main-item-book .flex-box {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        #main-content .main-books-list .main-item-book .flex-box .left {
          margin-right: 8px; }
        #main-content .main-books-list .main-item-book .flex-box .right a {
          margin-bottom: 5px; }
          #main-content .main-books-list .main-item-book .flex-box .right a .section-prefix:before {
            content: "↳";
            color: grey;
            text-decoration: none;
            white-space: nowrap; }
        #main-content .main-books-list .main-item-book .flex-box .right h4 {
          margin-bottom: 5px;
          font-size: 15px;
          font-weight: bold;
          font-family: 'ArialBold', sans-serif; }
        #main-content .main-books-list .main-item-book .flex-box .right p.red {
          font-size: 16px;
          font-weight: bold;
          font-family: 'ArialBold', sans-serif; }
        #main-content .main-books-list .main-item-book .flex-box .right .buttons-book-info {
          margin-bottom: 5px;
          text-align: left; }
          #main-content .main-books-list .main-item-book .flex-box .right .buttons-book-info .btn-in-cart {
            margin: 0; }
            #main-content .main-books-list .main-item-book .flex-box .right .buttons-book-info .btn-in-cart:first-child {
              margin-bottom: 5px; }
          #main-content .main-books-list .main-item-book .flex-box .right .buttons-book-info .buy-in-cart-book {
            padding-left: 35px; }
      #main-content .main-books-list .main-item-book a {
        display: block;
        color: #337ab7; }
        #main-content .main-books-list .main-item-book a img {
          max-width: 140px; }
      #main-content .main-books-list .main-item-book a + a {
        margin-top: 5px; }
        #main-content .main-books-list .main-item-book a + a:hover {
          color: #285f8f; }
  #main-content .similar-topics {
    margin-top: 15px; }
    #main-content .similar-topics ul {
      list-style-type: none; }
      #main-content .similar-topics ul li {
        position: relative; }
        #main-content .similar-topics ul li::before {
          content: '\f111';
          position: absolute;
          font-family: 'FontAwesome', sans-serif;
          font-size: 5px;
          left: -10px;
          top: 10px;
          color: #0064bc; }
        #main-content .similar-topics ul li a {
          display: inline-block;
          padding: 5px 0;
          text-decoration: underline;
          line-height: 18px; }
          #main-content .similar-topics ul li a:hover {
            text-decoration: none; }
  #main-content .pagination-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0 0;
    border-top: 1px solid #e0e5e9; }
    #main-content .pagination-box .right {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  #main-content .pagination {
    margin: 0; }
    #main-content .pagination li:first-child, #main-content .pagination li:last-child {
      display: none; }
    #main-content .pagination li.active span {
      font-size: 0.875em;
      background: #eee;
      color: #878e93; }
    #main-content .pagination li a, #main-content .pagination li span {
      border: none;
      border-radius: 3px;
      margin: 0 4px 0 0; }
      #main-content .pagination li a:hover, #main-content .pagination li span:hover {
        background: #eee;
        color: #878e93; }
    #main-content .pagination li a {
      background: #2370c0;
      color: #fff; }
  #main-content .view-book-page .flex-box,
  #main-content .sorting-book-page .flex-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  #main-content .view-book-page p,
  #main-content .sorting-book-page p {
    margin-bottom: 0; }
  #main-content .view-book-page form,
  #main-content .sorting-book-page form {
    margin: 0 3px;
    font-size: 0.875em; }
    #main-content .view-book-page form select,
    #main-content .sorting-book-page form select {
      padding: 6px; }
  #main-content .count-book-page {
    padding-top: 5px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
    white-space: nowrap; }
    #main-content .count-book-page::before, #main-content .count-book-page::after {
      content: '';
      display: inline-block;
      left: 0;
      width: 100%;
      height: 1px;
      background: #e0e5e9;
      vertical-align: middle;
      box-sizing: border-box;
      border: solid #fff;
      border-width: 0 10px; }
    #main-content .count-book-page::before {
      margin-left: -100%; }
    #main-content .count-book-page::after {
      margin-right: -100%; }
  #main-content .distribution {
    padding: 20px;
    background: #e0e5e9;
    text-align: center; }
    #main-content .distribution .title {
      margin-bottom: 10px;
      font-family: 'ArialBold', sans-serif;
      font-weight: bold;
      font-size: 1.25em; }
    #main-content .distribution .new-arrivals {
      margin-bottom: 15px;
      color: #5f5f5f; }
    #main-content .distribution .flex-box {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #main-content .distribution .flex-box form {
        width: 60%; }
        #main-content .distribution .flex-box form .form-control {
          display: inline-block;
          width: 350px; }
        #main-content .distribution .flex-box form .subscribe {
          padding: 9px 15px;
          border: none;
          border-radius: 3px;
          background: none;
          color: #fff;
          transition: background .3s;
          background: #cb2644;
          font-size: 0.875em; }
          #main-content .distribution .flex-box form .subscribe:hover {
            background: #d85c73; }
      #main-content .distribution .flex-box a {
        text-decoration: underline; }
        #main-content .distribution .flex-box a:hover {
          text-decoration: none; }
  #main-content .main-right .main-seo-title {
    margin: 25px 0 10px; }

.catalog-title {
  margin-bottom: 10px;
  font-size: 1.75em;
  color: #a20024;
  text-transform: none; }

.series-title .black {
  color: #000; }

.series-title .red {
  color: #a20024; }

.catalog-desc {
  color: #616161; }

.aside {
  min-width: 240px;
  width: 15%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #113f93;
  border-right: 1px solid #333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 2000;
  width: 0px;
  min-width: 0px;
  overflow: hidden;
  transition: 0.35s width ease, 0.35s min-width ease; }

.aside .aside-header {
  background-color: #5C85C7;
  padding: .5em;
  padding-left: 0.5em;
  font-size: 1.8em;
  color: #ffffff; }

.aside .aside-footer {
  background-color: #5C85C7;
  padding: .5em;
  padding-left: 0.5em;
  font-size: 0.9em;
  color: #ffffff; }

.aside .aside-header .seller-filter {
  font-size: 14px;
  color: lightblue; }

.aside .aside-header .close {
  float: right;
  cursor: pointer;
  color: #ffffff;
  opacity: 1; }

.aside .aside-contents {
  padding: 0.5em;
  padding-bottom: 1em; }

.aside.in {
  width: 15%;
  min-width: 240px; }

.aside-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  transition: 0.2s opacity ease;
  opacity: 0;
  display: none; }

.aside-backdrop.in {
  display: block;
  opacity: 0.5; }

/* customize asidebar lists */
.aside__item {
  border-bottom: 1px solid #ffffff; }

.aside__item:hover {
  background-color: #113f93; }

.aside__link {
  color: #ffffff;
  display: block;
  padding: 14px 7px; }

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

.aside .aside-contents {
  padding: 0em; }

/* end customize asidebar lists*/
.mobile__menu {
  display: none; }

.catalog__mobile {
  display: none;
  height: 420px;
  overflow-y: auto; }

.catalog__desktop ul li {
  padding: 0;
  line-height: 14px; }

.catalog__desktop .catalog__list {
  position: relative;
  list-style: none;
  padding-left: 0px; }
  .catalog__desktop .catalog__list > .catalog__item {
    border-bottom: 1px solid #cecece; }
    .catalog__desktop .catalog__list > .catalog__item:first-child {
      border-top: 1px solid #cecece; }
    .catalog__desktop .catalog__list > .catalog__item:hover {
      background: #cb2644; }
      .catalog__desktop .catalog__list > .catalog__item:hover > a {
        color: #fff; }
      .catalog__desktop .catalog__list > .catalog__item:hover .submenu {
        display: block; }
  .catalog__desktop .catalog__list .catalog__item a {
    display: block;
    padding: 7px 10px;
    color: #3a3a3a;
    font-size: 14px; }
  .catalog__desktop .catalog__list .catalog__item .submenu {
    padding: 10px;
    margin: 0;
    position: absolute;
    height: 100%;
    top: 0;
    left: 100%;
    display: none;
    background-color: #fff;
    z-index: 10;
    list-style: none;
    width: 100%;
    border: 1px solid #cecece;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); }
    .catalog__desktop .catalog__list .catalog__item .submenu li:not(:last-child) {
      border-bottom: 1px solid #cecece; }
    .catalog__desktop .catalog__list .catalog__item .submenu li a:hover, .catalog__desktop .catalog__list .catalog__item .submenu li a.current {
      color: #cb2644; }

.r2_catalog_menu li a {
  white-space: inherit;
  padding: 5px 0px;
  border-bottom: 1px solid #0000CC; }

.r2_catalog_menu li.dropdown a.dropdown-toggle {
  color: #ffffff; }

.mobile__search {
  display: none;
  padding: 7px; }
  .mobile__search form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .mobile__search form span {
      background: #404040; }
    .mobile__search form .submit {
      padding: 0 10px;
      border: none;
      background: #404040; }
      .mobile__search form .submit i {
        color: #fff;
        font-size: 1.125em; }
  .mobile__search .btn-search {
    display: inline-block;
    padding: 9px 15px 10px;
    background: #404040;
    color: #fff;
    border-radius: 3px; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  color: #0000CC !important; }

.r2_catalog_menu li a {
  padding: 0em 0.5em; }

.mobile-catalog__link-wrapper {
  margin: 5px 0px; }

.mobile-catalog__link {
  width: 100%; }

.header-top__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100px; }

.header-top__img {
  float: left;
  margin-right: 5px; }

.header-top__link-wrapper {
  text-align: left; }
  .header-top__link-wrapper a {
    font-size: 12px; }
    .header-top__link-wrapper a .count-all-seller {
      color: #838383; }

.header-top__link {
  padding: 0px !important; }

.catalog-link__wrapper {
  padding: 5px; }

.catalog-link {
  color: #c90c35;
  font-weight: 900;
  text-decoration: underline;
  font-size: 14.5px; }

.catalog-link:hover {
  color: #c90c35;
  text-decoration: none; }

footer {
  padding: 40px 0 50px;
  background-color: #8799a9;
  color: white;
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  font-weight: normal; }
  footer #scroll-top {
    right: 20px;
    bottom: 10%; }

footer .title {
  color: #fff;
  font-size: 1em;
  font-family: 'ArialBold', sans-serif;
  font-weight: bold;
  text-transform: uppercase; }

footer ul {
  padding-left: 0;
  list-style: none; }
  footer ul li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #96a7b7;
    color: #d9e4ee; }
    footer ul li a:hover {
      color: #fff; }
  footer ul li .footer-seller-login {
    display: inline-block;
    padding: 13px 20px;
    background: #2370c0;
    margin-top: 30px;
    border-radius: 3px;
    border-bottom: none; }
    footer ul li .footer-seller-login:hover {
      background: #5a94d0; }

.rusbuk-media-body .count-seller-footer {
  text-decoration: underline;
  color: #0064bc; }
  .rusbuk-media-body .count-seller-footer:hover {
    text-decoration: none; }

.rusbuk-media-body .sellers {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  color: #8799a9;
  font-family: "ArialBold", sans-serif;
  font-weight: bold;
  font-size: 1.25em; }

.rusbuk-media-body {
  color: #333;
  padding-top: 1px;
  font-family: 'verdana', Arial, sans-serif;
  text-shadow: none;
  font-size: 12px;
  font-weight: normal;
  line-height: 140%;
  display: inline; }

.smart-search {
  padding-left: 10px; }

.smart-search .btn {
  border-radius: 5px !important; }

.copyright {
  color: #646464; }

.rusbuk-row {
  width: 100%;
  padding: 19px 20px 16px 19px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  .rusbuk-row .right {
    text-align: right; }

.rispo {
  display: inline-block;
  padding: 5px 0 5px 30px;
  border-left: 1px solid #8799a9; }
  .rispo a {
    color: #8799a9; }
  .rispo p {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    text-align: right; }
  .rispo img {
    margin-bottom: -4px; }

.display_block {
  display: block; }

.display_none {
  display: none; }

.thumb-medium {
  border-radius: 3px;
  box-shadow: 0 2px 0 #d2d2d2; }

.book-in-catalog {
  margin-bottom: 20px; }
  .book-in-catalog .book-item-title {
    margin-top: 0;
    text-transform: none;
    line-height: 30px; }
    .book-in-catalog .book-item-title a {
      color: #000;
      font-family: 'ArialBold', sans-serif;
      font-weight: bold;
      font-size: 1.375em; }
      .book-in-catalog .book-item-title a:hover {
        text-decoration: underline; }
    .book-in-catalog .book-item-title .title {
      color: #000;
      font-family: 'ArialBold', sans-serif;
      font-weight: bold;
      font-size: 1.375em;
      line-height: 28px; }
  .book-in-catalog .info-item-book {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .book-in-catalog .info-item-book .foto {
      margin-right: 20px; }
      .book-in-catalog .info-item-book .foto img {
        max-width: 140px;
        height: auto; }
      .book-in-catalog .info-item-book .foto .min-zakaz {
        margin-bottom: 5px;
        font-size: 0.875em; }
        .book-in-catalog .info-item-book .foto .min-zakaz span {
          white-space: nowrap; }
    .book-in-catalog .info-item-book .desc {
      color: #616161; }
      .book-in-catalog .info-item-book .desc strong {
        color: #000; }
      .book-in-catalog .info-item-book .desc p {
        line-height: 18px; }
      .book-in-catalog .info-item-book .desc a {
        border-bottom: 1px solid; }
        .book-in-catalog .info-item-book .desc a:hover {
          border: none; }
      .book-in-catalog .info-item-book .desc .count-book {
        color: #616161;
        font-size: 0.9375em; }
      .book-in-catalog .info-item-book .desc .price-description {
        position: relative; }
        .book-in-catalog .info-item-book .desc .price-description::before {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          height: 2px;
          width: 22px;
          background: #cb2644; }
      .book-in-catalog .info-item-book .desc .price {
        padding-bottom: 12px;
        margin-bottom: 5px;
        font-family: 'ArialBold', sans-serif;
        font-weight: bold;
        font-size: 1.375em; }
        .book-in-catalog .info-item-book .desc .price strong {
          color: #cb2644; }
      .book-in-catalog .info-item-book .desc .min-zakaz {
        margin-bottom: 15px;
        font-size: 0.875em; }
        .book-in-catalog .info-item-book .desc .min-zakaz span {
          white-space: nowrap; }
    .book-in-catalog .info-item-book .more-images-book {
      margin-top: 10px;
      text-align: center; }
  .book-in-catalog .annotation-item-book {
    margin-top: 20px; }
    .book-in-catalog .annotation-item-book .title {
      margin-bottom: 10px;
      font-family: 'ArialBold', sans-serif;
      font-weight: bold;
      font-size: 1.25em;
      color: #000;
      position: relative;
      overflow: hidden;
      white-space: nowrap; }
      .book-in-catalog .annotation-item-book .title::after {
        content: '';
        margin-right: -100%;
        display: inline-block;
        left: 0;
        width: 100%;
        height: 1px;
        background: #eee;
        vertical-align: middle;
        box-sizing: border-box;
        border: solid #fff;
        border-width: 0 10px; }
    .book-in-catalog .annotation-item-book p, .book-in-catalog .annotation-item-book span {
      line-height: 24px;
      color: #101010; }
    .book-in-catalog .annotation-item-book span {
      font-size: 0.875em; }
  .book-in-catalog .other-books {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0px;
    margin-top: 10px;
    /* border-top: 1px solid #eee; */
    border-bottom: 1px solid #eee; }
    .book-in-catalog .other-books h5 {
      margin-bottom: 10px;
      font-family: 'ArialBold', sans-serif;
      font-weight: bold; }
    .book-in-catalog .other-books .panel-footer {
      width: 100%; }
      .book-in-catalog .other-books .panel-footer:last-child {
        margin-bottom: 15px; }
    .book-in-catalog .other-books .similar-book {
      width: 100%; }
    .book-in-catalog .other-books .breadcrumb {
      border: none;
      margin: 0;
      padding: 0px 0px 10px 0px; }
      .book-in-catalog .other-books .breadcrumb > li::before {
        display: none; }
      .book-in-catalog .other-books .breadcrumb > li:not(:last-child):after {
        content: ','; }
      .book-in-catalog .other-books .breadcrumb > li:not(:last-child):after {
        padding: 0 3px 0; }
      .book-in-catalog .other-books .breadcrumb li.active a {
        color: #0064bc;
        text-decoration: underline;
        font-size: 14px; }
        .book-in-catalog .other-books .breadcrumb li.active a:hover {
          text-decoration: none; }
      .book-in-catalog .other-books .breadcrumb li {
        line-height: 22px; }
    .book-in-catalog .other-books .owl-carousel .owl-stage {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .book-in-catalog .other-books .owl-carousel .owl-stage .owl-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .book-in-catalog .other-books .owl-carousel .item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      text-align: center; }
      .book-in-catalog .other-books .owl-carousel .item img {
        margin: 0 auto 10px;
        max-width: 140px; }
      .book-in-catalog .other-books .owl-carousel .item h6 {
        margin-bottom: 10px; }
      .book-in-catalog .other-books .owl-carousel .item .autor {
        display: inline-block;
        position: relative; }
        .book-in-catalog .other-books .owl-carousel .item .autor:not(:last-child)::after {
          content: ','; }
      .book-in-catalog .other-books .owl-carousel .item .price {
        margin-bottom: 15px;
        color: #cb2644;
        font-size: 1.25em;
        font-family: 'ArialBold', sans-serif;
        font-weight: bold; }
      .book-in-catalog .other-books .owl-carousel .item .buttons-book-info {
        text-align: center; }
    .book-in-catalog .other-books .owl-carousel .owl-nav {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100%;
      z-index: -1; }
      .book-in-catalog .other-books .owl-carousel .owl-nav .owl-prev,
      .book-in-catalog .other-books .owl-carousel .owl-nav .owl-next {
        display: inline-block;
        font-size: 3.125em;
        color: #777; }
      .book-in-catalog .other-books .owl-carousel .owl-nav .owl-prev {
        margin-left: -15px; }
      .book-in-catalog .other-books .owl-carousel .owl-nav .owl-next {
        margin-right: -15px;
        float: right; }

.sale-seller-book {
  padding: 15px;
  text-align: center;
  background: #f0e9e9;
  position: relative; }
  .sale-seller-book::before {
    content: '';
    position: absolute;
    background: url("../img/sale.png") no-repeat;
    width: 62px;
    height: 62px;
    left: 0;
    top: 0; }
  .sale-seller-book p {
    font-size: 1em; }
    .sale-seller-book p a {
      border-bottom: 1px solid; }
      .sale-seller-book p a:hover {
        border: none; }

.buttons-book-info {
  margin-bottom: 20px;
  text-align: left; }

.buy-book,
.buy-in-cart-book {
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  background: none;
  color: #fff;
  transition: background .3s; }

.buy-book {
  margin-right: 10px;
  text-transform: uppercase;
  background: #cb2644;
  font-family: 'ArialBold', sans-serif;
  font-weight: bold; }
  .buy-book:hover {
    background: #d85c73; }

.buy-in-cart-book {
  padding-left: 40px;
  background: #2370c0;
  font-size: 0.875em;
  position: relative; }
  .buy-in-cart-book i {
    margin-right: 7px;
    font-size: 1.125em; }
  .buy-in-cart-book::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 20px;
    left: 9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../img/icon-cart-in.png") no-repeat; }
  .buy-in-cart-book:hover {
    background: #5a94d0; }

.book-in-cart {
  display: none;
  padding: 10px 15px;
  margin-bottom: 0;
  background: #acacac;
  color: #fff;
  text-transform: uppercase;
  font-family: 'ArialBold', sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-radius: 3px; }

.panel-group .panel {
  border-top: 1px dashed #eee;
  border-bottom: 1px dashed #eee;
  box-shadow: none; }

.panel-group .panel + .panel {
  margin-top: -1px; }

.panel-group .panel.two .panel-heading a {
  padding-left: 50px; }
  .panel-group .panel.two .panel-heading a::after {
    content: '\f12a';
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    padding-top: 3px;
    position: absolute;
    color: #cb2644;
    font-size: 1.25em;
    width: 25px;
    height: 25px;
    border: 2px solid #cb2644;
    border-radius: 50%;
    text-align: center;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.panel-group .panel-heading {
  padding: 0; }
  .panel-group .panel-heading a {
    display: block;
    padding: 15px;
    position: relative; }
    .panel-group .panel-heading a::before {
      content: '\f107';
      font-family: 'FontAwesome', sans-serif;
      font-size: 1.125em;
      font-weight: bold;
      position: absolute;
      right: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #000; }
    .panel-group .panel-heading a:focus {
      text-decoration: none; }
    .panel-group .panel-heading a[aria-expanded=true] {
      color: #cb2644; }
      .panel-group .panel-heading a[aria-expanded=true]::before {
        -webkit-transform: rotate(180deg) translateY(50%);
            -ms-transform: rotate(180deg) translateY(50%);
                transform: rotate(180deg) translateY(50%); }

.panel-group .panel-collapse .panel-body {
  margin-bottom: -1px;
  position: relative;
  border-top: 1px solid #bdc1c4;
  border-bottom: 1px solid #bdc1c4;
  color: #6f6f6f; }
  .panel-group .panel-collapse .panel-body strong,
  .panel-group .panel-collapse .panel-body .strong {
    color: #000; }
  .panel-group .panel-collapse .panel-body .red {
    color: #cb2644; }
  .panel-group .panel-collapse .panel-body::before {
    content: '';
    position: absolute;
    background: url("../img/triangle-seller-info.jpg") no-repeat;
    width: 14px;
    height: 7px;
    left: 15px;
    top: -1px; }
  .panel-group .panel-collapse .panel-body.one form {
    margin: 10px 0; }
    .panel-group .panel-collapse .panel-body.one form .input-group-addon {
      padding: 0;
      background: #404040; }
      .panel-group .panel-collapse .panel-body.one form .input-group-addon:hover {
        background: #5a5a5a; }
        .panel-group .panel-collapse .panel-body.one form .input-group-addon:hover .submit {
          background: #5a5a5a; }
    .panel-group .panel-collapse .panel-body.one form .submit {
      padding: 0 10px;
      border: none;
      background: #404040; }
    .panel-group .panel-collapse .panel-body.one form i {
      color: #fff; }
  .panel-group .panel-collapse .panel-body.one .flex-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .panel-group .panel-collapse .panel-body.one .flex-box p {
      margin-right: 10px; }
      .panel-group .panel-collapse .panel-body.one .flex-box p:not(:last-child) {
        margin-bottom: 20px; }
    .panel-group .panel-collapse .panel-body.one .flex-box img {
      margin-bottom: -4px; }
    .panel-group .panel-collapse .panel-body.one .flex-box a {
      border-bottom: 1px solid; }
      .panel-group .panel-collapse .panel-body.one .flex-box a:hover {
        border: none; }
  .panel-group .panel-collapse .panel-body.two ul, .panel-group .panel-collapse .panel-body.three ul {
    list-style-type: none;
    border-left: 2px solid #e0e5e9; }
    .panel-group .panel-collapse .panel-body.two ul li, .panel-group .panel-collapse .panel-body.three ul li {
      display: inline-block;
      font-size: 14px; }
      .panel-group .panel-collapse .panel-body.two ul li a, .panel-group .panel-collapse .panel-body.three ul li a {
        font-size: 14px;
        border-bottom: 1px solid; }
        .panel-group .panel-collapse .panel-body.two ul li a:hover, .panel-group .panel-collapse .panel-body.three ul li a:hover {
          border: none; }

#header-mobile-category {
  display: none; }

#menu-mobile-category .mm-navbar[class*=mm-navbar-content-] > * {
  float: none; }

#menu-mobile-category .mm-navbar-content-2 > * {
  width: auto; }

#menu-mobile-category .mm-navbar-content-3 > * {
  width: auto; }

#menu-mobile-category .mm-navbars-top .mm-navbar {
  padding: 15px;
  height: 80px;
  text-align: left;
  background: #1a1d1f; }
  #menu-mobile-category .mm-navbars-top .mm-navbar p {
    padding: 0; }

#menu-mobile-category .mm-navbars-bottom .mm-navbar {
  height: 120px;
  text-align: left; }
  #menu-mobile-category .mm-navbars-bottom .mm-navbar a {
    display: inline-block;
    width: auto;
    margin-left: 20px;
    color: #cb2644;
    font-family: 'ArialBold';
    font-weight: bold;
    position: relative; }
    #menu-mobile-category .mm-navbars-bottom .mm-navbar a:hover::before {
      display: none; }
    #menu-mobile-category .mm-navbars-bottom .mm-navbar a::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background: #cb2644;
      bottom: 9px;
      left: 0; }

#menu-mobile-category .mm-panel .mm-navbar {
  display: none; }

#menu-mobile-category .catalog-mobile {
  margin-top: -20px;
  margin-bottom: 60px; }
  #menu-mobile-category .catalog-mobile > li:hover, #menu-mobile-category .catalog-mobile > li.mm-opened {
    background: #cb2644; }
    #menu-mobile-category .catalog-mobile > li:hover > a, #menu-mobile-category .catalog-mobile > li.mm-opened > a {
      color: #fff; }
      #menu-mobile-category .catalog-mobile > li:hover > a.mm-next::after, #menu-mobile-category .catalog-mobile > li.mm-opened > a.mm-next::after {
        border-color: #333; }
  #menu-mobile-category .catalog-mobile > li > a {
    color: #8895a3; }
  #menu-mobile-category .catalog-mobile > li > div {
    background: #333; }
  #menu-mobile-category .catalog-mobile > li ul {
    background: #1e2224; }
    #menu-mobile-category .catalog-mobile > li ul li a {
      color: #7c8084; }
      #menu-mobile-category .catalog-mobile > li ul li a:hover {
        color: #fff; }

#menu-mobile-category .full-book {
  font-size: 16px;
  color: #bfbfbf; }
  #menu-mobile-category .full-book span {
    font-family: 'ArialBold', sans-serif;
    font-weight: bold; }

#menu-mobile-category .seller-filter a {
  display: inline-block;
  padding: 0;
  color: #5a85b1; }

.button-yet {
  display: block;
  margin: 10px auto;
  padding: 7px 25px;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
  background: none;
  color: #a0a0a0;
  transition: background .3s, color .3s; }
  .button-yet:hover {
    background: #a0a0a0;
    color: #000; }

.button-full-anotation {
  position: relative; }
  .button-full-anotation .button {
    padding: 5px 8px;
    content: '\f107';
    font-family: 'FontAwesome', sans-serif;
    font-size: 1.25em;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #337ab7;
    color: #fff;
    left: 50%;
    top: 0;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: pointer;
    transition: background .3s; }
    .button-full-anotation .button:hover {
      background: #285f8f; }

.box-horizontal-items-between {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .box-horizontal-items-between h3 {
    margin: 0; }

.box-symbols a {
  font-family: 'ArialBold', sans-serif;
  font-size: 1.125em;
  color: #2370c0; }
  .box-symbols a.current {
    color: #cb2644; }

.box-authors-books {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .box-authors-books p {
    display: inline-block;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    width: 30%; }
    .box-authors-books p a {
      display: inline-block; }
      .box-authors-books p a span {
        display: inline-block;
        margin-left: 5px;
        color: #616161; }

.box-authors-books-bottom-paginate {
  display: none; }

body.modal-open .mm-slideout {
  z-index: auto; }

em.highlight {
  color: #cb2644 !important;
  /* text-decoration: underline !important; */ }

#footer .bank-icons {
  text-align: center; }
  #footer .bank-icons .img:not(:last-child) {
    margin-right: 10px; }
  #footer .bank-icons .img img {
    max-width: 80px;
    max-height: 30px; }

.wrap-basket .box-required .error {
  display: none; }

.wrap-basket .box-required .active {
  display: block;
  margin-top: 20px;
  color: #c90c35;
  font-weight: bold;
  font-family: 'ArialBold', sans-serif;
  font-size: 14px !important; }

.subscribe-catalog-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .subscribe-catalog-wrap > div {
    width: 49%; }
  .subscribe-catalog-wrap .item label {
    display: block; }

@media only screen and (max-width: 1200px) {
  .logo__wrapper {
    margin-right: 15px; }
  .logo__wrapper .logo-text {
    left: 19px; }
  .new-products {
    margin-right: 15px; }
  .header__container .r2_header_links .header-top__item img {
    display: none; }
  .header__container .r2_header_links .header-top__link-wrapper {
    width: 92px;
    text-align: center; }
  #search-block-wrapper .desktop__menu .tovars-menu {
    font-size: 0.875em; }
  .book-in-catalog .info-item-book .foto {
    margin-right: 10px; }
  .buy-book {
    padding: 10px 15px; }
  .buy-in-cart-book {
    padding-left: 35px;
    padding-right: 10px; }
  .book-in-catalog .sale-seller-book {
    padding: 15px 15px 15px 35px; }
  #main-content .distribution .flex-box form .form-control {
    width: 250px; }
  #main-content .view-book-page .flex-box,
  #main-content .sorting-book-page .flex-box {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    #main-content .view-book-page .flex-box p,
    #main-content .sorting-book-page .flex-box p {
      padding: 3px 0; }
  #main-content .main-books-list .main-item-book:last-child {
    display: none; }
  #search-block-wrapper .desktop__menu .left .text-search-panel-default {
    padding: 10px 0; }
  #search-block-wrapper .desktop__menu .left .catalog-search-block-btn > a {
    padding: 11px 55px 11px; } }

@media only screen and (max-width: 992px) {
  .header__container .new-products {
    padding: 0 15px; }
  .header__container .new-products::before {
    display: none; }
  .logo__wrapper .logo-desktop {
    display: none; }
  .logo__wrapper .logo-tablet {
    display: block; }
  .new-products .line2 p,
  .new-products .line2 a {
    font-size: 13px; }
  .header__container .r2_header_links .flex-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .header__container .r2_header_links .header-top__link-wrapper {
    width: auto; }
  .header-top__item {
    width: 80px; }
  #search-block-wrapper .desktop__menu .tovars-menu span {
    display: block; }
  #search-block-wrapper .desktop__menu .buttons-menu {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  #search-block-wrapper .desktop__menu .buttons-menu a:last-child {
    margin-top: 5px; }
  #main-content .similar-topics ul {
    margin-bottom: 0; }
  #main-content .pagination-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  #main-content .pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px; }
  .book-in-catalog .sale-seller-book {
    margin-bottom: 30px; }
  #main-content .distribution .flex-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  #main-content .distribution .flex-box form {
    width: 100%; }
  #main-content .distribution .flex-box a {
    margin-top: 10px; }
  #main-content .main-books-list .main-item-book .flex-box .right .buttons-book-info .buy-in-cart-book {
    padding-left: 32px; }
  #search-block-wrapper .desktop__menu .left .catalog-search-block-btn > a {
    padding: 11px 25px 11px 13px; }
  #search-block-wrapper .desktop__menu .left .text-search-panel-default {
    font-size: 14px; }
  .subscribe-catalog-wrap > div {
    width: 100%; } }

@media only screen and (max-width: 768px) {
  .desktop__menu {
    display: none; }
  #search-block-wrapper {
    display: none; }
  .mobile__menu {
    display: block;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    background: #e2e7ea; }
  .sidebar-offcanvas {
    display: none; }
  .catalog__mobile {
    display: block; }
  .catalog__desktop {
    display: none; }
  .r2_header_links {
    display: none; }
  .new-products_mobile {
    display: none; }
  .logo__wrapper {
    display: none; }
  .header__container {
    display: none; }
  #main-content {
    padding: 60px 15px 40px; }
  .book-in-catalog .info-item-book .desc {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  #main-content .similar-topics > div:not(:first-child) {
    display: none; }
  .book-in-catalog .other-books {
    border-top: none;
    margin-top: 0; }
  .owl-carousel .owl-nav {
    display: none; }
  .book-in-catalog .other-books .similar-book .banner {
    margin-top: 15px; }
  #main-content .main-books-list .main-item-book:last-child {
    display: block; }
  #main-content .main-books-list .main-item-book .right {
    width: 100%; }
  #main-content .main-books-list .buttons-book-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  #main-content .main-books-list .buttons-book-info button {
    width: 150px; }
  #main-content .main-books-list .buttons-book-info .book-in-cart {
    width: 150px;
    text-transform: none;
    padding: 10px; }
  .breadcrumb li {
    display: none; }
    .breadcrumb li:first-child {
      display: block; }
    .breadcrumb li:last-child {
      display: block; }
    .breadcrumb li:not(:last-child) {
      margin-bottom: 10px; }
  .breadcrumb .full-mobile-breadcrumbs {
    display: block; }
  .breadcrumb .btn-full-mobile-breadcrumbs {
    display: inline-block;
    position: relative;
    text-decoration: none;
    border: 1px solid #979797; }
    .breadcrumb .btn-full-mobile-breadcrumbs::after {
      padding: 1px 5px;
      content: '\f141';
      font-family: 'FontAwesome', sans-serif;
      font-size: 1.125em;
      color: #979797; }
  .table-wrap {
    margin: 15px 0;
    width: 100%;
    overflow-x: auto; }
    .table-wrap table {
      margin: 0;
      width: auto;
      max-width: none; }
  .order-full-content .right-col .rec-books {
    margin-bottom: 0; }
    .order-full-content .right-col .rec-books > div {
      margin-bottom: 15px;
      text-align: center; }
  footer {
    text-align: center; }
  #footer .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #footer .row > div {
      width: auto; }
    #footer .row .left {
      margin-bottom: 15px; }
    #footer .row .right {
      margin-top: 15px; }
      #footer .row .right .rispo {
        padding-left: 0;
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid #8799a9;
        border-left: none; } }

@media only screen and (max-width: 550px) {
  .mobile__menu.active {
    -webkit-transform: translateX(80%);
        -ms-transform: translateX(80%);
            transform: translateX(80%); } }

@media only screen and (max-width: 480px) {
  .book-in-catalog .book-item-title a {
    text-transform: none;
    font-size: 1.125em; }
  .book-in-catalog .info-item-book {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .book-in-catalog .info-item-book .foto {
    margin-right: 0;
    margin-bottom: 10px; }
  .buttons-book-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #scroll-top {
    display: none; }
  .mobile__menu .flex-box > div {
    padding: 0 5px 0 10px; }
  .mobile__menu .flex-box > div:nth-child(1) {
    padding-right: 0; }
  .mobile__menu .flex-box > div:nth-child(2) {
    padding-left: 0;
    margin-left: -10px; }
  .mobile__menu .flex-box .logo {
    font-size: 1em; }
  .mobile__menu .flex-box > div:nth-child(4) {
    padding-right: 0; }
  .catalog-title {
    font-size: 1.125em; }
  #footer .row {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #footer .row .left,
  #footer .row .right {
    width: auto; }
  #main-content .distribution .flex-box form .form-control {
    margin-bottom: 10px; }
  #main-content .distribution {
    margin-top: 10px; }
  #main-content .count-book-page {
    display: none; }
  #main-content {
    padding-bottom: 0; }
  #main-content .pagination-box .right .sorting-book-page {
    max-width: 175px; }
  .annotation-item-book,
  .desktop-price {
    display: none; }
  .mobile-annotation .annotation-item-book {
    display: block; }
  .book-in-catalog .info-item-book .foto {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .book-in-catalog .info-item-book .foto .right {
      margin-left: 10px; }
      .book-in-catalog .info-item-book .foto .right .price {
        font-size: 1.25em;
        font-family: 'ArialBold', sans-serif;
        font-weight: bold;
        color: #cb2644; }
      .book-in-catalog .info-item-book .foto .right .buttons-book-info {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .book-in-catalog .info-item-book .foto .right .buttons-book-info .buy-book {
          margin-bottom: 5px;
          margin-right: 0; }
  .box-symbols {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .box-symbols a {
      display: inline-block;
      padding: 5px;
      font-size: 1em; }
  #main-content .box-authors-books-filter {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    #main-content .box-authors-books-filter .pagination {
      margin: 10px 0 0; }
  .box-authors-books p {
    width: 47%; }
  .box-authors-books-bottom-paginate {
    display: block; } }

@media only screen and (min-width: 768px) {
  .catalog-mobile {
    display: none; }
  #menu-mobile-category {
    display: none; }
  .button-yet {
    display: none; }
  .button-full-anotation {
    display: none; }
  .mobile-btn-full-breadcrumb {
    display: none; } }

@media only screen and (min-width: 480px) {
  .mobile-annotation,
  .book-in-catalog .info-item-book .foto .right {
    display: none; } }

@-moz-document url-prefix() {}
