html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}











body {
  background-color: #f9f9f9;
}
.footer {
  margin-top: 0px;
  /*background-color: #474f53;*/
  background-color: #404040;
  border-top: 0px solid #566268;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
}
.navbar-brand {
  height: auto;
  padding-top: 2px;
  padding-bottom: 3px;
}
.navbar-inverse {
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
}
.block_menu {
  display: block;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.block_img {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.block_link, .block_link:focus, .block_link:active {
  display: block;
  color: #333333;
  text-decoration: none;
  transition: 0.2s;
  min-height: 258px;
  border: 0px solid #ff0000;
  padding-top: 5px;
  padding-bottom: 0px;
  margin-bottom: 30px;
  /*background-color: #e0e0e0;*/
}
.block_link:hover {
  color: #333333;
  text-decoration: none;
  padding-top: 0px;
  padding-bottom: 5px;
}
.block_link_d {
  /*margin-top: 5px;*/
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 7px;
  transition: 0.2s;
}
.block_link:hover > .block_link_d{
  /*margin-top: 0px;*/
}
.wrap > .container {
  padding: 0px 15px 0px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #202020;
}
.tx_j {
  text-align: justify;
  margin-bottom: 15px;
}
.goods_div {
  display: block;
  color: #333333;
  text-decoration: none;
  transition: 0.2s;
  min-height: 296px;
  border: 0px solid #ff0000;
  padding-top: 5px;
  margin-bottom: 30px;
  user-select: none;
}
.goods_div:hover > .goods_link_d > .goods_price {
  padding-bottom: 10px;
}
.goods_div:hover > .goods_link_d > .goods_img > .goods_txt {
  opacity: 1;
}
.goods_add {
  text-align: center;
  margin-bottom: 15px;
  height: 0px;
  overflow: hidden;
  transition: 0.2s;
  cursor: default;
}
.goods_menu {
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  cursor: default;
}
.goods_img {
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.2s;
}
.goods_link_d {
  /*margin-top: 5px;*/
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 7px;
  transition: 0.2s;
}
.goods_price {
  font-size: 20px;
  padding-left: 10px;
  padding-top: 10px;
  font-weight: bold;
  cursor: default;
  transition: 0.2s;
}
.goods_txt {
  /*background-color: rgba(255,255,255,0.9);*/
  background-color: rgba(0,0,0,0.6);
  color: #ffffff;
  height: 100%;
  cursor: default;
  padding: 10px;
  text-align: justify;
  opacity: 0;
  transition: 0.2s;
}
.goods_kol {
  display: inline-block;
  font-size: 20px;
  cursor: default;
  border: 0px solid #ff0000;
  vertical-align: middle;
  padding-left: 4px;
  padding-right: 4px;
}
.goods_rub {
  height: 14px;
  vertical-align: top;
}
.block_b {
  margin-top: 60px;
  border-top: 1px solid #e0e0e0;
}
.rules_div {
  margin-top: 60px;
  border-top: 1px solid #e0e0e0;
}
.rules_div_text {
  padding-top: 15px;
  text-align: center;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}
.block_b h2 {
  font-size: 26px;
}
.znak, .znak:focus, .znak:active, .znak:visited, .znak:link {
  font-size: 24px;
  padding: 0px;
  width: 26px;
  color: #555555;
  background-color: #e9e9e9;
  transition: 0.2s;
  line-height: 24px;
  outline: none !important;
}
.znak:hover {
  background-color: #d0d0d0;
  outline: none !important;
}
.menu_no {
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  padding: 30px;
  border-radius: 7px;
}
.basket_div, .basket_div:focus, .basket_div:active, .basket_div:visited {
  float: left;
  height: 40px;
  color: #000000;
  font-size: 18px;
  cursor: pointer;
  border-radius: 20px;
  transition: 0.2s;
  padding-left: 25px;
  padding-right: 0px;
  line-height: 39px;
  background-color: rgba(255,255,255,0);
  overflow: hidden;
  box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.3) inset;
  text-decoration: none;
}
.basket_div:hover {
  background-color: rgba(0,0,0,0.1);
  color: #000000;
  text-decoration: none;
}
.basket_right {
  float: right;
  background-color: #202020;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin-left: 17px;
  padding-left: 4px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.basket_rub {
  height: 13px;
  margin-top: -2px;
}
.navbar-brand {
  font-size: 26px;
}
.page_basket_div {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  background-color: #ffffff;
  margin-top: 10px;
  padding: 5px;
}
.page_basket_good_div {
  overflow: hidden;
  margin-bottom: 0px;
  transition: 0.2s;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 7px;
  user-select: none;
}
.page_basket_category {
  color: #999999;
  font-size: 14px;
  line-height: 12px;
  cursor: default;
}
.page_basket_rub {
  height: 13px;
  margin-top: -4px;
}
.page_basket_price {
  font-size: 18px;
  line-height: 36px;
  background-color: #f0f0f0;
  border-radius: 20px;
  padding-left: 0px;
  margin-top: 10px;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07) inset;
  cursor: default;
  transition: 0.2s;
  overflow: hidden;
}
.page_basket_big_price {
  font-size: 28px;
  vertical-align: middle;
}
.page_basket_rub_big {
  height: 19px;
  margin-top: -2px;
}
.page_basket_text {
  text-align: justify;
  cursor: default;
}
.page_basket_itogo {
  font-size: 20px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 25px;
  padding-bottom: 7px;
  text-align: center;
  border-top: 3px dashed #d9d9d9;
}
.page_basket_itogo_price {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  background-color: #f0f0f0;
  border-radius: 24px;
  max-width: 260px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07) inset;
}
.page_basket_btn {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.page_basket_d_table {
  display: table;
  width: 100%;
}
.page_basket_d_td_1 {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.page_basket_d_td_2 {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  border: 0px solid #ff0000;
  width: 80px;
}
.page_basket_rub_itogo {
  height: 24px;
  margin-top: -7px;
}
.page_basket_goods_kol {
  display: inline-block;
  font-size: 20px;
  cursor: default;
  border: 0px solid #ff0000;
  vertical-align: middle;
  padding-left: 4px;
  padding-right: 4px;
}
.page_basket_znak, .page_basket_znak:focus, .page_basket_znak:active, .page_basket_znak:visited, .page_basket_znak:link {
  font-size: 24px;
  padding: 0px;
  width: 26px;
  color: #555555;
  background-color: #e9e9e9;
  transition: 0.2s;
  line-height: 24px;
  outline: none !important;
}
.page_basket_znak:hover {
  background-color: #d0d0d0;
  outline: none !important;
}
.panel-orange {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  background-color: #ffffff;
}
.breadcrumb {
  margin-top: 30px;
}
.img_uzor {
  height: 18px;
  width: 100%;
  background-image: url(/img/uzor.png);
  background-size: 363px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 0px solid #ff0000;
}
.navbar-toggle {
  margin-top: 13px;
  background-color: #ffffff;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #d88625;
}
.custom_menu {
  float: left;
  padding-left: 60px;
  padding-right: 12px;
  overflow: hidden;
}
.custom_menu a {
  display: block;
  float: left;
  color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  transition: 0.2s;
  border-bottom: 2px solid #ffffff;
}
.custom_menu a:hover {
  /*background-color: rgba(0,0,0,0.05);*/
  /*box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.4);*/
  color: #d88625;
  text-decoration: none;
  border-bottom: 2px solid #d88625;
}
.order_robokassa {
  text-align: center;
}
.footer_gradient {
  /*background: linear-gradient(0deg, rgba(161,164,166,1) 40%, rgba(161,164,166,0) 100%);*/
  /*background: linear-gradient(0deg, rgba(71,79,83,1) 0%, rgba(71,79,83,0) 100%);*/
  padding-top: 40px;
}
.footer_soc {
  position: absolute;
  border-radius: 50%;
}
.footer_soc:hover:after {
  opacity: 1;
}
.footer_soc img {
  z-index: 999;
  width: 80px;
  position: relative;
  border-radius: 50%;
}
.footer_soc:after {
  width: 72px;
  height: 72px;
  background-image: url(/img/fier.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  opacity: 0;
  position: absolute;
  top: -28px;
  left: 36px;
  content: "";
  z-index: 1;
  transition: 0.2s;
}
.footer_soc_phone {
  position: absolute;
  top: 53px;
  left: 0px;
  width: 169px;
}
.order_span {
  cursor: pointer;
  color: #ffffff;
  background-color: #606060;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.2s;
}
.order_span:hover {
  background-color: #202020;
}
.modal .close {
  font-size: 32px;
}
#myModal2 .close {
  position: absolute;
  right: 14px;
  top: 6px;
  font-size: 38px;
  opacity: 0.6;
  transition: 0.2s;
}
#myModal2 .close:hover {
  opacity: 1.0;
}
.admin_day_show {
  float: left;
  background-color: #ffffff;
  width: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000000;
  margin-right: 5px;
  border: 1px solid #c3c3c3;
  text-align: center;
  border-radius: 4px;
}
.admin_day_noshow {
  float: left;
  background-color: #с3с3с3;
  width: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #f9f9f9;
  margin-right: 5px;
  border: 1px solid #c3c3c3;
  text-align: center;
  border-radius: 4px;
}
.admin_block_comment_admin {
  background-color: #ffffff;
  padding: 4px;
  border: 1px solid #c3c3c3;
  margin-bottom: 4px;
}
.row2 {
  clear: both;
}
.row2::before {
  display: table;
  content: " ";
}
.row3 {
  clear: both;
}
.row3::before {
  display: table;
  content: " ";
}
.d_active {
  /*background-color: #e0e0e0;*/
  font-weight: bold;
}
.d_active a {
  color: #000000;
}
.div_slide {
  height: 400px;
  background-size: cover;
  background-position: center center;
}
.navbar-inverse .navbar-collapse {
  border-color: #e0e0e0;
}
.navbar-collapse.collapse.in {
  border-bottom: 1px solid #e0e0e0;
}

/* Паралакс */
#paralax_img_1 {
  width: 300px;
  height: 500px;
  background-image: url(/img/parallax_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 200px);
  border: 0px solid #ff0000;
}
#paralax_img_2 {
  width: 400px;
  height: 400px;
  background-image: url(/img/parallax_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  bottom: 250px;
  left: calc(50% - 250px);
  border: 0px solid #ff0000;
}
#paralax_img_3 {
  width: 300px;
  height: 300px;
  background-image: url(/img/parallax_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 50px);
  border: 0px solid #ff0000;
}
#paralax_img_4 {
  width: 250px;
  height: 200px;
  background-image: url(/img/parallax_7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  bottom: 300px;
  left: calc(50% + 300px);
  border: 0px solid #ff0000;
}
#paralax_img_5 {
  width: 100%;
  height: 900px;
  background-image: url(/img/parallax_5.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border: 0px solid #ff0000;
}
#paralax_img_6 {
  width: 220px;
  height: 220px;
  background-image: url(/img/parallax_6.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  bottom: 300px;
  left: calc(50% + 300px);
  border: 0px solid #ff0000;
}
#paralax_img_8 {
  width: 300px;
  height: 300px;
  background-image: url(/img/parallax_8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 200px);
  border: 0px solid #ff0000;
}
#paralax_img_9 {
  width: 130px;
  height: 130px;
  background-image: url(/img/parallax_9.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  bottom: 300px;
  left: calc(50% + 300px);
  border: 0px solid #ff0000;
}
/* END Паралакс */




.gold_btn, .gold_btn:focus, .gold_btn:active, .gold_btn:visited {
  display: inline-block;
  background-image: url(/img/gold_btn_fon.png);
  background-size: auto 54px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 262px;
  height: 72px;
  position: relative;
  border: 0px solid #0000ff;
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  text-align: center;
  /*font-family: 'Caveat', cursive;*/
  font-family: 'Philosopher', sans-serif;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.6);
  padding-top: 16px;
}
.gold_btn::after {
  content: "";
  display: block;
  background-image: url(/img/gold_left.png);
  background-size: auto 68px;
  background-repeat: no-repeat;
  width: 98px;
  height: 70px;
  border: 0px solid #ff0000;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: 0.2s;
}
.gold_btn::before {
  content: "";
  display: block;
  background-image: url(/img/gold_right.png);
  background-size: auto 68px;
  background-repeat: no-repeat;
  width: 98px;
  height: 70px;
  border: 0px solid #ff0000;
  position: absolute;
  top: 2px;
  right: 1px;
  transition: 0.2s;
}
.gold_btn:hover {
  text-decoration: none;
  color: #ffffff;
}
.gold_btn:hover:after {
  /*left: -36px;*/
  left: 11px;
}
.gold_btn:hover:before {
  /*right: -40px;*/
  right: 10px;
}



.index_books_block {
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.index_books_img {
  display: block;
  width: 230px;
  height: 330px;
  margin: 0px auto;
  overflow: hidden;
  border-radius: 6px;
}
.index_books_img:hover .index_books_img_span {
  transform: scale(1.1, 1.1);
}
.index_books_img_span {
  display: block;
  width: 230px;
  height: 330px;
  transition: 0.2s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index_books_name {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  margin-top: 10px;
}
.index_books_author {
  color: #909090;
  font-size: 16px;
  margin-top: 10px;
}
.index_books_link {
  margin-top: 15px;
}


.item_books_block {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  border-radius: 6px;
  padding: 30px;
}
.books_margin_h1 {
  height: 30px;
}
.books_slide_item {
  text-align: center;
  background-color: #ffffff;
  border-radius: 8px;
  border: 4px solid #e0e0e0;
}
.books_slide_item img {
  height: 140px;
}
.books_block_price {
  background-color: #f0f0f0;
  border-radius: 6px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 18px;
  padding: 15px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1) inset;
  margin-top: 30px;
  overflow: hidden;
  text-align: center;
}
.books_price_rub {
  width: 16px;
  vertical-align: top;
  line-height: 14px;
}
.books_example_pages {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #e0e0e0;
  border-radius: 6px;
  margin-top: 10px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1) inset;
  overflow: hidden;
}
.books_annotation p {
  margin-top: 15px;
  text-indent: 0px !important;
}
.books_price_span {
  font-size: 12px;
  line-height: 18px;
  vertical-align: top;
}
.books_partner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background-color: rgba(255,255,255,0.9);
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  text-align: center;
  font-size: 18px;
}
.books_example_headers {
  font-size: 16px;
  margin-top: 20px;
  font-weight: bold;
}
.books_example_pages .slick-prev:before, .books_example_pages .slick-next:before {
  color: black;
}
.books_table_price {
  margin: 0 auto;
}
.books_table_td1 {
  min-width: 60px;
}
.books_table_td2 {
  text-align: left;
  padding-left: 15px;
  font-size: 16px;
}
.books_author {
  color: #909090;
  margin-top: 10px;
}




.slide_cap_title {
  background-color: rgba(0,0,0,0.3);
  border-radius: 10px 10px 10px 10px;
  padding: 10px;
}
.slide_cap_btn {
  margin-top: 15px;
  margin-bottom: 20px;
  /*background-color: rgba(255,255,255,0.4);*/
  border-radius: 0px 0px 10px 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.books_example_pages_it_span {
  transition: 0.2s;
}
.books_fancybox {
  overflow: hidden;
  display: block;
}
.books_fancybox:hover .books_example_pages_it_span {
  transform: scale(1.1, 1.1);
}
.reviews_a:hover .reviews_span {
  transform: scale(1.1, 1.1);
}
.reviews_bottom_text {
  background-color: #ffffff;
  border-radius: 6px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}



.btn-sk, .btn-sk:focus, .btn-sk:active, .btn-sk:visited {
  background-color: #d88625;
  color: #ffffff;
  border: 1px solid #C47D26;
  transition: 0.2s;
}
.btn-sk:hover {
  background-color: #C47D26;
  color: #ffffff;
  border: 1px solid #C47D26;
}


.news {
  background-color: #c3c3c3;
  height: 190px;
  border-radius: 8px;
  background-size: cover;
  background-position: center center;
}
.news:hover .new_overlay {
  background-color: rgba(255,255,255,0.3);
}
.new_overlay {
  /*background-color: rgba(0,0,0,0.37);*/
  height: 100%;
  border-radius: 8px;
  color: #ffffff;
  padding-top: 25px;
  transition: 0.2s;
}
.new_date {
  background-color: #333333;
  width: 160px;
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  cursor: default;
  border-radius: 0px 6px 6px 0px;
}
.new_title {
  background-color: rgba(255,255,255,0.8);
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 11px;
}
.new_title a {
  text-transform: uppercase;
  font-size: 16px;
  color: #333333;
}
.new_description {
  padding-left: 15px;
  padding-right: 15px;
  height: 79px;
  overflow: hidden;
}
.new_description a {
  font-size: 13px;
  color: #ffffff;
}
.new_img {
  width: 100%;
  max-width: 500px;
}
.new_txt {
  font-size: 16px;
  text-align: justify;
}
.new_dt {
  background-color: #333333;
  display: inline-block;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.news_block {
  background-color: #ffffff;
  margin-bottom: 50px;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.2);
}
.news_img {
  width: 100%;
  max-width: 370px;
}
.news_link {
  font-size: 20px;
  color: #333333;
}
.news_link:hover {
  color: #000000;
}
.news_anons {
  margin-top: 15px;
  margin-bottom: 15px;
}
.news_dt {
  background-color: #333333;
  display: block;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: bold;
  width: 110px;
}


.call_back, .call_back:active, .call_back:focus {
  display: inline-block;
  background-color: #d88625;
  color: #ffffff;
  line-height: 40px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: bold;
  transition: 0.2s;
}
.call_back:hover {
  background-color: #C47D26;
  color: #ffffff;
  text-decoration: none;
}

.pagination > .active > a {
  background-color: #d88625;
  border: 1px solid #C47D26;
}
.pagination > .active > a:hover {
  background-color: #d88625;
  border: 1px solid #C47D26;
}
.pagination > li > a {
  color: #333333;
}
.pagination > li > a:hover {
  color: #000000;
}


.site_link {
  color: #d88625;
  text-decoration: none;
}
.site_link:hover {
  color: #C47D26;
}
.pllx_bg_girl, .pllx_bg_books_btm, .pllx_bg_cat, .pllx_bg_books, .pllx_bg_snitch, .pllx_bg_chernilo, .pllx_bg_glasses, .pllx_bg_pero {
  transition: 0.1s;
}

.footer-link, .footer-link:active, .footer-link:focus, .footer-link:visited {
  color: #ffffff;
}
.footer-link:hover {
  color: #ffffff;
}

.cookie_notice {
  display: none;
  position: fixed;
  z-index: 9999999999;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  font-size: 15px;
  color: #444444;
  background: rgba(255,255,255,1);
  padding: 20px 20px; 
  border-top: 4px solid #505050;
}
.cookie_notice h2 {
  margin: 0px;
  padding: 0px;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
}
.cookie_buttons {
  text-align: center;
}
.cookie_btn, .cookie_btn:active, .cookie_btn:focus, .cookie_btn:visited {
  display: inline-block;
  margin: 10px 6px 4px 6px;
  text-decoration: none;
  position: relative;
  font-size: 13px;
  padding: 4px 12px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase; 
  background: #d88625;
  transition: 0.2s;
  border-radius: 4px;
}
.cookie_btn:hover {
  color: #ffffff;
  background: #C47D26;
  text-decoration: none;
}





@media (min-width: 1px) and (max-width: 349px){
  .s_fon {
    background-color: #212121;
    background-image: url(/img/fon2.jpg?i=1);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 250px;
  }
  .mini_fon {
    background-color: #212121;
    background-image: url(/img/fon_page_small.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 90px;
  }
  .mini_gradient {
    background: linear-gradient(0deg, #f9f9f9 0%, rgba(255,255,255,0.5) 100%);
    height: 100%;
  }
  .main_h1 {
    text-align: center;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .custom_div_b {
    float: none;
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
    box-shadow: 0px 1px 0px rgba(255,255,255,0.1) inset;
  }
  .navbar-brand {
    float: none;
    overflow: hidden;
    display: block;
  }
  .brand_logo_img {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .navbar-inverse .navbar-brand {
    color: #ffffff;
    line-height: 0px;
  }
  .basket_div {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
  }
  .navbar-header {
    
  }
  .top_line {
    height: 152px;
  }
  .custom_menu {
    display: none;
  }
  .page_basket_txt {
    float: none;
    margin-left: 0px;
    margin-top: 8px;
    width: 100%;
    border: 0px solid #ff0000;
  }
  .page_basket_img_div {
    float: none;
  }
  .page_basket_del_btn {
    
  }
  .page_basket_good_div:hover .page_basket_del_btn {
    
  }
  .page_basket_good_div:hover .page_basket_div_kol {
    
  }
  .page_basket_div_kol {
    display: inline-block;
    line-height: inherit;
    transition: 0.2s;
    background-color: #ffffff;
    border-radius: 20px;
    padding-left: 36px;
    padding-right: 36px;
    margin-top: 7px;
    margin-bottom: 5px;
    float: none;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
  }
  .page_basket_good_div:hover {
    
  }
  .page_basket_good_div:hover .page_basket_price {
    
  }
  .page_basket_div_price_good {
    display: block;
  }
  .page_basket_price {
    text-align: center;
  }
  .page_basket_good_div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page_basket_img_div_img {
    height: 200px;
    width: 100%;
    border-radius: 7px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page_basket_h2 {
    font-size: 20px;
    cursor: default;
    line-height: 23px;
    padding-top: 6px;
    padding-bottom: 3px;
  }
  .page_basket_price {
    float: none;
    padding-right: 0px;
  }
  .order_panel {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .order_div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer_left {
    float: none;
    text-align: center;
  }
  .footer_right {
    float: none;
    text-align: center;
  }
  .footer_background {
    background-image: url(/img/fon_bottom.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 240px;
  }
  .footer_div_soc {
    position: relative;
    border: 0px solid #ffffff;
    height: 230px;
    width: 230px;
    margin-top: 0px;
    margin-bottom: 170px;
    margin-left: 0px;
  }
  #map {
    height: 200px;
  }
  #myModal2 .modal-dialog {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 90px;
    margin-bottom: 30px;
  }
  .goods_div:hover > .goods_link_d > .goods_add {
    height: 50px;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
  }
  .goods_div:hover > .goods_link_d > .goods_img {
    height: 140px;
  }
  .h2_cat {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    font-size: 22px;
    font-weight: normal;
  }
  #about_map {
    height: 200px;
    border: 2px solid #404040;
    margin-bottom: 30px;
  }
  .row2 {
    display: none;
  }
  .row3 {
    display: none;
  }
  .custom_menu a {
    font-size: 14px;
    margin-top: 32px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .books_div {
    overflow: hidden;
  }
  .books_div_1 {
    text-align: center;
    margin-bottom: 30px;
  }
  .books_div_2 {
    font-size: 16px;
    text-align: justify;
  }
  .books_div_img {
    width: 100%;
    max-width: 300px;
  }
  .books_header {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }
  .books_table_price td {
    padding-bottom: 8px;
    vertical-align: top;
  }
  .pllx {
    background-color: #f9f9f9;
    background-image: url(/img/fon_bottom.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 300% auto;
  }
  .pllx_gradient {
    overflow: hidden;
    position: relative;
    min-height: 500px;
    background: linear-gradient(180deg, #f9f9f9 0%, rgba(0,0,0,0) 30%);
    background-position: center top;
    background-repeat: no-repeat;
    border: 0px solid #ff0000;
  }
  .pllx_bg_girl {
    width: 210px;
    height: 310px;
    background-image: url(/img/parallax_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 140px);
  }
  .pllx_bg_books {
    width: 220px;
    height: 220px;
    background-image: url(/img/parallax_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 240px;
    left: calc(50% - 120px);
  }
  .pllx_bg_cat {
    width: 200px;
    height: 200px;
    background-image: url(/img/parallax_3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 10px);
  }
  .pllx_bg_white {
    width: 2200px;
    height: 2200px;
    background: radial-gradient(circle, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 60%);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: -1400px;
    left: calc(50% - 1100px);
  }
  .pllx_bg_snitch {
    width: 130px;
    height: 130px;
    background-image: url(/img/parallax_6.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 160px;
    left: calc(50% - 230px);
  }
  .pllx_bg_chernilo {
    width: 110px;
    height: 110px;
    background-image: url(/img/parallax_7.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 160px;
    left: calc(50% + 100px);
  }
  .pllx_bg_pero {
    width: 100px;
    height: 100px;
    background-image: url(/img/parallax_10.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 240px;
    left: calc(50% + 140px);
  }
  .pllx_bg_glasses {
    width: 60px;
    height: 60px;
    background-image: url(/img/parallax_9.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 340px;
    left: calc(50% + 100px);
  }
  .pllx_bg_books_btm {
    width: 180px;
    height: 180px;
    background-image: url(/img/parallax_8.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -70px;
    left: calc(50% - 220px);
  }
  .slide_cap_big {
    font-size: 22px;
    font-style: italic;
    line-height: 26px;
    text-shadow: 0px 0px 5px rgba(0,0,0,1);
    margin-bottom: 5px;
  }
  .slide_cap_small {
    font-size: 14px;
    font-style: italic;
    line-height: 14px;
    text-shadow: 0px 0px 5px rgba(0,0,0,1);
  }
  .mn {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .books_example_pages_it {
    display: block;
    float: left;
    width: 100%;
  }
  .books_example_pages_it_span {
    display: block;
    height: 110px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .books_annotation {
    font-size: 12px;
    text-align: justify;
  }
  .reviews_a {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    border: 2px solid #444444;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .reviews_span {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 250px;
    display: block;
    transition: 0.2s;
  }
  .div_btn_wrap {
    display: block;
  }
  .btn_add {
    margin-top: 20px;
    margin-left: 0px;
    width: 100%;
  }
  .but_news {
    margin-top: 20px;
  }
  .news_left {
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .news_right {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
  }
  .news_tl {
    text-align: center;
  }
}
@media (min-width: 350px) and (max-width: 543px){
  .s_fon {
    background-color: #212121;
    background-image: url(/img/fon2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 300px;
  }
  .mini_fon {
    background-color: #212121;
    background-image: url(/img/fon_page_small.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100px;
  }
  .mini_gradient {
    background: linear-gradient(0deg, #f9f9f9 0%, rgba(255,255,255,0.5) 100%);
    height: 100%;
  }
  .main_h1 {
    text-align: center;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 26px;
  }
  .custom_div_b {
    float: none;
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
    box-shadow: 0px 1px 0px rgba(255,255,255,0.1) inset;
  }
  .navbar-brand {
    float: none;
    overflow: hidden;
    display: block;
  }
  .brand_logo_img {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .navbar-inverse .navbar-brand {
    color: #ffffff;
    line-height: 0px;
  }
  .basket_div {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
  }
  .navbar-header {
    
  }
  .top_line {
    height: 152px;
  }
  .custom_menu {
    display: none;
  }
  .page_basket_txt {
    float: none;
    margin-left: 0px;
    margin-top: 8px;
    width: 100%;
    border: 0px solid #ff0000;
  }
  .page_basket_img_div {
    float: none;
  }
  .page_basket_del_btn {
    
  }
  .page_basket_good_div:hover .page_basket_del_btn {
    
  }
  .page_basket_good_div:hover .page_basket_div_kol {
    
  }
  .page_basket_div_kol {
    display: inline-block;
    line-height: inherit;
    transition: 0.2s;
    background-color: #ffffff;
    border-radius: 20px;
    padding-left: 36px;
    padding-right: 36px;
    margin-top: 7px;
    margin-bottom: 5px;
    float: none;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
  }
  .page_basket_good_div:hover {
    
  }
  .page_basket_good_div:hover .page_basket_price {
    
  }
  .page_basket_div_price_good {
    display: block;
  }
  .page_basket_price {
    text-align: center;
  }
  .page_basket_good_div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page_basket_img_div_img {
    height: 200px;
    width: 100%;
    border-radius: 7px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page_basket_h2 {
    font-size: 20px;
    cursor: default;
    line-height: 23px;
    padding-top: 6px;
    padding-bottom: 3px;
  }
  .page_basket_price {
    float: none;
    padding-right: 0px;
  }
  .order_panel {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .order_div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer_left {
    float: none;
    text-align: center;
  }
  .footer_right {
    float: none;
    text-align: center;
  }
  .footer_background {
    background-image: url(/img/fon_bottom.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 304px;
  }
  .footer_div_soc {
    position: relative;
    border: 0px solid #ffffff;
    height: 230px;
    width: 230px;
    margin-top: 0px;
    margin-bottom: 180px;
    margin-left: 30px;
  }
  #map {
    height: 210px;
  }
  #myModal2 .modal-dialog {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 90px;
    margin-bottom: 30px;
  }
  .goods_div:hover > .goods_link_d > .goods_add {
    height: 50px;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
  }
  .goods_div:hover > .goods_link_d > .goods_img {
    height: 140px;
  }
  .h2_cat {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    font-size: 22px;
    font-weight: normal;
  }
  #about_map {
    height: 220px;
    border: 2px solid #404040;
    margin-bottom: 30px;
  }
  .row2 {
    display: none;
  }
  .row3 {
    display: none;
  }
  .custom_menu a {
    font-size: 14px;
    margin-top: 32px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .books_div {
    overflow: hidden;
  }
  .books_div_1 {
    text-align: center;
    margin-bottom: 30px;
  }
  .books_div_2 {
    font-size: 16px;
    text-align: justify;
  }
  .books_div_img {
    width: 100%;
    max-width: 300px;
  }
  .books_header {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }
  .books_table_price td {
    padding-bottom: 8px;
    vertical-align: top;
  }
  .pllx {
    background-color: #f9f9f9;
    background-image: url(/img/fon_bottom.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 280% auto;
  }
  .pllx_gradient {
    overflow: hidden;
    position: relative;
    min-height: 550px;
    background: linear-gradient(180deg, #f9f9f9 0%, rgba(0,0,0,0) 30%);
    background-position: center top;
    background-repeat: no-repeat;
    border: 0px solid #ff0000;
  }
  .pllx_bg_girl {
    width: 210px;
    height: 310px;
    background-image: url(/img/parallax_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 140px);
  }
  .pllx_bg_books {
    width: 220px;
    height: 220px;
    background-image: url(/img/parallax_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 240px;
    left: calc(50% - 120px);
  }
  .pllx_bg_cat {
    width: 200px;
    height: 200px;
    background-image: url(/img/parallax_3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 10px);
  }
  .pllx_bg_white {
    width: 2200px;
    height: 2200px;
    background: radial-gradient(circle, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 60%);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: -1400px;
    left: calc(50% - 1100px);
  }
  .pllx_bg_snitch {
    width: 130px;
    height: 130px;
    background-image: url(/img/parallax_6.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 160px;
    left: calc(50% - 230px);
  }
  .pllx_bg_chernilo {
    width: 110px;
    height: 110px;
    background-image: url(/img/parallax_7.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 160px;
    left: calc(50% + 100px);
  }
  .pllx_bg_pero {
    width: 100px;
    height: 100px;
    background-image: url(/img/parallax_10.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 240px;
    left: calc(50% + 140px);
  }
  .pllx_bg_glasses {
    width: 60px;
    height: 60px;
    background-image: url(/img/parallax_9.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 340px;
    left: calc(50% + 100px);
  }
  .pllx_bg_books_btm {
    width: 180px;
    height: 180px;
    background-image: url(/img/parallax_8.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -70px;
    left: calc(50% - 220px);
  }
  .slide_cap_big {
    font-size: 28px;
    font-style: italic;
    line-height: 30px;
    text-shadow: 0px 0px 5px rgba(0,0,0,1);
    margin-bottom: 5px;
  }
  .slide_cap_small {
    font-size: 20px;
    font-style: italic;
    line-height: 20px;
    text-shadow: 0px 0px 5px rgba(0,0,0,1);
  }
  .mn {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .books_example_pages_it {
    display: block;
    float: left;
    width: 50%;
  }
  .books_example_pages_it_span {
    display: block;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .books_annotation {
    font-size: 14px;
    text-align: justify;
  }
  .reviews_a {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    border: 2px solid #444444;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .reviews_span {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 280px;
    display: block;
    transition: 0.2s;
  }
  .div_btn_wrap {
    display: inline-block;
  }
  .btn_add {
    margin-left: 10px;
  }
  .but_news {
    margin-top: 20px;
  }
  .news_left {
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .news_right {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
  }
  .news_tl {
    text-align: center;
  }
}
@media (min-width: 544px) and (max-width: 767px){
  .s_fon {
    background-color: #212121;
    background-image: url(/img/fon2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 350px;
  }
  .mini_fon {
    background-color: #212121;
    background-image: url(/img/fon_page_small.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 110px;
  }
  .mini_gradient {
    background: linear-gradient(0deg, #f9f9f9 0%, rgba(255,255,255,0.5) 100%);
    height: 100%;
  }
  .main_h1 {
    text-align: center;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 28px;
  }
  .custom_div_b {
    float: none;
    overflow: hidden;
    border-top: 1px solid #e0e0e0;
    box-shadow: 0px 1px 0px rgba(255,255,255,0.1) inset;
  }
  .navbar-brand {
    float: none;
    overflow: hidden;
    display: block;
  }
  .brand_logo_img {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .navbar-inverse .navbar-brand {
    color: #ffffff;
    line-height: 0px;
  }
  .basket_div {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
  }
  .navbar-header {
    
  }
  .top_line {
    height: 152px;
  }
  .custom_menu {
    display: none;
  }
  .page_basket_txt {
    float: none;
    margin-left: 0px;
    margin-top: 8px;
    width: 100%;
    border: 0px solid #ff0000;
  }
  .page_basket_img_div {
    float: none;
  }
  .page_basket_del_btn {
    
  }
  .page_basket_good_div:hover .page_basket_del_btn {
    
  }
  .page_basket_good_div:hover .page_basket_div_kol {
    
  }
  .page_basket_div_kol {
    display: inline-block;
    line-height: inherit;
    transition: 0.2s;
    background-color: #ffffff;
    border-radius: 20px;
    padding-left: 36px;
    padding-right: 36px;
    margin-top: 7px;
    margin-bottom: 5px;
    float: none;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
  }
  .page_basket_good_div:hover {
    
  }
  .page_basket_good_div:hover .page_basket_price {
    
  }
  .page_basket_div_price_good {
    display: block;
  }
  .page_basket_price {
    text-align: center;
  }
  .page_basket_good_div {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page_basket_img_div_img {
    height: 250px;
    width: 100%;
    border-radius: 7px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page_basket_h2 {
    font-size: 22px;
    cursor: default;
  }
  .page_basket_price {
    float: none;
    padding-right: 0px;
  }
  .order_panel {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .order_div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer_left {
    float: left;
  }
  .footer_right {
    float: right;
  }
  .footer_background {
    background-image: url(/img/fon_bottom.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 600px;
  }
  .footer_div_soc {
    position: relative;
    border: 0px solid #ffffff;
    height: 230px;
    width: 230px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 30px;
  }
  #map {
    height: 220px;
  }
  #myModal2 .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    margin-bottom: 30px;
  }
  .goods_div:hover > .goods_link_d > .goods_add {
    height: 50px;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
  }
  .goods_div:hover > .goods_link_d > .goods_img {
    height: 140px;
  }
  .h2_cat {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    font-size: 24px;
    font-weight: normal;
  }
  #about_map {
    height: 300px;
    border: 2px solid #404040;
    margin-bottom: 30px;
  }
  .row2 {
    display: none;
  }
  .row3 {
    display: none;
  }
  .custom_menu a {
    font-size: 14px;
    margin-top: 32px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .books_div {
    overflow: hidden;
  }
  .books_div_1 {
    text-align: center;
    margin-bottom: 30px;
  }
  .books_div_2 {
    font-size: 16px;
    text-align: justify;
  }
  .books_div_img {
    width: 100%;
    max-width: 300px;
  }
  .books_header {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
  }
  .books_table_price td {
    padding-bottom: 8px;
    vertical-align: middle;
  }
  .pllx {
    background-color: #f9f9f9;
    background-image: url(/img/fon_bottom.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 220% auto;
  }
  .pllx_gradient {
    overflow: hidden;
    position: relative;
    min-height: 600px;
    background: linear-gradient(180deg, #f9f9f9 0%, rgba(0,0,0,0) 30%);
    background-position: center top;
    background-repeat: no-repeat;
    border: 0px solid #ff0000;
  }
  .pllx_bg_girl {
    width: 250px;
    height: 350px;
    background-image: url(/img/parallax_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 160px);
  }
  .pllx_bg_books {
    width: 280px;
    height: 280px;
    background-image: url(/img/parallax_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 270px;
    left: calc(50% - 160px);
  }
  .pllx_bg_cat {
    width: 240px;
    height: 240px;
    background-image: url(/img/parallax_3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 10px);
  }
  .pllx_bg_white {
    width: 2200px;
    height: 2200px;
    background: radial-gradient(circle, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 60%);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: -1300px;
    left: calc(50% - 1100px);
  }
  .pllx_bg_snitch {
    width: 170px;
    height: 170px;
    background-image: url(/img/parallax_6.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 180px;
    left: calc(50% - 330px);
  }
  .pllx_bg_chernilo {
    width: 140px;
    height: 140px;
    background-image: url(/img/parallax_7.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 180px;
    left: calc(50% + 130px);
  }
  .pllx_bg_pero {
    width: 130px;
    height: 130px;
    background-image: url(/img/parallax_10.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 290px;
    left: calc(50% + 180px);
  }
  .pllx_bg_glasses {
    width: 80px;
    height: 80px;
    background-image: url(/img/parallax_9.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 400px;
    left: calc(50% + 120px);
  }
  .pllx_bg_books_btm {
    width: 230px;
    height: 230px;
    background-image: url(/img/parallax_8.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -80px;
    left: calc(50% - 270px);
  }
  .slide_cap_big {
    font-size: 32px;
    font-style: italic;
    line-height: 46px;
    text-shadow: 0px 0px 5px rgba(0,0,0,1);
    margin-bottom: 5px;
  }
  .slide_cap_small {
    font-size: 24px;
    font-style: italic;
    line-height: 24px;
    text-shadow: 0px 0px 5px rgba(0,0,0,1);
  }
  .mn {
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .books_example_pages_it {
    display: block;
    float: left;
    width: 50%;
  }
  .books_example_pages_it_span {
    display: block;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .books_annotation {
    font-size: 14px;
    text-align: justify;
  }
  .reviews_a {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    border: 2px solid #444444;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .reviews_span {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 300px;
    display: block;
    transition: 0.2s;
  }
  .div_btn_wrap {
    display: inline-block;
  }
  .btn_add {
    margin-left: 30px;
  }
  .but_news {
    margin-top: 20px;
  }
  .news_left {
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
  .news_right {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0px;
  }
  .news_tl {
    text-align: center;
  }
  .news {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .s_fon {
    background-color: #212121;
    background-image: url(/img/fon2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 400px;
  }
  .mini_fon {
    background-color: #212121;
    background-image: url(/img/fon_page_middle.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 120px;
  }
  .mini_gradient {
    background: linear-gradient(0deg, #f9f9f9 0%, rgba(255,255,255,0.5) 100%);
    height: 100%;
  }
  .main_h1 {
    text-align: center;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 30px;
  }
  .custom_div_b {
    float: right;
  }
  .navbar-brand {
    float: left;
  }
  .brand_logo_img {
    width: 140px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .navbar-inverse .navbar-brand {
    color: #ffffff;
    line-height: 20px;
  }
  .basket_div {
    margin-top: 24px;
  }
  .navbar-nav {
    display: none;
  }
  .navbar-header {
    width: 100%;
  }
  .top_line {
    height: 65px;
  }
  .custom_menu {
    padding-left: 10px;
  }
  .page_basket_txt {
    float: left;
    margin-left: 30px;
    width: 410px;
    border: 0px solid #ff0000;
  }
  .page_basket_img_div {
    float: left;
  }
  .page_basket_del_btn {
    opacity: 0;
    transition: 0.2s;
  }
  .page_basket_good_div:hover .page_basket_del_btn {
    opacity: 1;
  }
  .page_basket_good_div:hover .page_basket_div_kol {
    display: inline-block;
  }
  .page_basket_div_kol {
    display: none;
    line-height: inherit;
    transition: 0.2s;
    background-color: #ffffff;
    border-radius: 20px;
    padding-left: 36px;
    padding-right: 36px;
    float: left;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
  }
  .page_basket_good_div:hover {
    background-color: #f0f0f0;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05) inset;
  }
  .page_basket_good_div:hover .page_basket_price {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.0) inset;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
  }
  .page_basket_div_price_good {
    display: inline-block;
  }
  .page_basket_price {
    text-align: right;
  }
  .page_basket_good_div {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page_basket_img_div_img {
    height: 130px;
    width: 200px;
    border-radius: 7px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page_basket_h2 {
    font-size: 22px;
    cursor: default;
  }
  .page_basket_price {
    float: left;
    padding-right: 10px;
  }
  .order_panel {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .order_div {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer_left {
    float: left;
  }
  .footer_right {
    float: right;
  }
  .footer_background {
    background-image: url(/img/fon_bottom.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 800px;
  }
  .footer_div_soc {
    position: relative;
    border: 0px solid #ffffff;
    height: 230px;
    width: 230px;
    margin-top: 70px;
    margin-bottom: 0px;
    margin-left: 30px;
  }
  #map {
    height: 230px;
  }
  #myModal2 .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    margin-bottom: 30px;
  }
  .goods_div:hover > .goods_link_d > .goods_add {
    height: 50px;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
  }
  .goods_div:hover > .goods_link_d > .goods_img {
    height: 140px;
  }
  .h2_cat {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    font-size: 26px;
    font-weight: normal;
  }
  #about_map {
    height: 320px;
    border: 2px solid #404040;
    margin-bottom: 30px;
  }
  .row2 {
    display: block;
  }
  .row3 {
    display: none;
  }
  .custom_menu a {
    font-size: 14px;
    margin-top: 32px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .books_div {
    overflow: hidden;
  }
  .books_div_1 {
    float: left;
    width: 36%;
    padding-right: 30px;
  }
  .books_div_2 {
    float: left;
    width: 64%;
    font-size: 16px;
    text-align: justify;
  }
  .books_div_img {
    width: 100%;
  }
  .books_header {
    font-weight: bold;
    font-size: 20px;
  }
  .books_table_price td {
    padding-bottom: 8px;
    vertical-align: middle;
  }
  .pllx {
    background-color: #f9f9f9;
    background-image: url(/img/fon_bottom.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 160% auto;
  }
  .pllx_gradient {
    overflow: hidden;
    position: relative;
    min-height: 700px;
    background: linear-gradient(180deg, #f9f9f9 0%, rgba(0,0,0,0) 30%);
    background-position: center top;
    background-repeat: no-repeat;
    border: 0px solid #ff0000;
  }
  .pllx_bg_girl {
    width: 300px;
    height: 430px;
    background-image: url(/img/parallax_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 200px);
  }
  .pllx_bg_books {
    width: 340px;
    height: 340px;
    background-image: url(/img/parallax_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 320px;
    left: calc(50% - 200px);
  }
  .pllx_bg_cat {
    width: 270px;
    height: 270px;
    background-image: url(/img/parallax_3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 10px);
  }
  .pllx_bg_white {
    width: 2200px;
    height: 2200px;
    background: radial-gradient(circle, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 60%);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: -1100px;
    left: calc(50% - 1100px);
  }
  .pllx_bg_snitch {
    width: 200px;
    height: 200px;
    background-image: url(/img/parallax_6.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 240px;
    left: calc(50% - 430px);
  }
  .pllx_bg_chernilo {
    width: 180px;
    height: 180px;
    background-image: url(/img/parallax_7.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 200px;
    left: calc(50% + 180px);
  }
  .pllx_bg_pero {
    width: 160px;
    height: 160px;
    background-image: url(/img/parallax_10.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 350px;
    left: calc(50% + 250px);
  }
  .pllx_bg_glasses {
    width: 110px;
    height: 110px;
    background-image: url(/img/parallax_9.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 470px;
    left: calc(50% + 150px);
  }
  .pllx_bg_books_btm {
    width: 280px;
    height: 280px;
    background-image: url(/img/parallax_8.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -80px;
    left: calc(50% - 360px);
  }
  .slide_cap_big {
    font-size: 36px;
    font-style: italic;
    line-height: 46px;
    text-shadow: 0px 0px 5px rgba(0,0,0,1);
    margin-bottom: 5px;
  }
  .slide_cap_small {
    font-size: 26px;
    font-style: italic;
    line-height: 26px;
    text-shadow: 0px 0px 5px rgba(0,0,0,1);
  }
  .mn {
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .books_example_pages_it {
    display: block;
    float: left;
    width: 25%;
  }
  .books_example_pages_it_span {
    display: block;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .books_annotation {
    font-size: 14px;
    text-align: justify;
  }
  .reviews_a {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    border: 2px solid #444444;
  }
  .reviews_span {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 150px;
    display: block;
    transition: 0.2s;
  }
  .div_btn_wrap {
    display: inline-block;
  }
  .btn_add {
    margin-left: 30px;
  }
  .but_news {
    margin-top: 20px;
  }
  .news_left {
    float: left;
    width: 42%;
    box-sizing: border-box;
    text-align: center;
  }
  .news_right {
    float: left;
    width: 58%;
    box-sizing: border-box;
    padding-left: 20px;
  }
  .news_tl {
    text-align: right;
  }
  .news {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .s_fon {
    background-color: #212121;
    background-image: url(/img/fon2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 450px;
  }
  .mini_fon {
    background-color: #212121;
    background-image: url(/img/fon_page_middle.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 130px;
  }
  .mini_gradient {
    background: linear-gradient(0deg, #f9f9f9 0%, rgba(255,255,255,0.5) 100%);
    height: 100%;
  }
  .main_h1 {
    text-align: center;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 32px;
  }
  .custom_div_b {
    float: right;
  }
  .navbar-brand {
    float: left;
  }
  .brand_logo_img {
    width: 188px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .navbar-inverse .navbar-brand {
    color: #ffffff;
    line-height: 20px;
  }
  .basket_div {
    margin-top: 32px;
  }
  .navbar-nav {
    display: none;
  }
  .navbar-header {
    width: 100%;
  }
  .top_line {
    height: 65px;
  }
  .custom_menu {
    
  }
  .page_basket_txt {
    float: left;
    margin-left: 30px;
    width: 470px;
    border: 0px solid #ff0000;
  }
  .page_basket_img_div {
    float: left;
  }
  .page_basket_del_btn {
    opacity: 0;
    transition: 0.2s;
  }
  .page_basket_good_div:hover .page_basket_del_btn {
    opacity: 1;
  }
  .page_basket_good_div:hover .page_basket_div_kol {
    display: inline-block;
  }
  .page_basket_div_kol {
    display: none;
    line-height: inherit;
    transition: 0.2s;
    background-color: #ffffff;
    border-radius: 20px;
    padding-left: 36px;
    padding-right: 36px;
    float: left;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
  }
  .page_basket_good_div:hover {
    background-color: #f0f0f0;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05) inset;
  }
  .page_basket_good_div:hover .page_basket_price {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.0) inset;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
  }
  .page_basket_div_price_good {
    display: inline-block;
  }
  .page_basket_price {
    text-align: right;
  }
  .page_basket_good_div {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page_basket_img_div_img {
    height: 130px;
    width: 200px;
    border-radius: 7px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page_basket_h2 {
    font-size: 22px;
    cursor: default;
  }
  .page_basket_price {
    float: left;
    padding-right: 10px;
  }
  .order_panel {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .order_div {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer_left {
    float: left;
  }
  .footer_right {
    float: right;
  }
  .footer_background {
    background-image: url(/img/fon_bottom.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 1000px;
  }
  .footer_div_soc {
    position: relative;
    border: 0px solid #ffffff;
    height: 230px;
    width: 230px;
    margin-top: 70px;
    margin-bottom: 0px;
    margin-left: 110px;
  }
  #map {
    height: 240px;
  }
  #myModal2 .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    margin-bottom: 30px;
  }
  .goods_div:hover > .goods_link_d > .goods_add {
    height: 50px;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
  }
  .goods_div:hover > .goods_link_d > .goods_img {
    height: 140px;
  }
  .h2_cat {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    font-size: 28px;
    font-weight: normal;
  }
  #about_map {
    height: 340px;
    border: 2px solid #404040;
    margin-bottom: 30px;
  }
  .row2 {
    display: none;
  }
  .row3 {
    display: block;
  }
  .custom_menu a {
    font-size: 18px;
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .books_div {
    overflow: hidden;
  }
  .books_div_1 {
    float: left;
    width: 33%;
    padding-right: 30px;
  }
  .books_div_2 {
    float: left;
    width: 67%;
    font-size: 16px;
    text-align: justify;
  }
  .books_div_img {
    width: 100%;
  }
  .books_header {
    font-weight: bold;
    font-size: 20px;
  }
  .books_table_price td {
    padding-bottom: 8px;
    vertical-align: middle;
  }
  .pllx {
    background-color: #f9f9f9;
    background-image: url(/img/fon_bottom.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .pllx_gradient {
    overflow: hidden;
    position: relative;
    min-height: 800px;
    background: linear-gradient(180deg, #f9f9f9 0%, rgba(0,0,0,0) 30%);
    background-position: center top;
    background-repeat: no-repeat;
    border: 0px solid #ff0000;
  }
  .pllx_bg_girl {
    width: 300px;
    height: 500px;
    background-image: url(/img/parallax_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 200px);
  }
  .pllx_bg_books {
    width: 400px;
    height: 400px;
    background-image: url(/img/parallax_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 350px;
    left: calc(50% - 250px);
  }
  .pllx_bg_cat {
    width: 300px;
    height: 300px;
    background-image: url(/img/parallax_3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 10px);
  }
  .pllx_bg_white {
    width: 2200px;
    height: 2200px;
    background: radial-gradient(circle, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 60%);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: -1100px;
    left: calc(50% - 1100px);
  }
  .pllx_bg_snitch {
    width: 220px;
    height: 220px;
    background-image: url(/img/parallax_6.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 250px;
    left: calc(50% - 500px);
  }
  .pllx_bg_chernilo {
    width: 200px;
    height: 200px;
    background-image: url(/img/parallax_7.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 200px;
    left: calc(50% + 250px);
  }
  .pllx_bg_pero {
    width: 180px;
    height: 180px;
    background-image: url(/img/parallax_10.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 350px;
    left: calc(50% + 350px);
  }
  .pllx_bg_glasses {
    width: 130px;
    height: 130px;
    background-image: url(/img/parallax_9.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 470px;
    left: calc(50% + 170px);
  }
  .pllx_bg_books_btm {
    width: 300px;
    height: 300px;
    background-image: url(/img/parallax_8.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -80px;
    left: calc(50% - 360px);
  }
  .slide_cap_big {
    font-size: 42px;
    font-style: italic;
    line-height: 46px;
    text-shadow: 0px 0px 5px rgba(0,0,0,1);
    margin-bottom: 5px;
  }
  .slide_cap_small {
    font-size: 28px;
    font-style: italic;
    line-height: 28px;
    text-shadow: 0px 0px 5px rgba(0,0,0,1);
  }
  .mn {
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .books_example_pages_it {
    display: block;
    float: left;
    width: 20%;
  }
  .books_example_pages_it_span {
    display: block;
    height: 110px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .books_annotation {
    font-size: 16px;
    text-align: justify;
  }
  .reviews_a {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    border: 2px solid #444444;
  }
  .reviews_span {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 200px;
    display: block;
    transition: 0.2s;
  }
  .div_btn_wrap {
    display: inline-block;
  }
  .btn_add {
    margin-left: 30px;
  }
  .but_news {
    margin-top: 0px;
  }
  .news_left {
    float: left;
    width: 31%;
    box-sizing: border-box;
    text-align: center;
  }
  .news_right {
    float: left;
    width: 69%;
    box-sizing: border-box;
    padding-left: 20px;
  }
  .news_tl {
    text-align: right;
  }
}
@media (min-width: 1200px) and (max-width: 999999px){
  .s_fon {
    background-color: #212121;
    background-image: url(/img/fon2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 500px;
  }
  .mini_fon {
    background-color: #212121;
    background-image: url(/img/fon_page_big.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 140px;
  }
  .mini_gradient {
    background: linear-gradient(0deg, #f9f9f9 0%, rgba(255,255,255,0.5) 100%);
    height: 100%;
  }
  .main_h1 {
    text-align: center;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 34px;
  }
  .custom_div_b {
    float: right;
  }
  .navbar-brand {
    float: left;
  }
  .brand_logo_img {
    width: 188px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .navbar-inverse .navbar-brand {
    color: #ffffff;
    line-height: 20px;
  }
  .basket_div {
    margin-top: 32px;
  }
  .navbar-nav {
    display: none;
  }
  .navbar-header {
    width: 100%;
  }
  .top_line {
    height: 102px;
  }
  .custom_menu {
    
  }
  .page_basket_txt {
    float: left;
    margin-left: 30px;
    width: 440px;
    border: 0px solid #ff0000;
  }
  .page_basket_img_div {
    float: left;
  }
  .page_basket_del_btn {
    opacity: 0;
    transition: 0.2s;
  }
  .page_basket_good_div:hover .page_basket_del_btn {
    opacity: 1;
  }
  .page_basket_good_div:hover .page_basket_div_kol {
    display: inline-block;
  }
  .page_basket_div_kol {
    display: none;
    line-height: inherit;
    transition: 0.2s;
    background-color: #ffffff;
    border-radius: 20px;
    padding-left: 36px;
    padding-right: 36px;
    float: left;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
  }
  .page_basket_good_div:hover {
    background-color: #f0f0f0;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05) inset;
  }
  .page_basket_good_div:hover .page_basket_price {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.0) inset;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
  }
  .page_basket_div_price_good {
    display: inline-block;
  }
  .page_basket_price {
    text-align: right;
  }
  .page_basket_good_div {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page_basket_img_div_img {
    height: 270px;
    width: 200px;
    border-radius: 7px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page_basket_h2 {
    font-size: 22px;
    cursor: default;
  }
  .page_basket_price {
    float: left;
    padding-right: 10px;
  }
  .order_panel {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .order_div {
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer_left {
    float: left;
  }
  .footer_right {
    float: right;
  }
  .footer_background {
    background-image: url(/img/fon_bottom.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 1300px;
  }
  .footer_div_soc {
    position: relative;
    border: 0px solid #ffffff;
    height: 230px;
    width: 230px;
    margin-top: 70px;
    margin-bottom: 0px;
    margin-left: 150px;
  }
  #map {
    height: 250px;
  }
  #myModal2 .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    margin-top: 150px;
    margin-bottom: 30px;
  }
  .goods_div:hover > .goods_link_d > .goods_add {
    height: 50px;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
  }
  .goods_div:hover > .goods_link_d > .goods_img {
    height: 140px;
  }
  .h2_cat {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    font-size: 30px;
    font-weight: normal;
  }
  #about_map {
    height: 360px;
    border: 2px solid #404040;
    margin-bottom: 30px;
  }
  .row2 {
    display: none;
  }
  .row3 {
    display: block;
  }
  .custom_menu a {
    font-size: 18px;
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .books_div {
    overflow: hidden;
  }
  .books_div_1 {
    float: left;
    width: 30%;
    padding-right: 30px;
  }
  .books_div_2 {
    float: left;
    width: 70%;
    font-size: 16px;
    text-align: justify;
  }
  .books_div_img {
    width: 100%;
  }
  .books_header {
    font-weight: bold;
    font-size: 22px;
  }
  .books_table_price td {
    padding-bottom: 8px;
    vertical-align: middle;
  }
  .pllx {
    background-color: #f9f9f9;
    background-image: url(/img/fon_bottom.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .pllx_gradient {
    overflow: hidden;
    position: relative;
    min-height: 800px;
    background: linear-gradient(180deg, #f9f9f9 0%, rgba(0,0,0,0) 30%);
    background-position: center top;
    background-repeat: no-repeat;
    border: 0px solid #ff0000;
  }
  .pllx_bg_girl {
    width: 300px;
    height: 500px;
    background-image: url(/img/parallax_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 200px);
  }
  .pllx_bg_books {
    width: 400px;
    height: 400px;
    background-image: url(/img/parallax_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 350px;
    left: calc(50% - 250px);
  }
  .pllx_bg_cat {
    width: 300px;
    height: 300px;
    background-image: url(/img/parallax_3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 10px);
  }
  .pllx_bg_white {
    width: 2200px;
    height: 2200px;
    background: radial-gradient(circle, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 60%);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: -1100px;
    left: calc(50% - 1100px);
  }
  .pllx_bg_snitch {
    width: 220px;
    height: 220px;
    background-image: url(/img/parallax_6.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 250px;
    left: calc(50% - 500px);
  }
  .pllx_bg_chernilo {
    width: 200px;
    height: 200px;
    background-image: url(/img/parallax_7.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 200px;
    left: calc(50% + 250px);
  }
  .pllx_bg_pero {
    width: 180px;
    height: 180px;
    background-image: url(/img/parallax_10.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 350px;
    left: calc(50% + 350px);
  }
  .pllx_bg_glasses {
    width: 130px;
    height: 130px;
    background-image: url(/img/parallax_9.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: 470px;
    left: calc(50% + 170px);
  }
  .pllx_bg_books_btm {
    width: 300px;
    height: 300px;
    background-image: url(/img/parallax_8.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    bottom: -80px;
    left: calc(50% - 360px);
  }
  .slide_cap_big {
    font-size: 46px;
    font-style: italic;
    line-height: 46px;
    text-shadow: 0px 0px 5px rgba(0,0,0,1);
    margin-bottom: 5px;
  }
  .slide_cap_small {
    font-size: 30px;
    font-style: italic;
    line-height: 30px;
    text-shadow: 0px 0px 5px rgba(0,0,0,1);
  }
  .mn {
    text-align: center;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .books_example_pages_it {
    display: block;
    float: left;
    width: 20%;
  }
  .books_example_pages_it_span {
    display: block;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .books_annotation {
    font-size: 16px;
    text-align: justify;
  }
  .reviews_a {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    border: 2px solid #444444;
  }
  .reviews_span {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 240px;
    display: block;
    transition: 0.2s;
  }
  .div_btn_wrap {
    display: inline-block;
  }
  .btn_add {
    margin-left: 30px;
  }
  .but_news {
    margin-top: 0px;
  }
  .news_left {
    float: left;
    width: 31%;
    box-sizing: border-box;
    text-align: center;
  }
  .news_right {
    float: left;
    width: 69%;
    box-sizing: border-box;
    padding-left: 20px;
  }
  .news_tl {
    text-align: right;
  }
}